- bug fixed : text "Powered by" is now localized
git-svn-id: http://piwigo.org/svn/trunk@726 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
f30455c6ff
commit
750354a231
4 changed files with 4 additions and 1 deletions
|
|
@ -36,6 +36,7 @@ $template->assign_vars(
|
||||||
'L_SEND_MAIL' => $lang['send_mail'],
|
'L_SEND_MAIL' => $lang['send_mail'],
|
||||||
'L_TITLE_MAIL' => $lang['title_send_mail'],
|
'L_TITLE_MAIL' => $lang['title_send_mail'],
|
||||||
'L_WEBMASTER'=>$lang['webmaster'],
|
'L_WEBMASTER'=>$lang['webmaster'],
|
||||||
|
'L_POWERED_BY'=>$lang['powered_by']
|
||||||
));
|
));
|
||||||
//------------------------------------------------------------- generation time
|
//------------------------------------------------------------- generation time
|
||||||
if ($conf['show_gt'])
|
if ($conf['show_gt'])
|
||||||
|
|
|
||||||
|
|
@ -57,6 +57,7 @@ $lang['default'] = 'Default';
|
||||||
$lang['send_mail'] = 'Contact';
|
$lang['send_mail'] = 'Contact';
|
||||||
$lang['webmaster'] = 'Webmaster';
|
$lang['webmaster'] = 'Webmaster';
|
||||||
$lang['language']='Language';
|
$lang['language']='Language';
|
||||||
|
$lang['powered_by'] = 'Powered by';
|
||||||
|
|
||||||
//Properties
|
//Properties
|
||||||
$lang['registration_date'] = 'Registered on';
|
$lang['registration_date'] = 'Registered on';
|
||||||
|
|
|
||||||
|
|
@ -57,6 +57,7 @@ $lang['default'] = 'D
|
||||||
$lang['webmaster'] = 'Webmaster';
|
$lang['webmaster'] = 'Webmaster';
|
||||||
$lang['language'] = 'Langue';
|
$lang['language'] = 'Langue';
|
||||||
$lang['send_mail'] = 'Contact';
|
$lang['send_mail'] = 'Contact';
|
||||||
|
$lang['powered_by'] = 'Propulsé par';
|
||||||
|
|
||||||
// Properties
|
// Properties
|
||||||
$lang['registration_date'] = 'Enregistré le';
|
$lang['registration_date'] = 'Enregistré le';
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
contact me pierrick@phpwebgallery.net to find a solution on how
|
contact me pierrick@phpwebgallery.net to find a solution on how
|
||||||
to show the origin of the script...-->
|
to show the origin of the script...-->
|
||||||
|
|
||||||
Powered by <a href="http://www.phpwebgallery.net" class="back">PhpWebGallery</a>
|
{L_POWERED_BY} <a href="http://www.phpwebgallery.net" class="back">PhpWebGallery</a>
|
||||||
{VERSION} -
|
{VERSION} -
|
||||||
|
|
||||||
{L_SEND_MAIL}
|
{L_SEND_MAIL}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue