diff options
author | mistic100 <mistic@piwigo.org> | 2012-01-15 17:05:30 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2012-01-15 17:05:30 +0000 |
commit | e673454e05e910de3553103d6f41695c5388ffbc (patch) | |
tree | bfb6422e059cc0f26da227951d0ef74fafccb06d /language/fr_CA/admin.lang.php | |
parent | 24eafada3e6f0b8ee27a4088ed50c35e0cad15ed (diff) |
feaure:2379 option to display user comments sorted new>old instead of old>new
git-svn-id: http://piwigo.org/svn/trunk@12894 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/fr_CA/admin.lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/language/fr_CA/admin.lang.php b/language/fr_CA/admin.lang.php index 1e1ed3daf..8bfb8efbf 100644 --- a/language/fr_CA/admin.lang.php +++ b/language/fr_CA/admin.lang.php @@ -846,5 +846,6 @@ $lang['An error has occured during extract. Please check files permissions of yo $lang['Piwigo cannot retrieve upgrade file from server'] = 'Piwigo ne peut pas récupérer le fichier de mise à jour depuis le serveur'; $lang['Send connection settings by email'] = 'Envoyer les identifiants par email'; $lang['Activate comments'] = 'Activer les commentaires'; +$lang['Default comments order'] = 'Ordre par défaut des commentaires'; ?>
\ No newline at end of file |