From 64b8396777bea4adf17b32416c74df3eda4331fd Mon Sep 17 00:00:00 2001 From: Herman van Rink Date: Thu, 31 Dec 2020 11:38:47 +0100 Subject: [PATCH 1/6] Document $update_serial=false parameter in DNS rr API calls --- remoting_client/API-docs/dns_a_add.html | 2 +- remoting_client/API-docs/dns_a_delete.html | 2 +- remoting_client/API-docs/dns_a_update.html | 2 +- remoting_client/API-docs/dns_aaaa_add.html | 2 +- remoting_client/API-docs/dns_aaaa_delete.html | 2 +- remoting_client/API-docs/dns_aaaa_update.html | 2 +- remoting_client/API-docs/dns_alias_add.html | 2 +- remoting_client/API-docs/dns_alias_delete.html | 2 +- remoting_client/API-docs/dns_alias_update.html | 2 +- remoting_client/API-docs/dns_cname_add.html | 2 +- remoting_client/API-docs/dns_cname_delete.html | 2 +- remoting_client/API-docs/dns_cname_update.html | 2 +- remoting_client/API-docs/dns_hinfo_add.html | 2 +- remoting_client/API-docs/dns_hinfo_delete.html | 2 +- remoting_client/API-docs/dns_hinfo_update.html | 2 +- remoting_client/API-docs/dns_mx_delete.html | 2 +- remoting_client/API-docs/dns_mx_update.html | 2 +- remoting_client/API-docs/dns_naptr_add.html | 2 +- remoting_client/API-docs/dns_naptr_delete.html | 2 +- remoting_client/API-docs/dns_naptr_update.html | 2 +- remoting_client/API-docs/dns_ns_add.html | 2 +- remoting_client/API-docs/dns_ns_delete.html | 2 +- remoting_client/API-docs/dns_ns_update.html | 2 +- remoting_client/API-docs/dns_ptr_add.html | 2 +- remoting_client/API-docs/dns_ptr_delete.html | 2 +- remoting_client/API-docs/dns_ptr_update.html | 2 +- remoting_client/API-docs/dns_rp_add.html | 2 +- remoting_client/API-docs/dns_rp_delete.html | 2 +- remoting_client/API-docs/dns_rp_update.html | 2 +- remoting_client/API-docs/dns_slave_delete.html | 2 +- remoting_client/API-docs/dns_srv_add.html | 2 +- remoting_client/API-docs/dns_srv_delete.html | 2 +- remoting_client/API-docs/dns_srv_update.html | 2 +- remoting_client/API-docs/dns_txt_add.html | 2 +- remoting_client/API-docs/dns_txt_delete.html | 2 +- remoting_client/API-docs/dns_txt_update.html | 2 +- 36 files changed, 36 insertions(+), 36 deletions(-) diff --git a/remoting_client/API-docs/dns_a_add.html b/remoting_client/API-docs/dns_a_add.html index e7217bcdcf..9996bc0d62 100644 --- a/remoting_client/API-docs/dns_a_add.html +++ b/remoting_client/API-docs/dns_a_add.html @@ -12,7 +12,7 @@
-

dns_a_add($session_id, $client_id, $params);

+

dns_a_add($session_id, $client_id, $params, $update_serial=false);


Description:

Adds a dns IPv4 record if type is a.


diff --git a/remoting_client/API-docs/dns_a_delete.html b/remoting_client/API-docs/dns_a_delete.html index 8b30fdd672..29e6d1c0f1 100644 --- a/remoting_client/API-docs/dns_a_delete.html +++ b/remoting_client/API-docs/dns_a_delete.html @@ -12,7 +12,7 @@
-

dns_a_delete($session_id, $primary_id);

+

dns_a_delete($session_id, $primary_id, $update_serial=false);


Description:

Deletes target dns IPv4 resource record.


diff --git a/remoting_client/API-docs/dns_a_update.html b/remoting_client/API-docs/dns_a_update.html index ccacab408b..6fbd8888f3 100644 --- a/remoting_client/API-docs/dns_a_update.html +++ b/remoting_client/API-docs/dns_a_update.html @@ -12,7 +12,7 @@
-

dns_a_update($session_id, $client_id, $primary_id, $params);

+

dns_a_update($session_id, $client_id, $primary_id, $params, $update_serial=false);


Description:

Updates an IPv4 record if type is a.


diff --git a/remoting_client/API-docs/dns_aaaa_add.html b/remoting_client/API-docs/dns_aaaa_add.html index ea21b15361..2fe0030383 100644 --- a/remoting_client/API-docs/dns_aaaa_add.html +++ b/remoting_client/API-docs/dns_aaaa_add.html @@ -12,7 +12,7 @@
-

dns_aaaa_add($session_id, $client_id, $params);

+

dns_aaaa_add($session_id, $client_id, $params, $update_serial=false);


Description:

Adds a dns IPv6 resource record if type is aaaa.


diff --git a/remoting_client/API-docs/dns_aaaa_delete.html b/remoting_client/API-docs/dns_aaaa_delete.html index 4a52e4da7f..21038c0d50 100644 --- a/remoting_client/API-docs/dns_aaaa_delete.html +++ b/remoting_client/API-docs/dns_aaaa_delete.html @@ -12,7 +12,7 @@
-

dns_aaaa_delete($session_id, $primary_id);

+

dns_aaaa_delete($session_id, $primary_id, $update_serial=false);


Description:

Deletes target dns IPv6 resource record.


diff --git a/remoting_client/API-docs/dns_aaaa_update.html b/remoting_client/API-docs/dns_aaaa_update.html index 94b60f4df4..da1f85cd12 100644 --- a/remoting_client/API-docs/dns_aaaa_update.html +++ b/remoting_client/API-docs/dns_aaaa_update.html @@ -12,7 +12,7 @@
-

dns_aaaa_update($session_id, $client_id, $primary_id, $params);

+

dns_aaaa_update($session_id, $client_id, $primary_id, $params, $update_serial=false);


Description:

Updates a dns IPv6 resource record if type is aaaa.


diff --git a/remoting_client/API-docs/dns_alias_add.html b/remoting_client/API-docs/dns_alias_add.html index 4bea3dea6f..178327b70b 100644 --- a/remoting_client/API-docs/dns_alias_add.html +++ b/remoting_client/API-docs/dns_alias_add.html @@ -12,7 +12,7 @@
-

dns_alias_add($session_id, $client_id, $params);

+

dns_alias_add($session_id, $client_id, $params, $update_serial=false);


Description:

Adds a dns server side alias record if type is alias.


diff --git a/remoting_client/API-docs/dns_alias_delete.html b/remoting_client/API-docs/dns_alias_delete.html index 03baf684cb..b610863922 100644 --- a/remoting_client/API-docs/dns_alias_delete.html +++ b/remoting_client/API-docs/dns_alias_delete.html @@ -12,7 +12,7 @@
-

dns_alias_delete($session_id, $primary_id);

+

dns_alias_delete($session_id, $primary_id, $update_serial=false);


Description:

Deletes target dns alias resource record.


diff --git a/remoting_client/API-docs/dns_alias_update.html b/remoting_client/API-docs/dns_alias_update.html index 058654f2f7..b935521cb1 100644 --- a/remoting_client/API-docs/dns_alias_update.html +++ b/remoting_client/API-docs/dns_alias_update.html @@ -12,7 +12,7 @@
-

dns_alias_update($session_id, $client_id, $primary_id, $params);

+

dns_alias_update($session_id, $client_id, $primary_id, $params, $update_serial=false);


Description:

Updates a dns server side alias record if type is alias.


diff --git a/remoting_client/API-docs/dns_cname_add.html b/remoting_client/API-docs/dns_cname_add.html index afef2bd75c..2d8b244e6d 100644 --- a/remoting_client/API-docs/dns_cname_add.html +++ b/remoting_client/API-docs/dns_cname_add.html @@ -12,7 +12,7 @@
-

dns_cname_add($session_id, $client_id, $params);

+

dns_cname_add($session_id, $client_id, $params, $update_serial=false);


Description:

Adds a dns canonical alias name record if type is cname.


diff --git a/remoting_client/API-docs/dns_cname_delete.html b/remoting_client/API-docs/dns_cname_delete.html index c4304a56c3..64bc826b47 100644 --- a/remoting_client/API-docs/dns_cname_delete.html +++ b/remoting_client/API-docs/dns_cname_delete.html @@ -12,7 +12,7 @@
-

dns_cname_delete($session_id, $primary_id);

+

dns_cname_delete($session_id, $primary_id, $update_serial=false);


Description:

Deletes target dns cname resource record.


diff --git a/remoting_client/API-docs/dns_cname_update.html b/remoting_client/API-docs/dns_cname_update.html index f066633104..626201f5bd 100644 --- a/remoting_client/API-docs/dns_cname_update.html +++ b/remoting_client/API-docs/dns_cname_update.html @@ -12,7 +12,7 @@
-

dns_cname_update($session_id, $client_id, $primary_id, $params);

+

dns_cname_update($session_id, $client_id, $primary_id, $params, $update_serial=false);


Description:

Updates a dns canonical alias name record if type is cname.


diff --git a/remoting_client/API-docs/dns_hinfo_add.html b/remoting_client/API-docs/dns_hinfo_add.html index acd89b3d34..d89e75e8eb 100644 --- a/remoting_client/API-docs/dns_hinfo_add.html +++ b/remoting_client/API-docs/dns_hinfo_add.html @@ -12,7 +12,7 @@
-

dns_hinfo_add($session_id, $client_id, $params);

+

dns_hinfo_add($session_id, $client_id, $params, $update_serial=false);


Description:

Adds a dns host information record if type is hinfo.


diff --git a/remoting_client/API-docs/dns_hinfo_delete.html b/remoting_client/API-docs/dns_hinfo_delete.html index 37f796ffaf..6cb87780af 100644 --- a/remoting_client/API-docs/dns_hinfo_delete.html +++ b/remoting_client/API-docs/dns_hinfo_delete.html @@ -12,7 +12,7 @@
-

dns_hinfo_delete($session_id, $primary_id);

+

dns_hinfo_delete($session_id, $primary_id, $update_serial=false);


Description:

Deletes target dns hinfo resource record.


diff --git a/remoting_client/API-docs/dns_hinfo_update.html b/remoting_client/API-docs/dns_hinfo_update.html index 463b25b84a..81802e99e9 100644 --- a/remoting_client/API-docs/dns_hinfo_update.html +++ b/remoting_client/API-docs/dns_hinfo_update.html @@ -12,7 +12,7 @@
-

dns_hinfo_update($session_id, $client_id, $primary_id, $params);

+

dns_hinfo_update($session_id, $client_id, $primary_id, $params, $update_serial=false);


Description:

Updates a dns host information record if type is hinfo.


diff --git a/remoting_client/API-docs/dns_mx_delete.html b/remoting_client/API-docs/dns_mx_delete.html index 8bd8572b4e..01a4ae11c0 100644 --- a/remoting_client/API-docs/dns_mx_delete.html +++ b/remoting_client/API-docs/dns_mx_delete.html @@ -12,7 +12,7 @@
-

dns_mx_delete($session_id, $primary_id);

+

dns_mx_delete($session_id, $primary_id, $update_serial=false);


Description:

Deletes target dns mx resource record.


diff --git a/remoting_client/API-docs/dns_mx_update.html b/remoting_client/API-docs/dns_mx_update.html index d75a8343d3..e74a6d9986 100644 --- a/remoting_client/API-docs/dns_mx_update.html +++ b/remoting_client/API-docs/dns_mx_update.html @@ -12,7 +12,7 @@
-

dns_mx_update($session_id, $client_id, $primary_id, $params);

+

dns_mx_update($session_id, $client_id, $primary_id, $params, $update_serial=false);


Description:

Updates a dns mail exchanger record if type is mx.


diff --git a/remoting_client/API-docs/dns_naptr_add.html b/remoting_client/API-docs/dns_naptr_add.html index a8b5d966bf..b9bc9e4d0c 100644 --- a/remoting_client/API-docs/dns_naptr_add.html +++ b/remoting_client/API-docs/dns_naptr_add.html @@ -12,7 +12,7 @@
-

dns_naptr_add($session_id, $client_id, $params);

+

dns_naptr_add($session_id, $client_id, $params, $update_serial=false);


Description:

Adds a dns server location record if type is naptr.


diff --git a/remoting_client/API-docs/dns_naptr_delete.html b/remoting_client/API-docs/dns_naptr_delete.html index 376bd18aa2..5b06d1c145 100644 --- a/remoting_client/API-docs/dns_naptr_delete.html +++ b/remoting_client/API-docs/dns_naptr_delete.html @@ -12,7 +12,7 @@
-

dns_naptr_delete($session_id, $primary_id);

+

dns_naptr_delete($session_id, $primary_id, $update_serial=false);


Description:

Deletes target dns naptr resource record.


diff --git a/remoting_client/API-docs/dns_naptr_update.html b/remoting_client/API-docs/dns_naptr_update.html index 98c4f03183..9abfcaab97 100644 --- a/remoting_client/API-docs/dns_naptr_update.html +++ b/remoting_client/API-docs/dns_naptr_update.html @@ -12,7 +12,7 @@
-

