diff options
author | Thomas Günther <tom@toms-cafe.de> | 2007-02-23 21:44:13 +0100 |
---|---|---|
committer | Thomas Günther <tom@toms-cafe.de> | 2007-02-23 21:44:13 +0100 |
commit | bf0dc4557faa73fdd91066f872c5009f4e2c9f6f (patch) | |
tree | 4596062baf19492344f66a1501db12e870815033 | |
parent | 4135f8150963e6bbfe9bf11301c9c71732d9d575 (diff) | |
download | vdr-plugin-spider-bf0dc4557faa73fdd91066f872c5009f4e2c9f6f.tar.gz vdr-plugin-spider-bf0dc4557faa73fdd91066f872c5009f4e2c9f6f.tar.bz2 |
Added Spanish language texts
-rw-r--r-- | CONTRIBUTORS | 3 | ||||
-rw-r--r-- | i18n.c | 26 |
2 files changed, 19 insertions, 10 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 6359398..080b296 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -9,3 +9,6 @@ Sascha Volkenandt <sascha at akv-soft dot de> Patrick Maier <maierp at gmx dot net> for the card images of the Solitaire plug-in + +bittor from open7x0.org + for Spanish language texts @@ -3,7 +3,13 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: i18n.c 24 2006-04-24 23:28:00Z tom $ + * $Id: i18n.c 69 2007-02-23 20:44:13Z tom $ + * + * + * Translations provided by: + * + * Spanish bittor from open7x0.org + * */ #include "i18n.h" @@ -21,7 +27,7 @@ const tI18nPhrase Phrases[] = { "", // Norsk / Norwegian "", // suomi / Finnish "", // Polski / Polish - "", // Español / Spanish + "Spider Arachnid", // Español / Spanish "", // ÅëëçíéêÜ / Greek "", // Svenska / Swedish "", // Românã / Romanian @@ -43,7 +49,7 @@ const tI18nPhrase Phrases[] = { "", // Norsk / Norwegian "", // suomi / Finnish "", // Polski / Polish - "", // Español / Spanish + "Spider Arachnid - mejor juego paciencia", // Español / Spanish "", // ÅëëçíéêÜ / Greek "", // Svenska / Swedish "", // Românã / Romanian @@ -65,7 +71,7 @@ const tI18nPhrase Phrases[] = { "", // Norsk / Norwegian "", // suomi / Finnish "", // Polski / Polish - "", // Español / Spanish + "Variación", // Español / Spanish "", // ÅëëçíéêÜ / Greek "", // Svenska / Swedish "", // Românã / Romanian @@ -87,7 +93,7 @@ const tI18nPhrase Phrases[] = { "", // Norsk / Norwegian "", // suomi / Finnish "", // Polski / Polish - "", // Español / Spanish + "Mini (una baraja)", // Español / Spanish "", // ÅëëçíéêÜ / Greek "", // Svenska / Swedish "", // Românã / Romanian @@ -109,7 +115,7 @@ const tI18nPhrase Phrases[] = { "", // Norsk / Norwegian "", // suomi / Finnish "", // Polski / Polish - "", // Español / Spanish + "Normal", // Español / Spanish "", // ÅëëçíéêÜ / Greek "", // Svenska / Swedish "", // Românã / Romanian @@ -131,7 +137,7 @@ const tI18nPhrase Phrases[] = { "", // Norsk / Norwegian "", // suomi / Finnish "", // Polski / Polish - "", // Español / Spanish + "Sólo puede eliminar los palos completos", // Español / Spanish "", // ÅëëçíéêÜ / Greek "", // Svenska / Swedish "", // Românã / Romanian @@ -153,7 +159,7 @@ const tI18nPhrase Phrases[] = { "", // Norsk / Norwegian "", // suomi / Finnish "", // Polski / Polish - "", // Español / Spanish + "No dejó cartas", // Español / Spanish "", // ÅëëçíéêÜ / Greek "", // Svenska / Swedish "", // Românã / Romanian @@ -175,7 +181,7 @@ const tI18nPhrase Phrases[] = { "", // Norsk / Norwegian "", // suomi / Finnish "", // Polski / Polish - "", // Español / Spanish + "Reparto no permitido con montones vacíos", // Español / Spanish "", // ÅëëçíéêÜ / Greek "", // Svenska / Swedish "", // Românã / Romanian @@ -197,7 +203,7 @@ const tI18nPhrase Phrases[] = { "", // Norsk / Norwegian "", // suomi / Finnish "", // Polski / Polish - "", // Español / Spanish + "¡Felicidades!\nPulse OK para iniciar un nuevo juego", // Español / Spanish "", // ÅëëçíéêÜ / Greek "", // Svenska / Swedish "", // Românã / Romanian |