diff options
Diffstat (limited to 'PLUGINS/src/pictures')
-rw-r--r-- | PLUGINS/src/pictures/HISTORY | 4 | ||||
-rw-r--r-- | PLUGINS/src/pictures/pictures.c | 4 | ||||
-rw-r--r-- | PLUGINS/src/pictures/po/lt_LT.po | 32 |
3 files changed, 38 insertions, 2 deletions
diff --git a/PLUGINS/src/pictures/HISTORY b/PLUGINS/src/pictures/HISTORY index e5cee7a4..d90f3c59 100644 --- a/PLUGINS/src/pictures/HISTORY +++ b/PLUGINS/src/pictures/HISTORY @@ -37,3 +37,7 @@ VDR Plugin 'pictures' Revision History 2009-12-06: Version 0.0.8 - Several code modifications to avoid compiler warnings (thanks to Winfried Köhler). + +2010-02-28: Version 0.0.9 + +- Added Lithuanian language translations (thanks to Valdemaras Pipiras). diff --git a/PLUGINS/src/pictures/pictures.c b/PLUGINS/src/pictures/pictures.c index 9de68890..6897e239 100644 --- a/PLUGINS/src/pictures/pictures.c +++ b/PLUGINS/src/pictures/pictures.c @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: pictures.c 2.1 2009/12/06 12:30:21 kls Exp $ + * $Id: pictures.c 2.2 2010/02/28 12:49:55 kls Exp $ */ #include <getopt.h> @@ -11,7 +11,7 @@ #include "menu.h" #include "player.h" -static const char *VERSION = "0.0.8"; +static const char *VERSION = "0.0.9"; static const char *DESCRIPTION = trNOOP("A simple picture viewer"); static const char *MAINMENUENTRY = trNOOP("Pictures"); diff --git a/PLUGINS/src/pictures/po/lt_LT.po b/PLUGINS/src/pictures/po/lt_LT.po new file mode 100644 index 00000000..c6d16561 --- /dev/null +++ b/PLUGINS/src/pictures/po/lt_LT.po @@ -0,0 +1,32 @@ +# VDR plugin language source file. +# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de> +# This file is distributed under the same license as the VDR package. +# Valdemaras Pipiras <varas@ambernet.lt>, 2009 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.7.10\n" +"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n" +"POT-Creation-Date: 2008-01-12 17:38+0100\n" +"PO-Revision-Date: 2009-12-08 12:41+0100\n" +"Last-Translator: Valdemaras Pipiras <varas@ambernet.lt>, 2009\n" +"Language-Team: Lietuviai\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Pictures" +msgstr "Nuotraukos" + +msgid "A simple picture viewer" +msgstr "Paprasta nuotraukų narÅ¡yklÄ—" + +msgid "Picture directory" +msgstr "Nuotraukų katalogas" + +msgid "Slide show delay (s)" +msgstr "Skaidrių peržiÅ«ros užlaikymas (s)" + +msgid "No picture directory has been defined!" +msgstr "Nenustatytas nuotraukų katalogas!" |