Till Brehm
2015-12-03 1fbf0d38c82aaa4fe20ef7a7158cdcbac81e16ee
commit | author | age
bfcdef 1 <?php
T 2 $wb['overview_txt'] = 'Přehled';
3 $wb['administration_txt'] = 'Správa';
4 $wb['available_packages_txt'] = 'Dostupné balíčky';
5 $wb['installed_packages_txt'] = 'Nainstalované balíčky';
6 $wb['yes_txt'] = 'Ano';
7 $wb['no_txt'] = 'Ne';
8 $wb['invalid_id_txt'] = 'Žádné platné ID nebyly poskytnuty.';
9 $wb['details_txt'] = 'Podrobnosti';
10 $wb['version_txt'] = 'Verze';
11 $wb['category_txt'] = 'Kategorie';
12 $wb['homepage_txt'] = 'Úvodní stránka';
13 $wb['supported_languages_txt'] = 'Podporované jazyky';
14 $wb['description_txt'] = 'Popis';
15 $wb['config_script_txt'] = 'Konfigurační skript';
16 $wb['installed_size_txt'] = 'Velikost po instalaci';
17 $wb['license_txt'] = 'Licence';
18 $wb['screenshots_txt'] = 'Snímky obrazovky';
19 $wb['changelog_txt'] = 'Změny ve verzích';
20 $wb['server_requirements_txt'] = 'Požadavky na server';
21 $wb['php_extensions_txt'] = 'PHP rozšíření';
22 $wb['php_settings_txt'] = 'PHP nastavení';
23 $wb['supported_php_versions_txt'] = 'Podporované PHP verze';
24 $wb['database_txt'] = 'Databáze';
25 $wb['settings_txt'] = 'Nastavení';
26 $wb['install_package_txt'] = 'Nainstalujte tento balíček';
27 $wb['installation_txt'] = 'Instalace';
28 $wb['install_location_txt'] = 'Umístění instalace';
29 $wb['acceptance_txt'] = 'Souhlas';
30 $wb['acceptance_text_txt'] = 'Yes, i\'ve read the license and agree.';
31 $wb['install_language_txt'] = 'Jazyk rozhraní';
32 $wb['new_database_password_txt'] = 'Nové databázové heslo';
33 $wb['basic_settings_txt'] = 'Základní nastavení';
34 $wb['package_settings_txt'] = 'Nastavení balíčku';
35 $wb['error_main_domain'] = 'The domain of the installation path is invalid.';
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.';
50 $wb['installation_task_txt'] = 'Instalace plánované';
51 $wb['installation_error_txt'] = 'Chyba instalace';
52 $wb['installation_success_txt'] = 'Nainstalované';
53 $wb['installation_remove_txt'] = 'Odstranění plánu';
72695f 54 $wb['packagelist_update_finished_txt'] = 'APS aktualizace seznamu balíčků dokončena.';
bfcdef 55 $wb['btn_install_txt'] = 'Instalovat';
T 56 $wb['btn_cancel_txt'] = 'Zrušit';
992797 57 $wb['limit_aps_txt'] = 'Max. počet APS  instancí u vašeho účtu je dosaženo.';
bfcdef 58 ?>
206676 59
1fbf0d 60