summaryrefslogtreecommitdiff
path: root/i18n.c
diff options
context:
space:
mode:
authorAndreas Brugger <brougs78@gmx.net>2006-12-03 17:45:17 +0100
committerThomas Günther <tom@toms-cafe.de>2009-06-03 04:13:49 +0200
commitac64ce03ec6b5766691ff2da3af6f51ed800792a (patch)
tree11acc2de3a055ff546a1bfa5e5cdad20ab1715c7 /i18n.c
parent165c14206aa2e06c33ac887f9b9d0f816573a5fe (diff)
downloadvdr-plugin-text2skin-brougs78-extensions.tar.gz
vdr-plugin-text2skin-brougs78-extensions.tar.bz2
2006-12-03: Version 1.1-cvs_ext-0.10 (vdr-text2skin-1.1-cvs_ext-0.10.diff)brougs78-extensions
- set EditableWidth. This is important for plugins like 'rotor' or 'extrecmenu' - now setting the locale setting LC_TIME according to the language-selection in VDR
Diffstat (limited to 'i18n.c')
-rw-r--r--i18n.c29
1 files changed, 27 insertions, 2 deletions
diff --git a/i18n.c b/i18n.c
index 28cd46e..4f97840 100644
--- a/i18n.c
+++ b/i18n.c
@@ -329,8 +329,8 @@ const tI18nPhrase Phrases[] = {
"",
#endif
},
- { "Show auxiliary infos of recordings",
- "Zusatzinfos der Aufnahmen anzeigen",
+ { "Auxiliary infos in recordings/timers",
+ "Zusatzinfos bei Aufnahmen/Timer anzeigen",
"",
"",
"",
@@ -454,6 +454,31 @@ const tI18nPhrase Phrases[] = {
"",
#endif
},
+ { "en_US",
+ "de_DE",
+ "sl_SI",
+ "it_IT",
+ "nl_NL",
+ "pt_PT",
+ "fr_FR",
+ "no_NO",
+ "fi_FI",
+ "pl_PL",
+ "es_ES",
+ "el_GR",
+ "sv_SE",
+ "ro_RO",
+ "hu_HU",
+ "ca_AD",
+ "ru_RU",
+ "hr_HR",
+#if VDRVERSNUM >= 10313
+ "et_EE",
+#endif
+#if VDRVERSNUM >= 10316
+ "da_DK",
+#endif
+ },
{ NULL }
};