diff options
author | Midas <vdrportal_midas@gmx.de> | 2010-04-27 15:42:38 +0200 |
---|---|---|
committer | Midas <vdrportal_midas@gmx.de> | 2010-04-27 15:42:38 +0200 |
commit | 42904fe20202edab5b0404833cb6ad504ae62a23 (patch) | |
tree | e51aac75e9d59fddbd9325208e66cfc59c3f872f /po | |
parent | 3fa663475460280a83864eaf65f9fb59f44fe3b6 (diff) | |
download | vdr-plugin-block-42904fe20202edab5b0404833cb6ad504ae62a23.tar.gz vdr-plugin-block-42904fe20202edab5b0404833cb6ad504ae62a23.tar.bz2 |
Version 0.0.1b+bf1 (bugfix1)
Initial work on strings/translation (planned for one of the next releases):
-translation file and necessary fixes to block.c and Makefile included.
-corrected xgettext --msgid-bugs-address (thx opp).
Main reason for this commit:
Version 0.0.1b may not build in certain situations (on debianizing)
Diffstat (limited to 'po')
-rw-r--r-- | po/de_DE.po | 52 | ||||
-rw-r--r-- | po/empty | 0 |
2 files changed, 52 insertions, 0 deletions
diff --git a/po/de_DE.po b/po/de_DE.po new file mode 100644 index 0000000..de5f09a --- /dev/null +++ b/po/de_DE.po @@ -0,0 +1,52 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger <kls@cadsoft.de> +# This file is distributed under the same license as the VDR package. +# Klaus Schmidinger <kls@cadsoft.de>, 2000 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: <vdrportal_midas at gmx dot de>\n" +"POT-Creation-Date: 2010-04-27 14:26+0200\n" +"PO-Revision-Date: 2010-04-27 14:19+0200\n" +"Last-Translator: Klaus Schmidinger <kls@cadsoft.de>\n" +"Language-Team: <vdr@linuxtv.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Block unwanted shows by EPG title" +msgstr "Sendung/EPG-Titel sperren" + +msgid "Block broadcast" +msgstr "Sendung sperren" + +msgid "Channel not acceptable!" +msgstr "Aktuelle Sendung unzumutbar!" + +msgid "New Entry" +msgstr "Neuer Eintrag" + +msgid "Hide Mainmenu Entry" +msgstr "Hauptmen�eintrag verstecken" + +msgid "Message Timeout [s]" +msgstr "Wartezeit bis Umschalten [s]" + +msgid "--- Keywords -------------------------------------------------------------------" +msgstr "--- Schlagworte ----------------------------------------------------------------" + +msgid "Delete keyword?" +msgstr "Schlagwort l�schen?" + +msgid "Pattern" +msgstr "Suchmuster" + +msgid "Regular Expression" +msgstr "Regul�rer Ausdruck" + +msgid "Ignore Case" +msgstr "Gro�/Kleinschreibung ignorieren" + +msgid "Malformed regular expression!" +msgstr "Ung�ltiger regul�rer Ausdruck!" diff --git a/po/empty b/po/empty deleted file mode 100644 index e69de29..0000000 --- a/po/empty +++ /dev/null |