diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-09-12 22:57:33 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-09-12 22:57:33 +0000 |
commit | bf59f1f3e89670c1c4a9097144fcb35fe00c33d9 (patch) | |
tree | 633a31b6809f5eed47336dca6ef6acd3c636ad68 /language | |
parent | 2bea069d54d190eaad4ed7c6cd9b594e6009ebbc (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | language/francais.php | 3 |
1 files changed, 3 insertions, 0 deletions
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'; |