diff options
author | Martin Prochnow <nordlicht@martins-kabuff.de> | 2006-12-04 11:35:54 +0100 |
---|---|---|
committer | Andreas Mair <andreas@vdr-developer.org> | 2006-12-04 11:35:54 +0100 |
commit | 01be0f47d4fcfce954f77a037f8ab4d5368c8fe7 (patch) | |
tree | c9ef3945e2f0303987e0770b6425efd5ebb4e5a4 /i18n.c | |
parent | 978605b653893d76a6e34f923d74bb64dfb957ca (diff) | |
download | vdr-plugin-extrecmenu-0.12b.tar.gz vdr-plugin-extrecmenu-0.12b.tar.bz2 |
Version 0.12bv0.12b
- type of sorting (ascending/descending) selectable at the setup menu of the plugin
- 'Blue' also closes the info menu for a recording
Diffstat (limited to 'i18n.c')
-rw-r--r-- | i18n.c | 88 |
1 files changed, 88 insertions, 0 deletions
@@ -49,6 +49,28 @@ const tI18nPhrase Phrases[] = { "", "Otevřít", }, + { "Button$Back", + "Zurück", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + }, { "Button$Cancel", "Abbrechen", "", @@ -863,5 +885,71 @@ const tI18nPhrase Phrases[] = { "", "", }, + { "Sorting", + "Sortierung", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + }, + { "ascending", + "aufsteigend", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + }, + { "descending", + "absteigend", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + }, { NULL } }; |