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
This commit is contained in:
parent
2bea069d54
commit
bf59f1f3e8
1 changed files with 3 additions and 0 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue