Skip to content

Commit 1985cb3

Browse files
author
filip
committed
Updated czech languages files
Added missing strings in some templates to english transalations
1 parent 1037f0a commit 1985cb3

Some content is hidden

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

48 files changed

+144
-117
lines changed

interface/web/dashboard/lib/lang/cz_dashlet_limits.lng

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ $wb['limit_spamfilter_wblist_txt'] = 'Počet záznamů na black/white listu';
1515
$wb['limit_spamfilter_user_txt'] = 'Počet uživatelů se spamfiltrem';
1616
$wb['limit_spamfilter_policy_txt'] = 'Počet spamových politik';
1717
$wb['limit_cron_txt'] = 'Počet cron úloh';
18-
$wb['limit_web_domain_txt'] = 'Počet web stránek';
18+
$wb['limit_web_domain_txt'] = 'Počet webových stránek';
1919
$wb['limit_web_aliasdomain_txt'] = 'Počet doménových aliasů';
2020
$wb['limit_web_subdomain_txt'] = 'Počet subdomén';
2121
$wb['limit_ftp_user_txt'] = 'Počet FTP uživateů';
2222
$wb['limit_dns_zone_txt'] = 'Počet DNS zón';
2323
$wb['limit_dns_slave_zone_txt'] = 'Počet DNS sekundárních zón';
24-
$wb['limit_dns_record_txt'] = 'Number DNS záznamů';
24+
$wb['limit_dns_record_txt'] = 'Počet DNS záznamů';
2525
$wb['limit_shell_user_txt'] = 'Počet Shell uživatelů';
2626
$wb['limit_webdav_user_txt'] = 'Počet Webdav uživatelů';
2727
$wb['limit_client_txt'] = 'Počet klientů';

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@ $wb['DNS TXT'] = 'DNS TXT';
1717
$wb['DNS Wizard'] = 'DNS průvodce';
1818
$wb['Add DNS Zone'] = 'Přidat DNS zónu';
1919
$wb['Templates'] = 'Šablony';
20+
$wb['Secondary DNS'] = 'Sekundární DNS zóny';
21+
$wb['Secondary Zones'] = 'Sekundární DNS zóny';
22+
$wb['Secondary DNS Zone'] = 'Sekundární DNS zóna';
2023
?>

interface/web/dns/lib/lang/cz_dns_rp.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $wb['name_txt'] = 'Hostname';
55
$wb['type_txt'] = 'Typ';
66
$wb['data_txt'] = 'Odpovědná osoba';
77
$wb['ttl_txt'] = 'TTL';
8-
$wb['active_txt'] = 'Active';
8+
$wb['active_txt'] = 'Aktivní';
99
$wb['limit_dns_record_txt'] = 'Dosažen maximální počet DNS záznamů pro Váš účet.';
1010
$wb['no_zone_perm'] = 'Nemáte oprávnění přidat záznam do této zóny.';
1111
$wb['name_error_empty'] = 'Hostname je prázdný.';
Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
<?php
22
$wb['server_id_txt'] = 'Server';
3-
$wb['origin_txt'] = 'DNS Zone';
3+
$wb['origin_txt'] = 'DNS Zóna';
44
$wb['ns_txt'] = 'NS';
5-
$wb['active_txt'] = 'Active';
6-
$wb['limit_dns_slave_zone_txt'] = 'The max. number of Secondary DNS zones for your account is reached.';
7-
$wb['client_txt'] = 'Client';
8-
$wb['xfer_txt'] = 'Allow zone transfers to <br />these IPs (comma separated list)';
9-
$wb['server_id_error_empty'] = 'No server selected';
10-
$wb['origin_error_empty'] = 'Zone empty.';
11-
$wb['origin_error_unique'] = 'There is already a record for this zone.';
12-
$wb['origin_error_regex'] = 'Zone has a invalid format.';
13-
$wb['ns_error_regex'] = 'NS has a invalid format.';
5+
$wb['active_txt'] = 'Aktivní';
6+
$wb['limit_dns_slave_zone_txt'] = 'Byl dosažen maximální počet sekundárních DNS zón pro Váš účet.';
7+
$wb['client_txt'] = 'Klient';
8+
$wb['xfer_txt'] = 'Povolit přesun zóny<br />těmto IP adresám<br />(oddělte čárkou)';
9+
$wb['server_id_error_empty'] = 'Není zvolen žádný server';
10+
$wb['origin_error_empty'] = 'Zóna je prázdná.';
11+
$wb['origin_error_unique'] = 'Pro tuto zónu již existuje záznam.';
12+
$wb['origin_error_regex'] = 'Zóna má neplatný formát.';
13+
$wb['ns_error_regex'] = 'NS má neplatný formát.';
14+
$wb['eg_domain_tld'] = 'např. domena.cz';
15+
$wb['ipv4_form_txt'] = 'IPV4 formát, např. 1.2.3.4';
1416
?>
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<?php
2-
$wb['list_head_txt'] = 'DNS Secondary Zones';
3-
$wb['active_txt'] = 'Active';
2+
$wb['list_head_txt'] = 'Sekundární DNS zóny';
3+
$wb['active_txt'] = 'Aktivní';
44
$wb['server_id_txt'] = 'Server';
5-
$wb['origin_txt'] = 'Zone';
5+
$wb['origin_txt'] = 'Zóna';
66
$wb['ns_txt'] = 'NS';
7-
$wb['add_new_record_txt'] = 'Add new secondary DNS Zone';
7+
$wb['add_new_record_txt'] = 'Přidat sekundární DNS zónu';
8+
$wb['eg_domain_tld'] = 'např. domena.cz';
89
?>