dns_naptr_update($session_id, $client_id, $primary_id, $params);

+

dns_naptr_update($session_id, $client_id, $primary_id, $params, $update_serial=false);


Description:

Updates a dns server location record if type is naptr.


diff --git a/remoting_client/API-docs/dns_ns_add.html b/remoting_client/API-docs/dns_ns_add.html index 8fd9564bbb..a3d7b4042d 100644 --- a/remoting_client/API-docs/dns_ns_add.html +++ b/remoting_client/API-docs/dns_ns_add.html @@ -12,7 +12,7 @@
-

dns_ns_add($session_id, $client_id, $params);

+

dns_ns_add($session_id, $client_id, $params, $update_serial=false);


Description:

Adds a dns authoritative nameserver record if type is ns.


diff --git a/remoting_client/API-docs/dns_ns_delete.html b/remoting_client/API-docs/dns_ns_delete.html index 0ee3eba72d..c59ba0933a 100644 --- a/remoting_client/API-docs/dns_ns_delete.html +++ b/remoting_client/API-docs/dns_ns_delete.html @@ -12,7 +12,7 @@
-

dns_ns_delete($session_id, $primary_id);

+

dns_ns_delete($session_id, $primary_id, $update_serial=false);


Description:

Deletes target dns ns resource record.


diff --git a/remoting_client/API-docs/dns_ns_update.html b/remoting_client/API-docs/dns_ns_update.html index 32258a1504..e2aa90805c 100644 --- a/remoting_client/API-docs/dns_ns_update.html +++ b/remoting_client/API-docs/dns_ns_update.html @@ -12,7 +12,7 @@
-

dns_ns_update($session_id, $client_id, $primary_id, $params);

+

dns_ns_update($session_id, $client_id, $primary_id, $params, $update_serial=false);


Description:

Updates an authoritative nameserver record if type is ns.


diff --git a/remoting_client/API-docs/dns_ptr_add.html b/remoting_client/API-docs/dns_ptr_add.html index d2331660d2..7b65759df9 100644 --- a/remoting_client/API-docs/dns_ptr_add.html +++ b/remoting_client/API-docs/dns_ptr_add.html @@ -12,7 +12,7 @@
-

dns_ptr_add($session_id, $client_id, $params);

+

dns_ptr_add($session_id, $client_id, $params, $update_serial=false);


Description:

Adds a dns domain name pointer record if type is ptr.


diff --git a/remoting_client/API-docs/dns_ptr_delete.html b/remoting_client/API-docs/dns_ptr_delete.html index d455bab5f9..50092c0b6c 100644 --- a/remoting_client/API-docs/dns_ptr_delete.html +++ b/remoting_client/API-docs/dns_ptr_delete.html @@ -12,7 +12,7 @@
-

dns_ptr_delete($session_id, $primary_id);

+

dns_ptr_delete($session_id, $primary_id, $update_serial=false);


Description:

Deletes target dns ptr resource record.


diff --git a/remoting_client/API-docs/dns_ptr_update.html b/remoting_client/API-docs/dns_ptr_update.html index 25097708ae..e25cedf853 100644 --- a/remoting_client/API-docs/dns_ptr_update.html +++ b/remoting_client/API-docs/dns_ptr_update.html @@ -12,7 +12,7 @@
-

dns_ptr_update($session_id, $client_id, $primary_id, $params);

+

dns_ptr_update($session_id, $client_id, $primary_id, $params, $update_serial=false);


Description:

Updates a dns domain name pointer record if type is ptr.


diff --git a/remoting_client/API-docs/dns_rp_add.html b/remoting_client/API-docs/dns_rp_add.html index e20f5186c3..327299f11d 100644 --- a/remoting_client/API-docs/dns_rp_add.html +++ b/remoting_client/API-docs/dns_rp_add.html @@ -12,7 +12,7 @@
-

dns_rp_add($session_id, $client_id, $params);

+

dns_rp_add($session_id, $client_id, $params, $update_serial=false);


Description:

Adds a dns responsible person record if type is rp.


diff --git a/remoting_client/API-docs/dns_rp_delete.html b/remoting_client/API-docs/dns_rp_delete.html index 0a656c62cc..5d7540fe48 100644 --- a/remoting_client/API-docs/dns_rp_delete.html +++ b/remoting_client/API-docs/dns_rp_delete.html @@ -12,7 +12,7 @@
-

