r4245 - in packages/trunk/hex-a-hop/debian: . i18n patches

Jens Seidel jseidel-guest at alioth.debian.org
Wed Sep 19 15:38:09 UTC 2007


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
<inkerman42 at gmail.com> 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 <nori1 at dolphin.c.u-tokyo.ac.jp>. 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
+    <inkerman42 at gmail.com> for the patch. Closes: 443193
 
- -- Jens Seidel <jensseidel at users.sf.net>  Wed, 19 Sep 2007 9:30:00 +0200
+ -- Jens Seidel <jensseidel at users.sf.net>  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: hex-a-hop at packages.debian.org\n"
 "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 <inkerman42 at gmail.com>\n"
 "Language-Team: Polish <debian-l10n-polish at lists.debian.org>\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);
  		




More information about the Pkg-games-commits mailing list