interface/web/dns/lib/lang/cz_dns_soa.lng

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,8 @@ $wb['mbox_error_empty'] = 'Email je prázdný.';
2323
$wb['mbox_error_regex'] = 'Email má chybný formát.';
2424
$wb['also_notify_txt'] = 'Také upozornit';
2525
$wb['update_acl_txt'] = 'Aktualizovat ACL';
26+
$wb['seconds_txt'] = 'vteřin';
27+
$wb['eg_domain_tld'] = 'např. domena.cz';
28+
$wb['eg_ns1_domain_tld'] = 'např. ns1.domena.cz';
29+
$wb['eg_webmaster_domain_tld'] = 'např. webmaster@domena.cz';
2630
?>

interface/web/dns/lib/lang/en_dns_slave.lng

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ $wb["origin_error_empty"] = 'Zone empty.';
1111
$wb["origin_error_unique"] = 'There is already a record for this zone.';
1212
$wb["origin_error_regex"] = 'Zone has a invalid format.';
1313
$wb["ns_error_regex"] = 'NS has a invalid format.';
14+
$wb['eg_domain_tld'] = 'e.g. domain.tld.';
15+
$wb['ipv4_form_txt'] = 'IPv4 form - e.g. 1.2.3.4';
1416
?>

interface/web/dns/lib/lang/en_dns_slave_list.lng

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ $wb["server_id_txt"] = 'Server';
55
$wb["origin_txt"] = 'Zone';
66
$wb["ns_txt"] = 'NS';
77
$wb["add_new_record_txt"] = 'Add new secondary DNS Zone';
8-
?>
8+
$wb['eg_domain_tld'] = 'e.g. domain.tld.';
9+
?>

interface/web/dns/lib/lang/en_dns_soa.lng

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,8 @@ $wb["mbox_error_empty"] = 'Email is empty.';
2323
$wb["mbox_error_regex"] = 'Email format invalid.';
2424
$wb["also_notify_txt"] = 'Also Notify';
2525
$wb["update_acl_txt"] = 'Update ACL';
26-
?>
26+
$wb['seconds_txt'] = 'Seconds';
27+
$wb['eg_domain_tld'] = 'e.g. domain.tld';
28+
$wb['eg_ns1_domain_tld'] = 'e.g. ns1.domain.tld';
29+
$wb['eg_webmaster_domain_tld'] = 'e.g. webmaster@domain.tld';
30+
?>

interface/web/dns/lib/lang/en_dns_soa_list.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ $wb["ns_txt"] = 'NS';
77
$wb["mbox_txt"] = 'Email';
88
$wb["add_new_record_wizard_txt"] = 'Add new DNS Zone with Wizard';
99
$wb["add_new_record_txt"] = 'Add new DNS Zone manually';
10-
?>
10+
?>

0 commit comments

Comments
 (0)