Updated the Lithuanian OSD texts

This commit is contained in:
Klaus Schmidinger
2010-02-28 12:50:41 +01:00
parent e3cc20ed3e
commit cdea3827d3
11 changed files with 212 additions and 105 deletions

View File

@@ -84,3 +84,7 @@ VDR Plugin 'skincurses' Revision History
- Displaying "genre" in event descriptions.
- Displaying "parental rating" in event descriptions.
2010-02-28: Version 0.1.9
- Added Lithuanian language translations (thanks to Valdemaras Pipiras).

View File

@@ -0,0 +1,28 @@
# 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>, 2010
#
msgid ""
msgstr ""
"Project-Id-Version: VDR 1.7.12\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2009-10-13 11:52+0200\n"
"PO-Revision-Date: 2010-02-22 18:18+0200\n"
"Last-Translator: Valdemaras Pipiras <varas@ambernet.lt>\n"
"Language-Team: Lietuviai\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
msgid "A text only skin"
msgstr "Tekstinis apvalkalas"
msgid "Key$Mute"
msgstr "Išjungti garsą"
msgid "Volume "
msgstr "Garsas "
msgid "Text mode"
msgstr "Tekstinis ręžimas"

View File

@@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
* $Id: skincurses.c 2.3 2010/01/03 14:59:16 kls Exp $
* $Id: skincurses.c 2.4 2010/02/28 12:50:13 kls Exp $
*/
#include <ncurses.h>
@@ -11,7 +11,7 @@
#include <vdr/plugin.h>
#include <vdr/skins.h>
static const char *VERSION = "0.1.8";
static const char *VERSION = "0.1.9";
static const char *DESCRIPTION = trNOOP("A text only skin");
static const char *MAINMENUENTRY = NULL;