Marius Cramer
2014-08-13 31230cb7cda673db7a96fb14d93dfaf9262c74cf
commit | author | age
bfcdef 1 <?php
14f228 2 $wb['overview_txt'] = 'Översikt';
bfcdef 3 $wb['administration_txt'] = 'Administration';
14f228 4 $wb['available_packages_txt'] = 'Tillgängliga paket';
TB 5 $wb['installed_packages_txt'] = 'Installerade paket';
6 $wb['yes_txt'] = 'Ja';
7 $wb['no_txt'] = 'Nej';
8 $wb['invalid_id_txt'] = 'Inget giltigt ID har angivits';
9 $wb['details_txt'] = 'Detaljer';
bfcdef 10 $wb['version_txt'] = 'Version';
14f228 11 $wb['category_txt'] = 'Kategori';
TB 12 $wb['homepage_txt'] = 'Hemsida';
13 $wb['supported_languages_txt'] = 'Språkstöd';
14 $wb['description_txt'] = 'Beskrivning';
15 $wb['config_script_txt'] = 'Konfigurationssskript';
16 $wb['installed_size_txt'] = 'Utrymme efter installation';
17 $wb['license_txt'] = 'Licens';
18 $wb['screenshots_txt'] = 'Skärmbilder';
19 $wb['changelog_txt'] = 'Ändringslogg';
20 $wb['server_requirements_txt'] = 'Systemkrav';
21 $wb['php_extensions_txt'] = 'PHP-tillägg';
22 $wb['php_settings_txt'] = 'PHP-inställningar';
23 $wb['supported_php_versions_txt'] = 'PHP-versioner som stöds';
24 $wb['database_txt'] = 'Databas';
25 $wb['settings_txt'] = 'Inställningar';
26 $wb['install_package_txt'] = 'Installera detta paket';
bfcdef 27 $wb['installation_txt'] = 'Installation';
14f228 28 $wb['install_location_txt'] = 'Installationskatalog';
TB 29 $wb['acceptance_txt'] = 'Acceptera';
30 $wb['acceptance_text_txt'] = 'Ja, jag har läst liensavtalet och accepterar det.';
31 $wb['install_language_txt'] = 'Gränssnittsspråk';
32 $wb['new_database_password_txt'] = 'Nytt databaslösenord';
33 $wb['basic_settings_txt'] = 'Grundunställningar';
34 $wb['package_settings_txt'] = 'Paketinställningar';
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.';
14f228 41 $wb['error_no_value_for'] = 'The field "%s" must not be empty.';
TB 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.';
14f228 50 $wb['installation_task_txt'] = 'Installation planerad';
TB 51 $wb['installation_error_txt'] = 'Installationsfel';
52 $wb['installation_success_txt'] = 'Installerad';
53 $wb['installation_remove_txt'] = 'Borttagning planerad';
bfcdef 54 $wb['packagelist_update_finished_txt'] = 'APS Packagelist update finished.';
14f228 55 $wb['btn_install_txt'] = 'Installera';
TB 56 $wb['btn_cancel_txt'] = 'Avbryt';
cc6568 57 $wb['limit_aps_txt'] = 'The max. number of APS instances for your account is reached.';
bfcdef 58 ?>
14f228 59