summaryrefslogtreecommitdiff
path: root/i18n.c
diff options
context:
space:
mode:
authorMartin Prochnow <nordlicht@martins-kabuff.de>2006-12-04 11:35:54 +0100
committerAndreas Mair <andreas@vdr-developer.org>2006-12-04 11:35:54 +0100
commit01be0f47d4fcfce954f77a037f8ab4d5368c8fe7 (patch)
treec9ef3945e2f0303987e0770b6425efd5ebb4e5a4 /i18n.c
parent978605b653893d76a6e34f923d74bb64dfb957ca (diff)
downloadvdr-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.c88
1 files changed, 88 insertions, 0 deletions
diff --git a/i18n.c b/i18n.c
index f19504c..78e52f3 100644
--- a/i18n.c
+++ b/i18n.c
@@ -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 }
};