Till Brehm
2014-09-12 21c8aacf5317867f71d0a7bb71c4c2b088d02d23
interface/web/sites/lib/lang/hr_aps.lng
@@ -1,37 +1,37 @@
<?php
$wb['overview_txt'] = 'Overview';
$wb['administration_txt'] = 'Administration';
$wb['available_packages_txt'] = 'Available packages';
$wb['installed_packages_txt'] = 'Installed packages';
$wb['yes_txt'] = 'Yes';
$wb['no_txt'] = 'No';
$wb['invalid_id_txt'] = 'No valid ID has been provided.';
$wb['details_txt'] = 'Details';
$wb['version_txt'] = 'Version';
$wb['category_txt'] = 'Category';
$wb['homepage_txt'] = 'Homepage';
$wb['overview_txt'] = 'Pregled';
$wb['administration_txt'] = 'Administracija';
$wb['available_packages_txt'] = 'Dostupni paketi';
$wb['installed_packages_txt'] = 'Instalirani paketi';
$wb['yes_txt'] = 'Da';
$wb['no_txt'] = 'Ne';
$wb['invalid_id_txt'] = 'ID nije ispravan.';
$wb['details_txt'] = 'Detalji';
$wb['version_txt'] = 'Verzija';
$wb['category_txt'] = 'Kategorija';
$wb['homepage_txt'] = 'Web stranica';
$wb['supported_languages_txt'] = 'Supported languages';
$wb['description_txt'] = 'Description';
$wb['description_txt'] = 'Opis';
$wb['config_script_txt'] = 'Configuration script';
$wb['installed_size_txt'] = 'Size after installation';
$wb['license_txt'] = 'License';
$wb['screenshots_txt'] = 'Screenshots';
$wb['changelog_txt'] = 'Changelog';
$wb['server_requirements_txt'] = 'Server requirements';
$wb['php_extensions_txt'] = 'PHP extensions';
$wb['php_settings_txt'] = 'PHP settings';
$wb['supported_php_versions_txt'] = 'Supported PHP versions';
$wb['database_txt'] = 'Database';
$wb['settings_txt'] = 'Settings';
$wb['install_package_txt'] = 'Install this package';
$wb['installation_txt'] = 'Installation';
$wb['install_location_txt'] = 'Install location';
$wb['acceptance_txt'] = 'Acceptance';
$wb['acceptance_text_txt'] = 'Yes, i\'ve read the license and agree.';
$wb['install_language_txt'] = 'Interface language';
$wb['new_database_password_txt'] = 'New database password';
$wb['basic_settings_txt'] = 'Basic settings';
$wb['package_settings_txt'] = 'Package settings';
$wb['license_txt'] = 'Licenca';
$wb['screenshots_txt'] = 'Slike';
$wb['changelog_txt'] = 'Izmjene';
$wb['server_requirements_txt'] = 'Server zahtjevi';
$wb['php_extensions_txt'] = 'PHP ekstenzije';
$wb['php_settings_txt'] = 'PHP postavke';
$wb['supported_php_versions_txt'] = 'Podržane PHP verzije';
$wb['database_txt'] = 'Baza';
$wb['settings_txt'] = 'Postavke';
$wb['install_package_txt'] = 'Instaliraj ovaj paket';
$wb['installation_txt'] = 'Instalacija';
$wb['install_location_txt'] = 'Lokacija instalacije';
$wb['acceptance_txt'] = 'Potvrda';
$wb['acceptance_text_txt'] = 'Da, pročitao sam licencu i prihvaćam.';
$wb['install_language_txt'] = 'Jezik sučelja';
$wb['new_database_password_txt'] = 'Nova šifra za bazu';
$wb['basic_settings_txt'] = 'Standardne postavke';
$wb['package_settings_txt'] = 'Opcije paketa';
$wb['error_main_domain'] = 'The domain of the installation path is invalid.';
$wb['error_no_main_location'] = 'You have provided no valid installation path.';
$wb['error_inv_main_location'] = 'The given install location folder is invalid.';
@@ -47,12 +47,14 @@
$wb['error_inv_integer_for'] = 'You have entered an invalid number for the field \\"%s\\".';
$wb['error_inv_float_for'] = 'You have entered an invalid floating point number for the field \\"%s\\".';
$wb['error_used_location'] = 'The installation path already contains a package installation.';
$wb['installation_task_txt'] = 'Install planned';
$wb['installation_error_txt'] = 'Install error';
$wb['installation_success_txt'] = 'Installed';
$wb['installation_remove_txt'] = 'Removal planned';
$wb['packagelist_update_finished_txt'] = 'APS Packagelist update finished.';
$wb['btn_install_txt'] = 'Install';
$wb['btn_cancel_txt'] = 'Cancel';
$wb['limit_aps_txt'] = 'The max. number of APS instances for your account is reached.';
$wb['installation_task_txt'] = 'Instalacija u postupku';
$wb['installation_error_txt'] = 'Instalacijska greška';
$wb['installation_success_txt'] = 'Instalirano';
$wb['installation_remove_txt'] = 'Brisanje u postupku';
$wb['packagelist_update_finished_txt'] = 'Nadogradnja APS liste paketa je završena.';
$wb['btn_install_txt'] = 'Instaliraj';
$wb['btn_cancel_txt'] = 'Odustani';
$wb['limit_aps_txt'] = 'Iskoristili ste maksimalan broj APS instanci za vaš račun.';
?>