Module: tools
Branch: master
Commit: 70699a0d5ed8641b2de7f297c2baf53a99062de7
URL: http://source.winehq.org/git/tools.git/?a=commit;h=70699a0d5ed8641b2de7f297…
Author: Paul Vriens <Paul.Vriens.Wine(a)gmail.com>
Date: Thu Jul 23 09:39:24 2009 +0200
transl: Use a correct link for the 1.0.x translation status.
---
transl/php/config.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/transl/php/config.php b/transl/php/config.php
index bb6c73b..1d5f276 100644
--- a/transl/php/config.php
+++ b/transl/php/config.php
@@ -1,5 +1,5 @@
<?php
$DATAROOT = ".";
$TITLE_APPENDIX = " - Wine 1.1.x";
-$TITLE_DESCR = "This page shows the translation status of the most recent Wine 1.1.x. To see the Wine 1.0.x line see <a href=\"http://pf128.krakow.sdi.tpnet.pl/wine-transl/\">here</a>";
-?>
\ No newline at end of file
+$TITLE_DESCR = "This page shows the translation status of the most recent Wine 1.1.x. To see the Wine 1.0.x line see <a href=\"http://www.mikolaj.zalewski.pl/wine-transl/1.0.x/\">here</a>";
+?>
Module: tools
Branch: master
Commit: 2a5b9f710d06f9e713ee8412821d44311ac23438
URL: http://source.winehq.org/git/tools.git/?a=commit;h=2a5b9f710d06f9e713ee8412…
Author: Paul Vriens <Paul.Vriens.Wine(a)gmail.com>
Date: Thu Jul 23 09:20:06 2009 +0200
transl: Add a margin to the contents of a text box.
---
transl/php/resfile.php | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/transl/php/resfile.php b/transl/php/resfile.php
index 6145752..c53ad5a 100644
--- a/transl/php/resfile.php
+++ b/transl/php/resfile.php
@@ -38,6 +38,7 @@ if (count($msgs) == 0)
exit();
}
+ echo "<div class=\"contents\">";
echo "<p>This module is not translated into ".get_lang_name($lang).".</p>\n";
echo "<ul><li>If you want to see what resources are in this module, check the "
.gen_resfile_a($MASTER_LANGUAGE, $resfile).get_locale_name($MASTER_LANGUAGE)." version</a>"
@@ -46,6 +47,7 @@ if (count($msgs) == 0)
echo "directory in the Wine source tree and make it include a new language file for\n";
echo get_lang_name($lang)." (see $WINE_WIKI_TRANSLATIONS for a guide to\n";
echo "translating)</li>";
+ echo "</div>";
exit();
}