diff options
author | Andreas Brugger <brougs78@gmx.net> | 2006-12-03 17:45:17 +0100 |
---|---|---|
committer | Thomas Günther <tom@toms-cafe.de> | 2009-06-03 04:13:49 +0200 |
commit | ac64ce03ec6b5766691ff2da3af6f51ed800792a (patch) | |
tree | 11acc2de3a055ff546a1bfa5e5cdad20ab1715c7 /i18n.c | |
parent | 165c14206aa2e06c33ac887f9b9d0f816573a5fe (diff) | |
download | vdr-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.c | 29 |
1 files changed, 27 insertions, 2 deletions
@@ -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 } }; |