mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-03 03:52:54 +02:00
Feature 1451 : localization with gettext
Use php-gettext (developpement version rev43, because of php5.3) as fallback Use native language (english) instead of key for translation Keep directory en_UK for english customization Need some refactoring for plurals Todo : managing plugins in the same way git-svn-id: http://piwigo.org/svn/trunk@5021 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -108,7 +108,7 @@ function closePage()
|
||||
{
|
||||
echo '
|
||||
</div>
|
||||
<div style="text-align: center">'.sprintf(l10n('install_help'), PHPWG_URL.'/forum').'</div>
|
||||
<div style="text-align: center">'.sprintf(l10n('Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'), PHPWG_URL.'/forum').'</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>';
|
||||
@@ -140,7 +140,7 @@ else
|
||||
echo '
|
||||
<table>
|
||||
<tr>
|
||||
<td>'.l10n('language').'</td>
|
||||
<td>'.l10n('Language').'</td>
|
||||
<td>
|
||||
<select name="language" onchange="document.location = \''.$script.'.php?language=\'+this.options[this.selectedIndex].value;">';
|
||||
foreach (get_languages('utf-8') as $code => $name)
|
||||
|
||||
Reference in New Issue
Block a user