From 9c8018eeca0f056331f2b7354dd36c15a94d0420 Mon Sep 17 00:00:00 2001 From: Andreas Brachold Date: Mon, 17 Aug 2009 13:10:04 +0000 Subject: * Update italian translation * jason: prepare translation (create lang-en as template) * jason: Update german translation --- skins/jason/locale/lang-de.js | 73 +++++++---- skins/jason/locale/lang-en.js | 283 ++++++++++++++++++++++++++++++++++++++++++ skins/jason/menus.js | 32 ++--- skins/jason/users.js | 4 +- 4 files changed, 351 insertions(+), 41 deletions(-) create mode 100644 skins/jason/locale/lang-en.js diff --git a/skins/jason/locale/lang-de.js b/skins/jason/locale/lang-de.js index 1e25bcb..5004ad1 100644 --- a/skins/jason/locale/lang-de.js +++ b/skins/jason/locale/lang-de.js @@ -9,13 +9,17 @@ * German translation */ +/* common.js */ Ext.xxv.Panel.prototype.title = "Verbinde ..."; Ext.xxv.Panel.prototype.szLoading = "Lade ..."; -Ext.xxv.Panel.prototype.szTitle = "Xtreme eXtension für VDR"; +Ext.xxv.Panel.prototype.szTitle = "Xtreme eXtension für VDR"; Ext.xxv.MessageBox.prototype.szFailure = "Fehlgeschlagen!"; Ext.xxv.MessageBox.prototype.szSuccess = "Erfolgreich!"; +/* menus.js */ +Ext.xxv.MainSearchField.prototype.emptyText = "Suche ..."; + Ext.xxv.MainMenu.prototype.szMenuXXV = "XXV"; Ext.xxv.MainMenu.prototype.szMenuProgramming = "Programmierung"; Ext.xxv.MainMenu.prototype.szMenuMedia = "Medien"; @@ -31,9 +35,10 @@ Ext.xxv.MainMenu.prototype.szPreviewPreviewPane = "Vorschau"; Ext.xxv.MainMenu.prototype.szPreviewRight = "Rechts"; Ext.xxv.MainMenu.prototype.szPreviewBottom = "Unten"; Ext.xxv.MainMenu.prototype.szPreviewHide = "Ausgeblendet"; +Ext.xxv.MainMenu.prototype.szLogoutSuccess = "Erfolgreich abgemeldet.\r\n{0}"; +Ext.xxv.MainMenu.prototype.szLogoutFailure = "Abmeldung fehlgeschlagen!\r\n{0}"; -Ext.xxv.MainSearchField.prototype.emptyText = "Suche ..."; - +/* form.js */ Ext.xxv.Question.prototype.szClose = "Schliessen"; Ext.xxv.Question.prototype.szApply = "Übernehmen"; Ext.xxv.Question.prototype.szCommandDeny = "Kommando '{0}' ist nicht erlaubt!"; @@ -42,6 +47,7 @@ Ext.xxv.Question.prototype.szFailure = "Konnte Daten nicht speichern!\r\n{0}"; Ext.xxv.Question.prototype.szSuccess = "Daten erfolgreich gespeichert.\r\n{0}"; Ext.xxv.Question.prototype.szComboEmpty = "Wähle ..."; +/* channelspanel.js */ Ext.xxv.channelsPanel.prototype.title = "Kanäle"; Ext.xxv.channelsPanel.prototype.refreshText = "Aktualisieren"; Ext.xxv.channelsPanel.prototype.selectText = "Wähle Kanal"; @@ -58,6 +64,7 @@ Ext.xxv.channelsPanel.prototype.szSwitchFailure = "Konnte nicht zum Kanal umgesc Ext.xxv.channelsPanel.prototype.szDeleteSuccess = "Kanal erfolgreich gelöscht.\r\n{0}"; Ext.xxv.channelsPanel.prototype.szDeleteFailure = "Konnte Kanal nicht löschen!\r\n{0}"; +/* autotimers.js */ Ext.xxv.autotimerGrid.prototype.szTitle = "Suchtimer"; Ext.xxv.autotimerGrid.prototype.szFindReRun = "Suche Wiederholung"; Ext.xxv.autotimerGrid.prototype.szNew = "Neuen Suchtimer erstellen"; @@ -78,6 +85,7 @@ Ext.xxv.autotimerGrid.prototype.szUpgradeWait = "Bitte warten..."; Ext.xxv.autotimerGrid.prototype.szUpgradeSuccess = "Suche nach gewünschten Programmeinträgen erfolgreich.\r\n{0}"; Ext.xxv.autotimerGrid.prototype.szUpgradeFailure = "Suche nach gewünschten Programmeinträgen fehlgeschlagen!\r\n{0}"; +/* chronicle.js */ Ext.xxv.chronicleGrid.prototype.szTitle = "Chronik"; Ext.xxv.chronicleGrid.prototype.szToolTip = "Zeigt Aufnahmen in chronologischer Anordnung"; Ext.xxv.chronicleGrid.prototype.szFindReRun = "Suche Wiederholung"; @@ -92,6 +100,7 @@ Ext.xxv.chronicleGrid.prototype.szLoadException = "Konnte keine Daten der Chroni Ext.xxv.chronicleGrid.prototype.szDeleteSuccess = "Eintrag der Chronik erfolgreich gelöscht.\r\n{0}"; Ext.xxv.chronicleGrid.prototype.szDeleteFailure = "Konnte Eintrag der Chronik nicht löschen!\r\n{0}"; +/* now.js */ Ext.xxv.NowGrid.prototype.szTitle = "Programmführer"; Ext.xxv.NowGrid.prototype.szPresent = "Jetzt"; Ext.xxv.NowGrid.prototype.szFollowing = "Folgend"; @@ -111,6 +120,7 @@ Ext.xxv.NowGrid.prototype.szRecordFailure = "Konnte Timer nicht erstellen!\r\n{0 Ext.xxv.NowPreview.prototype.szFindReRun = "Suche Wiederholung"; Ext.xxv.NowPreview.prototype.szRecord = "Aufnehmen"; +/* program.js */ Ext.xxv.programGrid.prototype.szTitle = "Programführer"; Ext.xxv.programGrid.prototype.szFindReRun = "Suche Wiederholung"; Ext.xxv.programGrid.prototype.szRecord = "Aufnehmen"; @@ -124,6 +134,7 @@ Ext.xxv.programGrid.prototype.szLoadException = "Konnte keine Programmdaten hole Ext.xxv.programPreview.prototype.szFindReRun = "Suche Wiederholung"; Ext.xxv.programPreview.prototype.szRecord = "Aufnehmen"; +/* search.js */ Ext.xxv.searchGrid.prototype.szTitle = "Suche"; Ext.xxv.searchGrid.prototype.szFindReRun = "Suche Wiederholung"; Ext.xxv.searchGrid.prototype.szRecord = "Aufnehmen"; @@ -133,11 +144,12 @@ Ext.xxv.searchGrid.prototype.szColDay = "Datum"; Ext.xxv.searchGrid.prototype.szColStart = "Beginn"; Ext.xxv.searchGrid.prototype.szColStop = "Ende"; Ext.xxv.searchGrid.prototype.szColDayFormat = "l, d.m.Y"; -Ext.xxv.searchGrid.prototype.szLoadException = "Konnte keine Daten holen!\r\n{0}"; +Ext.xxv.searchGrid.prototype.szLoadException = "Konnte keine Wiederholung finden!\r\n{0}"; Ext.xxv.searchPreview.prototype.szFindReRun = "Suche Wiederholung"; Ext.xxv.searchPreview.prototype.szRecord = "Aufnehmen"; +/* recordings.js */ Ext.xxv.recordingsDataView.prototype.szTitle = "Aufnahmen"; Ext.xxv.recordingsDataView.prototype.szToolTip = "Zeigt Aufnahmen"; Ext.xxv.recordingsDataView.prototype.szFindReRun = "Suche Wiederholung"; @@ -164,11 +176,7 @@ Ext.xxv.recordingsDataView.prototype.szFolderTip0 = "Enthält {0} Aufnahmen