diff options
author | Thomas Günther <tom@toms-cafe.de> | 2008-11-30 01:10:05 +0100 |
---|---|---|
committer | Thomas Günther <tom@toms-cafe.de> | 2008-11-30 01:10:05 +0100 |
commit | ca1004b4ba7edef346da68ff4c6240dfdfe83e45 (patch) | |
tree | 4dc0419ed2e00af5b8cc135032ed9484466c4a7a | |
parent | 8708f4031693cfb6fbad2a1ea4210fa3869e7bc1 (diff) | |
download | vdr-plugin-spider-master.tar.gz vdr-plugin-spider-master.tar.bz2 |
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | po/de_DE.po | 4 | ||||
-rw-r--r-- | po/it_IT.po | 6 | ||||
-rw-r--r-- | spider.cpp | 4 |
4 files changed, 8 insertions, 8 deletions
@@ -48,7 +48,7 @@ VDR plug-in 'Spider-Arachnid' Revision History - Generating translation files without line numbers. - Added Italian language texts (thanks to Diego Pierotto). -____-__-__: Version 0.2.2 +2008-11-30: Version 0.2.2 - Updated Italian language texts (thanks to Diego Pierotto). - Updated Spanish language texts (thanks to Bittor Corl). diff --git a/po/de_DE.po b/po/de_DE.po index f4d3cfb..677b782 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -3,11 +3,11 @@ # This file is distributed under the same license as the vdr-spider package. # Thomas Günther <tom@toms-cafe.de>, 2005, 2007. # -# $Id: de_DE.po 129 2008-03-29 00:06:39Z tom $ +# $Id: de_DE.po 168 2008-11-30 00:10:05Z tom $ # msgid "" msgstr "" -"Project-Id-Version: vdr-spider 0.2.1\n" +"Project-Id-Version: vdr-spider 0.2.2\n" "Report-Msgid-Bugs-To: <tom@toms-cafe.de>\n" "POT-Creation-Date: 2008-03-26 00:41+0100\n" "PO-Revision-Date: 2008-03-26 00:41+0100\n" diff --git a/po/it_IT.po b/po/it_IT.po index bffccb4..e382921 100644 --- a/po/it_IT.po +++ b/po/it_IT.po @@ -1,13 +1,13 @@ # Italian translations for vdr-spider package. # Copyright (C) 2007-2008 Thomas Günther <tom@toms-cafe.de> # This file is distributed under the same license as the vdr-spider package. -# Diego Pierotto <vdr-italian@tiscali.it>, 2007. +# Diego Pierotto <vdr-italian@tiscali.it>, 2007, 2008. # -# $Id: it_IT.po 132 2008-03-30 18:14:40Z tom $ +# $Id: it_IT.po 168 2008-11-30 00:10:05Z tom $ # msgid "" msgstr "" -"Project-Id-Version: vdr-spider 0.2.1\n" +"Project-Id-Version: vdr-spider 0.2.2\n" "Report-Msgid-Bugs-To: <tom@toms-cafe.de>\n" "POT-Creation-Date: 2008-03-26 00:41+0100\n" "PO-Revision-Date: 2008-03-30 03:35+0100\n" @@ -17,7 +17,7 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * $Id: spider.cpp 129 2008-03-29 00:06:39Z tom $ + * $Id: spider.cpp 168 2008-11-30 00:10:05Z tom $ */ #include "spider.h" @@ -34,7 +34,7 @@ namespace SpiderPlugin { /** Version number of the plugin */ - static const char* VERSION = "0.2.1"; + static const char* VERSION = "0.2.2"; /** Short description of the plugin's purpose */ static const char* DESCRIPTION = |