feature 2379: option to change comments order: change caption again, fix a bug in config page (induced by r13087)

git-svn-id: http://piwigo.org/svn/trunk@13224 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100 2012-02-17 19:30:52 +00:00
commit e474f947fa
9 changed files with 10 additions and 16 deletions

View file

@ -375,7 +375,4 @@ $lang['Email: %s'] = 'Email: %s';
$lang['If you think you\'ve received this email in error, please contact us at %s'] = 'Si vous pensez avoir reçu cet email par erreur, veuillez nous contacter %s';
$lang['Successfully registered, you will soon receive an email with your connection settings. Welcome!'] = 'Inscription réussie, vous recevrez bientôt un email avec vos identifiants. Bienvenue !';
$lang['Send my connection settings by email'] = 'Recevoir mes identifiants par email';
$lang['new → old'] = 'nouveau → ancien';
$lang['old → new'] = 'ancien → nouveau';
?>