tbrehm
2011-10-20 9d0baae31b489604deff03c6c5159ab5126cbc27
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?php
$wb['conf_format_dateshort'] = "d.m.Y.";
$wb['conf_format_datelong'] = "l d. F Y.";
$wb['conf_format_timeshort'] = "H:i";
$wb['conf_format_timelong'] = "H:i:s";
$wb['conf_format_datetime'] = "d.m.Y. H:i";
$wb['number_format_decimals'] = "2";
$wb['number_format_dec_point'] = ",";
$wb['number_format_thousands_sep'] = ".";
$wb['delete_confirmation'] = "Da li želite obrisati ovaj zapis?";
$wb['error_no_view_permission'] = "Nemate dozvolu za pregled zapisa ili zapis ne postoji!";
$wb['error_no_delete_permission'] = "Nemate dozvolu za brisanje zapisa!";
$wb['page_txt'] = "Stranica";
$wb['page_of_txt'] = "od";
$wb['page_and_txt'] = "i";
$wb['page_next_txt'] = "Naprijed";
$wb['page_back_txt'] = "Natrag";
$wb['delete_txt'] = "Obriši";
$wb['filter_txt'] = "Filter";
$wb['add_new_record_txt'] = "Dodaj novi zapis";
$wb['btn_save_txt'] = "Spremi";
$wb['btn_cancel_txt'] = "Natrag";
$wb['top_menu_system'] = "Sistem";
$wb['top_menu_client'] = "Klijent";
$wb['top_menu_email'] = "Email";
$wb['top_menu_monitor'] = "Monitoring";
$wb['top_menu_sites'] = "Stranice";
$wb['top_menu_dns'] = "DNS";
$wb['top_menu_tools'] = "Postavke";
$wb['top_menu_help'] = "Podrška";
$wb['top_menu_billing'] = "Naplata";
$wb['top_menu_domain'] = "Domene";
$wb['top_menu_dashboard'] = "Početna";
$wb['toolsarea_head_txt'] = "Postavke";
$wb['latest_news_txt'] = "Vijesti";
$wb['error_301'] = "Ne možete koristiti ovaj modul.";
$wb['error_302'] = "Greška u modulu.";
$wb['error_1001'] = "Korisničko ime i šifra ne mogu biti prazni!";
$wb['error_1002'] = "Korisničko ime i/ili šifra nisu ispravni!";
$wb['error_1003'] = "Korisničko ime je deaktivirano!";
$wb['top_menu_vm'] = "VServer";
?>