- bug fixed : "all" categories link name is now localized
git-svn-id: http://piwigo.org/svn/trunk@744 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
8397b98d28
commit
f9823c912b
3 changed files with 3 additions and 1 deletions
|
@ -370,7 +370,7 @@ elseif (isset($page['calendar_day']))
|
|||
{
|
||||
if ($calendar_category == 0)
|
||||
{
|
||||
$name = '[all]';
|
||||
$name = '['.$lang['all_categories'].']';
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
@ -58,6 +58,7 @@ $lang['send_mail'] = 'Contact';
|
|||
$lang['webmaster'] = 'Webmaster';
|
||||
$lang['language']='Language';
|
||||
$lang['powered_by'] = 'Powered by';
|
||||
$lang['all_categories'] = 'all categories';
|
||||
|
||||
//Properties
|
||||
$lang['registration_date'] = 'Registered on';
|
||||
|
|
|
@ -58,6 +58,7 @@ $lang['webmaster'] = 'Webmaster';
|
|||
$lang['language'] = 'Langue';
|
||||
$lang['send_mail'] = 'Contact';
|
||||
$lang['powered_by'] = 'Propulsé par';
|
||||
$lang['all_categories'] = 'toutes catégories';
|
||||
|
||||
// Properties
|
||||
$lang['registration_date'] = 'Enregistré le';
|
||||
|
|
Loading…
Reference in a new issue