Skip to content

Commit d4d0a05

Browse files
author
Till Brehm
committed
Added donation dashlet.
Merged language files.
1 parent 2f781af commit d4d0a05

File tree

336 files changed

+526
-949
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

336 files changed

+526
-949
lines changed

interface/lib/lang/cz.lng

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,3 @@ $wb['err_csrf_attempt_blocked'] = 'CSRF attempt blocked.';
153153
$wb['select_directive_snippet_txt'] = 'Directive Snippets';
154154
$wb['select_master_directive_snippet_txt'] = 'Master Directive Snippets';
155155
?>
156-
157-
158-

interface/lib/lang/dk.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ $wb['strength_2'] = 'Nogenlunde';
146146
$wb['strength_3'] = 'God';
147147
$wb['strength_4'] = 'Stærk';
148148
$wb['strength_5'] = 'Meget Stærk';
149-
$wb['weak_password_txt'] = 'Den valgte adgangskode matcher ikke retningslinjerne for sikkerhedsindstillingerne. Det skal være mindst {chars} tegn i længden og have en styrke på \"{strength}\".';
149+
$wb['weak_password_txt'] = 'Den valgte adgangskode matcher ikke retningslinjerne for sikkerhedsindstillingerne. Det skal være mindst {chars} tegn i længden og have en styrke på \\"{strength}\\".';
150150
$wb['weak_password_length_txt'] = 'Den valgte adgangskode matcher ikke retningslinjerne for sikkerhedsindstillingerne. Det skal være mindst {chars} tegn i længden.';
151151
$wb['security_check1_txt'] = 'Check for sikkerheds tilladelse:';
152152
$wb['security_check2_txt'] = 'mislykkedes.';

interface/lib/lang/tr.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ $wb['strength_2'] = 'Yeterli';
146146
$wb['strength_3'] = 'İyi';
147147
$wb['strength_4'] = 'Güçlü';
148148
$wb['strength_5'] = 'Çok Güçlü';
149-
$wb['weak_password_txt'] = 'Yazdığınız parola güvenlik ilkesine uygun değil. Parola en az {chars} karakter uzunluğunda ve \"{strength}\" güçlüğünde olmalı.';
149+
$wb['weak_password_txt'] = 'Yazdığınız parola güvenlik ilkesine uygun değil. Parola en az {chars} karakter uzunluğunda ve \\"{strength}\\" güçlüğünde olmalı.';
150150
$wb['weak_password_length_txt'] = 'Yazdığınız parola güvenlik ilkesine uygun değil. Parola en az {chars} karakter uzunluğunda olmalı.';
151151
$wb['security_check1_txt'] = 'Güvenlik iznini denetle:';
152152
$wb['security_check2_txt'] = 'başarısız.';

interface/web/admin/lib/lang/ca_firewall.lng

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ $wb['tcp_port_help_txt'] = 'Separated by comma';
66
$wb['udp_port_help_txt'] = 'Separated by comma';
77
$wb['active_txt'] = 'Active';
88
$wb['firewall_error_unique'] = 'There is already a firewall record for this server.';
9-
$wb['tcp_ports_error_regex'] = 'Character not allowed in tcp port definition. Allowed characters are numbers, \":\" and \",\".';
10-
$wb['udp_ports_error_regex'] = 'Character not allowed in udp port definition. Allowed characters are numbers, \":\" and \",\".';
9+
$wb['tcp_ports_error_regex'] = 'Character not allowed in tcp port definition. Allowed characters are numbers, \\":\\" and \\",\\".';
10+
$wb['udp_ports_error_regex'] = 'Character not allowed in udp port definition. Allowed characters are numbers, \\":\\" and \\",\\".';
1111
?>

interface/web/admin/lib/lang/ca_server_config.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ $wb['do_not_try_rescue_httpd_txt'] = 'Disable HTTPD monitoring';
161161
$wb['do_not_try_rescue_mongodb_txt'] = 'Disable MongoDB monitoring';
162162
$wb['do_not_try_rescue_mysql_txt'] = 'Disable MySQL monitoring';
163163
$wb['do_not_try_rescue_mail_txt'] = 'Disable Email monitoring';
164-
$wb['rescue_description_txt'] = '<b>Information:</b> If you want to shut down mysql you have to select the \"Disable MySQL monitor\" checkbox and then wait 2-3 minutes.<br>If you do not wait 2-3 minutes, rescue will try to restart mysql!';
164+
$wb['rescue_description_txt'] = '<b>Information:</b> If you want to shut down mysql you have to select the \\"Disable MySQL monitor\\" checkbox and then wait 2-3 minutes.<br>If you do not wait 2-3 minutes, rescue will try to restart mysql!';
165165
$wb['enable_sni_txt'] = 'Enable SNI';
166166
$wb['set_folder_permissions_on_update_txt'] = 'Set folder permissions on update';
167167
$wb['add_web_users_to_sshusers_group_txt'] = 'Add web users to -sshusers- group';

interface/web/admin/lib/lang/ca_system_config.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ $wb['customer_no_template_error_regex_txt'] = 'The customer No. template contain
6767
$wb['customer_no_start_txt'] = 'Customer No. start value';
6868
$wb['customer_no_counter_txt'] = 'Customer No. counter';
6969
$wb['session_timeout_txt'] = 'Session timeout (minutes)';
70-
$wb['session_allow_endless_txt'] = 'Enable \"stay logged in\"';
70+
$wb['session_allow_endless_txt'] = 'Enable \\"stay logged in\\"';
7171
$wb['No'] = 'No';
7272
$wb['min_password_length_txt'] = 'Minimum password length';
7373
$wb['min_password_strength_txt'] = 'Minimum password strength';

interface/web/admin/lib/lang/ca_users.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $wb['generate_password_txt'] = 'Generate Password';
2929
$wb['repeat_password_txt'] = 'Repeat Password';
3030
$wb['password_mismatch_txt'] = 'The passwords do not match.';
3131
$wb['password_match_txt'] = 'The passwords do match.';
32-
$wb['username_error_collision'] = 'The username may not be web or web plus a number.\"';
32+
$wb['username_error_collision'] = 'The username may not be web or web plus a number.\\"';
3333
$wb['client_not_admin_err'] = 'A user that belongs to a client can not be set to type: admin';
3434
$wb['lost_password_function_txt'] = 'Forgot password function is available';
3535
?>

interface/web/admin/lib/lang/cz.lng

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,3 @@ $wb['Directive Snippets'] = 'Directive Snippets';
5050
$wb['Sites'] = 'Stránky';
5151
$wb['DNS'] = 'DNS';
5252
?>
53-
54-
55-

interface/web/admin/lib/lang/cz_directive_snippets.lng

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,3 @@ $wb['variables_txt'] = 'Proměnné';
1010
$wb['customer_viewable_txt'] = 'Customer viewable';
1111
$wb['required_php_snippets_txt'] = 'Requiered PHP Snippet';
1212
?>
13-
14-
15-

interface/web/admin/lib/lang/cz_directive_snippets_list.lng

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,3 @@ $wb['type_txt'] = 'Verze';
66
$wb['add_new_record_txt'] = 'Add Directive Snippet';
77
$wb['customer_viewable_txt'] = 'Customer viewable';
88
?>
9-
10-
11-

0 commit comments

Comments
 (0)