Till Brehm
2016-07-09 5693ad5e4b1890e1d159fb21ad27d5687ac76f65
interface/web/sites/lib/lang/nl_aps.lng
@@ -1,29 +1,29 @@
<?php
$wb['overview_txt'] = 'Overview';
$wb['overview_txt'] = 'Overzicht';
$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['available_packages_txt'] = 'Beschikbare pakketten';
$wb['installed_packages_txt'] = 'Geïnstalleerde pakketten';
$wb['yes_txt'] = 'Ja';
$wb['no_txt'] = 'Nee';
$wb['invalid_id_txt'] = 'No valid ID has been provided.';
$wb['details_txt'] = 'Details';
$wb['version_txt'] = 'Version';
$wb['category_txt'] = 'Category';
$wb['version_txt'] = 'Versie';
$wb['category_txt'] = 'Categorie';
$wb['homepage_txt'] = 'Homepage';
$wb['supported_languages_txt'] = 'Supported languages';
$wb['description_txt'] = 'Description';
$wb['config_script_txt'] = 'Configuration script';
$wb['installed_size_txt'] = 'Size after installation';
$wb['license_txt'] = 'License';
$wb['screenshots_txt'] = 'Screenshots';
$wb['supported_languages_txt'] = 'Ondersteunde talen';
$wb['description_txt'] = 'Omschrijving';
$wb['config_script_txt'] = 'Configuratie script';
$wb['installed_size_txt'] = 'Grootte na installatie';
$wb['license_txt'] = 'Licentie';
$wb['screenshots_txt'] = 'Schermafbeeldingen';
$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['php_extensions_txt'] = 'PHP extensies';
$wb['php_settings_txt'] = 'PHP instellingen';
$wb['supported_php_versions_txt'] = 'Ondersteunde PHP versies';
$wb['database_txt'] = 'Database';
$wb['settings_txt'] = 'Settings';
$wb['install_package_txt'] = 'Install this package';
$wb['settings_txt'] = 'Instellingen';
$wb['install_package_txt'] = 'Installeer dit pakket';
$wb['installation_txt'] = 'Installation';
$wb['install_location_txt'] = 'Install location';
$wb['acceptance_txt'] = 'Acceptance';
@@ -52,7 +52,7 @@
$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['btn_install_txt'] = 'Installeren';
$wb['btn_cancel_txt'] = 'Annuleren';
$wb['limit_aps_txt'] = 'The max. number of APS instances for your account is reached.';
?>