[Tux4kids-commits] r494 - tuxmath/trunk/po

tholy-guest at alioth.debian.org tholy-guest at alioth.debian.org
Wed May 14 11:31:46 UTC 2008


Author: tholy-guest
Date: 2008-05-14 11:31:46 +0000 (Wed, 14 May 2008)
New Revision: 494

Modified:
   tuxmath/trunk/po/CMakeLists.txt
   tuxmath/trunk/po/fi.po
   tuxmath/trunk/po/he.po
   tuxmath/trunk/po/it.po
   tuxmath/trunk/po/ja.po
   tuxmath/trunk/po/oc.po
   tuxmath/trunk/po/pl.po
   tuxmath/trunk/po/pt.po
   tuxmath/trunk/po/pt_BR.po
   tuxmath/trunk/po/ru.po
   tuxmath/trunk/po/sk.po
   tuxmath/trunk/po/zh_CN.po
Log:
Add attributions for new translations; CMake build framework to
exclude right-to-left translations in the absence of SDL_Pango.


Modified: tuxmath/trunk/po/CMakeLists.txt
===================================================================
--- tuxmath/trunk/po/CMakeLists.txt	2008-05-12 12:24:29 UTC (rev 493)
+++ tuxmath/trunk/po/CMakeLists.txt	2008-05-14 11:31:46 UTC (rev 494)
@@ -1,2 +1,16 @@
+# The following lists the translations that require SDL_Pango to
+# display properly; if we don't have SDL_Pango support, the text is
+# blank, which is worse than displaying the English. So if we don't
+# have Pango, we want to exclude those translations.
+set(TUXMATH_PO_REQUIRES_PANGO
+  ar.po
+  he.po)
+
 file (GLOB PO_FILES *.po)
+file (GLOB PANGO_FILES ${TUXMATH_PO_REQUIRES_PANGO})
+
+if(NOT SDLPANGO_FOUND)
+  list(REMOVE_ITEM PO_FILES ${PANGO_FILES})
+endif(NOT SDLPANGO_FOUND)
+
 add_translations (tuxmath ${PO_FILES})

Modified: tuxmath/trunk/po/fi.po
===================================================================
--- tuxmath/trunk/po/fi.po	2008-05-12 12:24:29 UTC (rev 493)
+++ tuxmath/trunk/po/fi.po	2008-05-14 11:31:46 UTC (rev 494)
@@ -3,6 +3,8 @@
 # This file is distributed under the same license as the tuxmath package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, 2008.
 #
+# Contributors:
+# Marten
 msgid ""
 msgstr ""
 "Project-Id-Version: tuxmath\n"

Modified: tuxmath/trunk/po/he.po
===================================================================
--- tuxmath/trunk/po/he.po	2008-05-12 12:24:29 UTC (rev 493)
+++ tuxmath/trunk/po/he.po	2008-05-14 11:31:46 UTC (rev 494)
@@ -3,6 +3,8 @@
 # This file is distributed under the same license as the tuxmath package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, 2008.
 #
+# Contributors:
+# Yaron
 msgid ""
 msgstr ""
 "Project-Id-Version: tuxmath\n"

Modified: tuxmath/trunk/po/it.po
===================================================================
--- tuxmath/trunk/po/it.po	2008-05-12 12:24:29 UTC (rev 493)
+++ tuxmath/trunk/po/it.po	2008-05-14 11:31:46 UTC (rev 494)
@@ -3,6 +3,11 @@
 # This file is distributed under the same license as the tuxmath package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, 2008.
 #
+# Contributors:
+# Giovanni Condello <condellog at gmail.com>
+# Sergio Zanchetta
+# cenoura
+# lucabaffa
 msgid ""
 msgstr ""
 "Project-Id-Version: tuxmath\n"

Modified: tuxmath/trunk/po/ja.po
===================================================================
--- tuxmath/trunk/po/ja.po	2008-05-12 12:24:29 UTC (rev 493)
+++ tuxmath/trunk/po/ja.po	2008-05-14 11:31:46 UTC (rev 494)
@@ -3,6 +3,9 @@
 # This file is distributed under the same license as the tuxmath package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, 2008.
 #
+# Contributors:
+# CMasami
+# Yuji Kaneko
 msgid ""
 msgstr ""
 "Project-Id-Version: tuxmath\n"

