- 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:
plegall 2005-03-06 21:31:19 +00:00
parent 8397b98d28
commit f9823c912b
3 changed files with 3 additions and 1 deletions

View file

@ -370,7 +370,7 @@ elseif (isset($page['calendar_day']))
{
if ($calendar_category == 0)
{
$name = '[all]';
$name = '['.$lang['all_categories'].']';
}
else
{

View file

@ -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';

View file

@ -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';