diff options
-rw-r--r-- | HISTORY | 6 | ||||
-rw-r--r-- | HISTORY.DE | 4 | ||||
-rw-r--r-- | epgsearch.c | 2 | ||||
-rw-r--r-- | epgsearchtools.h | 8 | ||||
-rw-r--r-- | po/ca_ES.po | 40 | ||||
-rw-r--r-- | po/cs_CZ.po | 40 | ||||
-rw-r--r-- | po/da_DK.po | 40 | ||||
-rw-r--r-- | po/de_DE.po | 40 | ||||
-rw-r--r-- | po/el_GR.po | 40 | ||||
-rw-r--r-- | po/es_ES.po | 41 | ||||
-rw-r--r-- | po/et_EE.po | 40 | ||||
-rw-r--r-- | po/fi_FI.po | 41 | ||||
-rw-r--r-- | po/fr_FR.po | 146 | ||||
-rw-r--r-- | po/hr_HR.po | 40 | ||||
-rw-r--r-- | po/hu_HU.po | 40 | ||||
-rw-r--r-- | po/it_IT.po | 41 | ||||
-rw-r--r-- | po/nl_NL.po | 41 | ||||
-rw-r--r-- | po/nn_NO.po | 40 | ||||
-rw-r--r-- | po/pl_PL.po | 40 | ||||
-rw-r--r-- | po/pt_PT.po | 40 | ||||
-rw-r--r-- | po/ro_RO.po | 40 | ||||
-rw-r--r-- | po/ru_RU.po | 40 | ||||
-rw-r--r-- | po/sl_SI.po | 40 | ||||
-rw-r--r-- | po/sv_SE.po | 40 | ||||
-rw-r--r-- | po/tr_TR.po | 40 |
25 files changed, 488 insertions, 482 deletions
@@ -1,5 +1,11 @@ VDR Plugin 'epgsearch' Revision History --------------------------------------- + +2008-xx-xx; Version 0.9.25 +new: +- french translation update, thanks to Patrice Staudt + + 2008-04-29: Version 0.9.24 new: - support for vdr-1.6.x/1.7.x @@ -1,6 +1,10 @@ VDR Plugin 'epgsearch' Revision History --------------------------------------- +2008-xx-xx; Version 0.9.25 +neu: +- Update der französischen Ãœbersetzung, Danke an Patrice Staudt + 2008-04-29: Version 0.9.24 neu: - Unterstützung von vdr-1.6.x/1.7.x diff --git a/epgsearch.c b/epgsearch.c index 1cc5a34..5fb0cf5 100644 --- a/epgsearch.c +++ b/epgsearch.c @@ -66,7 +66,7 @@ The project's page is at http://winni.vdr-developer.org/epgsearch #include "menu_announcelist.h" #include "confdloader.h" -static const char VERSION[] = "0.9.24"; +static const char VERSION[] = "0.9.25.beta1"; static const char DESCRIPTION[] = trNOOP("search the EPG for repeats and more"); // globals diff --git a/epgsearchtools.h b/epgsearchtools.h index 44d202b..2a4c78d 100644 --- a/epgsearchtools.h +++ b/epgsearchtools.h @@ -76,8 +76,9 @@ using std::string; #define ISRADIO(x) ((x)->Vpid()==0||(x)->Vpid()==1||(x)->Vpid()==0x1fff) -// Icons used in VDRSymbols-Font +#if APIVERSNUM >= 10503 +// Icons used in VDRSymbols-Font #define ICON_REC 0x8B #define ICON_RUNNING 0x92 #define ICON_CLOCK 0x8C @@ -87,8 +88,7 @@ using std::string; #define ICON_BAR_EMPTY 0x89 #define ICON_BAR_CLOSE 0x8A #define ICON_VPS 0x93 - -/* +#else // previous WAREAGLE icons #define ICON_REC 0xF9 #define ICON_RUNNING 0xFB @@ -99,7 +99,7 @@ using std::string; #define ICON_BAR_EMPTY 0x83 #define ICON_BAR_CLOSE 0x84 #define ICON_VPS 0x56 -*/ +#endif // UTF-8 Icons #define ICON_BAR_OPEN_UTF8 "\uE007" diff --git a/po/ca_ES.po b/po/ca_ES.po index e8dc17a..4b1c57a 100644 --- a/po/ca_ES.po +++ b/po/ca_ES.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2008-04-17 18:22+0200\n" +"POT-Creation-Date: 2008-05-01 10:00+0200\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Jordi Vilà <jvila@tinet.org>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -50,6 +50,10 @@ msgstr "" msgid "Group name already exists!" msgstr "" +#, c-format +msgid "%d timer conflict(s)! First at %s. Show them?" +msgstr "" + msgid "Direct access to epgsearch's conflict check menu" msgstr "" @@ -62,10 +66,6 @@ msgstr "" msgid "next" msgstr "" -#, c-format -msgid "%d timer conflict(s)! First at %s. Show them?" -msgstr "" - msgid "search the EPG for repeats and more" msgstr "" @@ -828,6 +828,21 @@ msgstr "" msgid "Button$Aux info" msgstr "" +msgid "Button$Actions" +msgstr "" + +msgid "Search entries" +msgstr "" + +msgid "active" +msgstr "" + +msgid "Edit$Delete search?" +msgstr "" + +msgid "Delete all timers created from this search?" +msgstr "" + msgid "Search actions" msgstr "" @@ -885,21 +900,6 @@ msgstr "" msgid "Copy this entry to templates?" msgstr "" -msgid "Delete all timers created from this search?" -msgstr "" - -msgid "Button$Actions" -msgstr "" - -msgid "Search entries" -msgstr "" - -msgid "active" -msgstr "" - -msgid "Edit$Delete search?" -msgstr "" - msgid "Edit search" msgstr "" diff --git a/po/cs_CZ.po b/po/cs_CZ.po index 9b5c50d..cca5f1b 100644 --- a/po/cs_CZ.po +++ b/po/cs_CZ.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2008-04-17 18:22+0200\n" +"POT-Creation-Date: 2008-05-01 10:00+0200\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Vladimír Bárta <vladimir.barta@k2atmitec.cz>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -48,6 +48,10 @@ msgstr "" msgid "Group name already exists!" msgstr "" +#, c-format +msgid "%d timer conflict(s)! First at %s. Show them?" +msgstr "" + msgid "Direct access to epgsearch's conflict check menu" msgstr "" @@ -60,10 +64,6 @@ msgstr "" msgid "next" msgstr "" -#, c-format -msgid "%d timer conflict(s)! First at %s. Show them?" -msgstr "" - msgid "search the EPG for repeats and more" msgstr "" @@ -826,6 +826,21 @@ msgstr "" msgid "Button$Aux info" msgstr "" +msgid "Button$Actions" +msgstr "" + +msgid "Search entries" +msgstr "" + +msgid "active" +msgstr "" + +msgid "Edit$Delete search?" +msgstr "" + +msgid "Delete all timers created from this search?" +msgstr "" + msgid "Search actions" msgstr "" @@ -883,21 +898,6 @@ msgstr "" msgid "Copy this entry to templates?" msgstr "" -msgid "Delete all timers created from this search?" -msgstr "" - -msgid "Button$Actions" -msgstr "" - -msgid "Search entries" -msgstr "" - -msgid "active" -msgstr "" - -msgid "Edit$Delete search?" -msgstr "" - msgid "Edit search" msgstr "" diff --git a/po/da_DK.po b/po/da_DK.po index b94e4c6..f7a0f52 100644 --- a/po/da_DK.po +++ b/po/da_DK.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2008-04-17 18:22+0200\n" +"POT-Creation-Date: 2008-05-01 10:00+0200\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Mogens Elneff <mogens@elneff.dk>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -48,6 +48,10 @@ msgstr "" msgid "Group name already exists!" msgstr "" +#, c-format +msgid "%d timer conflict(s)! First at %s. Show them?" +msgstr "" + msgid "Direct access to epgsearch's conflict check menu" msgstr "" @@ -60,10 +64,6 @@ msgstr "" msgid "next" msgstr "" -#, c-format -msgid "%d timer conflict(s)! First at %s. Show them?" -msgstr "" - msgid "search the EPG for repeats and more" msgstr "" @@ -826,6 +826,21 @@ msgstr "" msgid "Button$Aux info" msgstr "" +msgid "Button$Actions" +msgstr "" + +msgid "Search entries" +msgstr "" + +msgid "active" +msgstr "" + +msgid "Edit$Delete search?" +msgstr "" + +msgid "Delete all timers created from this search?" +msgstr "" + msgid "Search actions" msgstr "" @@ -883,21 +898,6 @@ msgstr "" msgid "Copy this entry to templates?" msgstr "" -msgid "Delete all timers created from this search?" -msgstr "" - -msgid "Button$Actions" -msgstr "" - -msgid "Search entries" -msgstr "" - -msgid "active" -msgstr "" - -msgid "Edit$Delete search?" -msgstr "" - msgid "Edit search" msgstr "" diff --git a/po/de_DE.po b/po/de_DE.po index 9714ab2..f42c6d3 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2008-04-17 18:22+0200\n" +"POT-Creation-Date: 2008-05-01 10:00+0200\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Klaus Schmidinger <kls@cadsoft.de>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -48,6 +48,10 @@ msgstr "Gruppenname ist leer!" msgid "Group name already exists!" msgstr "Gruppe existiert bereits!" +#, c-format +msgid "%d timer conflict(s)! First at %s. Show them?" +msgstr "%d Timer-Konflikt(e)! Erster am %s. Anzeigen?" + msgid "Direct access to epgsearch's conflict check menu" msgstr "Direkter Zugriff auf epgsearch's Konflikt-Prüfungs-Menü" @@ -60,10 +64,6 @@ msgstr "Konflikt-Info im Hauptmenü" msgid "next" msgstr "nächster" -#, c-format -msgid "%d timer conflict(s)! First at %s. Show them?" -msgstr "%d Timer-Konflikt(e)! Erster am %s. Anzeigen?" - msgid "search the EPG for repeats and more" msgstr "Suche im EPG nach Wiederholungen und anderem" @@ -862,6 +862,21 @@ msgstr "Zusatzinfo" msgid "Button$Aux info" msgstr "Zusatzinfo" +msgid "Button$Actions" +msgstr "Aktionen" + +msgid "Search entries" +msgstr "Sucheinträge" + +msgid "active" +msgstr "aktiv" + +msgid "Edit$Delete search?" +msgstr "Suche löschen?" + +msgid "Delete all timers created from this search?" +msgstr "Alle Timer löschen, die von dieser Suche erzeugt wurden?" + msgid "Search actions" msgstr "Suchaktionen" @@ -919,21 +934,6 @@ msgstr "Kopie" msgid "Copy this entry to templates?" msgstr "Diesen Eintrag in Vorlagen kopieren?" -msgid "Delete all timers created from this search?" -msgstr "Alle Timer löschen, die von dieser Suche erzeugt wurden?" - -msgid "Button$Actions" -msgstr "Aktionen" - -msgid "Search entries" -msgstr "Sucheinträge" - -msgid "active" -msgstr "aktiv" - -msgid "Edit$Delete search?" -msgstr "Suche löschen?" - msgid "Edit search" msgstr "Suche editieren" diff --git a/po/el_GR.po b/po/el_GR.po index ae4ddf9..7b10029 100644 --- a/po/el_GR.po +++ b/po/el_GR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2008-04-17 18:22+0200\n" +"POT-Creation-Date: 2008-05-01 10:00+0200\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Dimitrios Dimitrakos <mail@dimitrios.de>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -48,6 +48,10 @@ msgstr "" msgid "Group name already exists!" msgstr "" +#, c-format +msgid "%d timer conflict(s)! First at %s. Show them?" +msgstr "" + msgid "Direct access to epgsearch's conflict check menu" msgstr "" @@ -60,10 +64,6 @@ msgstr "" msgid "next" msgstr "" -#, c-format -msgid "%d timer conflict(s)! First at %s. Show them?" -msgstr "" - msgid "search the EPG for repeats and more" msgstr "" @@ -826,6 +826,21 @@ msgstr "" msgid "Button$Aux info" msgstr "" +msgid "Button$Actions" +msgstr "" + +msgid "Search entries" +msgstr "" + +msgid "active" +msgstr "" + +msgid "Edit$Delete search?" +msgstr "" + +msgid "Delete all timers created from this search?" +msgstr "" + msgid "Search actions" msgstr "" @@ -883,21 +898,6 @@ msgstr "" msgid "Copy this entry to templates?" msgstr "" -msgid "Delete all timers created from this search?" -msgstr "" - -msgid "Button$Actions" -msgstr "" - -msgid "Search entries" -msgstr "" - -msgid "active" -msgstr "" - -msgid "Edit$Delete search?" -msgstr "" - msgid "Edit search" msgstr "" diff --git a/po/es_ES.po b/po/es_ES.po index 4731e9b..f9da699 100644 --- a/po/es_ES.po +++ b/po/es_ES.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2008-04-17 18:22+0200\n" +"POT-Creation-Date: 2008-05-01 10:00+0200\n" "PO-Revision-Date: 2007-11-18 20:09+0200\n" "Last-Translator: bittor from open7x0.org <bittor7x0 _at_ gmail.com>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -48,6 +48,10 @@ msgstr "¡Nombre del grupo vacío!" msgid "Group name already exists!" msgstr "¡Ya existe el nombre del grupo!" +#, c-format +msgid "%d timer conflict(s)! First at %s. Show them?" +msgstr "¡%d conflicto(s) de programación! El 1º a las %s. ¿Mostrarlos?" + msgid "Direct access to epgsearch's conflict check menu" msgstr "Acceso directo al menú de conflictos EPGSearch" @@ -60,10 +64,6 @@ msgstr "Mostrar conflictos en menú principal" msgid "next" msgstr "siguiente" -#, c-format -msgid "%d timer conflict(s)! First at %s. Show them?" -msgstr "¡%d conflicto(s) de programación! El 1º a las %s. ¿Mostrarlos?" - msgid "search the EPG for repeats and more" msgstr "Buscar repeticiones en la EPG" @@ -862,6 +862,21 @@ msgstr "Más información" msgid "Button$Aux info" msgstr "Más info" +msgid "Button$Actions" +msgstr "Acciones" + +msgid "Search entries" +msgstr "Entradas de búsqueda" + +msgid "active" +msgstr "activa" + +msgid "Edit$Delete search?" +msgstr "¿Borrar la búsqueda?" + +msgid "Delete all timers created from this search?" +msgstr "¿Borrar las programaciones creadas por esta búsqueda?" + msgid "Search actions" msgstr "Acciones de búsqueda" @@ -919,21 +934,6 @@ msgstr "Copiar" msgid "Copy this entry to templates?" msgstr "¿Copiar esta entrada a plantillas?" -msgid "Delete all timers created from this search?" -msgstr "¿Borrar las programaciones creadas por esta búsqueda?" - -msgid "Button$Actions" -msgstr "Acciones" - -msgid "Search entries" -msgstr "Entradas de búsqueda" - -msgid "active" -msgstr "activa" - -msgid "Edit$Delete search?" -msgstr "¿Borrar la búsqueda?" - msgid "Edit search" msgstr "Editar búsqueda" @@ -1196,4 +1196,3 @@ msgstr "en %02ldh" #, c-format msgid "in %02ldm" msgstr "en %02ldm" - diff --git a/po/et_EE.po b/po/et_EE.po index eded03d..274159f 100644 --- a/po/et_EE.po +++ b/po/et_EE.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2008-04-17 18:22+0200\n" +"POT-Creation-Date: 2008-05-01 10:00+0200\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Arthur Konovalov <kasjas@hot.ee>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -48,6 +48,10 @@ msgstr "" msgid "Group name already exists!" msgstr "" +#, c-format +msgid "%d timer conflict(s)! First at %s. Show them?" +msgstr "" + msgid "Direct access to epgsearch's conflict check menu" msgstr "" @@ -60,10 +64,6 @@ msgstr "" msgid "next" msgstr "" -#, c-format -msgid "%d timer conflict(s)! First at %s. Show them?" -msgstr "" - msgid "search the EPG for repeats and more" msgstr "" @@ -826,6 +826,21 @@ msgstr "" msgid "Button$Aux info" msgstr "" +msgid "Button$Actions" +msgstr "" + +msgid "Search entries" +msgstr "" + +msgid "active" +msgstr "" + +msgid "Edit$Delete search?" +msgstr "" + +msgid "Delete all timers created from this search?" +msgstr "" + msgid "Search actions" msgstr "" @@ -883,21 +898,6 @@ msgstr "" msgid "Copy this entry to templates?" msgstr "" -msgid "Delete all timers created from this search?" -msgstr "" - -msgid "Button$Actions" -msgstr "" - -msgid "Search entries" -msgstr "" - -msgid "active" -msgstr "" - -msgid "Edit$Delete search?" -msgstr "" - msgid "Edit search" msgstr "" diff --git a/po/fi_FI.po b/po/fi_FI.po index 152f3a6..7d23bbb 100644 --- a/po/fi_FI.po +++ b/po/fi_FI.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2008-04-17 18:22+0200\n" +"POT-Creation-Date: 2008-05-01 10:00+0200\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Rolf Ahrenberg <rahrenbe@cc.hut.fi>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -51,6 +51,10 @@ msgstr "Kanavaryhmältä puuttuu nimi!" msgid "Group name already exists!" msgstr "Samanniminen kanavaryhmä on jo olemassa!" +#, c-format +msgid "%d timer conflict(s)! First at %s. Show them?" +msgstr "Päällekkäisiä ajastimia (%d kpl %s)! Näytetäänkö?" + msgid "Direct access to epgsearch's conflict check menu" msgstr "Suoratoiminto EPGSearch-laajennoksen ajastimien tarkistukselle" @@ -63,10 +67,6 @@ msgstr "Näytä päällekkäisyydet päävalikossa" msgid "next" msgstr "seuraava" -#, c-format -msgid "%d timer conflict(s)! First at %s. Show them?" -msgstr "Päällekkäisiä ajastimia (%d kpl %s)! Näytetäänkö?" - msgid "search the EPG for repeats and more" msgstr "Monipuolinen ohjelmaopas hakutoiminnolla" @@ -866,6 +866,21 @@ msgstr "Lisätiedot" msgid "Button$Aux info" msgstr "Lisätiedot" +msgid "Button$Actions" +msgstr "Komennot" + +msgid "Search entries" +msgstr "Hakutermit" + +msgid "active" +msgstr "aktiivista" + +msgid "Edit$Delete search?" +msgstr "Poistetaanko haku?" + +msgid "Delete all timers created from this search?" +msgstr "Poistetaanko kaikki tällä haulla luodut ajastimet?" + msgid "Search actions" msgstr "Hakukomennot" @@ -923,21 +938,6 @@ msgstr "Kopio" msgid "Copy this entry to templates?" msgstr "Kopioidaanko hakutermi mallipohjaksi?" -msgid "Delete all timers created from this search?" -msgstr "Poistetaanko kaikki tällä haulla luodut ajastimet?" - -msgid "Button$Actions" -msgstr "Komennot" - -msgid "Search entries" -msgstr "Hakutermit" - -msgid "active" -msgstr "aktiivista" - -msgid "Edit$Delete search?" -msgstr "Poistetaanko haku?" - msgid "Edit search" msgstr "Muokkaa hakua" @@ -1200,4 +1200,3 @@ msgstr "%02ldh" #, c-format msgid "in %02ldm" msgstr "%02ldm" - diff --git a/po/fr_FR.po b/po/fr_FR.po index af6cf2d..77f2e4e 100644 --- a/po/fr_FR.po +++ b/po/fr_FR.po @@ -4,15 +4,15 @@ # Jean-Claude Repetto <jc@repetto.org>, 2001 # Olivier Jacques <jacquesolivier@hotmail.com>, 2003 # Gregoire Favre <greg@magma.unil.ch>, 2003 -# Nicolas Huillard <nhuillard@e-dition.fr>, 2005 -# +# Nicolas Huillard <nhuillard@e-dition.fr>, 2005 , 2007 +# Patrice Staudt <patrice.staudt@laposte.net>, 2008 msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2008-04-17 18:22+0200\n" -"PO-Revision-Date: 2007-08-14 20:21+0200\n" -"Last-Translator: Nicolas Huillard <nhuillard@e-dition.fr>\n" +"POT-Creation-Date: 2008-05-01 10:00+0200\n" +"PO-Revision-Date: 2008-04-30 08:36+0200\n" +"Last-Translator: Patrice Staudt <patrice.staudt@laposte.net>\n" "Language-Team: <vdr@linuxtv.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" @@ -51,6 +51,10 @@ msgstr "Le nom est vide" msgid "Group name already exists!" msgstr "Le groupe existe déjà!" +#, c-format +msgid "%d timer conflict(s)! First at %s. Show them?" +msgstr "%d de conflits de programmation! Le premier le %s. Afficher?" + msgid "Direct access to epgsearch's conflict check menu" msgstr "" @@ -58,14 +62,10 @@ msgid "Timer conflicts" msgstr "Conflits de programmation" msgid "Conflict info in main menu" -msgstr "" +msgstr "Conflits infos dans le menu principale" msgid "next" -msgstr "" - -#, c-format -msgid "%d timer conflict(s)! First at %s. Show them?" -msgstr "%d de conflits de programmation! Le premier le %s. Afficher?" +msgstr "prochain" msgid "search the EPG for repeats and more" msgstr "Recherche de répétition dans EPG" @@ -74,13 +74,13 @@ msgid "Program guide" msgstr "Guide du programme" msgid "Direct access to epgsearch's search menu" -msgstr "" +msgstr "Accès direct dans epgsearch dans le menu recherche" msgid "Search" msgstr "Recherche" msgid "EpgSearch-Search in main menu" -msgstr "" +msgstr "EpgSearch-Recherche dans le menu proncipale" msgid "Button$Help" msgstr "Aide" @@ -116,7 +116,7 @@ msgid "after user-def. times" msgstr "après le temp utilisateur" msgid "before 'next'" -msgstr "" +msgstr "avant 'le prochain'" msgid "General" msgstr "Général" @@ -152,7 +152,7 @@ msgid "Help$The name of the main menu entry which defaults to 'Programm guide'." msgstr "Le nom dans le menu principale. La prédéfinition est 'Guide du programme'. " msgid "Replace original schedule" -msgstr "" +msgstr "Remplace le menu d'origine programme" msgid "Help$When VDR is patched to allow this plugin to replace the original 'Schedule' entry, you can de/activate this replacement here." msgstr "Lorsque le VDR est muni du patch pour autoriser le remplacement du menu original 'Programme' , vous pouvez activer ou déactiver celui-ci." @@ -497,13 +497,13 @@ msgid "Help$Set this to 'yes' if you want to get an email notification about the msgstr "Mettez 'oui',si les conflits de programmation doivent être notifiés." msgid "Send to" -msgstr "" +msgstr "Envoyer à" msgid "Help$Specify the email adress where notifications should be sent to." msgstr "Ici vous indiquez l'adresse mail, a laquelle les notifications sont envoyées." msgid "Mail method" -msgstr "" +msgstr "Méthode de couriel" msgid "" "Help$Specify here the method to use when sending mails.\n" @@ -513,13 +513,13 @@ msgid "" msgstr "" msgid "--- Email account ---" -msgstr "--- Compte mail ---" +msgstr "--- Compte courriel ---" msgid "Email adress" -msgstr "Adresse Mail" +msgstr "Adresse courriel" msgid "Help$Specify the email adress where notifications should be sent from." -msgstr "" +msgstr "Préciser l'adresse courriel de l'envoyeur des notifications" msgid "SMTP server" msgstr "Serveur SMTP" @@ -555,10 +555,10 @@ msgid "$ abcdefghijklmnopqrstuvwxyz0123456789-.,#~\\^$[]|()*+?{}/:%@&" msgstr " aàbcçdeéèêfghiîjklmnoôpqrstuùûvwxyz0123456789-.,#~\\^$[]|()*+?{}/:%@&" msgid "Start/Stop time has changed" -msgstr "" +msgstr "Start/Stop date a changé" msgid "Title/episode has changed" -msgstr "" +msgstr "Titre/épisode a changé" msgid "No new timers were added." msgstr "Il n'y a pas eu de nouvelle programmation." @@ -570,10 +570,10 @@ msgid "No timers were deleted." msgstr "Aucune programmation n'a été effacée." msgid "This version of EPGSearch does not support this service!" -msgstr "" +msgstr "Cette version de EPGSearch ne supporte pas ce service!" msgid "EPGSearch does not exist!" -msgstr "" +msgstr "EPGSearch n'existe pas!" #, c-format msgid "%d new broadcast" @@ -592,7 +592,7 @@ msgid "Button$Title" msgstr "Titre" msgid "announce details" -msgstr "" +msgstr "annoncer les détails" msgid "announce again" msgstr "Annoncer à nouveau" @@ -664,7 +664,7 @@ msgid "Use extended EPG info" msgstr "Utiliser les infos EPG avancées" msgid "Ignore missing categories" -msgstr "" +msgstr "Ignorer les catégories indisponible" msgid "Use channel" msgstr "Utiliser les chaînes" @@ -706,7 +706,7 @@ msgid "Button$Templates" msgstr "Modéles" msgid "*** Invalid Channel ***" -msgstr "" +msgstr "*** Chaîne indisponible ***" msgid "Please check channel criteria!" msgstr "Vérifier le critère de la chaîne!" @@ -748,7 +748,7 @@ msgid "Button$Details" msgstr "Détails" msgid "Button$Filter" -msgstr "" +msgstr "Filtre" msgid "Button$Show all" msgstr "Montrer tous" @@ -784,7 +784,7 @@ msgid "Button$Level" msgstr "Niveau" msgid "Event" -msgstr "" +msgstr "Événement" msgid "Favorites" msgstr "Favoris" @@ -796,7 +796,7 @@ msgid "Timer conflict! Show?" msgstr "Afficher les conflits de programmation?" msgid "Channel" -msgstr "" +msgstr "Chaîne" msgid "Childlock" msgstr "Adulte" @@ -811,7 +811,7 @@ msgid "recording with device" msgstr "Enregistrement avec appareil" msgid "File" -msgstr "" +msgstr "Fichier" msgid "Button$With subtitle" msgstr "Avec les sous-titres" @@ -820,7 +820,7 @@ msgid "Button$Without subtitle" msgstr "Sans sous-titres" msgid "Day" -msgstr "" +msgstr "Jour" msgid "Button$Extended" msgstr "Extention" @@ -844,7 +844,7 @@ msgid "Button$Delete all" msgstr "Effacer toutes" msgid "Recordings" -msgstr "" +msgstr "Enregistrement" msgid "Edit$Delete entry?" msgstr "Effacer l'entrée" @@ -861,6 +861,21 @@ msgstr "Informations supplémentaires" msgid "Button$Aux info" msgstr "Infos supplémentaires" +msgid "Button$Actions" +msgstr "Actions" + +msgid "Search entries" +msgstr "Entrée de recherche" + +msgid "active" +msgstr "actif" + +msgid "Edit$Delete search?" +msgstr "Effacer la recherche" + +msgid "Delete all timers created from this search?" +msgstr "Effacer les programmations issues de cette recherche?" + msgid "Search actions" msgstr "Actions de recherche" @@ -880,7 +895,7 @@ msgid "Show timers created" msgstr "Afficher la programmation effectuée" msgid "Create a copy" -msgstr "" +msgstr "Créer une copie" msgid "Use as template" msgstr "Utiliser comme modèles" @@ -910,29 +925,14 @@ msgid "Run search timer update?" msgstr "Mise à jours programmation de recherche?" msgid "Copy this entry?" -msgstr "" +msgstr "Copier cette entrée" msgid "Copy" -msgstr "" +msgstr "Copier" msgid "Copy this entry to templates?" msgstr "Copier cette entrée dans modèles?" -msgid "Delete all timers created from this search?" -msgstr "Effacer les programmations issues de cette recherche?" - -msgid "Button$Actions" -msgstr "Actions" - -msgid "Search entries" -msgstr "Entrée de recherche" - -msgid "active" -msgstr "actif" - -msgid "Edit$Delete search?" -msgstr "Effacer la recherche" - msgid "Edit search" msgstr "Edition recherche" @@ -952,19 +952,19 @@ msgid "all" msgstr "tous" msgid "count recordings" -msgstr "" +msgstr "compter enregistrements" msgid "count days" -msgstr "" +msgstr "compter jours" msgid "Template name" msgstr "Nom du modèle" msgid "Help$Specify the name of the template." -msgstr "" +msgstr "Spécifier le nom du modèle." msgid "Help$Specify here the term to search for." -msgstr "" +msgstr "Spécifier ici le term de la recherche." msgid "" "Help$The following search modes exist:\n" @@ -1017,7 +1017,7 @@ msgid "Switch ... minutes before start" msgstr "Changer ... minutes avant le début" msgid "Unmute sound" -msgstr "" +msgstr "Remettre le son" msgid " Series recording" msgstr " Enregistrement de serie" @@ -1053,16 +1053,16 @@ msgid "Compare categories" msgstr "Comparer categories" msgid "VPS" -msgstr "" +msgstr "iVPS" msgid "Auto delete" -msgstr "" +msgstr "Auto effacement" msgid "after ... recordings" -msgstr "" +msgstr "après ... enregistrements" msgid "after ... days after first rec." -msgstr "" +msgstr "après ... jours du premier enregistrement" msgid "Edit user-defined days of week" msgstr "Edition des journées définit par l'utilisateur" @@ -1080,31 +1080,31 @@ msgid "Button$Apply" msgstr "Appliquer" msgid "less" -msgstr "" +msgstr "plus petit" msgid "less or equal" -msgstr "" +msgstr "plus petit ou égale" msgid "greater" -msgstr "" +msgstr "plus grand" msgid "greater or equal" -msgstr "" +msgstr "plus grand ou égale" msgid "equal" -msgstr "" +msgstr "égale" msgid "not equal" -msgstr "" +msgstr "pas égale" msgid "Activation of search timer" -msgstr "" +msgstr "Activation de la recherche de programmation" msgid "First day" -msgstr "" +msgstr "Premier jour" msgid "Last day" -msgstr "" +msgstr "Dernier jour" msgid "Button$all channels" msgstr "avec TV-Payante" @@ -1122,7 +1122,7 @@ msgid "found recordings" msgstr "Enregistrements trouvées" msgid "Error while accessing recording!" -msgstr "" +msgstr "Erreur lors de l'accès à l'enregistrement" msgid "Button$Default" msgstr "Standart" @@ -1146,7 +1146,7 @@ msgid "Edit template" msgstr "Editer modèles" msgid "Timers" -msgstr "" +msgstr "Programmations" msgid ">>> no info! <<<" msgstr ">>> Pas d'information! <<<" @@ -1158,13 +1158,13 @@ msgid "Button$Favorites" msgstr "Favoris" msgid "Quick search for broadcasts" -msgstr "" +msgstr "Recherche rapide pour les radios" msgid "Quick search" msgstr "Recherche rapide" msgid "Show in main menu" -msgstr "" +msgstr "Visible dans le menu principale" #, c-format msgid "%d new broadcast(s) found! Show them?" diff --git a/po/hr_HR.po b/po/hr_HR.po index c906ee3..bc813e3 100644 --- a/po/hr_HR.po +++ b/po/hr_HR.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2008-04-17 18:22+0200\n" +"POT-Creation-Date: 2008-05-01 10:00+0200\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Drazen Dupor <drazen.dupor@dupor.com>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -49,6 +49,10 @@ msgstr "" msgid "Group name already exists!" msgstr "" +#, c-format +msgid "%d timer conflict(s)! First at %s. Show them?" +msgstr "" + msgid "Direct access to epgsearch's conflict check menu" msgstr "" @@ -61,10 +65,6 @@ msgstr "" msgid "next" msgstr "" -#, c-format -msgid "%d timer conflict(s)! First at %s. Show them?" -msgstr "" - msgid "search the EPG for repeats and more" msgstr "" @@ -827,6 +827,21 @@ msgstr "" msgid "Button$Aux info" msgstr "" +msgid "Button$Actions" +msgstr "" + +msgid "Search entries" +msgstr "" + +msgid "active" +msgstr "" + +msgid "Edit$Delete search?" +msgstr "" + +msgid "Delete all timers created from this search?" +msgstr "" + msgid "Search actions" msgstr "" @@ -884,21 +899,6 @@ msgstr "" msgid "Copy this entry to templates?" msgstr "" -msgid "Delete all timers created from this search?" -msgstr "" - -msgid "Button$Actions" -msgstr "" - -msgid "Search entries" -msgstr "" - -msgid "active" -msgstr "" - -msgid "Edit$Delete search?" -msgstr "" - msgid "Edit search" msgstr "" diff --git a/po/hu_HU.po b/po/hu_HU.po index 19a40be..c58e443 100644 --- a/po/hu_HU.po +++ b/po/hu_HU.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2008-04-17 18:22+0200\n" +"POT-Creation-Date: 2008-05-01 10:00+0200\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Istvan Koenigsberger <istvnko@hotmail.com>, Guido Josten <guido.josten@t-online.de>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -49,6 +49,10 @@ msgstr "" msgid "Group name already exists!" msgstr "" +#, c-format +msgid "%d timer conflict(s)! First at %s. Show them?" +msgstr "" + msgid "Direct access to epgsearch's conflict check menu" msgstr "" @@ -61,10 +65,6 @@ msgstr "" msgid "next" msgstr "" -#, c-format -msgid "%d timer conflict(s)! First at %s. Show them?" -msgstr "" - msgid "search the EPG for repeats and more" msgstr "" @@ -826,6 +826,21 @@ msgstr "" msgid "Button$Aux info" msgstr "" +msgid "Button$Actions" +msgstr "" + +msgid "Search entries" +msgstr "" + +msgid "active" +msgstr "" + +msgid "Edit$Delete search?" +msgstr "" + +msgid "Delete all timers created from this search?" +msgstr "" + msgid "Search actions" msgstr "" @@ -883,21 +898,6 @@ msgstr "" msgid "Copy this entry to templates?" msgstr "" -msgid "Delete all timers created from this search?" -msgstr "" - -msgid "Button$Actions" -msgstr "" - -msgid "Search entries" -msgstr "" - -msgid "active" -msgstr "" - -msgid "Edit$Delete search?" -msgstr "" - msgid "Edit search" msgstr "" diff --git a/po/it_IT.po b/po/it_IT.po index 9086294..4050520 100644 --- a/po/it_IT.po +++ b/po/it_IT.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2008-04-17 18:22+0200\n" +"POT-Creation-Date: 2008-05-01 10:00+0200\n" "PO-Revision-Date: 2007-12-30 04:09+0100\n" "Last-Translator: Gringo <vdr-italian@tiscali.it>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -50,6 +50,10 @@ msgstr "Il gruppo nomi è vuoto!" msgid "Group name already exists!" msgstr "Il gruppo nome esiste già!" +#, c-format +msgid "%d timer conflict(s)! First at %s. Show them?" +msgstr "%d conflitto timer! Primo alle %s. Mostrarli?" + msgid "Direct access to epgsearch's conflict check menu" msgstr "Accesso diretto al menu di verifica conflitti di epgsearch" @@ -62,10 +66,6 @@ msgstr "Informazioni conflitto nel menu principale" msgid "next" msgstr "successivo" -#, c-format -msgid "%d timer conflict(s)! First at %s. Show them?" -msgstr "%d conflitto timer! Primo alle %s. Mostrarli?" - msgid "search the EPG for repeats and more" msgstr "Cerca nella guida EPG: per parole, repliche e più" @@ -864,6 +864,21 @@ msgstr "Informazioni ausiliari" msgid "Button$Aux info" msgstr "Info ausiliari" +msgid "Button$Actions" +msgstr "Azioni" + +msgid "Search entries" +msgstr "Valori ricerca" + +msgid "active" +msgstr "attiva" + +msgid "Edit$Delete search?" +msgstr "Cancellare criteri?" + +msgid "Delete all timers created from this search?" +msgstr "Cancellare tutti i timer creati da questa ricerca?" + msgid "Search actions" msgstr "Azioni ricerca" @@ -921,21 +936,6 @@ msgstr "Copia" msgid "Copy this entry to templates?" msgstr "Copiare questo valore nei modelli?" -msgid "Delete all timers created from this search?" -msgstr "Cancellare tutti i timer creati da questa ricerca?" - -msgid "Button$Actions" -msgstr "Azioni" - -msgid "Search entries" -msgstr "Valori ricerca" - -msgid "active" -msgstr "attiva" - -msgid "Edit$Delete search?" -msgstr "Cancellare criteri?" - msgid "Edit search" msgstr "Modifica ricerca" @@ -1198,4 +1198,3 @@ msgstr "in %02ldh" #, c-format msgid "in %02ldm" msgstr "in %02ldm" - diff --git a/po/nl_NL.po b/po/nl_NL.po index 052f976..dba91a8 100644 --- a/po/nl_NL.po +++ b/po/nl_NL.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2008-04-17 18:22+0200\n" +"POT-Creation-Date: 2008-05-01 10:00+0200\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Maarten Wisse <Maarten.Wisse@urz.uni-hd.de>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -50,6 +50,10 @@ msgstr "Groep naam is leeg!" msgid "Group name already exists!" msgstr "Groep naam bestaat al!" +#, c-format +msgid "%d timer conflict(s)! First at %s. Show them?" +msgstr "%d timer conflict(en)! eerste op %s. Tonen?" + msgid "Direct access to epgsearch's conflict check menu" msgstr "Directe toegang tot epgsearch's conflict controle menu" @@ -62,10 +66,6 @@ msgstr "Conflict info tonen in hoofdmenu" msgid "next" msgstr "volgende" -#, c-format -msgid "%d timer conflict(s)! First at %s. Show them?" -msgstr "%d timer conflict(en)! eerste op %s. Tonen?" - msgid "search the EPG for repeats and more" msgstr "Zoek in de EPG naar herhalingen en meer" @@ -859,6 +859,21 @@ msgstr "Reserve info" msgid "Button$Aux info" msgstr "Res. info" +msgid "Button$Actions" +msgstr "Acties" + +msgid "Search entries" +msgstr "Zoekregels" + +msgid "active" +msgstr "actief" + +msgid "Edit$Delete search?" +msgstr "Zoekcriterium wissen?" + +msgid "Delete all timers created from this search?" +msgstr "Verwijder alle timers aangemaakt door dit zoekcriterium?" + msgid "Search actions" msgstr "Zoekcriteria acties" @@ -916,21 +931,6 @@ msgstr "KopiÃer" msgid "Copy this entry to templates?" msgstr "Kopiëer deze regel naar sjablonen" -msgid "Delete all timers created from this search?" -msgstr "Verwijder alle timers aangemaakt door dit zoekcriterium?" - -msgid "Button$Actions" -msgstr "Acties" - -msgid "Search entries" -msgstr "Zoekregels" - -msgid "active" -msgstr "actief" - -msgid "Edit$Delete search?" -msgstr "Zoekcriterium wissen?" - msgid "Edit search" msgstr "Bewerk zoekcriteria" @@ -1191,4 +1191,3 @@ msgstr "in %02ldh" #, c-format msgid "in %02ldm" msgstr "in %02ldm" - diff --git a/po/nn_NO.po b/po/nn_NO.po index c39dabf..9a27bfe 100644 --- a/po/nn_NO.po +++ b/po/nn_NO.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2008-04-17 18:22+0200\n" +"POT-Creation-Date: 2008-05-01 10:00+0200\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Truls Slevigen <truls@slevigen.no>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -49,6 +49,10 @@ msgstr "" msgid "Group name already exists!" msgstr "" +#, c-format +msgid "%d timer conflict(s)! First at %s. Show them?" +msgstr "" + msgid "Direct access to epgsearch's conflict check menu" msgstr "" @@ -61,10 +65,6 @@ msgstr "" msgid "next" msgstr "" -#, c-format -msgid "%d timer conflict(s)! First at %s. Show them?" -msgstr "" - msgid "search the EPG for repeats and more" msgstr "" @@ -826,6 +826,21 @@ msgstr "" msgid "Button$Aux info" msgstr "" +msgid "Button$Actions" +msgstr "" + +msgid "Search entries" +msgstr "" + +msgid "active" +msgstr "" + +msgid "Edit$Delete search?" +msgstr "" + +msgid "Delete all timers created from this search?" +msgstr "" + msgid "Search actions" msgstr "" @@ -883,21 +898,6 @@ msgstr "" msgid "Copy this entry to templates?" msgstr "" -msgid "Delete all timers created from this search?" -msgstr "" - -msgid "Button$Actions" -msgstr "" - -msgid "Search entries" -msgstr "" - -msgid "active" -msgstr "" - -msgid "Edit$Delete search?" -msgstr "" - msgid "Edit search" msgstr "" diff --git a/po/pl_PL.po b/po/pl_PL.po index b1cfb4e..4a53427 100644 --- a/po/pl_PL.po +++ b/po/pl_PL.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2008-04-17 18:22+0200\n" +"POT-Creation-Date: 2008-05-01 10:00+0200\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Michael Rakowski <mrak@gmx.de>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -48,6 +48,10 @@ msgstr "" msgid "Group name already exists!" msgstr "" +#, c-format +msgid "%d timer conflict(s)! First at %s. Show them?" +msgstr "" + msgid "Direct access to epgsearch's conflict check menu" msgstr "" @@ -60,10 +64,6 @@ msgstr "" msgid "next" msgstr "" -#, c-format -msgid "%d timer conflict(s)! First at %s. Show them?" -msgstr "" - msgid "search the EPG for repeats and more" msgstr "" @@ -825,6 +825,21 @@ msgstr "" msgid "Button$Aux info" msgstr "" +msgid "Button$Actions" +msgstr "" + +msgid "Search entries" +msgstr "" + +msgid "active" +msgstr "" + +msgid "Edit$Delete search?" +msgstr "" + +msgid "Delete all timers created from this search?" +msgstr "" + msgid "Search actions" msgstr "" @@ -882,21 +897,6 @@ msgstr "" msgid "Copy this entry to templates?" msgstr "" -msgid "Delete all timers created from this search?" -msgstr "" - -msgid "Button$Actions" -msgstr "" - -msgid "Search entries" -msgstr "" - -msgid "active" -msgstr "" - -msgid "Edit$Delete search?" -msgstr "" - msgid "Edit search" msgstr "" diff --git a/po/pt_PT.po b/po/pt_PT.po index ea3e912..22f3dd7 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2008-04-17 18:22+0200\n" +"POT-Creation-Date: 2008-05-01 10:00+0200\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Paulo Lopes <pmml@netvita.pt>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -48,6 +48,10 @@ msgstr "" msgid "Group name already exists!" msgstr "" +#, c-format +msgid "%d timer conflict(s)! First at %s. Show them?" +msgstr "" + msgid "Direct access to epgsearch's conflict check menu" msgstr "" @@ -60,10 +64,6 @@ msgstr "" msgid "next" msgstr "" -#, c-format -msgid "%d timer conflict(s)! First at %s. Show them?" -msgstr "" - msgid "search the EPG for repeats and more" msgstr "" @@ -825,6 +825,21 @@ msgstr "" msgid "Button$Aux info" msgstr "" +msgid "Button$Actions" +msgstr "" + +msgid "Search entries" +msgstr "" + +msgid "active" +msgstr "" + +msgid "Edit$Delete search?" +msgstr "" + +msgid "Delete all timers created from this search?" +msgstr "" + msgid "Search actions" msgstr "" @@ -882,21 +897,6 @@ msgstr "" msgid "Copy this entry to templates?" msgstr "" -msgid "Delete all timers created from this search?" -msgstr "" - -msgid "Button$Actions" -msgstr "" - -msgid "Search entries" -msgstr "" - -msgid "active" -msgstr "" - -msgid "Edit$Delete search?" -msgstr "" - msgid "Edit search" msgstr "" diff --git a/po/ro_RO.po b/po/ro_RO.po index 9bf7f31..300489e 100644 --- a/po/ro_RO.po +++ b/po/ro_RO.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2008-04-17 18:22+0200\n" +"POT-Creation-Date: 2008-05-01 10:00+0200\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Lucian Muresan <lucianm@users.sourceforge.net>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -49,6 +49,10 @@ msgstr "" msgid "Group name already exists!" msgstr "" +#, c-format +msgid "%d timer conflict(s)! First at %s. Show them?" +msgstr "" + msgid "Direct access to epgsearch's conflict check menu" msgstr "" @@ -61,10 +65,6 @@ msgstr "" msgid "next" msgstr "" -#, c-format -msgid "%d timer conflict(s)! First at %s. Show them?" -msgstr "" - msgid "search the EPG for repeats and more" msgstr "" @@ -826,6 +826,21 @@ msgstr "" msgid "Button$Aux info" msgstr "" +msgid "Button$Actions" +msgstr "" + +msgid "Search entries" +msgstr "" + +msgid "active" +msgstr "" + +msgid "Edit$Delete search?" +msgstr "" + +msgid "Delete all timers created from this search?" +msgstr "" + msgid "Search actions" msgstr "" @@ -883,21 +898,6 @@ msgstr "" msgid "Copy this entry to templates?" msgstr "" -msgid "Delete all timers created from this search?" -msgstr "" - -msgid "Button$Actions" -msgstr "" - -msgid "Search entries" -msgstr "" - -msgid "active" -msgstr "" - -msgid "Edit$Delete search?" -msgstr "" - msgid "Edit search" msgstr "" diff --git a/po/ru_RU.po b/po/ru_RU.po index c6a75ab..139b2db 100644 --- a/po/ru_RU.po +++ b/po/ru_RU.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2008-04-17 18:22+0200\n" +"POT-Creation-Date: 2008-05-01 10:00+0200\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Vyacheslav Dikonov <sdiconov@mail.ru>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -48,6 +48,10 @@ msgstr "" msgid "Group name already exists!" msgstr "" +#, c-format +msgid "%d timer conflict(s)! First at %s. Show them?" +msgstr "" + msgid "Direct access to epgsearch's conflict check menu" msgstr "" @@ -60,10 +64,6 @@ msgstr "" msgid "next" msgstr "" -#, c-format -msgid "%d timer conflict(s)! First at %s. Show them?" -msgstr "" - msgid "search the EPG for repeats and more" msgstr "" @@ -825,6 +825,21 @@ msgstr "" msgid "Button$Aux info" msgstr "" +msgid "Button$Actions" +msgstr "" + +msgid "Search entries" +msgstr "" + +msgid "active" +msgstr "" + +msgid "Edit$Delete search?" +msgstr "" + +msgid "Delete all timers created from this search?" +msgstr "" + msgid "Search actions" msgstr "" @@ -882,21 +897,6 @@ msgstr "" msgid "Copy this entry to templates?" msgstr "" -msgid "Delete all timers created from this search?" -msgstr "" - -msgid "Button$Actions" -msgstr "" - -msgid "Search entries" -msgstr "" - -msgid "active" -msgstr "" - -msgid "Edit$Delete search?" -msgstr "" - msgid "Edit search" msgstr "" diff --git a/po/sl_SI.po b/po/sl_SI.po index 344798a..d888f29 100644 --- a/po/sl_SI.po +++ b/po/sl_SI.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2008-04-17 18:22+0200\n" +"POT-Creation-Date: 2008-05-01 10:00+0200\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Matjaz Thaler <matjaz.thaler@guest.arnes.si>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -49,6 +49,10 @@ msgstr "" msgid "Group name already exists!" msgstr "" +#, c-format +msgid "%d timer conflict(s)! First at %s. Show them?" +msgstr "" + msgid "Direct access to epgsearch's conflict check menu" msgstr "" @@ -61,10 +65,6 @@ msgstr "" msgid "next" msgstr "" -#, c-format -msgid "%d timer conflict(s)! First at %s. Show them?" -msgstr "" - msgid "search the EPG for repeats and more" msgstr "" @@ -826,6 +826,21 @@ msgstr "" msgid "Button$Aux info" msgstr "" +msgid "Button$Actions" +msgstr "" + +msgid "Search entries" +msgstr "" + +msgid "active" +msgstr "" + +msgid "Edit$Delete search?" +msgstr "" + +msgid "Delete all timers created from this search?" +msgstr "" + msgid "Search actions" msgstr "" @@ -883,21 +898,6 @@ msgstr "" msgid "Copy this entry to templates?" msgstr "" -msgid "Delete all timers created from this search?" -msgstr "" - -msgid "Button$Actions" -msgstr "" - -msgid "Search entries" -msgstr "" - -msgid "active" -msgstr "" - -msgid "Edit$Delete search?" -msgstr "" - msgid "Edit search" msgstr "" diff --git a/po/sv_SE.po b/po/sv_SE.po index 59638dd..5661581 100644 --- a/po/sv_SE.po +++ b/po/sv_SE.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2008-04-17 18:22+0200\n" +"POT-Creation-Date: 2008-05-01 10:00+0200\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Tomas Prybil <tomas@prybil.se>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -49,6 +49,10 @@ msgstr "" msgid "Group name already exists!" msgstr "" +#, c-format +msgid "%d timer conflict(s)! First at %s. Show them?" +msgstr "" + msgid "Direct access to epgsearch's conflict check menu" msgstr "" @@ -61,10 +65,6 @@ msgstr "" msgid "next" msgstr "" -#, c-format -msgid "%d timer conflict(s)! First at %s. Show them?" -msgstr "" - msgid "search the EPG for repeats and more" msgstr "" @@ -826,6 +826,21 @@ msgstr "" msgid "Button$Aux info" msgstr "" +msgid "Button$Actions" +msgstr "" + +msgid "Search entries" +msgstr "" + +msgid "active" +msgstr "" + +msgid "Edit$Delete search?" +msgstr "" + +msgid "Delete all timers created from this search?" +msgstr "" + msgid "Search actions" msgstr "" @@ -883,21 +898,6 @@ msgstr "" msgid "Copy this entry to templates?" msgstr "" -msgid "Delete all timers created from this search?" -msgstr "" - -msgid "Button$Actions" -msgstr "" - -msgid "Search entries" -msgstr "" - -msgid "active" -msgstr "" - -msgid "Edit$Delete search?" -msgstr "" - msgid "Edit search" msgstr "" diff --git a/po/tr_TR.po b/po/tr_TR.po index 310c7a3..6d44b51 100644 --- a/po/tr_TR.po +++ b/po/tr_TR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2008-04-17 18:22+0200\n" +"POT-Creation-Date: 2008-05-01 10:00+0200\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Oktay Yolgeçen <oktay_73@yahoo.de>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -48,6 +48,10 @@ msgstr "" msgid "Group name already exists!" msgstr "" +#, c-format +msgid "%d timer conflict(s)! First at %s. Show them?" +msgstr "" + msgid "Direct access to epgsearch's conflict check menu" msgstr "" @@ -60,10 +64,6 @@ msgstr "" msgid "next" msgstr "" -#, c-format -msgid "%d timer conflict(s)! First at %s. Show them?" -msgstr "" - msgid "search the EPG for repeats and more" msgstr "" @@ -825,6 +825,21 @@ msgstr "" msgid "Button$Aux info" msgstr "" +msgid "Button$Actions" +msgstr "" + +msgid "Search entries" +msgstr "" + +msgid "active" +msgstr "" + +msgid "Edit$Delete search?" +msgstr "" + +msgid "Delete all timers created from this search?" +msgstr "" + msgid "Search actions" msgstr "" @@ -882,21 +897,6 @@ msgstr "" msgid "Copy this entry to templates?" msgstr "" -msgid "Delete all timers created from this search?" -msgstr "" - -msgid "Button$Actions" -msgstr "" - -msgid "Search entries" -msgstr "" - -msgid "active" -msgstr "" - -msgid "Edit$Delete search?" -msgstr "" - msgid "Edit search" msgstr "" |