From 01be0f47d4fcfce954f77a037f8ab4d5368c8fe7 Mon Sep 17 00:00:00 2001 From: Martin Prochnow Date: Mon, 4 Dec 2006 11:35:54 +0100 Subject: Version 0.12b - type of sorting (ascending/descending) selectable at the setup menu of the plugin - 'Blue' also closes the info menu for a recording --- i18n.c | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) (limited to 'i18n.c') 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 } }; -- cgit v1.2.3