From 9cd593b95dfc4b08bc0653ce129f0751510ac23a Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Sun, 30 Nov 2008 00:30:58 +0100 Subject: Update po. --- po/cs_CZ.po | 8 ++++---- po/de_DE.po | 8 ++++---- po/tuxanci.pot | 4 ++-- src/base/downServer.c | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/po/cs_CZ.po b/po/cs_CZ.po index 3184210..edc0f64 100644 --- a/po/cs_CZ.po +++ b/po/cs_CZ.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxanci\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-11-30 00:20+0100\n" +"POT-Creation-Date: 2008-11-30 00:30+0100\n" "PO-Revision-Date: 2008-10-25 11:55+0100\n" "Last-Translator: xHire \n" "Language-Team: \n" @@ -330,9 +330,9 @@ msgid "ERR Server has a problem !\n" msgstr "" #: src/base/downServer.c:134 -#, c-format -msgid "down server do not inicialized !\n" -msgstr "" +#, fuzzy, c-format +msgid "Unable to initialize download server!\n" +msgstr "Nemohu spustit síťovou hru jako server!\n" #: src/base/main.c:97 #, c-format diff --git a/po/de_DE.po b/po/de_DE.po index ed8396b..28003b9 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxanci\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-11-30 00:20+0100\n" +"POT-Creation-Date: 2008-11-30 00:30+0100\n" "PO-Revision-Date: 2008-08-19 00:37+0200\n" "Last-Translator: Marcel 'frostwork' Unbehaun\n" "Language-Team: GERMAN \n" @@ -332,9 +332,9 @@ msgid "ERR Server has a problem !\n" msgstr "" #: src/base/downServer.c:134 -#, c-format -msgid "down server do not inicialized !\n" -msgstr "" +#, fuzzy, c-format +msgid "Unable to initialize download server!\n" +msgstr "Konnte Netzwerk Spiel nicht als Server initialisieren!\n" #: src/base/main.c:97 #, c-format diff --git a/po/tuxanci.pot b/po/tuxanci.pot index ee2dc1e..44efb15 100644 --- a/po/tuxanci.pot +++ b/po/tuxanci.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-11-30 00:20+0100\n" +"POT-Creation-Date: 2008-11-30 00:30+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -332,7 +332,7 @@ msgstr "" #: src/base/downServer.c:134 #, c-format -msgid "down server do not inicialized !\n" +msgid "Unable to initialize download server!\n" msgstr "" #: src/base/main.c:97 diff --git a/src/base/downServer.c b/src/base/downServer.c index d4f952c..3781ad9 100644 --- a/src/base/downServer.c +++ b/src/base/downServer.c @@ -131,7 +131,7 @@ int initDownServer(char *ip4, int port4) if( sock_server_tcp == NULL ) { - fprintf(stderr, _("down server do not inicialized !\n")); + fprintf(stderr, _("Unable to initialize download server!\n")); return -1; } -- cgit v1.2.3