From cac6362d2207752926f9339c1c547d60d5c2a6a0 Mon Sep 17 00:00:00 2001 From: Andreas Regel Date: Sun, 27 Apr 2008 18:44:00 +0200 Subject: Release version 0.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 . - Added new colour reduction mode using 256 dithered colours (thanks to Martin Wache). - Added french translations (thanks to micky979) --- po/it_IT.po | 120 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 po/it_IT.po (limited to 'po/it_IT.po') diff --git a/po/it_IT.po b/po/it_IT.po new file mode 100644 index 0000000..1becc5b --- /dev/null +++ b/po/it_IT.po @@ -0,0 +1,120 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Alberto Carraro , 2001 +# Antonio Ospite , 2003 +# Sean Carlos , 2005 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-04-27 18:04+0200\n" +"PO-Revision-Date: 2008-04-27 18:00+0200\n" +"Last-Translator: Sean Carlos \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Normal mode" +msgstr "" + +msgid "Move mode" +msgstr "" + +msgid "OSD Picture-in-Picture" +msgstr "" + +msgid "Picture-in-Picture" +msgstr "" + +msgid "Greyscale (16)" +msgstr "" + +msgid "Greyscale (256)" +msgstr "" + +msgid "Color (256, fixed)" +msgstr "" + +msgid "Color (128, variable)" +msgstr "" + +msgid "Color (256, dithered)" +msgstr "" + +msgid "channel only" +msgstr "" + +msgid "simple" +msgstr "" + +msgid "complete" +msgstr "" + +msgid "top left" +msgstr "" + +msgid "top right" +msgstr "" + +msgid "bottom left" +msgstr "" + +msgid "bottom right" +msgstr "" + +msgid "automatic" +msgstr "" + +msgid "none" +msgstr "" + +msgid "1 frame" +msgstr "" + +msgid "2 frames" +msgstr "" + +msgid "X Position" +msgstr "" + +msgid "Y Position" +msgstr "" + +msgid "Crop left" +msgstr "" + +msgid "Crop right" +msgstr "" + +msgid "Crop at top" +msgstr "" + +msgid "Crop at bottom" +msgstr "" + +msgid "Color depth" +msgstr "" + +msgid "Size" +msgstr "" + +msgid "Frames to display" +msgstr "" + +msgid "Drop frames" +msgstr "" + +msgid "Swap FFMPEG output" +msgstr "" + +msgid "Show info window" +msgstr "" + +msgid "Info window width" +msgstr "" + +msgid "Info window position" +msgstr "" -- cgit v1.2.3