From bf59f1f3e89670c1c4a9097144fcb35fe00c33d9 Mon Sep 17 00:00:00 2001 From: z0rglub Date: Fri, 12 Sep 2003 22:57:33 +0000 Subject: If a directory doesn't correspond to the regular format [A-Za-z0-9-_.], an error message is displayed, and the category not added git-svn-id: http://piwigo.org/svn/trunk@89 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/francais.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/language/francais.php b/language/francais.php index ae9ffd0b6..bcbb1fe9c 100644 --- a/language/francais.php +++ b/language/francais.php @@ -554,6 +554,9 @@ if ( $isadmin ) $lang['update_default_title'] = 'Choisir une option'; $lang['update_only_cat'] = 'mettre à jour les catégories, mais pas les images'; $lang['update_all'] = 'mettre tout à jour'; +// start version 1.3 + $lang['update_wrong_dirname'] = 'le nom du répertoire ne doit être composé que de lettres, de chiffres et "-", "_" ou ".".'; +// end version 1.3 // page de génération miniatures $lang['tn_width'] = 'largeur'; -- cgit v1.2.3