From 0e0a1dfddadd7e16e3e367be7daf1028b3c6d77f Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Fri, 14 Mar 2008 13:00:08 +0100 Subject: Added Russian translations to the 'skincurses' and 'pictures' plugins --- PLUGINS/src/skincurses/HISTORY | 4 ++++ PLUGINS/src/skincurses/po/ru_RU.po | 29 +++++++++++++++++++++++++++++ PLUGINS/src/skincurses/skincurses.c | 4 ++-- 3 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 PLUGINS/src/skincurses/po/ru_RU.po (limited to 'PLUGINS/src/skincurses') diff --git a/PLUGINS/src/skincurses/HISTORY b/PLUGINS/src/skincurses/HISTORY index 6088c8b6..cf793cd2 100644 --- a/PLUGINS/src/skincurses/HISTORY +++ b/PLUGINS/src/skincurses/HISTORY @@ -75,3 +75,7 @@ VDR Plugin 'skincurses' Revision History - Revised the fix of calculating the scrollbar height in the skins. The scrollbar handle now always has a height that is at least the width of the scrollbar. + +2008-03-14: Version 0.1.7 + +- Added Russian translations (thanks to Alexander Gross). diff --git a/PLUGINS/src/skincurses/po/ru_RU.po b/PLUGINS/src/skincurses/po/ru_RU.po new file mode 100644 index 00000000..609071ed --- /dev/null +++ b/PLUGINS/src/skincurses/po/ru_RU.po @@ -0,0 +1,29 @@ +# VDR plugin language source file. +# Copyright (C) 2008 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Alexander Gross , 2008 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.6.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2007-08-15 16:04+0200\n" +"PO-Revision-Date: 2008-03-14 00:21+0100\n" +"Last-Translator: Alexander Gross \n" +"Language-Team: Russian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-5\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +msgid "A text only skin" +msgstr "Просто текстовый интерфейс" + +msgid "Key$Mute" +msgstr "Выкл. громкость" + +msgid "Volume " +msgstr "Громкость" + +msgid "Text mode" +msgstr "Режим текста" diff --git a/PLUGINS/src/skincurses/skincurses.c b/PLUGINS/src/skincurses/skincurses.c index ed30a5e7..9499e23d 100644 --- a/PLUGINS/src/skincurses/skincurses.c +++ b/PLUGINS/src/skincurses/skincurses.c @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: skincurses.c 1.22 2008/02/23 10:38:04 kls Exp $ + * $Id: skincurses.c 1.23 2008/03/14 12:57:14 kls Exp $ */ #include @@ -11,7 +11,7 @@ #include #include -static const char *VERSION = "0.1.6"; +static const char *VERSION = "0.1.7"; static const char *DESCRIPTION = trNOOP("A text only skin"); static const char *MAINMENUENTRY = NULL; -- cgit v1.2.3