diff options
author | Andreas Regel <andreas.regel@powarman.de> | 2008-04-27 18:44:00 +0200 |
---|---|---|
committer | Andreas Regel <andreas.regel@powarman.de> | 2008-04-27 18:44:00 +0200 |
commit | cac6362d2207752926f9339c1c547d60d5c2a6a0 (patch) | |
tree | c8c4ae6d3b5e0bca179b3b28468f6aca736d14c7 /po/de_DE.po | |
parent | 4df61fcc16983f71ca5ab1d539840f7d04b9d48f (diff) | |
download | vdr-plugin-osdpip-0.0.9.tar.gz vdr-plugin-osdpip-0.0.9.tar.bz2 |
Release version 0.0.9v0.0.9
- dropped support for VDR version lower than 1.3.47.
- Now using palette replacemen introduced in VDR 1.4.27, so palette
setting workaround is not needed any longer. This simplifies code a
bit.
- added support for VDR 1.6. Now 1.4 and 1.6 are supported (tested with
1.4.7 and 1.6.0)
- added gettext localization support introduced with VDR 1.5.7.
- Do not decode B frames when dropping them.
- Use cCondWait::SleepMs instead of usleep.
- Fixed automatic closing of OSD after some minutes.
- Fixed showing wrong channel information.
- Added missing inclusion of <vdr/device.h>.
- Added new colour reduction mode using 256 dithered colours (thanks to
Martin Wache).
- Added french translations (thanks to micky979)
Diffstat (limited to 'po/de_DE.po')
-rw-r--r-- | po/de_DE.po | 118 |
1 files changed, 118 insertions, 0 deletions
diff --git a/po/de_DE.po b/po/de_DE.po new file mode 100644 index 0000000..5b062ca --- /dev/null +++ b/po/de_DE.po @@ -0,0 +1,118 @@ +# 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: <andreas.regel@powarman.de>\n" +"POT-Creation-Date: 2008-04-27 18:04+0200\n" +"PO-Revision-Date: 2008-04-27 18:00+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 "Normal mode" +msgstr "Normaler Modus" + +msgid "Move mode" +msgstr "Bewegungsmodus" + +msgid "OSD Picture-in-Picture" +msgstr "OSD Bild-in-Bild" + +msgid "Picture-in-Picture" +msgstr "Bild-in-Bild" + +msgid "Greyscale (16)" +msgstr "16 Graustufen" + +msgid "Greyscale (256)" +msgstr "256 Graustufen" + +msgid "Color (256, fixed)" +msgstr "256 Farben (fest)" + +msgid "Color (128, variable)" +msgstr "128 Farben (variabel)" + +msgid "Color (256, dithered)" +msgstr "256 Farben (dithered)" + +msgid "channel only" +msgstr "nur Kanal" + +msgid "simple" +msgstr "einfach" + +msgid "complete" +msgstr "komplett" + +msgid "top left" +msgstr "oben links" + +msgid "top right" +msgstr "oben rechts" + +msgid "bottom left" +msgstr "unten links" + +msgid "bottom right" +msgstr "unten rechts" + +msgid "automatic" +msgstr "automatisch" + +msgid "none" +msgstr "keine" + +msgid "1 frame" +msgstr "1 Frame" + +msgid "2 frames" +msgstr "2 Frames" + +msgid "X Position" +msgstr "X-Position" + +msgid "Y Position" +msgstr "Y-Position" + +msgid "Crop left" +msgstr "Links abschneiden" + +msgid "Crop right" +msgstr "Rechts abschneiden" + +msgid "Crop at top" +msgstr "Oben abschneiden" + +msgid "Crop at bottom" +msgstr "Unten abschneiden" + +msgid "Color depth" +msgstr "Farbtiefe" + +msgid "Size" +msgstr "Größe" + +msgid "Frames to display" +msgstr "Darzustellende Bilder" + +msgid "Drop frames" +msgstr "Einzelbilder auslassen" + +msgid "Swap FFMPEG output" +msgstr "FFMPEG Ausgabe umdrehen" + +msgid "Show info window" +msgstr "Info-Fenster anzeigen" + +msgid "Info window width" +msgstr "Breite Info-Fenster" + +msgid "Info window position" +msgstr "Position Info-Fenster" |