summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg_mgr.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-01-25 22:59:56 +0545
committerPhil Davis <phil.davis@inf.org>2016-01-25 22:59:56 +0545
commitcadeb9fd98e860c84658c84cdc0b3c050b7ee326 (patch)
treed80fddb0b926ea3d420015eb3fbc905f59b33028 /src/usr/local/www/pkg_mgr.php
parent2127e42cc94b8bf0c16f40b8efef2f65acde6204 (diff)
downloadpfsense-cadeb9fd98e860c84658c84cdc0b3c050b7ee326.zip
pfsense-cadeb9fd98e860c84658c84cdc0b3c050b7ee326.tar.gz
Internationalization of pkg*.php
Various sentences were being built up from gettext() of individual words or phrases concatenated together. That will not work for translation to languages with different word order, so I have restructured that. Note: TODO: The countdown timer text with seconds countdown is all in JS so I will think about how that can be translated nicely.
Diffstat (limited to 'src/usr/local/www/pkg_mgr.php')
-rw-r--r--src/usr/local/www/pkg_mgr.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/pkg_mgr.php b/src/usr/local/www/pkg_mgr.php
index 9d30f8a..ecc4cad 100644
--- a/src/usr/local/www/pkg_mgr.php
+++ b/src/usr/local/www/pkg_mgr.php
@@ -197,7 +197,7 @@ display_top_tabs($tab_array);
<a id="btnclear" title="<?=gettext("Clear")?>" class="btn btn-default btn-sm"><?=gettext("Clear")?></a>
</div>
<div class="col-sm-10 col-sm-offset-2">
- <span class="help-block">Enter a search string or *nix regular expression to search package names and descriptions.</span>
+ <span class="help-block"><?=gettext('Enter a search string or *nix regular expression to search package names and descriptions.')?></span>
</div>
</div>
</div>
OpenPOWER on IntegriCloud