diff options
-rw-r--r-- | HISTORY | 4 | ||||
-rw-r--r-- | i18n.cpp | 43 | ||||
-rw-r--r-- | po/de_DE.po | 4 | ||||
-rw-r--r-- | po/fi_FI.po | 4 | ||||
-rw-r--r-- | po/fr_FR.po | 49 | ||||
-rw-r--r-- | po/it_IT.po | 4 | ||||
-rw-r--r-- | sudoku.cpp | 4 |
7 files changed, 59 insertions, 53 deletions
@@ -65,3 +65,7 @@ VDR plug-in 'Sudoku' Revision History (thanks to Ville Skyttä for reporting this). - Updated Finnish language texts (thanks to Ville Skyttä). - Updated Italian language texts (thanks to Diego Pierotto). + +2008-09-28: Version 0.3.2 + +- Updated French language texts (thanks to NIVAL Michaël). @@ -17,13 +17,14 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * $Id: i18n.cpp 151 2008-08-29 22:57:35Z tom $ + * $Id: i18n.cpp 157 2008-09-28 00:13:23Z tom $ * * * Translations provided by: * * Italian Diego Pierotto <vdr-italian@tiscali.it> * French Patrice Staudt <patr.staudt@laposte.net> + * NIVAL Michaël <mnival@vdrbox.lautre.net> * Finnish Ville Skyttä <ville.skytta@iki.fi> * Spanish bittor from open7x0.org * @@ -64,7 +65,7 @@ const tI18nPhrase SudokuPlugin::Phrases[] = { "Sudoku - Genera e risolvi il rompicapo dei numeri", // Italiano / Italian "", // Nederlands / Dutch "", // Português / Portuguese - "Sudoku - créer et résoudre des puzzles de chiffres.", // Français / French + "Sudoku - créer et résoudre des puzzles de chiffres", // Français / French "", // Norsk / Norwegian "Sudoku-numeroristikot", // suomi / Finnish "", // Polski / Polish @@ -86,7 +87,7 @@ const tI18nPhrase SudokuPlugin::Phrases[] = { "Genera nuova partita", // Italiano / Italian "", // Nederlands / Dutch "", // Português / Portuguese - "Créer une nouveau puzzle", // Français / French + "Créer un nouveau puzzle", // Français / French "", // Norsk / Norwegian "Uusi ristikko", // suomi / Finnish "", // Polski / Polish @@ -108,7 +109,7 @@ const tI18nPhrase SudokuPlugin::Phrases[] = { "Carica partita", // Italiano / Italian "", // Nederlands / Dutch "", // Português / Portuguese - "Charger puzzle", // Français / French + "Charger un puzzle", // Français / French "", // Norsk / Norwegian "Lataa ristikko", // suomi / Finnish "", // Polski / Polish @@ -130,7 +131,7 @@ const tI18nPhrase SudokuPlugin::Phrases[] = { "Salva partita", // Italiano / Italian "", // Nederlands / Dutch "", // Português / Portuguese - "Sauvegarder puzzle", // Français / French + "Sauvegarder le puzzle", // Français / French "", // Norsk / Norwegian "Tallenna ristikko", // suomi / Finnish "", // Polski / Polish @@ -152,7 +153,7 @@ const tI18nPhrase SudokuPlugin::Phrases[] = { "Annulla ultima azione", // Italiano / Italian "", // Nederlands / Dutch "", // Português / Portuguese - "", // Français / French + "Annuler la dernière action", // Français / French "", // Norsk / Norwegian "Peru viimeisin", // suomi / Finnish "", // Polski / Polish @@ -174,7 +175,7 @@ const tI18nPhrase SudokuPlugin::Phrases[] = { "Ripeti ultima azione", // Italiano / Italian "", // Nederlands / Dutch "", // Português / Portuguese - "", // Français / French + "Répéter la dernière action", // Français / French "", // Norsk / Norwegian "Toista viimeisin", // suomi / Finnish "", // Polski / Polish @@ -196,7 +197,7 @@ const tI18nPhrase SudokuPlugin::Phrases[] = { "Marca/Smarca", // Italiano / Italian "", // Nederlands / Dutch "", // Português / Portuguese - "", // Français / French + "Marquer/Démarquer", // Français / French "", // Norsk / Norwegian "Merkitse/poista merkintä", // suomi / Finnish "", // Polski / Polish @@ -218,7 +219,7 @@ const tI18nPhrase SudokuPlugin::Phrases[] = { "Cella successiva", // Italiano / Italian "", // Nederlands / Dutch "", // Português / Portuguese - "", // Français / French + "Cellule suivante", // Français / French "", // Norsk / Norwegian "Seuraava ruutu", // suomi / Finnish "", // Polski / Polish @@ -240,7 +241,7 @@ const tI18nPhrase SudokuPlugin::Phrases[] = { "Num. successivo", // Italiano / Italian "", // Nederlands / Dutch "", // Português / Portuguese - "", // Français / French + "Nombre suivant", // Français / French "", // Norsk / Norwegian "Seuraava numero", // suomi / Finnish "", // Polski / Polish @@ -438,7 +439,7 @@ const tI18nPhrase SudokuPlugin::Phrases[] = { "Numero cifre assegnate", // Italiano / Italian "", // Nederlands / Dutch "", // Português / Portuguese - "Nombre de chiffre donnée", // Français / French + "Nombre de chiffre donné", // Français / French "", // Norsk / Norwegian "Annettujen numeroiden lukumäärä", // suomi / Finnish "", // Polski / Polish @@ -460,7 +461,7 @@ const tI18nPhrase SudokuPlugin::Phrases[] = { "Cifre simmetriche assegnate", // Italiano / Italian "", // Nederlands / Dutch "", // Português / Portuguese - "Chiffre données sysmétrique", // Français / French + "Chiffre donné symétrique", // Français / French "", // Norsk / Norwegian "Järjestä annetut symmetrisesti", // suomi / Finnish "", // Polski / Polish @@ -592,7 +593,7 @@ const tI18nPhrase SudokuPlugin::Phrases[] = { "Tasto Rosso", // Italiano / Italian "", // Nederlands / Dutch "", // Português / Portuguese - "", // Français / French + "Bouton rouge", // Français / French "", // Norsk / Norwegian "Punainen näppäin", // suomi / Finnish "", // Polski / Polish @@ -614,7 +615,7 @@ const tI18nPhrase SudokuPlugin::Phrases[] = { "Tasto Verde", // Italiano / Italian "", // Nederlands / Dutch "", // Português / Portuguese - "", // Français / French + "Bouton vert", // Français / French "", // Norsk / Norwegian "Vihreä näppäin", // suomi / Finnish "", // Polski / Polish @@ -636,7 +637,7 @@ const tI18nPhrase SudokuPlugin::Phrases[] = { "Tasto Giallo", // Italiano / Italian "", // Nederlands / Dutch "", // Português / Portuguese - "", // Français / French + "Bouton jaune", // Français / French "", // Norsk / Norwegian "Keltainen näppäin", // suomi / Finnish "", // Polski / Polish @@ -658,7 +659,7 @@ const tI18nPhrase SudokuPlugin::Phrases[] = { "Caratteri grandi", // Italiano / Italian "", // Nederlands / Dutch "", // Português / Portuguese - "", // Français / French + "Grande police", // Français / French "", // Norsk / Norwegian "Suuri kirjasin", // suomi / Finnish "", // Polski / Polish @@ -680,7 +681,7 @@ const tI18nPhrase SudokuPlugin::Phrases[] = { "Altezza car. grandi (pixel)", // Italiano / Italian "", // Nederlands / Dutch "", // Português / Portuguese - "", // Français / French + "Hauteur grande police (pixel)", // Français / French "", // Norsk / Norwegian "Suuren kirjasimen korkeus (pikseleitä)", // suomi / Finnish "", // Polski / Polish @@ -702,7 +703,7 @@ const tI18nPhrase SudokuPlugin::Phrases[] = { "Larghezza car. grandi (pixel)", // Italiano / Italian "", // Nederlands / Dutch "", // Português / Portuguese - "", // Français / French + "Largeur grande police (pixel)", // Français / French "", // Norsk / Norwegian "Suuren kirjasimen leveys (pikseleitä)", // suomi / Finnish "", // Polski / Polish @@ -724,7 +725,7 @@ const tI18nPhrase SudokuPlugin::Phrases[] = { "Caratteri piccoli", // Italiano / Italian "", // Nederlands / Dutch "", // Português / Portuguese - "", // Français / French + "Petite police", // Français / French "", // Norsk / Norwegian "Pieni kirjasin", // suomi / Finnish "", // Polski / Polish @@ -746,7 +747,7 @@ const tI18nPhrase SudokuPlugin::Phrases[] = { "Altezza car. piccoli (pixel)", // Italiano / Italian "", // Nederlands / Dutch "", // Português / Portuguese - "", // Français / French + "Hauteur petite police (pixel)", // Français / French "", // Norsk / Norwegian "Pienen kirjasimen korkeus (pikseleitä)", // suomi / Finnish "", // Polski / Polish @@ -768,7 +769,7 @@ const tI18nPhrase SudokuPlugin::Phrases[] = { "Larghezza car. piccoli (pixel)", // Italiano / Italian "", // Nederlands / Dutch "", // Português / Portuguese - "", // Français / French + "Largeur petite police (pixel)", // Français / French "", // Norsk / Norwegian "Pienen kirjasimen leveys (pikseleitä)", // suomi / Finnish "", // Polski / Polish diff --git a/po/de_DE.po b/po/de_DE.po index 4600a1e..508dfd5 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-sudoku package. # Thomas Günther <tom@toms-cafe.de>, 2005, 2008. # -# $Id: de_DE.po 151 2008-08-29 22:57:35Z tom $ +# $Id: de_DE.po 157 2008-09-28 00:13:23Z tom $ # msgid "" msgstr "" -"Project-Id-Version: vdr-sudoku 0.3.1\n" +"Project-Id-Version: vdr-sudoku 0.3.2\n" "Report-Msgid-Bugs-To: <tom@toms-cafe.de>\n" "POT-Creation-Date: 2008-08-28 23:32+0200\n" "PO-Revision-Date: 2008-08-28 23:32+0200\n" diff --git a/po/fi_FI.po b/po/fi_FI.po index 5b20360..f1fcf2d 100644 --- a/po/fi_FI.po +++ b/po/fi_FI.po @@ -3,11 +3,11 @@ # This file is distributed under the same license as the vdr-sudoku package. # Ville Skyttä <ville.skytta@iki.fi>, 2005, 2008. # -# $Id: fi_FI.po 151 2008-08-29 22:57:35Z tom $ +# $Id: fi_FI.po 157 2008-09-28 00:13:23Z tom $ # msgid "" msgstr "" -"Project-Id-Version: vdr-sudoku 0.3.1\n" +"Project-Id-Version: vdr-sudoku 0.3.2\n" "Report-Msgid-Bugs-To: <tom@toms-cafe.de>\n" "POT-Creation-Date: 2008-08-28 23:32+0200\n" "PO-Revision-Date: 2008-07-27 12:24+0300\n" diff --git a/po/fr_FR.po b/po/fr_FR.po index 9599616..615128d 100644 --- a/po/fr_FR.po +++ b/po/fr_FR.po @@ -2,44 +2,45 @@ # Copyright (C) 2007-2008 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. # -# $Id: fr_FR.po 151 2008-08-29 22:57:35Z tom $ +# $Id: fr_FR.po 157 2008-09-28 00:13:23Z tom $ # msgid "" msgstr "" -"Project-Id-Version: vdr-sudoku 0.2.1\n" +"Project-Id-Version: vdr-sudoku 0.3.2\n" "Report-Msgid-Bugs-To: <tom@toms-cafe.de>\n" "POT-Creation-Date: 2008-08-28 23:32+0200\n" -"PO-Revision-Date: 2008-04-07 02:08+0200\n" -"Last-Translator: Patrice Staudt <patr.staudt@laposte.net>\n" +"PO-Revision-Date: 2008-09-16 22:59+0100\n" +"Last-Translator: NIVAL Michaël <mnival@vdrbox.lautre.net>\n" "Language-Team: <vdr@linuxtv.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=iso-8859-15\n" "Content-Transfer-Encoding: 8bit\n" msgid "Generate a new puzzle" -msgstr "Créer une nouveau puzzle" +msgstr "Créer un nouveau puzzle" msgid "Load a puzzle" -msgstr "Charger puzzle" +msgstr "Charger un puzzle" msgid "Save the puzzle" -msgstr "Sauvegarder puzzle" +msgstr "Sauvegarder le puzzle" msgid "Undo last action" -msgstr "" +msgstr "Annuler la dernière action" msgid "Redo last action" -msgstr "" +msgstr "Répéter la dernière action" msgid "Mark/unmark" -msgstr "" +msgstr "Marquer/Démarquer" msgid "Next cell" -msgstr "" +msgstr "Cellule suivante" msgid "Next number" -msgstr "" +msgstr "Nombre suivant" msgid "Reset the puzzle" msgstr "Remise à zéro du puzzle" @@ -73,10 +74,10 @@ msgstr "" "Avec OK vous lancez un nouveau puzzle" msgid "Givens count" -msgstr "Nombre de chiffre donnée" +msgstr "Nombre de chiffre donné" msgid "Symmetric givens" -msgstr "Chiffre données sysmétrique" +msgstr "Chiffre donné symétrique" msgid "Mark errors" msgstr "Marquer les erreurs" @@ -94,37 +95,37 @@ msgid "Clear marks on reset" msgstr "Effacer les marques lors de la mise à zéro" msgid "Key Red" -msgstr "" +msgstr "Bouton rouge" msgid "Key Green" -msgstr "" +msgstr "Bouton vert" msgid "Key Yellow" -msgstr "" +msgstr "Bouton jaune" msgid "Large font" -msgstr "" +msgstr "Grande police" msgid "Large font height (pixel)" -msgstr "" +msgstr "Hauteur grande police (pixel)" msgid "Large font width (pixel)" -msgstr "" +msgstr "Largeur grande police (pixel)" msgid "Small font" -msgstr "" +msgstr "Petite police" msgid "Small font height (pixel)" -msgstr "" +msgstr "Hauteur petite police (pixel)" msgid "Small font width (pixel)" -msgstr "" +msgstr "Largeur petite police (pixel)" msgid "Transparency (%)" msgstr "Transparence (%)" msgid "Sudoku - generate and solve Number Place puzzles" -msgstr "Sudoku - créer et résoudre des puzzles de chiffres." +msgstr "Sudoku - créer et résoudre des puzzles de chiffres" msgid "Sudoku" msgstr "Sudoku" diff --git a/po/it_IT.po b/po/it_IT.po index 661842a..808cef7 100644 --- a/po/it_IT.po +++ b/po/it_IT.po @@ -3,11 +3,11 @@ # This file is distributed under the same license as the vdr-sudoku package. # Diego Pierotto <vdr-italian@tiscali.it>, 2007, 2008. # -# $Id: it_IT.po 151 2008-08-29 22:57:35Z tom $ +# $Id: it_IT.po 157 2008-09-28 00:13:23Z tom $ # msgid "" msgstr "" -"Project-Id-Version: vdr-sudoku 0.3.1\n" +"Project-Id-Version: vdr-sudoku 0.3.2\n" "Report-Msgid-Bugs-To: <tom@toms-cafe.de>\n" "POT-Creation-Date: 2008-08-28 23:32+0200\n" "PO-Revision-Date: 2008-07-27 20:28+0200\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: sudoku.cpp 152 2008-08-30 00:02:08Z tom $ + * $Id: sudoku.cpp 157 2008-09-28 00:13:23Z tom $ */ #include "sudoku.h" @@ -34,7 +34,7 @@ namespace SudokuPlugin { /** Version number of the plugin */ - static const char* VERSION = "0.3.1"; + static const char* VERSION = "0.3.2"; /** Short description of the plugin's purpose */ static const char* DESCRIPTION = |