mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-11 11:13:02 +02:00
- 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:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user