dns_rp_delete($session_id, $primary_id);

+

dns_rp_delete($session_id, $primary_id, $update_serial=false);


Description:

Deletes target dns rp resource record.


diff --git a/remoting_client/API-docs/dns_rp_update.html b/remoting_client/API-docs/dns_rp_update.html index 1e7a92db1f..926ef72fe0 100644 --- a/remoting_client/API-docs/dns_rp_update.html +++ b/remoting_client/API-docs/dns_rp_update.html @@ -12,7 +12,7 @@
-

dns_rp_update($session_id, $client_id, $primary_id, $params);

+

dns_rp_update($session_id, $client_id, $primary_id, $params, $update_serial=false);


Description:

Updates a dns responsible person record if type is rp.


diff --git a/remoting_client/API-docs/dns_slave_delete.html b/remoting_client/API-docs/dns_slave_delete.html index baaca8408e..de5023c101 100644 --- a/remoting_client/API-docs/dns_slave_delete.html +++ b/remoting_client/API-docs/dns_slave_delete.html @@ -12,7 +12,7 @@
-

dns_slave_delete($session_id, $primary_id);

+

dns_slave_delete($session_id, $primary_id, $update_serial=false);


Description:

Deletes a dns slave zone.


diff --git a/remoting_client/API-docs/dns_srv_add.html b/remoting_client/API-docs/dns_srv_add.html index 5a2649cadb..ca0d4e8b48 100644 --- a/remoting_client/API-docs/dns_srv_add.html +++ b/remoting_client/API-docs/dns_srv_add.html @@ -12,7 +12,7 @@
-

dns_srv_add($session_id, $client_id, $params);

+

dns_srv_add($session_id, $client_id, $params, $update_serial=false);


Description:

Adds a dns server location record if type is srv.


diff --git a/remoting_client/API-docs/dns_srv_delete.html b/remoting_client/API-docs/dns_srv_delete.html index 420d9f746a..ba69422f64 100644 --- a/remoting_client/API-docs/dns_srv_delete.html +++ b/remoting_client/API-docs/dns_srv_delete.html @@ -12,7 +12,7 @@
-

dns_srv_delete($session_id, $primary_id);

+

dns_srv_delete($session_id, $primary_id, $update_serial=false);


Description:

Deletes target dns srv resource record.


diff --git a/remoting_client/API-docs/dns_srv_update.html b/remoting_client/API-docs/dns_srv_update.html index 8a2a6107bf..264eb3c4cd 100644 --- a/remoting_client/API-docs/dns_srv_update.html +++ b/remoting_client/API-docs/dns_srv_update.html @@ -12,7 +12,7 @@
-

dns_srv_update($session_id, $client_id, $primary_id, $params);

+

dns_srv_update($session_id, $client_id, $primary_id, $params, $update_serial=false);


Description:

Updates a dns server location record if type is srv.


diff --git a/remoting_client/API-docs/dns_txt_add.html b/remoting_client/API-docs/dns_txt_add.html index d99f790846..da6b71af0f 100644 --- a/remoting_client/API-docs/dns_txt_add.html +++ b/remoting_client/API-docs/dns_txt_add.html @@ -12,7 +12,7 @@
-

dns_txt_add($session_id, $client_id, $params);

+

dns_txt_add($session_id, $client_id, $params, $update_serial=false);


Description:

Adds a dns text string record if type is txt.


diff --git a/remoting_client/API-docs/dns_txt_delete.html b/remoting_client/API-docs/dns_txt_delete.html index fb809aadd2..45562a0c62 100644 --- a/remoting_client/API-docs/dns_txt_delete.html +++ b/remoting_client/API-docs/dns_txt_delete.html @@ -12,7 +12,7 @@
-

dns_txt_delete($session_id, $primary_id);

+

dns_txt_delete($session_id, $primary_id, $update_serial=false);


Description:

Deletes target dns txt resource record.


diff --git a/remoting_client/API-docs/dns_txt_update.html b/remoting_client/API-docs/dns_txt_update.html index 374bede8fb..b93138bc5a 100644 --- a/remoting_client/API-docs/dns_txt_update.html +++ b/remoting_client/API-docs/dns_txt_update.html @@ -12,7 +12,7 @@
-

dns_txt_update($session_id, $client_id, $primary_id, $params);

+

dns_txt_update($session_id, $client_id, $primary_id, $params, $update_serial=false);


Description:

Updates a dns text string record if type is txt.


