From 2cb6a552bcc9aebbebc967bcb285c0f7ed24fbb9 Mon Sep 17 00:00:00 2001 From: etobi Date: Sun, 5 Feb 2012 19:16:46 +0100 Subject: Added Slowak translation (Closes #563) --- HISTORY | 4 ++++ po/sk.po | 29 +++++++++++++++++++++++++++++ src/Version.h | 2 +- 3 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 po/sk.po diff --git a/HISTORY b/HISTORY index 04ee5b0..0d82220 100644 --- a/HISTORY +++ b/HISTORY @@ -55,3 +55,7 @@ VDR Plugin 'menuorg' Revision History 2008-07-12: Version 0.4.4 - Fixed GCC4.3 FTBFS + +2011-02-05: Version 0.4.5 + +- Added Slowak translation (Closes #563) \ No newline at end of file diff --git a/po/sk.po b/po/sk.po new file mode 100644 index 0000000..6e56914 --- /dev/null +++ b/po/sk.po @@ -0,0 +1,29 @@ +# VDR language source file. +# Copyright (C) 2008 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Vladimír Bárta , 2006, 2008 +# Jiří Dobrý , 2008 +# +msgid "" +msgstr "" +"Project-Id-Version: menuorg\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-07-12 13:21+0200\n" +"PO-Revision-Date: 2011-02-16 14:25+0100\n" +"Last-Translator: Milan Hrala \n" +"Language-Team: Slovak \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Reorganizes the main menu" +msgstr "Reorganizácia hlavného menu" + +msgid "Failed to load MenuOrg's config file!" +msgstr "Chyba pri načítaní konfiguračného súboru!" + +msgid "Enable custom menu" +msgstr "Povoliť vlastné menu" + +msgid "Include unconfigured plugins" +msgstr "Vložiť nenakonfigurované moduly" diff --git a/src/Version.h b/src/Version.h index edd3acc..e9bb6bf 100644 --- a/src/Version.h +++ b/src/Version.h @@ -24,6 +24,6 @@ #ifndef ___VERSION_H #define ___VERSION_H -static const char VERSION[] = "0.4.4"; +static const char VERSION[] = "0.4.5"; #endif -- cgit v1.2.3