Skip to content

Commit f99b125

Browse files
committed
Added Croatian language files.
1 parent 445513c commit f99b125

File tree

143 files changed

+2329
-0
lines changed

Some content is hidden

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

143 files changed

+2329
-0
lines changed

interface/lib/lang/hr.lng

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<?php
2+
$wb['conf_format_dateshort'] = "d.m.Y.";
3+
$wb['conf_format_datelong'] = "l d. F Y.";
4+
$wb['conf_format_timeshort'] = "H:i";
5+
$wb['conf_format_timelong'] = "H:i:s";
6+
$wb['conf_format_datetime'] = "d.m.Y. H:i";
7+
$wb['number_format_decimals'] = "2";
8+
$wb['number_format_dec_point'] = ",";
9+
$wb['number_format_thousands_sep'] = ".";
10+
$wb['301'] = "Ovaj modul nije omogućen.";
11+
$wb['302'] = "Neispravan modul.";
12+
$wb['1001'] = "Korisničko ime i šifra ne mogu biti prazni!";
13+
$wb['1002'] = "Korisničko ime i/ili šifra nisu točni!";
14+
$wb['1003'] = "Korisničko ime je deaktivirano!";
15+
$wb['delete_confirmation'] = "Da li želite obrisati ovaj zapis?";
16+
$wb['error_no_view_permission'] = "Nemate dozvolu za pregled zapisa ili zapis ne postoji!";
17+
$wb['error_no_delete_permission'] = "Nemate dozvolu za brisanje zapisa!";
18+
$wb['page_txt'] = "Stranica";
19+
$wb['page_of_txt'] = "od";
20+
$wb['page_and_txt'] = "i";
21+
$wb['page_next_txt'] = "Naprijed";
22+
$wb['page_back_txt'] = "Natrag";
23+
$wb['delete_txt'] = "Obriši";
24+
$wb['filter_txt'] = "Filter";
25+
$wb['add_new_record_txt'] = "Dodaj novi zapis";
26+
$wb['btn_save_txt'] = "Spremi";
27+
$wb['btn_cancel_txt'] = "Natrag";
28+
$wb['top_menu_system'] = "Sistem";
29+
$wb['top_menu_client'] = "Klijent";
30+
$wb['top_menu_email'] = "Email";
31+
$wb['top_menu_monitor'] = "Monitoring";
32+
$wb['top_menu_sites'] = "Stranice";
33+
$wb['top_menu_dns'] = "DNS";
34+
$wb['top_menu_tools'] = "Postavke";
35+
$wb['top_menu_help'] = "Podrška";
36+
$wb['top_menu_billing'] = "Naplata";
37+
$wb['top_menu_domain'] = "Domene";
38+
$wb['top_menu_dashboard'] = "Početna";
39+
$wb['toolsarea_head_txt'] = "Postavke";
40+
$wb['latest_news_txt'] = "Vijesti";
41+
?>
42+
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<?php
2+
3+
$wb[1001] = "Username or password is empty.";
4+
$wb[1002] = "Username or password is wrong.";
5+
$wb['Firewall'] = 'Firewall';
6+
$wb['Groups'] = 'Groups';
7+
$wb['groups_description'] = 'Form to edit systemuser groups.';
8+
$wb['Server'] = 'Server';
9+
$wb['Services'] = 'Services';
10+
$wb['Config'] = 'Config';
11+
$wb['Server Config'] = 'Server Config';
12+
$wb['Mail'] = 'Mail';
13+
$wb['Getmail'] = 'Getmail';
14+
$wb['Web'] = 'Web';
15+
$wb['FastCGI'] = 'FastCGI';
16+
$wb['Jailkit'] = 'Jailkit';
17+
$wb['System'] = 'System';
18+
$wb['Add user'] = 'Add user';
19+
$wb['Edit user'] = 'Edit user';
20+
$wb['CP Users'] = 'CP Users';
21+
$wb['Add group'] = 'Add group';
22+
$wb['Edit group'] = 'Edit group';
23+
$wb['Groups'] = 'Groups';
24+
$wb['Edit server'] = 'Edit server';
25+
$wb['Edit Server IP'] = 'Server IP addresses';
26+
$wb['Servers'] = 'Servers';
27+
$wb['Sync. Now'] = 'Sync. Now';
28+
$wb['DB Sync.'] = 'DB Sync.';
29+
$wb['Languages'] = 'Languages';
30+
$wb['New Language'] = 'New Language';
31+
$wb['Export'] = 'Export';
32+
$wb['Import'] = 'Import';
33+
$wb['Language Editor'] = 'Language Editor';
34+
$wb['Software'] = 'Apps & Addons';
35+
$wb['Repositories'] = 'Repositories';
36+
$wb['Server Services'] = 'Server Services';
37+
$wb['Interface Config'] = 'Interface Config';
38+
$wb['Packages'] = 'Packages';
39+
$wb['Updates'] = 'Updates';
40+
$wb['Merge'] = 'Merge';
41+
$wb['Remote Users'] = 'Remote Users';
42+
$wb['Remote Actions'] = 'Remote Actions';
43+
$wb['Do OS-Update'] = 'Do OS-Update';
44+
$wb['Do ISPConfig-Update'] = 'Do ISPConfig-Update';
45+
?>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?php
2+
$wb["server_id_txt"] = 'Server';
3+
$wb["tcp_port_txt"] = 'Open TCP ports';
4+
$wb["udp_port_txt"] = 'Open UDP ports';
5+
$wb["tcp_port_help_txt"] = 'Separated by comma';
6+
$wb["udp_port_help_txt"] = 'Separated by comma';
7+
$wb["active_txt"] = 'Active';
8+
$wb["firewall_error_unique"] = 'There is already a firewall record for this server.';
9+
$wb["active_txt"] = 'Active';
10+
$wb["tcp_ports_error_regex"] = 'Character not allowed in tcp port definition. Allowed characters are numbers, ":" and ",".';
11+
$wb["udp_ports_error_regex"] = 'Character not allowed in udp port definition. Allowed characters are numbers, ":" and ",".';
12+
?>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
$wb["list_head_txt"] = 'Firewall';
3+
$wb["active_txt"] = 'Active';
4+
$wb["server_id_txt"] = 'Server';
5+
$wb["tcp_port_txt"] = 'Open TCP ports';
6+
$wb["udp_port_txt"] = 'Open UDP ports';
7+
$wb["add_new_record_txt"] = 'Add Firewall record';
8+
?>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?php
2+
$wb["description_txt"] = 'Description';
3+
$wb["name_txt"] = 'Group';
4+
$wb["name_err"] = 'Group must be min 1, max 30 Chars.';
5+
?>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
$wb["list_head_txt"] = 'Systemuser groups';
3+
$wb["description_txt"] = 'Description';
4+
$wb["name_txt"] = 'Group';
5+
$wb["add_new_record_txt"] = 'Add new Group';
6+
$wb["warning_txt"] = '<b>WARNING:</b> Do not edit or modify any user settings here. Use the Client- and Reseller settings in the Client module instead. Modifying or changing Users or groups here may cause data loss!';
7+
?>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
$wb["list_head_txt"] = 'Add new language';
3+
$wb["language_select_txt"] = 'Select language basis';
4+
$wb["language_new_txt"] = 'New language';
5+
$wb["language_new_hint_txt"] = '2 characters ISO 639-1 language-code (See http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)';
6+
$wb['btn_save_txt'] = 'Create new language file set';
7+
$wb['btn_cancel_txt'] = 'Back';
8+
?>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
$wb["list_head_txt"] = 'Merge language';
3+
$wb["list_desc_txt"] = 'Merge the selected language file with the english master language file. <br />This adds missing strings from the english master language files to the selected language.';
4+
$wb["language_select_txt"] = 'Select language';
5+
$wb['btn_save_txt'] = 'Merge files now';
6+
$wb['btn_cancel_txt'] = 'Back';
7+
?>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
$wb['list_head_txt'] = 'Language file editor';
3+
$wb['language_select_txt'] = 'Select language';
4+
$wb['module_txt'] = 'Module';
5+
$wb['lang_file_txt'] = 'Language file';
6+
$wb['btn_save_txt'] = 'Save';
7+
$wb['btn_cancel_txt'] = 'Back';
8+
?>
9+
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
$wb["list_head_txt"] = 'Export language files';
3+
$wb["language_select_txt"] = 'Select language';
4+
$wb['btn_save_txt'] = 'Export the selected language file set';
5+
$wb['btn_cancel_txt'] = 'Back';
6+
?>

0 commit comments

Comments
 (0)