Modified: tuxmath/trunk/po/oc.po
===================================================================
--- tuxmath/trunk/po/oc.po	2008-05-12 12:24:29 UTC (rev 493)
+++ tuxmath/trunk/po/oc.po	2008-05-14 11:31:46 UTC (rev 494)
@@ -3,6 +3,8 @@
 # This file is distributed under the same license as the tuxmath package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, 2008.
 #
+# Contributors:
+# Yannig MARCHEGAY (Kokoyaya) <yannig at marchegay.org>
 msgid ""
 msgstr ""
 "Project-Id-Version: tuxmath\n"

Modified: tuxmath/trunk/po/pl.po
===================================================================
--- tuxmath/trunk/po/pl.po	2008-05-12 12:24:29 UTC (rev 493)
+++ tuxmath/trunk/po/pl.po	2008-05-14 11:31:46 UTC (rev 494)
@@ -3,6 +3,11 @@
 # This file is distributed under the same license as the tuxmath package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, 2008.
 #
+# Contributors:
+# Mateusz Tybura <wujciol at gmail.com>
+# Mateusz Owczarek
+# Mr G.
+# wojtusm
 msgid ""
 msgstr ""
 "Project-Id-Version: tuxmath\n"

Modified: tuxmath/trunk/po/pt.po
===================================================================
--- tuxmath/trunk/po/pt.po	2008-05-12 12:24:29 UTC (rev 493)
+++ tuxmath/trunk/po/pt.po	2008-05-14 11:31:46 UTC (rev 494)
@@ -3,6 +3,10 @@
 # This file is distributed under the same license as the tuxmath package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, 2008.
 #
+# Contributors:
+# Mykas0 <Mykas0 at gmail.com>
+# Tiago Silva
+# sandro
 msgid ""
 msgstr ""
 "Project-Id-Version: tuxmath\n"

Modified: tuxmath/trunk/po/pt_BR.po
===================================================================
--- tuxmath/trunk/po/pt_BR.po	2008-05-12 12:24:29 UTC (rev 493)
+++ tuxmath/trunk/po/pt_BR.po	2008-05-14 11:31:46 UTC (rev 494)
@@ -3,6 +3,12 @@
 # This file is distributed under the same license as the tuxmath package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, 2008.
 #
+# Contributors:
+# Laudeci Oliveira <laudeci at gmail.com>
+# Andrews Medina
+# André Gondim
+# Julio
+# daniellibanori
 msgid ""
 msgstr ""
 "Project-Id-Version: tuxmath\n"

Modified: tuxmath/trunk/po/ru.po
===================================================================
--- tuxmath/trunk/po/ru.po	2008-05-12 12:24:29 UTC (rev 493)
+++ tuxmath/trunk/po/ru.po	2008-05-14 11:31:46 UTC (rev 494)
@@ -3,6 +3,9 @@
 # This file is distributed under the same license as the tuxmath package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, 2008.
 #
+# Contributors:
+#  Ivan Kliouchenkov
+# ¡ÝÖÜãÑßÕâ AldeX ¬âíÝàÓ
 msgid ""
 msgstr ""
 "Project-Id-Version: tuxmath\n"

Modified: tuxmath/trunk/po/sk.po
===================================================================
--- tuxmath/trunk/po/sk.po	2008-05-12 12:24:29 UTC (rev 493)
+++ tuxmath/trunk/po/sk.po	2008-05-14 11:31:46 UTC (rev 494)
@@ -3,6 +3,9 @@
 # This file is distributed under the same license as the tuxmath package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, 2008.
 #
+# Contributors:
+#  salwator
+# %GÅ %@tefan Lu%Gč%@ivjanský
 msgid ""
 msgstr ""
 "Project-Id-Version: tuxmath\n"

Modified: tuxmath/trunk/po/zh_CN.po
===================================================================
--- tuxmath/trunk/po/zh_CN.po	2008-05-12 12:24:29 UTC (rev 493)
+++ tuxmath/trunk/po/zh_CN.po	2008-05-14 11:31:46 UTC (rev 494)
@@ -3,6 +3,8 @@
 # This file is distributed under the same license as the tuxmath package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, 2008.
 #
+# Contributors:
+# TeliuTe <teliute at 163.com>
 msgid ""
 msgstr ""
 "Project-Id-Version: tuxmath\n"




More information about the Tux4kids-commits mailing list