summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc-src/de/epgsearch.1.txt9
-rw-r--r--doc-src/en/epgsearch.1.txt9
-rw-r--r--epgsearchsetup.c11
-rw-r--r--po/ca_ES.po14
-rw-r--r--po/cs_CZ.po14
-rw-r--r--po/da_DK.po14
-rw-r--r--po/de_DE.po18
-rw-r--r--po/el_GR.po14
-rw-r--r--po/es_ES.po18
-rw-r--r--po/et_EE.po14
-rw-r--r--po/fi_FI.po18
-rw-r--r--po/fr_FR.po18
-rw-r--r--po/hr_HR.po14
-rw-r--r--po/hu_HU.po14
-rw-r--r--po/it_IT.po18
-rw-r--r--po/lt_LT.po18
-rw-r--r--po/nl_NL.po18
-rw-r--r--po/nn_NO.po14
-rw-r--r--po/pl_PL.po14
-rw-r--r--po/pt_PT.po14
-rw-r--r--po/ro_RO.po14
-rw-r--r--po/ru_RU.po14
-rw-r--r--po/sk_SK.po18
-rw-r--r--po/sl_SI.po14
-rw-r--r--po/sv_SE.po14
-rw-r--r--po/tr_TR.po14
26 files changed, 81 insertions, 302 deletions
diff --git a/doc-src/de/epgsearch.1.txt b/doc-src/de/epgsearch.1.txt
index 95f9bd8..7a1e6b6 100644
--- a/doc-src/de/epgsearch.1.txt
+++ b/doc-src/de/epgsearch.1.txt
@@ -421,10 +421,6 @@ existieren, kann diese Funktion durch Umschalten mit '0' erreicht
werden. Die Tasten Grün und Gelb wechseln dann zu '<<' und '>>'. Das
Umschalten kann über das Setup angepasst werden.
Man kann einen Fortschrittsbalken im Menü 'Jetzt'/'Nächste' anzeigen lassen.
-Falls text2skin verwendet wird, sollte die Option "text2skin" in den
-Setup-Optionen "Zeige Fortschrittsbalken in 'Jetzt'"/"Zeige Fortschrittsbalken
-in 'Nächste'" verwendet werden (Die Option 'graphisch' kann ebenfalls mit
-text2skin funktionieren, das ist aber abhängig vom gewählten skin)
=head2 1.4 Menü Setup
@@ -477,10 +473,7 @@ Vorbelegung möchte.
=item - B<Zeige Fortschrittsbalken in 'Jetzt':>
Im Menü 'Jetzt' kann ein Fortschrittsbalken angezeigt werden, der
-den Fortschritt der laufenden Sendung anzeigt. Falls text2skin verwendet
-wird, sollte die Option "pipes" verwendet werden (Die Option 'graphisch'
-kann ebenfalls mit text2skin funktionieren, das ist aber abhängig vom
-gewählten skin)
+den Fortschritt der laufenden Sendung anzeigt.
=item - B<Zeige Kanalnummer:>
diff --git a/doc-src/en/epgsearch.1.txt b/doc-src/en/epgsearch.1.txt
index 4f601ed..f35b1a4 100644
--- a/doc-src/en/epgsearch.1.txt
+++ b/doc-src/en/epgsearch.1.txt
@@ -415,10 +415,7 @@ these keys on your remote, you can access this function by pressing
'0' to toggle the green and yellow button to '<<' and '>>'. This toggling
can be adjusted by setup.
-You can display a progress bar in 'now' and 'next'. When using text2skin you
-should use the setup option "text2skin" in the setup option "Show progress in
-'Now'"/Show progress in 'Next'" (the setting 'graphical' may also work with
-text2skin, but this depends on the selected skin).
+You can display a progress bar in 'now' and 'next'.
Furthermore you can enable in the setup an favorites list. You can configure
your searchtimers ("Use in favorite list") to display their results in
@@ -472,9 +469,7 @@ assignment for key 'blue'.
=item - B<Show progress in 'Now':>
In the menu 'what's on now' you can display a progress bar, that
-displays the progress of the current item. When using text2skin you
-should use the setup option "text2skin" (the setting 'graphical' may also
-work with text2skin, but this depends on the selected skin).
+displays the progress of the current item.
=item - B<Show channel numbers:>
diff --git a/epgsearchsetup.c b/epgsearchsetup.c
index 29b9f84..8eacd17 100644
--- a/epgsearchsetup.c
+++ b/epgsearchsetup.c
@@ -39,7 +39,6 @@ The project's page is at http://winni.vdr-developer.org/epgsearch
const char *OkKeyMode[2];
const char *RedKeyMode[2];
const char *BlueKeyMode[2];
-const char *ProgressbarMode[3];
const char *StartMenuMode[2];
const char *AddSubtitleMode[3];
const char *FavoritesMenuMode[4];
@@ -108,10 +107,6 @@ cMenuEPGSearchSetup::cMenuEPGSearchSetup(void)
BlueKeyMode[0] = tr("Standard");
BlueKeyMode[1] = tr("Button$Search");
-
- ProgressbarMode[0] = trVDR("no");
- ProgressbarMode[1] = tr("pipes");
- ProgressbarMode[2] = tr("graphical");
StartMenuMode[0] = trVDR("Button$Schedule");
StartMenuMode[1] = trVDR("Button$Now");
@@ -419,12 +414,8 @@ void cMenuSetupEPGMenus::Set()
Add(new cMenuEditStraItem(tr("Blue key"), &data->bluekeymode, 2, BlueKeyMode));
AddHelp(tr("Help$Choose which standard function ('Switch'/'Info' or 'Search') you like to have on the blue key.\n(Can be toggled with key '0')"));
-#if VDRVERSNUM < 10503
- Add(new cMenuEditStraItem(tr("Show progress in 'Now'"), &data->showProgress, 3, ProgressbarMode));
-#else
Add(new cMenuEditBoolItem(tr("Show progress in 'Now'"), &data->showProgress, trVDR("no"), trVDR("yes")));
-#endif
- AddHelp(tr("Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event.\nDepending on your selected skin you can choose between 'Pipes' or 'graphical' to get the best look."));
+ AddHelp(tr("Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event."));
Add(new cMenuEditBoolItem( tr("Show channel numbers"), &data->showChannelNr, trVDR("no"), trVDR("yes")));
AddHelp(tr("Help$Display channel numbers in 'Overview - Now'.\n\n(To completely define your own menu look please inspect the MANUAL)"));
Add(new cMenuEditBoolItem( tr("Show channel separators"), &data->showChannelGroups, trVDR("no"), trVDR("yes")));
diff --git a/po/ca_ES.po b/po/ca_ES.po
index 464c1bf..3023b91 100644
--- a/po/ca_ES.po
+++ b/po/ca_ES.po
@@ -9,14 +9,14 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2011-06-13 14:06+0200\n"
+"POT-Creation-Date: 2011-09-14 19:13+0300\n"
"PO-Revision-Date: 2007-08-14 20:21+0200\n"
"Last-Translator: Jordi Vilà <jvila@tinet.org>\n"
"Language-Team: Catalan <vdr@linuxtv.org>\n"
+"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ca\n"
msgid "Channel groups"
msgstr ""
@@ -98,12 +98,6 @@ msgstr "Gravar"
msgid "Button$Search"
msgstr ""
-msgid "pipes"
-msgstr ""
-
-msgid "graphical"
-msgstr ""
-
msgid "never"
msgstr ""
@@ -194,9 +188,7 @@ msgstr ""
msgid "Show progress in 'Now'"
msgstr ""
-msgid ""
-"Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event.\n"
-"Depending on your selected skin you can choose between 'Pipes' or 'graphical' to get the best look."
+msgid "Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event."
msgstr ""
msgid "Show channel numbers"
diff --git a/po/cs_CZ.po b/po/cs_CZ.po
index 825e64f..95d9c5d 100644
--- a/po/cs_CZ.po
+++ b/po/cs_CZ.po
@@ -7,14 +7,14 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2011-06-13 14:06+0200\n"
+"POT-Creation-Date: 2011-09-14 19:13+0300\n"
"PO-Revision-Date: 2007-08-14 20:21+0200\n"
"Last-Translator: Vladimír Bárta <vladimir.barta@k2atmitec.cz>\n"
"Language-Team: Czech <vdr@linuxtv.org>\n"
+"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: cs\n"
msgid "Channel groups"
msgstr ""
@@ -96,12 +96,6 @@ msgstr "Nahrát"
msgid "Button$Search"
msgstr ""
-msgid "pipes"
-msgstr ""
-
-msgid "graphical"
-msgstr ""
-
msgid "never"
msgstr ""
@@ -192,9 +186,7 @@ msgstr ""
msgid "Show progress in 'Now'"
msgstr ""
-msgid ""
-"Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event.\n"
-"Depending on your selected skin you can choose between 'Pipes' or 'graphical' to get the best look."
+msgid "Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event."
msgstr ""
msgid "Show channel numbers"
diff --git a/po/da_DK.po b/po/da_DK.po
index bbcc431..771cbb2 100644
--- a/po/da_DK.po
+++ b/po/da_DK.po
@@ -7,14 +7,14 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2011-06-13 14:06+0200\n"
+"POT-Creation-Date: 2011-09-14 19:13+0300\n"
"PO-Revision-Date: 2007-08-14 20:21+0200\n"
"Last-Translator: Mogens Elneff <mogens@elneff.dk>\n"
"Language-Team: Danish <vdr@linuxtv.org>\n"
+"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: da\n"
msgid "Channel groups"
msgstr ""
@@ -96,12 +96,6 @@ msgstr "Optag"
msgid "Button$Search"
msgstr ""
-msgid "pipes"
-msgstr ""
-
-msgid "graphical"
-msgstr ""
-
msgid "never"
msgstr ""
@@ -192,9 +186,7 @@ msgstr ""
msgid "Show progress in 'Now'"
msgstr ""
-msgid ""
-"Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event.\n"
-"Depending on your selected skin you can choose between 'Pipes' or 'graphical' to get the best look."
+msgid "Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event."
msgstr ""
msgid "Show channel numbers"
diff --git a/po/de_DE.po b/po/de_DE.po
index ee88508..124238a 100644
--- a/po/de_DE.po
+++ b/po/de_DE.po
@@ -7,14 +7,14 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2011-06-13 14:06+0200\n"
+"POT-Creation-Date: 2011-09-14 19:13+0300\n"
"PO-Revision-Date: 2007-08-14 20:21+0200\n"
"Last-Translator: Klaus Schmidinger <kls@cadsoft.de>\n"
"Language-Team: German <vdr@linuxtv.org>\n"
+"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: de\n"
msgid "Channel groups"
msgstr "Kanalgruppen"
@@ -95,12 +95,6 @@ msgstr "Befehle"
msgid "Button$Search"
msgstr "Suche"
-msgid "pipes"
-msgstr "Pipes"
-
-msgid "graphical"
-msgstr "graphisch"
-
msgid "never"
msgstr "nie"
@@ -197,12 +191,8 @@ msgstr ""
msgid "Show progress in 'Now'"
msgstr "Zeige Fortschritt in 'Jetzt'"
-msgid ""
-"Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event.\n"
-"Depending on your selected skin you can choose between 'Pipes' or 'graphical' to get the best look."
-msgstr ""
-"Zeigt einen Fortschrittsbalken in 'Übersicht - Jetzt' an, der wiedergibt wieweit die Sendung bereits fortgeschritten ist.\n"
-"Abhängig vom gewählten Skin kann man zwischen 'Pipes' und 'grafisch' wählen, um die Darstellung zu verbessern."
+msgid "Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event."
+msgstr "Zeigt einen Fortschrittsbalken in 'Übersicht - Jetzt' an, der wiedergibt wieweit die Sendung bereits fortgeschritten ist."
msgid "Show channel numbers"
msgstr "Zeige Kanalnummern"
diff --git a/po/el_GR.po b/po/el_GR.po
index 2a337a9..97fca9e 100644
--- a/po/el_GR.po
+++ b/po/el_GR.po
@@ -7,14 +7,14 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2011-06-13 14:06+0200\n"
+"POT-Creation-Date: 2011-09-14 19:13+0300\n"
"PO-Revision-Date: 2007-08-14 20:21+0200\n"
"Last-Translator: Dimitrios Dimitrakos <mail@dimitrios.de>\n"
"Language-Team: Greek <vdr@linuxtv.org>\n"
+"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-7\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: el\n"
msgid "Channel groups"
msgstr ""
@@ -96,12 +96,6 @@ msgstr "ÅããñáöÞ"
msgid "Button$Search"
msgstr ""
-msgid "pipes"
-msgstr ""
-
-msgid "graphical"
-msgstr ""
-
msgid "never"
msgstr ""
@@ -192,9 +186,7 @@ msgstr ""
msgid "Show progress in 'Now'"
msgstr ""
-msgid ""
-"Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event.\n"
-"Depending on your selected skin you can choose between 'Pipes' or 'graphical' to get the best look."
+msgid "Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event."
msgstr ""
msgid "Show channel numbers"
diff --git a/po/es_ES.po b/po/es_ES.po
index de1c084..0bb6214 100644
--- a/po/es_ES.po
+++ b/po/es_ES.po
@@ -7,14 +7,14 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2011-06-13 14:06+0200\n"
+"POT-Creation-Date: 2011-09-14 19:13+0300\n"
"PO-Revision-Date: 2007-11-18 20:09+0200\n"
"Last-Translator: bittor from open7x0.org <bittor7x0 _at_ gmail.com>\n"
"Language-Team: Spanish <vdr@linuxtv.org>\n"
+"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: es\n"
msgid "Channel groups"
msgstr "Grupos de canales"
@@ -95,12 +95,6 @@ msgstr "Órdenes"
msgid "Button$Search"
msgstr "Buscar"
-msgid "pipes"
-msgstr "barra vertical"
-
-msgid "graphical"
-msgstr "gráfico"
-
msgid "never"
msgstr "nunca"
@@ -197,12 +191,8 @@ msgstr ""
msgid "Show progress in 'Now'"
msgstr "Mostrar progreso en 'Ahora'"
-msgid ""
-"Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event.\n"
-"Depending on your selected skin you can choose between 'Pipes' or 'graphical' to get the best look."
-msgstr ""
-"Muestra una barra de progreso en la pantalla 'Ahora' que informa sobre el tiempo restante de la emisión actual.\n"
-"Dependiendo del skin seleccionado puede elegir entre 'barra vertical' o 'gráfico' para conseguir la mejor apariencia."
+msgid "Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event."
+msgstr "Muestra una barra de progreso en la pantalla 'Ahora' que informa sobre el tiempo restante de la emisión actual."
msgid "Show channel numbers"
msgstr "Mostrar el número de los canales"
diff --git a/po/et_EE.po b/po/et_EE.po
index 2563863..df0217b 100644
--- a/po/et_EE.po
+++ b/po/et_EE.po
@@ -7,14 +7,14 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2011-06-13 14:06+0200\n"
+"POT-Creation-Date: 2011-09-14 19:13+0300\n"
"PO-Revision-Date: 2007-08-14 20:21+0200\n"
"Last-Translator: Arthur Konovalov <kasjas@hot.ee>\n"
"Language-Team: Estonian <vdr@linuxtv.org>\n"
+"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-13\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: et\n"
msgid "Channel groups"
msgstr ""
@@ -96,12 +96,6 @@ msgstr "Salvesta"
msgid "Button$Search"
msgstr ""
-msgid "pipes"
-msgstr ""
-
-msgid "graphical"
-msgstr ""
-
msgid "never"
msgstr ""
@@ -192,9 +186,7 @@ msgstr ""
msgid "Show progress in 'Now'"
msgstr ""
-msgid ""
-"Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event.\n"
-"Depending on your selected skin you can choose between 'Pipes' or 'graphical' to get the best look."
+msgid "Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event."
msgstr ""
msgid "Show channel numbers"
diff --git a/po/fi_FI.po b/po/fi_FI.po
index dfb37cf..7a89db8 100644
--- a/po/fi_FI.po
+++ b/po/fi_FI.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: EPGSearch 0.9.25\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2011-06-13 14:06+0200\n"
+"POT-Creation-Date: 2011-09-14 19:13+0300\n"
"PO-Revision-Date: 2011-01-04 21:07+0200\n"
"Last-Translator: Ville Skyttä <ville.skytta@iki.fi>\n"
"Language-Team: Finnish <vdr@linuxtv.org>\n"
+"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: fi\n"
"X-Generator: Lokalize 1.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -98,12 +98,6 @@ msgstr "Komennot"
msgid "Button$Search"
msgstr "Etsi"
-msgid "pipes"
-msgstr "teksti"
-
-msgid "graphical"
-msgstr "grafiikka"
-
msgid "never"
msgstr "ei koskaan"
@@ -200,12 +194,8 @@ msgstr ""
msgid "Show progress in 'Now'"
msgstr "Näytä aikajana 'Nyt'-sivulla"
-msgid ""
-"Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event.\n"
-"Depending on your selected skin you can choose between 'Pipes' or 'graphical' to get the best look."
-msgstr ""
-"Näyttää aikajanan tämänhetkisessä yleiskatsauksessa.\n"
-"Voit valita käyttämäsi ulkoasun mukaan joko teksti- tai grafiikkapohjaisen aikajanan."
+msgid "Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event."
+msgstr "Näyttää aikajanan tämänhetkisessä yleiskatsauksessa."
msgid "Show channel numbers"
msgstr "Näytä kanavien numerointi"
diff --git a/po/fr_FR.po b/po/fr_FR.po
index e485e1a..5169106 100644
--- a/po/fr_FR.po
+++ b/po/fr_FR.po
@@ -10,14 +10,14 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2011-06-13 14:06+0200\n"
+"POT-Creation-Date: 2011-09-14 19:13+0300\n"
"PO-Revision-Date: 2008-04-30 08:36+0200\n"
"Last-Translator: Patrice Staudt <patrice.staudt@laposte.net>\n"
"Language-Team: French <vdr@linuxtv.org>\n"
+"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: fr\n"
msgid "Channel groups"
msgstr "Groupe de chaînes"
@@ -99,12 +99,6 @@ msgstr "Commandes"
msgid "Button$Search"
msgstr "Recherche"
-msgid "pipes"
-msgstr "barre verticale"
-
-msgid "graphical"
-msgstr "Graphique"
-
msgid "never"
msgstr "jamais"
@@ -201,12 +195,8 @@ msgstr ""
msgid "Show progress in 'Now'"
msgstr "Afficher le progrès dans 'Maintenant'"
-msgid ""
-"Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event.\n"
-"Depending on your selected skin you can choose between 'Pipes' or 'graphical' to get the best look."
-msgstr ""
-"Affiche la barre de progression dans le menu 'Maintenant', qui indique l'avancement de l'émission en cours.\n"
-"L'afficher est mieu approprié suivant le skin choisi en 'Bar verticale' ou 'graphique'."
+msgid "Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event."
+msgstr "Affiche la barre de progression dans le menu 'Maintenant', qui indique l'avancement de l'émission en cours."
msgid "Show channel numbers"
msgstr "Afficher le numéro de la chaîne"
diff --git a/po/hr_HR.po b/po/hr_HR.po
index 022b807..f6486f8 100644
--- a/po/hr_HR.po
+++ b/po/hr_HR.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2011-06-13 14:06+0200\n"
+"POT-Creation-Date: 2011-09-14 19:13+0300\n"
"PO-Revision-Date: 2007-08-14 20:21+0200\n"
"Last-Translator: Drazen Dupor <drazen.dupor@dupor.com>\n"
"Language-Team: Croatian <vdr@linuxtv.org>\n"
+"Language: hr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: hr\n"
msgid "Channel groups"
msgstr ""
@@ -97,12 +97,6 @@ msgstr "Snimi"
msgid "Button$Search"
msgstr ""
-msgid "pipes"
-msgstr ""
-
-msgid "graphical"
-msgstr ""
-
msgid "never"
msgstr ""
@@ -193,9 +187,7 @@ msgstr ""
msgid "Show progress in 'Now'"
msgstr ""
-msgid ""
-"Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event.\n"
-"Depending on your selected skin you can choose between 'Pipes' or 'graphical' to get the best look."
+msgid "Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event."
msgstr ""
msgid "Show channel numbers"
diff --git a/po/hu_HU.po b/po/hu_HU.po
index 72b910e..3be7759 100644
--- a/po/hu_HU.po
+++ b/po/hu_HU.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2011-06-13 14:06+0200\n"
+"POT-Creation-Date: 2011-09-14 19:13+0300\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: Hungarian <vdr@linuxtv.org>\n"
+"Language: hu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: hu\n"
msgid "Channel groups"
msgstr ""
@@ -96,12 +96,6 @@ msgstr ""
msgid "Button$Search"
msgstr ""
-msgid "pipes"
-msgstr ""
-
-msgid "graphical"
-msgstr ""
-
msgid "never"
msgstr ""
@@ -192,9 +186,7 @@ msgstr ""
msgid "Show progress in 'Now'"
msgstr ""
-msgid ""
-"Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event.\n"
-"Depending on your selected skin you can choose between 'Pipes' or 'graphical' to get the best look."
+msgid "Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event."
msgstr ""
msgid "Show channel numbers"
diff --git a/po/it_IT.po b/po/it_IT.po
index 9d0392a..f831fdd 100644
--- a/po/it_IT.po
+++ b/po/it_IT.po
@@ -9,14 +9,14 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2011-07-10 20:44+0200\n"
+"POT-Creation-Date: 2011-09-14 19:13+0300\n"
"PO-Revision-Date: 2011-07-17 17:46+0100\n"
"Last-Translator: Diego Pierotto <vdr-italian@tiscali.it>\n"
"Language-Team: Italian <vdr@linuxtv.org>\n"
+"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: it\n"
"X-Poedit-Language: Italian\n"
"X-Poedit-Country: ITALY\n"
"X-Poedit-SourceCharset: utf-8\n"
@@ -100,12 +100,6 @@ msgstr "Comandi"
msgid "Button$Search"
msgstr "Cerca"
-msgid "pipes"
-msgstr "barre verticali"
-
-msgid "graphical"
-msgstr "grafica"
-
msgid "never"
msgstr "mai"
@@ -202,12 +196,8 @@ msgstr ""
msgid "Show progress in 'Now'"
msgstr "Visualizza progresso in 'Adesso'"
-msgid ""
-"Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event.\n"
-"Depending on your selected skin you can choose between 'Pipes' or 'graphical' to get the best look."
-msgstr ""
-"Mostra una barra d'avanzamento in 'Sommario - Adesso' che informa sul tempo rimanente dell'evento attuale.\n"
-"A seconda dell'interfaccia puoi selezionare tra 'Barre verticali' o 'Grafica' per avere una visuale migliore."
+msgid "Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event."
+msgstr "Mostra una barra d'avanzamento in 'Sommario - Adesso' che informa sul tempo rimanente dell'evento attuale."
msgid "Show channel numbers"
msgstr "Visualizza i numeri dei canali"
diff --git a/po/lt_LT.po b/po/lt_LT.po
index cdd20c6..af4b1d7 100644
--- a/po/lt_LT.po
+++ b/po/lt_LT.po
@@ -7,14 +7,14 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.7.10\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2011-06-13 14:06+0200\n"
+"POT-Creation-Date: 2011-09-14 19:13+0300\n"
"PO-Revision-Date: 2007-08-14 20:21+0200\n"
"Last-Translator: Valdemaras Pipiras <varas@ambernet.lt>\n"
"Language-Team: Lithuanian <vdr@linuxtv.org>\n"
+"Language: lt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: lt\n"
msgid "Channel groups"
msgstr "kanalo grupÄ—s"
@@ -95,12 +95,6 @@ msgstr "Komandos"
msgid "Button$Search"
msgstr "Paieška"
-msgid "pipes"
-msgstr "vanzdžiai"
-
-msgid "graphical"
-msgstr "grafinÄ—"
-
msgid "never"
msgstr "niekada"
@@ -197,12 +191,8 @@ msgstr ""
msgid "Show progress in 'Now'"
msgstr "Rodyti praeitą laiką nuo einamos programos pradžios arba kitaip progresą 'Dabar' skiltyje"
-msgid ""
-"Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event.\n"
-"Depending on your selected skin you can choose between 'Pipes' or 'graphical' to get the best look."
-msgstr ""
-"Rodo progreso juostą 'Kas rodoma dabar' dalyje, kas suteikia daugiau informacijos apie tai kiek laiko laida dar tęsis.\n"
-"Priklausomai nuo pasirinkto apvalkalo, kad pasiektumėt gražiausią išvaizdą, galite pasirinkti tarp 'Vamzdeliai' ir 'Grafinis' variantų."
+msgid "Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event."
+msgstr "Rodo progreso juostą 'Kas rodoma dabar' dalyje, kas suteikia daugiau informacijos apie tai kiek laiko laida dar tęsis."
msgid "Show channel numbers"
msgstr "Rodyti kanalų numerius"
diff --git a/po/nl_NL.po b/po/nl_NL.po
index 158cbfb..254cff8 100644
--- a/po/nl_NL.po
+++ b/po/nl_NL.po
@@ -9,14 +9,14 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2011-06-13 14:06+0200\n"
+"POT-Creation-Date: 2011-09-14 19:13+0300\n"
"PO-Revision-Date: 2007-08-14 20:21+0200\n"
"Last-Translator: Maarten Wisse <Maarten.Wisse@urz.uni-hd.de>\n"
"Language-Team: Dutch <vdr@linuxtv.org>\n"
+"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: nl\n"
msgid "Channel groups"
msgstr "Kanaal groepen"
@@ -98,12 +98,6 @@ msgstr "Commando's"
msgid "Button$Search"
msgstr "Zoek"
-msgid "pipes"
-msgstr "pipes"
-
-msgid "graphical"
-msgstr "grafisch"
-
msgid "never"
msgstr "nooit"
@@ -200,12 +194,8 @@ msgstr ""
msgid "Show progress in 'Now'"
msgstr "Toon voortgang in 'Nu'"
-msgid ""
-"Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event.\n"
-"Depending on your selected skin you can choose between 'Pipes' or 'graphical' to get the best look."
-msgstr ""
-"Toont een voortschreidingsbalk in 'Overzicht - Nu' welke de resterende tijd van het huidige programma weergeeft.\n"
-"Afhankelijk van de geselecteerde 'Skin' kan gekozen worden voor het beste uiterlijk"
+msgid "Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event."
+msgstr "Toont een voortschreidingsbalk in 'Overzicht - Nu' welke de resterende tijd van het huidige programma weergeeft."
msgid "Show channel numbers"
msgstr "Toon kanaal nummers"
diff --git a/po/nn_NO.po b/po/nn_NO.po
index 140eef0..2caba66 100644
--- a/po/nn_NO.po
+++ b/po/nn_NO.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2011-06-13 14:06+0200\n"
+"POT-Creation-Date: 2011-09-14 19:13+0300\n"
"PO-Revision-Date: 2007-08-14 20:21+0200\n"
"Last-Translator: Truls Slevigen <truls@slevigen.no>\n"
"Language-Team: Norwegian Nynorsk <vdr@linuxtv.org>\n"
+"Language: nn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: nn\n"
msgid "Channel groups"
msgstr ""
@@ -96,12 +96,6 @@ msgstr ""
msgid "Button$Search"
msgstr ""
-msgid "pipes"
-msgstr ""
-
-msgid "graphical"
-msgstr ""
-
msgid "never"
msgstr ""
@@ -192,9 +186,7 @@ msgstr ""
msgid "Show progress in 'Now'"
msgstr ""
-msgid ""
-"Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event.\n"
-"Depending on your selected skin you can choose between 'Pipes' or 'graphical' to get the best look."
+msgid "Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event."
msgstr ""
msgid "Show channel numbers"
diff --git a/po/pl_PL.po b/po/pl_PL.po
index d0fbeea..166a880 100644
--- a/po/pl_PL.po
+++ b/po/pl_PL.po
@@ -7,14 +7,14 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2011-06-13 14:06+0200\n"
+"POT-Creation-Date: 2011-09-14 19:13+0300\n"
"PO-Revision-Date: 2007-08-14 20:21+0200\n"
"Last-Translator: Michael Rakowski <mrak@gmx.de>\n"
"Language-Team: Polish <vdr@linuxtv.org>\n"
+"Language: pl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: pl\n"
msgid "Channel groups"
msgstr ""
@@ -96,12 +96,6 @@ msgstr ""
msgid "Button$Search"
msgstr ""
-msgid "pipes"
-msgstr ""
-
-msgid "graphical"
-msgstr ""
-
msgid "never"
msgstr ""
@@ -192,9 +186,7 @@ msgstr ""
msgid "Show progress in 'Now'"
msgstr ""
-msgid ""
-"Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event.\n"
-"Depending on your selected skin you can choose between 'Pipes' or 'graphical' to get the best look."
+msgid "Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event."
msgstr ""
msgid "Show channel numbers"
diff --git a/po/pt_PT.po b/po/pt_PT.po
index 503b2f9..d9db50f 100644
--- a/po/pt_PT.po
+++ b/po/pt_PT.po
@@ -7,14 +7,14 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2011-06-13 14:06+0200\n"
+"POT-Creation-Date: 2011-09-14 19:13+0300\n"
"PO-Revision-Date: 2007-08-14 20:21+0200\n"
"Last-Translator: Paulo Lopes <pmml@netvita.pt>\n"
"Language-Team: Portuguese <vdr@linuxtv.org>\n"
+"Language: pt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: pt\n"
msgid "Channel groups"
msgstr ""
@@ -95,12 +95,6 @@ msgstr ""
msgid "Button$Search"
msgstr ""
-msgid "pipes"
-msgstr ""
-
-msgid "graphical"
-msgstr ""
-
msgid "never"
msgstr ""
@@ -191,9 +185,7 @@ msgstr ""
msgid "Show progress in 'Now'"
msgstr ""
-msgid ""
-"Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event.\n"
-"Depending on your selected skin you can choose between 'Pipes' or 'graphical' to get the best look."
+msgid "Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event."
msgstr ""
msgid "Show channel numbers"
diff --git a/po/ro_RO.po b/po/ro_RO.po
index 3dd6115..06a4d69 100644
--- a/po/ro_RO.po
+++ b/po/ro_RO.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2011-06-13 14:06+0200\n"
+"POT-Creation-Date: 2011-09-14 19:13+0300\n"
"PO-Revision-Date: 2007-08-14 20:21+0200\n"
"Last-Translator: Lucian Muresan <lucianm@users.sourceforge.net>\n"
"Language-Team: Romanian <vdr@linuxtv.org>\n"
+"Language: ro\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ro\n"
msgid "Channel groups"
msgstr ""
@@ -96,12 +96,6 @@ msgstr ""
msgid "Button$Search"
msgstr ""
-msgid "pipes"
-msgstr ""
-
-msgid "graphical"
-msgstr ""
-
msgid "never"
msgstr ""
@@ -192,9 +186,7 @@ msgstr ""
msgid "Show progress in 'Now'"
msgstr ""
-msgid ""
-"Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event.\n"
-"Depending on your selected skin you can choose between 'Pipes' or 'graphical' to get the best look."
+msgid "Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event."
msgstr ""
msgid "Show channel numbers"
diff --git a/po/ru_RU.po b/po/ru_RU.po
index f9e3cdd..33e02f3 100644
--- a/po/ru_RU.po
+++ b/po/ru_RU.po
@@ -7,14 +7,14 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2011-06-13 14:06+0200\n"
+"POT-Creation-Date: 2011-09-14 19:13+0300\n"
"PO-Revision-Date: 2007-08-14 20:21+0200\n"
"Last-Translator: Vyacheslav Dikonov <sdiconov@mail.ru>\n"
"Language-Team: Russian <vdr@linuxtv.org>\n"
+"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-5\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ru\n"
msgid "Channel groups"
msgstr ""
@@ -95,12 +95,6 @@ msgstr ""
msgid "Button$Search"
msgstr ""
-msgid "pipes"
-msgstr ""
-
-msgid "graphical"
-msgstr ""
-
msgid "never"
msgstr ""
@@ -191,9 +185,7 @@ msgstr ""
msgid "Show progress in 'Now'"
msgstr ""
-msgid ""
-"Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event.\n"
-"Depending on your selected skin you can choose between 'Pipes' or 'graphical' to get the best look."
+msgid "Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event."
msgstr ""
msgid "Show channel numbers"
diff --git a/po/sk_SK.po b/po/sk_SK.po
index a9556d9..17aa1a5 100644
--- a/po/sk_SK.po
+++ b/po/sk_SK.po
@@ -7,14 +7,14 @@ msgid ""
msgstr ""
"Project-Id-Version: epgsearch\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2011-06-13 14:06+0200\n"
+"POT-Creation-Date: 2011-09-14 19:13+0300\n"
"PO-Revision-Date: 2009-11-02 09:40+0100\n"
"Last-Translator: Milan Hrala <hrala.milan@gmail.com>\n"
"Language-Team: Slovak <hrala.milan@gmail.com>\n"
+"Language: sk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: sk\n"
msgid "Channel groups"
msgstr "Skupiny kanálov"
@@ -96,12 +96,6 @@ msgstr "Príkazy"
msgid "Button$Search"
msgstr "Hµada»"
-msgid "pipes"
-msgstr "vedenie"
-
-msgid "graphical"
-msgstr "grafický"
-
msgid "never"
msgstr "nikdy"
@@ -198,12 +192,8 @@ msgstr ""
msgid "Show progress in 'Now'"
msgstr "Zobrazi» proces v 'Now'"
-msgid ""
-"Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event.\n"
-"Depending on your selected skin you can choose between 'Pipes' or 'graphical' to get the best look."
-msgstr ""
-"Ukazuje priebeh v 'Prehµad - teraz', ktorý informuje o zostávajúcom èase aktuálnej udalosti. \n"
-"V závislosti na zvolenej téme si mô¾ete vybra» medzi 'textovým' alebo 'grafickým' a dosta» tak èo najlep¹í vzhµad.\t\t"
+msgid "Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event."
+msgstr "Ukazuje priebeh v 'Prehµad - teraz', ktorý informuje o zostávajúcom èase aktuálnej udalosti."
msgid "Show channel numbers"
msgstr "Zobrazi» èíslo kanálu"
diff --git a/po/sl_SI.po b/po/sl_SI.po
index 6b75922..396948f 100644
--- a/po/sl_SI.po
+++ b/po/sl_SI.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2011-06-13 14:06+0200\n"
+"POT-Creation-Date: 2011-09-14 19:13+0300\n"
"PO-Revision-Date: 2007-08-14 20:21+0200\n"
"Last-Translator: Matjaz Thaler <matjaz.thaler@guest.arnes.si>\n"
"Language-Team: Slovenian <vdr@linuxtv.org>\n"
+"Language: sl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: sl\n"
msgid "Channel groups"
msgstr ""
@@ -96,12 +96,6 @@ msgstr ""
msgid "Button$Search"
msgstr ""
-msgid "pipes"
-msgstr ""
-
-msgid "graphical"
-msgstr ""
-
msgid "never"
msgstr ""
@@ -192,9 +186,7 @@ msgstr ""
msgid "Show progress in 'Now'"
msgstr ""
-msgid ""
-"Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event.\n"
-"Depending on your selected skin you can choose between 'Pipes' or 'graphical' to get the best look."
+msgid "Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event."
msgstr ""
msgid "Show channel numbers"
diff --git a/po/sv_SE.po b/po/sv_SE.po
index b707d0e..45946a5 100644
--- a/po/sv_SE.po
+++ b/po/sv_SE.po
@@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2011-06-13 14:06+0200\n"
+"POT-Creation-Date: 2011-09-14 19:13+0300\n"
"PO-Revision-Date: 2007-08-14 20:21+0200\n"
"Last-Translator: Tomas Prybil <tomas@prybil.se>\n"
"Language-Team: Swedish <vdr@linuxtv.org>\n"
+"Language: sv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: sv\n"
msgid "Channel groups"
msgstr ""
@@ -96,12 +96,6 @@ msgstr "Inspelning"
msgid "Button$Search"
msgstr ""
-msgid "pipes"
-msgstr ""
-
-msgid "graphical"
-msgstr ""
-
msgid "never"
msgstr ""
@@ -192,9 +186,7 @@ msgstr ""
msgid "Show progress in 'Now'"
msgstr ""
-msgid ""
-"Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event.\n"
-"Depending on your selected skin you can choose between 'Pipes' or 'graphical' to get the best look."
+msgid "Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event."
msgstr ""
msgid "Show channel numbers"
diff --git a/po/tr_TR.po b/po/tr_TR.po
index 15efc63..bc39d0e 100644
--- a/po/tr_TR.po
+++ b/po/tr_TR.po
@@ -7,14 +7,14 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2011-06-13 14:06+0200\n"
+"POT-Creation-Date: 2011-09-14 19:13+0300\n"
"PO-Revision-Date: 2007-08-14 20:21+0200\n"
"Last-Translator: Oktay Yolgeçen <oktay_73@yahoo.de>\n"
"Language-Team: Turkish <vdr@linuxtv.org>\n"
+"Language: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-9\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: tr\n"
msgid "Channel groups"
msgstr ""
@@ -95,12 +95,6 @@ msgstr ""
msgid "Button$Search"
msgstr ""
-msgid "pipes"
-msgstr ""
-
-msgid "graphical"
-msgstr ""
-
msgid "never"
msgstr ""
@@ -191,9 +185,7 @@ msgstr ""
msgid "Show progress in 'Now'"
msgstr ""
-msgid ""
-"Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event.\n"
-"Depending on your selected skin you can choose between 'Pipes' or 'graphical' to get the best look."
+msgid "Help$Shows a progressbar in 'Overview - Now' that informs about the remaining time of the current event."
msgstr ""
msgid "Show channel numbers"