diff options
author | Jochen Dolze <vdr@dolze.de> | 2011-08-07 22:12:36 +0200 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2011-08-07 22:12:36 +0200 |
commit | f4ac3426500a44fec50b95c4dd691fba38a269fa (patch) | |
tree | 7a3fd0c1e9a902983508a909b3fcaee3ed08be7c /po | |
parent | 386d79ca0362dddfac21c88bab96903acdb82880 (diff) | |
download | vdr-plugin-xmltv2vdr-f4ac3426500a44fec50b95c4dd691fba38a269fa.tar.gz vdr-plugin-xmltv2vdr-f4ac3426500a44fec50b95c4dd691fba38a269fa.tar.bz2 |
Added log output
Added check before adding events
Minor code updates/cleanups
Diffstat (limited to 'po')
-rw-r--r-- | po/de_DE.po | 43 | ||||
-rw-r--r-- | po/it_IT.po | 43 |
2 files changed, 74 insertions, 12 deletions
diff --git a/po/de_DE.po b/po/de_DE.po index 728c8ea..6e9f045 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: vdr\n" "Report-Msgid-Bugs-To: <see README>\n" -"POT-Creation-Date: 2011-08-01 00:24+0200\n" +"POT-Creation-Date: 2011-08-07 18:55+0200\n" "PO-Revision-Date: 2010-12-23 23:59+0100\n" "Last-Translator: Jochen Dolze <vdr@dolze.de>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -16,15 +16,21 @@ msgstr "" msgid "options" msgstr "Optionen" -msgid "update on start" -msgstr "ausführen beim Start" +msgid "update" +msgstr "Ausführung" -msgid "automatic wakeup" -msgstr "automatisch Aufwachen" +msgid "on time" +msgstr "Zeitpunkt" -msgid "execution time" +msgid "on start" +msgstr "beim Start" + +msgid "update at" msgstr "Ausführung um" +msgid "automatic wakeup" +msgstr "automatisch Aufwachen" + msgid "text mapping" msgstr "Textzuordnungen" @@ -46,6 +52,9 @@ msgstr "hoch" msgid "Button$Down" msgstr "runter" +msgid "Button$Log" +msgstr "Log" + msgid "Button$Edit" msgstr "editieren" @@ -106,6 +115,27 @@ msgstr "Originaltitel" msgid "credits" msgstr "Mitwirkende" +msgid "overview" +msgstr "Übersicht" + +msgid "last execution" +msgstr "Letzte Ausführung" + +msgid "active" +msgstr "aktiv" + +msgid "log" +msgstr "Logdatei" + +msgid "Button$Errors" +msgstr "Fehler" + +msgid "Button$Info" +msgstr "Info" + +msgid "Button$Debug" +msgstr "Debug" + msgid "days in advance" msgstr "Anzahl Tage" @@ -201,3 +231,4 @@ msgstr "xmltv2vdr plugin ist noch aktiv" msgid "Imports xmltv epg into vdr" msgstr "Importiert xmltv epg in den VDR" + diff --git a/po/it_IT.po b/po/it_IT.po index e9c0dac..deb796c 100644 --- a/po/it_IT.po +++ b/po/it_IT.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: vdr\n" "Report-Msgid-Bugs-To: <see README>\n" -"POT-Creation-Date: 2011-08-01 00:24+0200\n" +"POT-Creation-Date: 2011-08-07 18:55+0200\n" "PO-Revision-Date: 2011-03-05 15:45+0100\n" "Last-Translator: Diego Pierotto <vdr-italian@tiscali.it>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -19,15 +19,21 @@ msgstr "" msgid "options" msgstr "Opzioni" -msgid "update on start" -msgstr "aggiorna all'avvio" +msgid "update" +msgstr "" -msgid "automatic wakeup" -msgstr "Risveglio automatico" +msgid "on time" +msgstr "" -msgid "execution time" +msgid "on start" +msgstr "" + +msgid "update at" msgstr "Ora esecuzione" +msgid "automatic wakeup" +msgstr "Risveglio automatico" + msgid "text mapping" msgstr "Mappatura testo" @@ -49,6 +55,9 @@ msgstr "Su" msgid "Button$Down" msgstr "Giu" +msgid "Button$Log" +msgstr "" + msgid "Button$Edit" msgstr "Modifica" @@ -109,6 +118,27 @@ msgstr "Titolo originale" msgid "credits" msgstr "Crediti" +msgid "overview" +msgstr "" + +msgid "last execution" +msgstr "" + +msgid "active" +msgstr "" + +msgid "log" +msgstr "" + +msgid "Button$Errors" +msgstr "" + +msgid "Button$Info" +msgstr "" + +msgid "Button$Debug" +msgstr "" + msgid "days in advance" msgstr "Giorni in anticipo" @@ -204,3 +234,4 @@ msgstr "Plugin XMLTV2VDR ancora in esecuzione" msgid "Imports xmltv epg into vdr" msgstr "Importa EPG di XMLTV in VDR" + |