summaryrefslogtreecommitdiff
path: root/i18n.c
diff options
context:
space:
mode:
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 }
};