tbrehm
2012-04-05 cb9197fc8dc981aac3a9b0492c28a8e7fbc4b62a
commit | author | age
181529 1 <?php
L 2 $wb['dir_txt'] = 'Dossier';
3 $wb['server_id_txt'] = 'Serveur';
4 $wb['parent_domain_id_txt'] = 'Site web';
6017d3 5 $wb['username_txt'] = 'Nom d\'utilisateur';
181529 6 $wb['password_txt'] = 'Mot de passe';
L 7 $wb['password_strength_txt'] = 'Force du mot de passe';
8 $wb['active_txt'] = 'Actif';
6017d3 9 $wb['limit_webdav_user_txt'] = 'Le nombre maximal d\'utilisateurs WebDAV pour votre compte est atteint.';
T 10 $wb['username_error_empty'] = 'Le nom d\'utilisateur est vide';
11 $wb['username_error_unique'] = 'Le nom d\'utilisateur doit être unique';
12 $wb['username_error_regex'] = 'Le nom d\'utilisateur contient des caractères non autorisés.';
181529 13 $wb['directory_error_empty'] = 'Dossier vide.';
L 14 $wb['parent_domain_id_error_empty'] = 'Aucun site web sélectionné.';
cb9197 15 $wb['dir_dot_error'] = 'No .. in path allowed.';
T 16 $wb['dir_slashdot_error'] = 'No ./ in path allowed.';
181529 17 ?>