Module: tools Branch: master Commit: 2a5b9f710d06f9e713ee8412821d44311ac23438 URL: http://source.winehq.org/git/tools.git/?a=commit;h=2a5b9f710d06f9e713ee84128...
Author: Paul Vriens Paul.Vriens.Wine@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(); }