[trunk] - l10n page no found message 2

git-svn-id: http://piwigo.org/svn/trunk@15383 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
ddtddt 2012-05-28 14:56:21 +00:00
commit 6239d54d08
3 changed files with 7 additions and 3 deletions

View file

@ -407,5 +407,8 @@ $lang['%d rate'] = '%d note';
$lang['Page not found'] = 'Page non trouvée';
$lang['Bad request'] = 'Mauvaise requête';
$lang['Forbidden'] = 'Interdit';
$lang['Piwigo encountered a non recoverable error'] = 'Piwigo a rencontré une erreur non récupérable';
$lang['Requested album does not exist'] = 'L\'album demandé n\'existe pas';
$lang['Permalink for album not found'] = 'Permalink pour l\'album non trouvé';
$lang['Requested tag does not exist'] = 'Le tag demandée n\'existe pas';
?>