Till Brehm
2014-09-12 21c8aacf5317867f71d0a7bb71c4c2b088d02d23
commit | author | age
bfcdef 1 <?php
21c8aa 2 $wb['overview_txt'] = 'Pregled';
TB 3 $wb['administration_txt'] = 'Administracija';
4 $wb['available_packages_txt'] = 'Dostupni paketi';
5 $wb['installed_packages_txt'] = 'Instalirani paketi';
6 $wb['yes_txt'] = 'Da';
7 $wb['no_txt'] = 'Ne';
8 $wb['invalid_id_txt'] = 'ID nije ispravan.';
9 $wb['details_txt'] = 'Detalji';
10 $wb['version_txt'] = 'Verzija';
11 $wb['category_txt'] = 'Kategorija';
12 $wb['homepage_txt'] = 'Web stranica';
bfcdef 13 $wb['supported_languages_txt'] = 'Supported languages';
21c8aa 14 $wb['description_txt'] = 'Opis';
bfcdef 15 $wb['config_script_txt'] = 'Configuration script';
T 16 $wb['installed_size_txt'] = 'Size after installation';
21c8aa 17 $wb['license_txt'] = 'Licenca';
TB 18 $wb['screenshots_txt'] = 'Slike';
19 $wb['changelog_txt'] = 'Izmjene';
20 $wb['server_requirements_txt'] = 'Server zahtjevi';
21 $wb['php_extensions_txt'] = 'PHP ekstenzije';
22 $wb['php_settings_txt'] = 'PHP postavke';
23 $wb['supported_php_versions_txt'] = 'Podržane PHP verzije';
24 $wb['database_txt'] = 'Baza';
25 $wb['settings_txt'] = 'Postavke';
26 $wb['install_package_txt'] = 'Instaliraj ovaj paket';
27 $wb['installation_txt'] = 'Instalacija';
28 $wb['install_location_txt'] = 'Lokacija instalacije';
29 $wb['acceptance_txt'] = 'Potvrda';
30 $wb['acceptance_text_txt'] = 'Da, pročitao sam licencu i prihvaćam.';
31 $wb['install_language_txt'] = 'Jezik sučelja';
32 $wb['new_database_password_txt'] = 'Nova šifra za bazu';
33 $wb['basic_settings_txt'] = 'Standardne postavke';
34 $wb['package_settings_txt'] = 'Opcije paketa';
bfcdef 35 $wb['error_main_domain'] = 'The domain of the installation path is invalid.';
T 36 $wb['error_no_main_location'] = 'You have provided no valid installation path.';
37 $wb['error_inv_main_location'] = 'The given install location folder is invalid.';
38 $wb['error_license_agreement'] = 'In order to continue you have to accept the license agreement.';
39 $wb['error_no_database_pw'] = 'You have provided no valid database password.';
40 $wb['error_short_database_pw'] = 'Please choose a longer database password.';
41 $wb['error_no_value_for'] = 'The field \\"%s\\" must not be empty.';
42 $wb['error_short_value_for'] = 'The field \\"%s\\" requires a longer input value.';
43 $wb['error_long_value_for'] = 'The field \\"%s\\" requires a shorter input value.';
44 $wb['error_inv_value_for'] = 'You have entered an invalid value for the field \\"%s\\".';
45 $wb['error_inv_email_for'] = 'You have entered an invalid mail address for the field \\"%s\\".';
46 $wb['error_inv_domain_for'] = 'You have entered an invalid domain for the field \\"%s\\".';
47 $wb['error_inv_integer_for'] = 'You have entered an invalid number for the field \\"%s\\".';
48 $wb['error_inv_float_for'] = 'You have entered an invalid floating point number for the field \\"%s\\".';
49 $wb['error_used_location'] = 'The installation path already contains a package installation.';
21c8aa 50 $wb['installation_task_txt'] = 'Instalacija u postupku';
TB 51 $wb['installation_error_txt'] = 'Instalacijska greška';
52 $wb['installation_success_txt'] = 'Instalirano';
53 $wb['installation_remove_txt'] = 'Brisanje u postupku';
54 $wb['packagelist_update_finished_txt'] = 'Nadogradnja APS liste paketa je završena.';
55 $wb['btn_install_txt'] = 'Instaliraj';
56 $wb['btn_cancel_txt'] = 'Odustani';
57 $wb['limit_aps_txt'] = 'Iskoristili ste maksimalan broj APS instanci za vaš račun.';
bfcdef 58 ?>
21c8aa 59
TB 60