diff options
author | etobi <git@e-tobi.net> | 2012-02-05 19:16:46 +0100 |
---|---|---|
committer | etobi <git@e-tobi.net> | 2012-02-05 19:32:21 +0100 |
commit | 2cb6a552bcc9aebbebc967bcb285c0f7ed24fbb9 (patch) | |
tree | 60ff8ca0b0b0ebf8c000e3f712f80aa833e0064f | |
parent | 33d740c7154f30edf8e40f4920bc3e74ccb80e75 (diff) | |
download | vdr-plugin-menuorg-2cb6a552bcc9aebbebc967bcb285c0f7ed24fbb9.tar.gz vdr-plugin-menuorg-2cb6a552bcc9aebbebc967bcb285c0f7ed24fbb9.tar.bz2 |
Added Slowak translation (Closes #563)
-rw-r--r-- | HISTORY | 4 | ||||
-rw-r--r-- | po/sk.po | 29 | ||||
-rw-r--r-- | src/Version.h | 2 |
3 files changed, 34 insertions, 1 deletions
@@ -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 <kls@tvdr.de> +# This file is distributed under the same license as the VDR package. +# Vladimír Bárta <vladimir.barta@k2atmitec.cz>, 2006, 2008 +# Jiří Dobrý <jdobry@centrum.cz>, 2008 +# +msgid "" +msgstr "" +"Project-Id-Version: menuorg\n" +"Report-Msgid-Bugs-To: <vdr@e-tobi.net>\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 <hrala.milan@gmail.com>\n" +"Language-Team: Slovak <hrala.milan@gmail.com>\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 |