Marius Burkard
2016-07-10 e1ceb050e19c7574bca146a8da7047ee4ff456b5
commit | author | age
bfcdef 1 <?php
505fc4 2 $wb['overview_txt'] = 'Overzicht';
bfcdef 3 $wb['administration_txt'] = 'Administration';
505fc4 4 $wb['available_packages_txt'] = 'Beschikbare pakketten';
PD 5 $wb['installed_packages_txt'] = 'Geïnstalleerde pakketten';
6 $wb['yes_txt'] = 'Ja';
7 $wb['no_txt'] = 'Nee';
bfcdef 8 $wb['invalid_id_txt'] = 'No valid ID has been provided.';
T 9 $wb['details_txt'] = 'Details';
505fc4 10 $wb['version_txt'] = 'Versie';
PD 11 $wb['category_txt'] = 'Categorie';
bfcdef 12 $wb['homepage_txt'] = 'Homepage';
505fc4 13 $wb['supported_languages_txt'] = 'Ondersteunde talen';
PD 14 $wb['description_txt'] = 'Omschrijving';
15 $wb['config_script_txt'] = 'Configuratie script';
16 $wb['installed_size_txt'] = 'Grootte na installatie';
17 $wb['license_txt'] = 'Licentie';
18 $wb['screenshots_txt'] = 'Schermafbeeldingen';
bfcdef 19 $wb['changelog_txt'] = 'Changelog';
T 20 $wb['server_requirements_txt'] = 'Server requirements';
505fc4 21 $wb['php_extensions_txt'] = 'PHP extensies';
PD 22 $wb['php_settings_txt'] = 'PHP instellingen';
23 $wb['supported_php_versions_txt'] = 'Ondersteunde PHP versies';
bfcdef 24 $wb['database_txt'] = 'Database';
505fc4 25 $wb['settings_txt'] = 'Instellingen';
PD 26 $wb['install_package_txt'] = 'Installeer dit pakket';
bfcdef 27 $wb['installation_txt'] = 'Installation';
T 28 $wb['install_location_txt'] = 'Install location';
29 $wb['acceptance_txt'] = 'Acceptance';
30 $wb['acceptance_text_txt'] = 'Yes, i\'ve read the license and agree.';
31 $wb['install_language_txt'] = 'Interface language';
32 $wb['new_database_password_txt'] = 'New database password';
33 $wb['basic_settings_txt'] = 'Basic settings';
34 $wb['package_settings_txt'] = 'Package settings';
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.';
10b4c8 41 $wb['error_no_value_for'] = 'The field \\"%s\\" must not be empty.';
T 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\\".';
bfcdef 49 $wb['error_used_location'] = 'The installation path already contains a package installation.';
T 50 $wb['installation_task_txt'] = 'Install planned';
51 $wb['installation_error_txt'] = 'Install error';
52 $wb['installation_success_txt'] = 'Installed';
53 $wb['installation_remove_txt'] = 'Removal planned';
54 $wb['packagelist_update_finished_txt'] = 'APS Packagelist update finished.';
505fc4 55 $wb['btn_install_txt'] = 'Installeren';
PD 56 $wb['btn_cancel_txt'] = 'Annuleren';
cc6568 57 $wb['limit_aps_txt'] = 'The max. number of APS instances for your account is reached.';
bfcdef 58 ?>