summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--po/cs_CZ.po8
-rw-r--r--po/de_DE.po8
-rw-r--r--po/tuxanci.pot4
-rw-r--r--src/base/downServer.c2
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 <xhire@tuxportal.cz>\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 <de@li.org>\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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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;
}