From 82bfd4c15949019ede37b2b04be79659c5c65dbe Mon Sep 17 00:00:00 2001 From: Martin Prochnow Date: Tue, 11 Apr 2006 19:12:01 +0200 Subject: Version 0.9 - removed myDvbPlayer, use VDR's cDvbPlayer instead - made adjustments to work with BigPatch-VDRs (JumpPlay-patch) - added option for sort recordings - moved editing of priority and lifetime to its own submenu - removed option to select alternative dvd marker, the icon is now default - added default values for setup options - moved content of patches/ and tools/ to contrib/ and added a small README - new version of 'dvdarchive.sh'; thanks to vejoun from vdr-portal.de - fixed problem with archive dvd recordings at the base dir; thanks to Mase from vdr-portal.de for reporting --- i18n.c | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 64 insertions(+), 14 deletions(-) (limited to 'i18n.c') diff --git a/i18n.c b/i18n.c index a458750..c78bd70 100644 --- a/i18n.c +++ b/i18n.c @@ -205,16 +205,6 @@ const tI18nPhrase Phrases[] = { "", "", }, - { "Show alternative dvd marker", - "Alternativen DVD-Marker anzeigen", - "", - "", - "", - "", - "Afficher les symbole DVD", - "", - "Näytä vaihtoehtoinen DVD:n merkintä", - }, { "Please insert DVD %s", "Bitte DVD %s einlegen", "", @@ -271,7 +261,7 @@ const tI18nPhrase Phrases[] = { "", "", "", - "[rép. parent]", + "[Dossier racine]", "", "[juurihakemisto]", }, @@ -281,7 +271,7 @@ const tI18nPhrase Phrases[] = { "", "", "", - "", + "Pas de DVD dans le lecteur!", "", "Asemassa ei ole DVD-levyä!", }, @@ -291,7 +281,7 @@ const tI18nPhrase Phrases[] = { "", "", "", - "", + "Erreur lors de la création des racourcis [0-9]*.vdr!", "", "Tiedostojen [0-9]*.vdr linkittäminen epäonnistui!", }, @@ -301,9 +291,69 @@ const tI18nPhrase Phrases[] = { "", "", "", - "", + "\"Colone nouveaux enregistrements\" Afficher", "", "Näytä \"uudet tallenteet\"-sarake", }, + { "Sort recordings by", + "Aufnahme sortieren nach", + "", + "", + "", + "", + "Trier enregistrements par", + "", + "Järjestä tallenteet", + }, + { "alphabet for main-, flexible for subdirectories", + "Alphabet für Haupt-, flexibel für Unterverzeichnisse", + "", + "", + "", + "", + "Alphabet pour les dossiers, flexible pour les sous-dossiers", + "", + "juurihakemisto aakkosittain", + }, + { "date for main-, flexible for subdirectories", + "Datum für Haupt, flexibel für Unterverzeichnisse", + "", + "", + "", + "", + "Date pour les dossiers, flexible pour les sous-dossiers", + "", + "juurihakemisto päivämäärän mukaan", + }, + { "alphabet for all directories", + "Alphabet für alle Verzeichnisse", + "", + "", + "", + "", + "Alphabet pour tous les dossiers", + "", + "kaikki aakkosittain", + }, + { "date for all directories", + "Datum für alle Verzeichnisse", + "", + "", + "", + "", + "Date pour tous les dossiers", + "", + "kaikki päivämäärän mukaan", + }, + { "Details", + "Details", + "", + "", + "", + "", + "Détails", + "", + "Lisätiedot", + }, { NULL } }; -- cgit v1.2.3