tbrehm
2012-04-05 cb9197fc8dc981aac3a9b0492c28a8e7fbc4b62a
commit | author | age
0d9599 1 <?php
8b5e7a 2 $wb['dir_txt'] = 'Directory';
M 3 $wb['server_id_txt'] = 'Server';
333866 4 $wb['parent_domain_id_txt'] = 'Website';
8b5e7a 5 $wb['username_txt'] = 'Username';
M 6 $wb['password_txt'] = 'Password';
7 $wb['password_strength_txt'] = 'Password strength';
8 $wb['active_txt'] = 'Active';
9 $wb['limit_webdav_user_txt'] = 'The max. number of webdav users for your account is reached.';
10 $wb['username_error_empty'] = 'Username is empty.';
11 $wb['username_error_unique'] = 'The username must be unique.';
12 $wb['username_error_regex'] = 'The username contains charachters that are not allowed.';
13 $wb['directory_error_empty'] = 'Directory empty.';
14 $wb['parent_domain_id_error_empty'] = 'No website selected.';
cb9197 15 $wb['dir_dot_error'] = 'No .. in path allowed.';
T 16 $wb['dir_slashdot_error'] = 'No ./ in path allowed.';
0d9599 17 ?>