diff options
author | Jörg Bornkessel <hd_brummy@gentoo.org> | 2006-07-04 14:14:52 +0000 |
---|---|---|
committer | Jörg Bornkessel <hd_brummy@gentoo.org> | 2006-07-04 14:14:52 +0000 |
commit | cc553c89646d1168cf0f7b82a0e7215cb3baef8d (patch) | |
tree | 79ee9941b1d297ab3d1d763b56141a85bf8e7415 /media-plugins/vdr-osdteletext/files | |
parent | Fixed RDEPEND wrt bug #134781; fixed header (diff) | |
download | gentoo-2-cc553c89646d1168cf0f7b82a0e7215cb3baef8d.tar.gz gentoo-2-cc553c89646d1168cf0f7b82a0e7215cb3baef8d.tar.bz2 gentoo-2-cc553c89646d1168cf0f7b82a0e7215cb3baef8d.zip |
add lang fix, fix errors in logfile -> no translation found for...
(Portage version: 2.1-r1)
Diffstat (limited to 'media-plugins/vdr-osdteletext/files')
-rw-r--r-- | media-plugins/vdr-osdteletext/files/i18n_german_lang.diff | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/media-plugins/vdr-osdteletext/files/i18n_german_lang.diff b/media-plugins/vdr-osdteletext/files/i18n_german_lang.diff new file mode 100644 index 000000000000..9947fa35ea9f --- /dev/null +++ b/media-plugins/vdr-osdteletext/files/i18n_german_lang.diff @@ -0,0 +1,67 @@ +will fix some errors in syslog for "no translation found for ...." + +hd_brummy@gentoo.org < Joerg Bornkessel> 04 Jul 2006 for German Translation + +diff -Naur osdteletext-0.5.1.orig/i18n.c osdteletext-0.5.1/i18n.c +--- osdteletext-0.5.1.orig/i18n.c 2006-07-04 15:48:13.175709500 +0200 ++++ osdteletext-0.5.1/i18n.c 2006-07-04 15:54:06.077764500 +0200 +@@ -441,5 +441,59 @@ + "Visualitza el teletext en l'OSD", //Catalan + "¿ÞÚÐ× âÕÛÕâÕÚáâÐ Ò ÜÕÝî", //Russian + }, ++ { "Play", //English ++ "Abspielen", //German ++ "", //Slovenian ++ "", //Italian ++ "", //Dutch ++ "", //Portuguese ++ "", //French ++ "", //Norwegian ++ "", //Finnish ++ "", //Polish ++ "", //Spanish ++ "", //Greek ++ "", //Swedish ++ "", //Romanian ++ "", //Hugarian ++ "", //Catalan ++ "", //Russian ++ }, ++ { "FastFwd", //English ++ "Schneller Vorlauf", //German ++ "", //Slovenian ++ "", //Italian ++ "", //Dutch ++ "", //Portuguese ++ "", //French ++ "", //Norwegian ++ "", //Finnish ++ "", //Polish ++ "", //Spanish ++ "", //Greek ++ "", //Swedish ++ "", //Romanian ++ "", //Hugarian ++ "", //Catalan ++ "", //Russian ++ }, ++ { "FastRew", //English ++ "Schneller Rücklauf", //German ++ "", //Slovenian ++ "", //Italian ++ "", //Dutch ++ "", //Portuguese ++ "", //French ++ "", //Norwegian ++ "", //Finnish ++ "", //Polish ++ "", //Spanish ++ "", //Greek ++ "", //Swedish ++ "", //Romanian ++ "", //Hugarian ++ "", //Catalan ++ "", //Russian ++ }, + { NULL } + }; |