diff options
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | HISTORY.DE | 4 | ||||
-rw-r--r-- | epgsearch.c | 3 | ||||
-rw-r--r-- | epgsearchtools.h | 2 | ||||
-rw-r--r-- | menu_timersdone.c | 9 | ||||
-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 | 40 | ||||
-rw-r--r-- | po/et_EE.po | 40 | ||||
-rw-r--r-- | po/fi_FI.po | 40 | ||||
-rw-r--r-- | po/fr_FR.po | 40 | ||||
-rw-r--r-- | po/hr_HR.po | 40 | ||||
-rw-r--r-- | po/hu_HU.po | 40 | ||||
-rw-r--r-- | po/it_IT.po | 40 | ||||
-rw-r--r-- | po/nl_NL.po | 40 | ||||
-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 |
26 files changed, 436 insertions, 424 deletions
@@ -5,6 +5,8 @@ VDR Plugin 'epgsearch' Revision History new: - french translation update, thanks to Patrice Staudt +fixes: +- fixed a crash when pressing 'Ok' in an empty timers done menu 2008-04-29: Version 0.9.24 new: @@ -5,6 +5,10 @@ VDR Plugin 'epgsearch' Revision History neu: - Update der französischen Ãœbersetzung, Danke an Patrice Staudt +fixes: +- Absturz beim Drücken von 'Ok' in leerem Menü erledigter Timer behoben + + 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 5fb0cf5..6e23e09 100644 --- a/epgsearch.c +++ b/epgsearch.c @@ -65,6 +65,9 @@ The project's page is at http://winni.vdr-developer.org/epgsearch #include "menu_quicksearch.h" #include "menu_announcelist.h" #include "confdloader.h" +#if APIVERSNUM >= 10503 +#include <langinfo.h> +#endif static const char VERSION[] = "0.9.25.beta1"; static const char DESCRIPTION[] = trNOOP("search the EPG for repeats and more"); diff --git a/epgsearchtools.h b/epgsearchtools.h index 2a4c78d..b6ced33 100644 --- a/epgsearchtools.h +++ b/epgsearchtools.h @@ -95,7 +95,7 @@ using std::string; #define ICON_CLOCK 0xFD #define ICON_CLOCK_HALF 0x74 #define ICON_BAR_OPEN 0x82 -#define ICON_BAR_FULL 0xFF +#define ICON_BAR_FULL 0x7F #define ICON_BAR_EMPTY 0x83 #define ICON_BAR_CLOSE 0x84 #define ICON_VPS 0x56 diff --git a/menu_timersdone.c b/menu_timersdone.c index 1d5637d..2eae286 100644 --- a/menu_timersdone.c +++ b/menu_timersdone.c @@ -202,9 +202,12 @@ eOSState cMenuTimersDone::ProcessKey(eKeys Key) case kOk: { cTimerDone *TimerDone = CurrentTimerDone(); - const cEvent* Event = TimerDone->GetEvent(); - if (!Event) break; - return AddSubMenu(new cMenuEventSearchSimple(Event, eventObjects)); + if (TimerDone) + { + const cEvent* Event = TimerDone->GetEvent(); + if (!Event) break; + return AddSubMenu(new cMenuEventSearchSimple(Event, eventObjects)); + } } default: break; } diff --git a/po/ca_ES.po b/po/ca_ES.po index 4b1c57a..beb85e1 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-05-01 10:00+0200\n" +"POT-Creation-Date: 2008-05-01 14:37+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,10 +50,6 @@ 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 "" @@ -66,6 +62,10 @@ 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,21 +828,6 @@ 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 "" @@ -900,6 +885,21 @@ 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 cca5f1b..02e43f3 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-05-01 10:00+0200\n" +"POT-Creation-Date: 2008-05-01 14:37+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,10 +48,6 @@ 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 "" @@ -64,6 +60,10 @@ 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,21 +826,6 @@ 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 "" @@ -898,6 +883,21 @@ 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 f7a0f52..ee6585f 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-05-01 10:00+0200\n" +"POT-Creation-Date: 2008-05-01 14:37+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,10 +48,6 @@ 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 "" @@ -64,6 +60,10 @@ 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,21 +826,6 @@ 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 "" @@ -898,6 +883,21 @@ 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 f42c6d3..d5a6df8 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-05-01 10:00+0200\n" +"POT-Creation-Date: 2008-05-01 14:37+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,10 +48,6 @@ 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ü" @@ -64,6 +60,10 @@ 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,21 +862,6 @@ 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" @@ -934,6 +919,21 @@ 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 7b10029..efadfff 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-05-01 10:00+0200\n" +"POT-Creation-Date: 2008-05-01 14:37+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,10 +48,6 @@ 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 "" @@ -64,6 +60,10 @@ 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,21 +826,6 @@ 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 "" @@ -898,6 +883,21 @@ 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 f9da699..ee45744 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-05-01 10:00+0200\n" +"POT-Creation-Date: 2008-05-01 14:37+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,10 +48,6 @@ 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" @@ -64,6 +60,10 @@ 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,21 +862,6 @@ 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" @@ -934,6 +919,21 @@ 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" diff --git a/po/et_EE.po b/po/et_EE.po index 274159f..0ecf669 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-05-01 10:00+0200\n" +"POT-Creation-Date: 2008-05-01 14:37+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,10 +48,6 @@ 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 "" @@ -64,6 +60,10 @@ 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,21 +826,6 @@ 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 "" @@ -898,6 +883,21 @@ 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 7d23bbb..093d0b9 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-05-01 10:00+0200\n" +"POT-Creation-Date: 2008-05-01 14:37+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,10 +51,6 @@ 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" @@ -67,6 +63,10 @@ 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,21 +866,6 @@ 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" @@ -938,6 +923,21 @@ 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" diff --git a/po/fr_FR.po b/po/fr_FR.po index 77f2e4e..0343022 100644 --- a/po/fr_FR.po +++ b/po/fr_FR.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-05-01 10:00+0200\n" +"POT-Creation-Date: 2008-05-01 14:37+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" @@ -51,10 +51,6 @@ 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 "" @@ -67,6 +63,10 @@ msgstr "Conflits infos dans le menu principale" msgid "next" msgstr "prochain" +#, c-format +msgid "%d timer conflict(s)! First at %s. Show them?" +msgstr "%d de conflits de programmation! Le premier le %s. Afficher?" + msgid "search the EPG for repeats and more" msgstr "Recherche de répétition dans EPG" @@ -861,21 +861,6 @@ 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" @@ -933,6 +918,21 @@ 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" diff --git a/po/hr_HR.po b/po/hr_HR.po index bc813e3..49df9cd 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-05-01 10:00+0200\n" +"POT-Creation-Date: 2008-05-01 14:37+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,10 +49,6 @@ 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 "" @@ -65,6 +61,10 @@ 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,21 +827,6 @@ 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 "" @@ -899,6 +884,21 @@ 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 c58e443..b84fbe7 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-05-01 10:00+0200\n" +"POT-Creation-Date: 2008-05-01 14:37+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,10 +49,6 @@ 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 "" @@ -65,6 +61,10 @@ 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,21 +826,6 @@ 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 "" @@ -898,6 +883,21 @@ 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 4050520..eb202ab 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-05-01 10:00+0200\n" +"POT-Creation-Date: 2008-05-01 14:37+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,10 +50,6 @@ 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" @@ -66,6 +62,10 @@ 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,21 +864,6 @@ 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" @@ -936,6 +921,21 @@ 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" diff --git a/po/nl_NL.po b/po/nl_NL.po index dba91a8..6d15212 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-05-01 10:00+0200\n" +"POT-Creation-Date: 2008-05-01 14:37+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,10 +50,6 @@ 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" @@ -66,6 +62,10 @@ 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,21 +859,6 @@ 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" @@ -931,6 +916,21 @@ 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" diff --git a/po/nn_NO.po b/po/nn_NO.po index 9a27bfe..55ba793 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-05-01 10:00+0200\n" +"POT-Creation-Date: 2008-05-01 14:37+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,10 +49,6 @@ 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 "" @@ -65,6 +61,10 @@ 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,21 +826,6 @@ 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 "" @@ -898,6 +883,21 @@ 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 4a53427..3c68b74 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-05-01 10:00+0200\n" +"POT-Creation-Date: 2008-05-01 14:37+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,10 +48,6 @@ 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 "" @@ -64,6 +60,10 @@ 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,21 +825,6 @@ 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 "" @@ -897,6 +882,21 @@ 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 22f3dd7..77f9bb0 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-05-01 10:00+0200\n" +"POT-Creation-Date: 2008-05-01 14:37+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,10 +48,6 @@ 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 "" @@ -64,6 +60,10 @@ 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,21 +825,6 @@ 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 "" @@ -897,6 +882,21 @@ 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 300489e..471cf83 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-05-01 10:00+0200\n" +"POT-Creation-Date: 2008-05-01 14:37+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,10 +49,6 @@ 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 "" @@ -65,6 +61,10 @@ 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,21 +826,6 @@ 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 "" @@ -898,6 +883,21 @@ 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 139b2db..b0e42c0 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-05-01 10:00+0200\n" +"POT-Creation-Date: 2008-05-01 14:37+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,10 +48,6 @@ 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 "" @@ -64,6 +60,10 @@ 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,21 +825,6 @@ 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 "" @@ -897,6 +882,21 @@ 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 d888f29..2cb3d28 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-05-01 10:00+0200\n" +"POT-Creation-Date: 2008-05-01 14:37+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,10 +49,6 @@ 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 "" @@ -65,6 +61,10 @@ 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,21 +826,6 @@ 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 "" @@ -898,6 +883,21 @@ 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 5661581..32eeae0 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-05-01 10:00+0200\n" +"POT-Creation-Date: 2008-05-01 14:37+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,10 +49,6 @@ 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 "" @@ -65,6 +61,10 @@ 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,21 +826,6 @@ 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 "" @@ -898,6 +883,21 @@ 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 6d44b51..79bada5 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-05-01 10:00+0200\n" +"POT-Creation-Date: 2008-05-01 14:37+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,10 +48,6 @@ 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 "" @@ -64,6 +60,10 @@ 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,21 +825,6 @@ 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 "" @@ -897,6 +882,21 @@ 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 "" |