-- GitLab From 562d73ccba61c10e027038643bea94608235a69a Mon Sep 17 00:00:00 2001 From: Herman van Rink Date: Mon, 18 Jan 2021 09:38:17 +0100 Subject: [PATCH 2/6] Dutch fixes --- interface/web/dns/lib/lang/nl_dns_slave.lng | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/interface/web/dns/lib/lang/nl_dns_slave.lng b/interface/web/dns/lib/lang/nl_dns_slave.lng index 2cf4d13922..f2f944042f 100644 --- a/interface/web/dns/lib/lang/nl_dns_slave.lng +++ b/interface/web/dns/lib/lang/nl_dns_slave.lng @@ -3,7 +3,7 @@ $wb['server_id_txt'] = 'Server'; $wb['origin_txt'] = 'DNS Zone'; $wb['ns_txt'] = 'NS'; $wb['active_txt'] = 'Actief'; -$wb['limit_dns_slave_zone_txt'] = 'Het max. aan secundary DNS records voor uw account is bereikt.'; +$wb['limit_dns_slave_zone_txt'] = 'Het max. aan secundary DNS zones voor uw account is bereikt.'; $wb['client_txt'] = 'Klant'; $wb['xfer_txt'] = 'Sta zone transfers toe naar
deze IPs (komma gescheiden waarden)'; $wb['server_id_error_empty'] = 'Geen server geselecteerd'; @@ -11,7 +11,7 @@ $wb['origin_error_empty'] = 'Zone is niet ingvuld.'; $wb['origin_error_unique'] = 'Er is al een record for deze zone.'; $wb['origin_error_regex'] = 'Zone heeft een ongeldig formaat.'; $wb['ns_error_regex'] = 'NS heeft een ongeldig formaat.'; -$wb['eg_domain_tld'] = 'e.g. domain.tld.'; -$wb['ipv4_form_txt'] = 'Separate multiple IPs with commas'; +$wb['eg_domain_tld'] = 'bijvoorbeeld domein.tld.'; +$wb['ipv4_form_txt'] = 'Scheid meerdere IPs met een komma'; $wb['secondary_zone_txt'] = 'Secondary DNS Zone'; ?> -- GitLab From bc4216e14ed9230919c2951a71f5f66cbaaae890 Mon Sep 17 00:00:00 2001 From: Herman van Rink Date: Thu, 28 Jan 2021 17:02:06 +0100 Subject: [PATCH 3/6] More dutch translation --- interface/web/login/lib/lang/nl.lng | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/interface/web/login/lib/lang/nl.lng b/interface/web/login/lib/lang/nl.lng index 453aae6fac..628232ad41 100644 --- a/interface/web/login/lib/lang/nl.lng +++ b/interface/web/login/lib/lang/nl.lng @@ -21,17 +21,17 @@ $wb['login_txt'] = 'Inloggen'; $wb['pw_reset_txt'] = 'Wachtwoord herstellen'; $wb['pw_button_txt'] = 'Wachtwoord versturen'; $wb['email_txt'] = 'Email'; -$wb['theme_not_compatible'] = 'The chosen theme is not compatible with the current ISPConfig version. Please check for a new version of the theme.
The default theme as been activated automatically.'; -$wb['back_txt'] = 'Back'; -$wb['email_error'] = 'Email contains unallowed characters or has a invalid format.'; -$wb['stay_logged_in_txt'] = 'Keep me logged in'; -$wb['lost_password_function_disabled_txt'] = 'The lost password function is not available for this user.'; -$wb['pw_reset_act'] = 'You have been sent an activation link. Please visit the link to confirm your password request.'; -$wb['pw_reset_act_mail_title'] = 'Confirm ISPConfig 3 Control panel password reset'; -$wb['pw_reset_act_mail_msg'] = 'Please confirm that your want to reset your ISPConfig 3 control panel account password by visiting the following activation link: '; -$wb['lost_password_function_wait_txt'] = 'You cannot request a new password, yet. Please wait a few minutes.'; -$wb['lost_password_function_expired_txt'] = 'This activation link has expired. Please request a new one.'; -$wb['lost_password_function_denied_txt'] = 'This activation link is not valid.'; +$wb['theme_not_compatible'] = 'De gekozen vormgeving is niet geschikt voor de huidige ISPConfig versie. Controleer of er een update beschikbaar is.
De standaard vormgeving is automatisch geactiveerd.'; +$wb['back_txt'] = 'Terug'; +$wb['email_error'] = 'Email bevat ongeldige tekens of heeft een vereerde opbouw.'; +$wb['stay_logged_in_txt'] = 'Blijf ingelogd'; +$wb['lost_password_function_disabled_txt'] = 'De Wachtwoord vergeten functie is niet beschikbaar voor deze gebruiker.'; +$wb['pw_reset_act'] = 'Er is een wachtwoord reset link verstuurd. Volg de link in die mail om uw verzoek te bevestigen.'; +$wb['pw_reset_act_mail_title'] = 'ISPConfig 3 Control panel wachtwoord herstel'; +$wb['pw_reset_act_mail_msg'] = 'Er is een nieuw wachtwoord aangevraag voor uw account. Bevestig via de volgende link dat dit de bedoeling is. Als u dit niet was kunt u dit beter niet doen.'; +$wb['lost_password_function_wait_txt'] = 'U kunt op dit moment geen nieuw wachtwoord aanvragen, probeer het later nog eens.'; +$wb['lost_password_function_expired_txt'] = 'De wachtwoordherstel link is verlopen. U kunt een nieuwe aanvragen.'; +$wb['lost_password_function_denied_txt'] = 'Deze link is niet (meer) geldig.'; $wb['otp_code_txt'] = 'Twee-factor authenticatie'; $wb['otp_code_desc_txt'] = 'Enter the code you got from your authenticator app or via email.'; $wb['otp_code_placeholder_txt'] = 'OTP code'; @@ -41,4 +41,5 @@ $wb['otp_code_email_template_txt'] = 'Uw eenmalige login code is %s' . PHP_EOL . $wb['otp_code_resend_txt'] = 'Aanvragen nieuwe code'; $wb['otp_code_email_sent_failed_txt'] = 'Verzenden van email naar %s is mislukt.'; $wb['otp_code_email_sent_wait_txt'] = 'Please wait, re-sending the code is only possible after %s seconds.'; + ?> -- GitLab From c705580253e706a6c1873bfff2ea3d8806cae318 Mon Sep 17 00:00:00 2001 From: Herman van Rink Date: Thu, 28 Jan 2021 17:12:42 +0100 Subject: [PATCH 4/6] space --- interface/web/login/lib/lang/nl.lng | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/web/login/lib/lang/nl.lng b/interface/web/login/lib/lang/nl.lng index 628232ad41..bb75ee7325 100644 --- a/interface/web/login/lib/lang/nl.lng +++ b/interface/web/login/lib/lang/nl.lng @@ -28,7 +28,7 @@ $wb['stay_logged_in_txt'] = 'Blijf ingelogd'; $wb['lost_password_function_disabled_txt'] = 'De Wachtwoord vergeten functie is niet beschikbaar voor deze gebruiker.'; $wb['pw_reset_act'] = 'Er is een wachtwoord reset link verstuurd. Volg de link in die mail om uw verzoek te bevestigen.'; $wb['pw_reset_act_mail_title'] = 'ISPConfig 3 Control panel wachtwoord herstel'; -$wb['pw_reset_act_mail_msg'] = 'Er is een nieuw wachtwoord aangevraag voor uw account. Bevestig via de volgende link dat dit de bedoeling is. Als u dit niet was kunt u dit beter niet doen.'; +$wb['pw_reset_act_mail_msg'] = 'Er is een nieuw wachtwoord aangevraag voor uw account. Bevestig via de volgende link dat dit de bedoeling is. Als u dit niet was kunt u dit beter niet doen. '; $wb['lost_password_function_wait_txt'] = 'U kunt op dit moment geen nieuw wachtwoord aanvragen, probeer het later nog eens.'; $wb['lost_password_function_expired_txt'] = 'De wachtwoordherstel link is verlopen. U kunt een nieuwe aanvragen.'; $wb['lost_password_function_denied_txt'] = 'Deze link is niet (meer) geldig.'; -- GitLab From 4bf008256979b4c9914bfd7f9148e72f9561caca Mon Sep 17 00:00:00 2001 From: Herman van Rink Date: Thu, 28 Jan 2021 19:50:44 +0100 Subject: [PATCH 5/6] More dutch translation --- interface/web/login/lib/lang/nl.lng | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/web/login/lib/lang/nl.lng b/interface/web/login/lib/lang/nl.lng index bb75ee7325..638ccc2313 100644 --- a/interface/web/login/lib/lang/nl.lng +++ b/interface/web/login/lib/lang/nl.lng @@ -7,7 +7,7 @@ $wb['pass_reset_txt'] = 'Een nieuw wachtwoord zal worden gegenereerd en per e-ma $wb['pw_reset'] = 'Het wachtwoord is gereset en is verzonden naar uw e-mailadres.'; $wb['pw_error'] = 'Gebruikersnaam of e-mailadres komt niet overeen.'; $wb['pw_error_noinput'] = 'Voer a.u.b. een e-mailadres en gebruikersnaam in.'; -$wb['pw_reset_error_smtp_connection'] = 'There was a connection problem when trying to send an email pertaining to your password reset request.'; +$wb['pw_reset_error_smtp_connection'] = 'Het versturen van een email met uw nieuwe wachtwoord is mislukt.'; $wb['pw_reset_mail_msg'] = 'Het wachtwoord dat toegang biedt tot uw ISPConfig 3 control panel account is gereset. Het nieuwe wachtwoord is: '; $wb['pw_reset_mail_title'] = 'ISPConfig 3 Control panel wachtwoord is gereset.'; $wb['user_regex_error'] = 'Gebruikersnaam bevat karakters die niet zijn toegestaan of is langer dan 64 karakters.'; -- GitLab From 1cae03651b58da423266df15e7c1df6b2eda2c21 Mon Sep 17 00:00:00 2001 From: Herman van Rink Date: Thu, 27 Oct 2022 21:31:39 +0200 Subject: [PATCH 6/6] Cleanup old copy paste error --- interface/web/client/client_edit.php | 4 ++-- interface/web/client/reseller_edit.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/interface/web/client/client_edit.php b/interface/web/client/client_edit.php index 598c307c8c..e0b74595fc 100644 --- a/interface/web/client/client_edit.php +++ b/interface/web/client/client_edit.php @@ -61,7 +61,7 @@ class page_action extends tform_actions { $client_group_id = $app->functions->intval($_SESSION["s"]["user"]["default_group"]); $client = $app->db->queryOneRecord("SELECT limit_client FROM sys_group, client WHERE sys_group.client_id = client.client_id and sys_group.groupid = ?", $client_group_id); - // Check if the user may add another website. + // Check if the user may add another. if($client["limit_client"] >= 0) { $tmp = $app->db->queryOneRecord("SELECT count(client_id) as number FROM client WHERE sys_groupid = ?", $client_group_id); if($tmp["number"] >= $client["limit_client"]) { @@ -84,7 +84,7 @@ class page_action extends tform_actions { $client_group_id = $_SESSION["s"]["user"]["default_group"]; $client = $app->db->queryOneRecord("SELECT limit_client FROM sys_group, client WHERE sys_group.client_id = client.client_id and sys_group.groupid = ?", $client_group_id); - // Check if the user may add another website. + // Check if the user may add another. if($client["limit_client"] >= 0) { $tmp = $app->db->queryOneRecord("SELECT count(client_id) as number FROM client WHERE sys_groupid = ?", $client_group_id); if($tmp["number"] >= $client["limit_client"]) { diff --git a/interface/web/client/reseller_edit.php b/interface/web/client/reseller_edit.php index 7cbd6687bc..10da3b78e1 100644 --- a/interface/web/client/reseller_edit.php +++ b/interface/web/client/reseller_edit.php @@ -63,7 +63,7 @@ class page_action extends tform_actions { $client_group_id = $app->functions->intval($_SESSION["s"]["user"]["default_group"]); $client = $app->db->queryOneRecord("SELECT limit_client FROM sys_group, client WHERE sys_group.client_id = client.client_id and sys_group.groupid = ?", $client_group_id); - // Check if the user may add another website. + // Check if the user may add another. if($client["limit_client"] >= 0) { $tmp = $app->db->queryOneRecord("SELECT count(client_id) as number FROM client WHERE sys_groupid = ?", $client_group_id); if($tmp["number"] >= $client["limit_client"]) { @@ -86,7 +86,7 @@ class page_action extends tform_actions { $client_group_id = $app->functions->intval($_SESSION["s"]["user"]["default_group"]); $client = $app->db->queryOneRecord("SELECT limit_client FROM sys_group, client WHERE sys_group.client_id = client.client_id and sys_group.groupid = ?", $client_group_id); - // Check if the user may add another website. + // Check if the user may add another. if($client["limit_client"] >= 0) { $tmp = $app->db->queryOneRecord("SELECT count(client_id) as number FROM client WHERE sys_groupid = ?", $client_group_id); if($tmp["number"] >= $client["limit_client"]) { -- GitLab