From bbc6fca3e535e96543f40309170760099c39df14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCnther?= Date: Tue, 25 Apr 2006 01:28:00 +0200 Subject: Added placeholders for Czech language texts --- i18n.c | 83 ++++++++---------------------------------------------------------- 1 file changed, 10 insertions(+), 73 deletions(-) diff --git a/i18n.c b/i18n.c index 7c0a5f8..7bbed41 100644 --- a/i18n.c +++ b/i18n.c @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: i18n.c 2 2005-05-14 22:25:56Z tom $ + * $Id: i18n.c 24 2006-04-24 23:28:00Z tom $ */ #include "i18n.h" @@ -27,18 +27,11 @@ const tI18nPhrase Phrases[] = { "", // Românã / Romanian "", // Magyar / Hungarian "", // Català / Catalanian -#if VDRVERSNUM > 10302 "", // ÀãááÚØÙ / Russian -#if VDRVERSNUM > 10307 "", // Hrvatski / Croatian -#if VDRVERSNUM > 10313 "", // Eesti / Estonian -#if VDRVERSNUM > 10316 "", // Dansk / Danish -#endif -#endif -#endif -#endif + "", // Èesky / Czech }, { "Spider Arachnid - the best patience game", // English "Spider Arachnid - die beste Patience", // Deutsch / German @@ -56,18 +49,11 @@ const tI18nPhrase Phrases[] = { "", // Românã / Romanian "", // Magyar / Hungarian "", // Català / Catalanian -#if VDRVERSNUM > 10302 "", // ÀãááÚØÙ / Russian -#if VDRVERSNUM > 10307 "", // Hrvatski / Croatian -#if VDRVERSNUM > 10313 "", // Eesti / Estonian -#if VDRVERSNUM > 10316 "", // Dansk / Danish -#endif -#endif -#endif -#endif + "", // Èesky / Czech }, { "Variation", // English "Variante", // Deutsch / German @@ -85,18 +71,11 @@ const tI18nPhrase Phrases[] = { "", // Românã / Romanian "", // Magyar / Hungarian "", // Català / Catalanian -#if VDRVERSNUM > 10302 "", // ÀãááÚØÙ / Russian -#if VDRVERSNUM > 10307 "", // Hrvatski / Croatian -#if VDRVERSNUM > 10313 "", // Eesti / Estonian -#if VDRVERSNUM > 10316 "", // Dansk / Danish -#endif -#endif -#endif -#endif + "", // Èesky / Czech }, { "Mini (one deck)", // English "Mini (ein Blatt)", // Deutsch / German @@ -114,18 +93,11 @@ const tI18nPhrase Phrases[] = { "", // Românã / Romanian "", // Magyar / Hungarian "", // Català / Catalanian -#if VDRVERSNUM > 10302 "", // ÀãááÚØÙ / Russian -#if VDRVERSNUM > 10307 "", // Hrvatski / Croatian -#if VDRVERSNUM > 10313 "", // Eesti / Estonian -#if VDRVERSNUM > 10316 "", // Dansk / Danish -#endif -#endif -#endif -#endif + "", // Èesky / Czech }, { "Normal", // English "Normal", // Deutsch / German @@ -143,18 +115,11 @@ const tI18nPhrase Phrases[] = { "", // Românã / Romanian "", // Magyar / Hungarian "", // Català / Catalanian -#if VDRVERSNUM > 10302 "", // ÀãááÚØÙ / Russian -#if VDRVERSNUM > 10307 "", // Hrvatski / Croatian -#if VDRVERSNUM > 10313 "", // Eesti / Estonian -#if VDRVERSNUM > 10316 "", // Dansk / Danish -#endif -#endif -#endif -#endif + "", // Èesky / Czech }, { "Only complete suits are allowed to remove", // English "Nur vollständige Sätze können entfernt werden", // Deutsch / German @@ -172,18 +137,11 @@ const tI18nPhrase Phrases[] = { "", // Românã / Romanian "", // Magyar / Hungarian "", // Català / Catalanian -#if VDRVERSNUM > 10302 "", // ÀãááÚØÙ / Russian -#if VDRVERSNUM > 10307 "", // Hrvatski / Croatian -#if VDRVERSNUM > 10313 "", // Eesti / Estonian -#if VDRVERSNUM > 10316 "", // Dansk / Danish -#endif -#endif -#endif -#endif + "", // Èesky / Czech }, { "No cards left", // English "Keine Karten übrig", // Deutsch / German @@ -201,18 +159,11 @@ const tI18nPhrase Phrases[] = { "", // Românã / Romanian "", // Magyar / Hungarian "", // Català / Catalanian -#if VDRVERSNUM > 10302 "", // ÀãááÚØÙ / Russian -#if VDRVERSNUM > 10307 "", // Hrvatski / Croatian -#if VDRVERSNUM > 10313 "", // Eesti / Estonian -#if VDRVERSNUM > 10316 "", // Dansk / Danish -#endif -#endif -#endif -#endif + "", // Èesky / Czech }, { "Deal not allowed with empty piles", // English "Neue Karten nur, wenn alle Reihen belegt", // Deutsch / German @@ -230,18 +181,11 @@ const tI18nPhrase Phrases[] = { "", // Românã / Romanian "", // Magyar / Hungarian "", // Català / Catalanian -#if VDRVERSNUM > 10302 "", // ÀãááÚØÙ / Russian -#if VDRVERSNUM > 10307 "", // Hrvatski / Croatian -#if VDRVERSNUM > 10313 "", // Eesti / Estonian -#if VDRVERSNUM > 10316 "", // Dansk / Danish -#endif -#endif -#endif -#endif + "", // Èesky / Czech }, { "Congratulations!\nPress OK to start a new game", // English "Herzlichen Glückwunsch!\nOK startet ein neues Spiel", // Deutsch / German @@ -259,18 +203,11 @@ const tI18nPhrase Phrases[] = { "", // Românã / Romanian "", // Magyar / Hungarian "", // Català / Catalanian -#if VDRVERSNUM > 10302 "", // ÀãááÚØÙ / Russian -#if VDRVERSNUM > 10307 "", // Hrvatski / Croatian -#if VDRVERSNUM > 10313 "", // Eesti / Estonian -#if VDRVERSNUM > 10316 "", // Dansk / Danish -#endif -#endif -#endif -#endif + "", // Èesky / Czech }, { NULL } }; -- cgit v1.2.3