Author: jseidel-guest
Date: 2007-09-19 15:38:08 +0000 (Wed, 19 Sep 2007)
New Revision: 4245

Modified:
   packages/trunk/hex-a-hop/debian/changelog
   packages/trunk/hex-a-hop/debian/i18n/de.po
   packages/trunk/hex-a-hop/debian/i18n/pl.po
   packages/trunk/hex-a-hop/debian/patches/gettext_i18n.patch
Log:
A string was not translateable. Thanks to Piotr Engelking
<[EMAIL PROTECTED]> for the patch. Closes: 443193


Modified: packages/trunk/hex-a-hop/debian/changelog
===================================================================
--- packages/trunk/hex-a-hop/debian/changelog   2007-09-19 15:31:39 UTC (rev 
4244)
+++ packages/trunk/hex-a-hop/debian/changelog   2007-09-19 15:38:08 UTC (rev 
4245)
@@ -8,8 +8,10 @@
     Noritada <[EMAIL PROTECTED]>. Closes: #443118
   * Added hints.html which gives tips how to solve some levels.
   * Fix compilation error on the Hurd where PATH_MAX is not defined.
+  * A string was not translateable. Thanks to Piotr Engelking
+    <[EMAIL PROTECTED]> for the patch. Closes: 443193
 
- -- Jens Seidel <[EMAIL PROTECTED]>  Wed, 19 Sep 2007 9:30:00 +0200
+ -- Jens Seidel <[EMAIL PROTECTED]>  Wed, 19 Sep 2007 17:30:00 +0200
 
 hex-a-hop (0.0.20070315-5) unstable; urgency=low
 

Modified: packages/trunk/hex-a-hop/debian/i18n/de.po
===================================================================
--- packages/trunk/hex-a-hop/debian/i18n/de.po  2007-09-19 15:31:39 UTC (rev 
4244)
+++ packages/trunk/hex-a-hop/debian/i18n/de.po  2007-09-19 15:38:08 UTC (rev 
4245)
@@ -358,6 +358,10 @@
 msgid "Welcome to "
 msgstr "Welcome to "
 
+#: menus.h:199
+msgid "Info:"
+msgstr "Info:"
+
 #: menus.h:231
 msgid "Press any key"
 msgstr "Beliebige Taste dr�cken"

Modified: packages/trunk/hex-a-hop/debian/i18n/pl.po
===================================================================
--- packages/trunk/hex-a-hop/debian/i18n/pl.po  2007-09-19 15:31:39 UTC (rev 
4244)
+++ packages/trunk/hex-a-hop/debian/i18n/pl.po  2007-09-19 15:38:08 UTC (rev 
4245)
@@ -43,7 +43,7 @@
 "Project-Id-Version: hex-a-hop 0.0.20070315\n"
 "Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
 "POT-Creation-Date: 2007-09-09 20:01+0200\n"
-"PO-Revision-Date: 2007-09-11 05:42+0200\n"
+"PO-Revision-Date: 2007-09-19 17:42+0200\n"
 "Last-Translator: Piotr Engelking <[EMAIL PROTECTED]>\n"
 "Language-Team: Polish <[EMAIL PROTECTED]>\n"
 "MIME-Version: 1.0\n"
@@ -365,6 +365,10 @@
 msgid "Welcome to "
 msgstr "Witaj w "
 
+#: menus.h:199
+msgid "Info:"
+msgstr "Wskazówka:"
+
 #: menus.h:231
 msgid "Press any key"
 msgstr "Naciśnij dowolny klawisz"

Modified: packages/trunk/hex-a-hop/debian/patches/gettext_i18n.patch
===================================================================
--- packages/trunk/hex-a-hop/debian/patches/gettext_i18n.patch  2007-09-19 
15:31:39 UTC (rev 4244)
+++ packages/trunk/hex-a-hop/debian/patches/gettext_i18n.patch  2007-09-19 
15:38:08 UTC (rev 4245)
@@ -581,6 +581,15 @@
  };
  
  struct HintMessage : public Menu
+@@ -174,7 +183,7 @@
+               if (!x)
+               {
+                       msg = m;
+-                      strcpy(title, "Info:");
++                      strcpy(title, _("Info:"));
+               }
+               else
+               {
 @@ -196,7 +205,7 @@
                Render(0, y);
                


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to