diff options
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | po/fi_FI.po | 4 | ||||
-rw-r--r-- | text2skin.c | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ VDR Plugin 'text2skin' Revision History --------------------------------------- -____-__-__: Version 1.3 +2009-10-06: Version 1.3 - Added Italian language texts (thanks to Diego Pierotto / closes #134) - Added brougs78-extensions (thanks to Andreas Brugger / references #39) diff --git a/po/fi_FI.po b/po/fi_FI.po index 864c689..7af021a 100644 --- a/po/fi_FI.po +++ b/po/fi_FI.po @@ -2,10 +2,11 @@ # Copyright (C) Sascha Volkenandt <sascha@akv-soft.de> # This file is distributed under the same license as the vdr-text2skin package. # Rolf Ahrenberg <rahrenbe@cc.hut.fi>, 2004, 2005. +# Ville Skyttä <ville.skytta@iki.fi>, 2009. # msgid "" msgstr "" -"Project-Id-Version: vdr-text2skin 1.2\n" +"Project-Id-Version: vdr-text2skin 1.3\n" "Report-Msgid-Bugs-To: <sascha@akv-soft.de>\n" "POT-Creation-Date: 2009-06-07 12:12+0200\n" "PO-Revision-Date: 2009-07-11 09:28+0200\n" @@ -63,4 +64,3 @@ msgstr "Tyhjennetään välimuistia..." msgid "Loader for text-based skins" msgstr "Helposti muokattavat ulkoasut" - diff --git a/text2skin.c b/text2skin.c index 3ae6cc7..d5e3655 100644 --- a/text2skin.c +++ b/text2skin.c @@ -18,7 +18,7 @@ #error "VDR-1.6.0 API version or greater is required!" #endif -const char *cText2SkinPlugin::VERSION = "1.2"; +const char *cText2SkinPlugin::VERSION = "1.3"; const char *cText2SkinPlugin::SKINVERSION = "1.1"; const char *cText2SkinPlugin::DESCRIPTION = trNOOP("Loader for text-based skins"); |