diff options
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | po/de_DE.po | 4 | ||||
-rw-r--r-- | po/es_ES.po | 4 | ||||
-rw-r--r-- | po/fi_FI.po | 4 | ||||
-rw-r--r-- | po/fr_FR.po | 4 | ||||
-rw-r--r-- | po/it_IT.po | 4 | ||||
-rw-r--r-- | sudoku.cpp | 2 | ||||
-rw-r--r-- | tools/sudoku_generator.1 | 6 | ||||
-rw-r--r-- | tools/sudoku_generator.cpp | 4 |
9 files changed, 17 insertions, 17 deletions
@@ -86,7 +86,7 @@ VDR plug-in 'Sudoku' Revision History - Updated Italian language texts (thanks to Diego Pierotto). - Updated Spanish language texts (thanks to Bittor Corl). -____-__-__: Version 0.3.5 +2010-04-05: Version 0.3.5 - Moved to http://projects.vdr-developer.org/projects/show/plg-sudoku. - Changed repository from subversion to git. diff --git a/po/de_DE.po b/po/de_DE.po index 8f0c2c6..c5fb8f8 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -1,11 +1,11 @@ # German translations for vdr-sudoku package. -# Copyright (C) 2007-2008 Thomas Günther <tom@toms-cafe.de> +# Copyright (C) 2007-2010 Thomas Günther <tom@toms-cafe.de> # This file is distributed under the same license as the vdr-sudoku package. # Thomas Günther <tom@toms-cafe.de>, 2005, 2008. # msgid "" msgstr "" -"Project-Id-Version: vdr-sudoku 0.3.4\n" +"Project-Id-Version: vdr-sudoku 0.3.5\n" "Report-Msgid-Bugs-To: <tom@toms-cafe.de>\n" "POT-Creation-Date: 2008-11-21 00:36+0100\n" "PO-Revision-Date: 2008-11-21 00:36+0100\n" diff --git a/po/es_ES.po b/po/es_ES.po index 5861fd5..393edbf 100644 --- a/po/es_ES.po +++ b/po/es_ES.po @@ -1,11 +1,11 @@ # Spanish translations for vdr-sudoku package. -# Copyright (C) 2007-2008 Thomas Günther <tom@toms-cafe.de> +# Copyright (C) 2007-2010 Thomas Günther <tom@toms-cafe.de> # This file is distributed under the same license as the vdr-sudoku package. # Bittor Corl <bittor7x0 _at_ gmail.com>, 2007, 2008. # msgid "" msgstr "" -"Project-Id-Version: vdr-sudoku 0.3.4\n" +"Project-Id-Version: vdr-sudoku 0.3.5\n" "Report-Msgid-Bugs-To: <tom@toms-cafe.de>\n" "POT-Creation-Date: 2008-11-21 00:36+0100\n" "PO-Revision-Date: 2008-11-26 18:31+0200\n" diff --git a/po/fi_FI.po b/po/fi_FI.po index 2a91d69..c8d0668 100644 --- a/po/fi_FI.po +++ b/po/fi_FI.po @@ -1,11 +1,11 @@ # Finnish translations for vdr-sudoku package. -# Copyright (C) 2007-2008 Thomas Günther <tom@toms-cafe.de> +# Copyright (C) 2007-2010 Thomas Günther <tom@toms-cafe.de> # This file is distributed under the same license as the vdr-sudoku package. # Ville Skyttä <ville.skytta@iki.fi>, 2005, 2008. # msgid "" msgstr "" -"Project-Id-Version: vdr-sudoku 0.3.4\n" +"Project-Id-Version: vdr-sudoku 0.3.5\n" "Report-Msgid-Bugs-To: <tom@toms-cafe.de>\n" "POT-Creation-Date: 2008-11-21 00:36+0100\n" "PO-Revision-Date: 2008-11-24 18:49+0200\n" diff --git a/po/fr_FR.po b/po/fr_FR.po index abf8543..d0545da 100644 --- a/po/fr_FR.po +++ b/po/fr_FR.po @@ -1,12 +1,12 @@ # French translations for vdr-sudoku package. -# Copyright (C) 2007-2008 Thomas Günther <tom@toms-cafe.de> +# Copyright (C) 2007-2010 Thomas Günther <tom@toms-cafe.de> # This file is distributed under the same license as the vdr-sudoku package. # Patrice Staudt <patr.staudt@laposte.net>, 2008. # NIVAL Michaël <mnival@vdrbox.lautre.net>, 2008. # msgid "" msgstr "" -"Project-Id-Version: vdr-sudoku 0.3.4\n" +"Project-Id-Version: vdr-sudoku 0.3.5\n" "Report-Msgid-Bugs-To: <tom@toms-cafe.de>\n" "POT-Creation-Date: 2008-11-21 00:36+0100\n" "PO-Revision-Date: 2008-11-24 19:06+0100\n" diff --git a/po/it_IT.po b/po/it_IT.po index ef3aa25..42a852e 100644 --- a/po/it_IT.po +++ b/po/it_IT.po @@ -1,11 +1,11 @@ # Italian translations for vdr-sudoku package. -# Copyright (C) 2007-2008 Thomas Günther <tom@toms-cafe.de> +# Copyright (C) 2007-2010 Thomas Günther <tom@toms-cafe.de> # This file is distributed under the same license as the vdr-sudoku package. # Diego Pierotto <vdr-italian@tiscali.it>, 2007, 2008. # msgid "" msgstr "" -"Project-Id-Version: vdr-sudoku 0.3.4\n" +"Project-Id-Version: vdr-sudoku 0.3.5\n" "Report-Msgid-Bugs-To: <tom@toms-cafe.de>\n" "POT-Creation-Date: 2008-11-21 00:36+0100\n" "PO-Revision-Date: 2008-11-25 20:47+0100\n" @@ -36,7 +36,7 @@ namespace SudokuPlugin { /** Version number of the plugin */ - static const char* VERSION = "0.3.4"; + static const char* VERSION = "0.3.5"; /** Short description of the plugin's purpose */ static const char* DESCRIPTION = diff --git a/tools/sudoku_generator.1 b/tools/sudoku_generator.1 index d5f29b2..c4c4557 100644 --- a/tools/sudoku_generator.1 +++ b/tools/sudoku_generator.1 @@ -1,7 +1,7 @@ .\" .\" Sudoku: A plug-in for the Video Disk Recorder .\" -.\" Copyright (C) 2008, Thomas Günther <tom@toms-cafe.de> +.\" Copyright (C) 2008-2010, Thomas Günther <tom@toms-cafe.de> .\" .\" This program is free software; you can redistribute it and/or modify .\" it under the terms of the GNU General Public License as published by @@ -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. .\" -.TH sudoku_generator "1" "November 2008" "sudoku_generator 0.3.4" "User Commands" +.TH sudoku_generator "1" "April 2010" "sudoku_generator 0.3.5" "User Commands" .SH NAME sudoku_generator \- generate and solve Sudoku puzzles @@ -65,7 +65,7 @@ Print version information and exit. Print help message and exit. .SH COPYRIGHT -Copyright \(co 2005-2008, Thomas G\(:unther <tom@toms-cafe.de> +Copyright \(co 2005-2010, Thomas G\(:unther <tom@toms-cafe.de> .br This GPL program comes with ABSOLUTELY NO WARRANTY; this is free software, and you are welcome to redistribute it diff --git a/tools/sudoku_generator.cpp b/tools/sudoku_generator.cpp index f92a789..7e673f6 100644 --- a/tools/sudoku_generator.cpp +++ b/tools/sudoku_generator.cpp @@ -1,7 +1,7 @@ /* * Sudoku: A plug-in for the Video Disk Recorder * - * Copyright (C) 2005-2008, Thomas Günther <tom@toms-cafe.de> + * Copyright (C) 2005-2010, Thomas Günther <tom@toms-cafe.de> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -31,7 +31,7 @@ using namespace Sudoku; int print_version() { printf("sudoku_generator %s\n" - "Copyright (C) 2005-2008, Thomas Günther <tom@toms-cafe.de>\n" + "Copyright (C) 2005-2010, Thomas Günther <tom@toms-cafe.de>\n" "This GPL program comes with ABSOLUTELY NO WARRANTY;\n" "this is free software, and you are welcome to redistribute it\n" "under certain conditions; see the source for details.\n", VERSION); |