From ac64ce03ec6b5766691ff2da3af6f51ed800792a Mon Sep 17 00:00:00 2001 From: Andreas Brugger Date: Sun, 3 Dec 2006 17:45:17 +0100 Subject: 2006-12-03: Version 1.1-cvs_ext-0.10 (vdr-text2skin-1.1-cvs_ext-0.10.diff) - 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 --- i18n.c | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) (limited to 'i18n.c') 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", "", "", "", @@ -452,6 +452,31 @@ const tI18nPhrase Phrases[] = { #endif #if VDRVERSNUM >= 10316 "", +#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 } -- cgit v1.2.3