mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
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:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user