New: language keys in new history search administration screen were added.

git-svn-id: http://piwigo.org/svn/trunk@1928 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall 2007-03-28 22:18:20 +00:00
parent 0d5216267c
commit 87323dd957
2 changed files with 22 additions and 0 deletions

View file

@ -578,4 +578,15 @@ $lang['Hello,'] = 'Hello,';
$lang['See you soon.'] = 'See you soon.';
$lang['Come to discover the category:'] = 'Come to discover the category:';
$lang['mail_content'] = 'Mail content';
$lang['none'] = 'none';
$lang['high'] = 'high';
$lang['other'] = 'other';
$lang['Element type'] = 'Element type';
$lang['User'] = 'User';
$lang['Image id'] = 'Image id';
$lang['Summary'] = 'Summary';
$lang['%d lines filtered'] = '%d lines filtered';
$lang['%d members: %s'] = '%d members: %s';
$lang['%d guests'] = '%d guests';
$lang['Hour'] = 'Hour';
?>

View file

@ -577,4 +577,15 @@ $lang['Hello,'] = 'Bonjour,';
$lang['See you soon.'] = 'A bientôt.';
$lang['Come to discover the category:'] = 'Venez découvrir la catégorie:';
$lang['mail_content'] = 'Contenu du mail';
$lang['none'] = 'aucun';
$lang['high'] = 'high';
$lang['other'] = 'autre';
$lang['Element type'] = "Type d'élément";
$lang['User'] = 'Utilisateur';
$lang['Image id'] = 'Identifiant image';
$lang['Summary'] = 'Résumé';
$lang['%d lines filtered'] = '%d lignes filtrées';
$lang['%d members: %s'] = '%d membres: %s';
$lang['%d guests'] = '%d invités';
$lang['Hour'] = 'Heure';
?>