Marius Burkard
2016-03-22 62f5b704bcf35b25f5fabbadd8faa9d70b0b3fbf
1
2
3
4
5
6
7
8
<?php
$wb['server_id_txt'] = 'Serveur';
$wb['parent_domain_id_txt'] = 'Site web';
$wb['path_txt'] = 'Chemin';
$wb['active_txt'] = 'Actif';
$wb['path_error_regex'] = 'Chemin de dossier invalide.';
$wb['error_folder_already_protected_txt'] = 'There is already a record for this folder.';
?>