From 5693ad5e4b1890e1d159fb21ad27d5687ac76f65 Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Sat, 09 Jul 2016 03:06:09 -0400 Subject: [PATCH] Merge branch 'dutch-language' into 'stable-3.1' --- interface/web/sites/lib/lang/nl.lng | 49 +++++++++++++++++++++++++------------------------ 1 files changed, 25 insertions(+), 24 deletions(-) diff --git a/interface/web/sites/lib/lang/nl.lng b/interface/web/sites/lib/lang/nl.lng index 644c9aa..8e07a18 100644 --- a/interface/web/sites/lib/lang/nl.lng +++ b/interface/web/sites/lib/lang/nl.lng @@ -1,34 +1,35 @@ <?php $wb['Websites'] = 'Websites'; - $wb['Website'] = 'Website'; - $wb['Subdomain'] = 'Subdomein voor website'; - $wb['Aliasdomain'] = 'Aliasdomein voor website'; - - $wb['Database'] = 'Databases'; - $wb['Database Users'] = 'Database Users'; - +$wb['Website'] = 'Website'; +$wb['Subdomain'] = 'Subdomein voor website'; +$wb['Aliasdomain'] = 'Aliasdomein voor website'; +$wb['Database'] = 'Databases'; $wb['Web Access'] = 'Web Access'; - $wb['FTP-User'] = 'FTP-gebruiker'; - $wb['Webdav-User'] = 'Webdav-gebruiker'; - $wb['Folder'] = 'Protected Folders'; - $wb['Folder users'] = 'Protected Folder Users'; - -$wb['Command Line'] = 'Command Line'; - $wb['Shell-User'] = 'Shell-gebruiker'; - $wb["Cron Jobs"] = 'Cron Jobs'; - -$wb["Statistics"] = 'Statististieken'; - $wb["Web traffic"] = 'Web Traffic'; - $wb["Website quota (Harddisk)"] = 'Website quota (Harddisk)'; - -$wb["Cron"] = 'Cron'; -$wb["Stats"] = 'Statististieken'; +$wb['FTP-User'] = 'FTP-gebruiker'; +$wb['Webdav-User'] = 'Webdav-gebruiker'; +$wb['Folder'] = 'Protected Folders'; +$wb['Folder users'] = 'Protected Folder Users'; +$wb['Command Line'] = 'Opdrachtregel'; +$wb['Shell-User'] = 'Shell-gebruiker'; +$wb['Cron Jobs'] = 'Cron Jobs'; +$wb['Statistics'] = 'Statistieken'; +$wb['Web traffic'] = 'Web Traffic'; +$wb['Website quota (Harddisk)'] = 'Website quota (Harddisk)'; +$wb['Cron'] = 'Cron'; +$wb['Stats'] = 'Statistieken'; $wb['Shell'] = 'Shell'; $wb['Webdav'] = 'WebDAV'; $wb['FTP'] = 'FTP'; $wb['Options'] = 'Opties'; -$wb['Domain'] = 'Domain'; +$wb['Domain'] = 'Domein'; $wb['Redirect'] = 'Redirect'; $wb['SSL'] = 'SSL'; $wb['Sites'] = 'Sites'; -?> \ No newline at end of file +$wb['Database User'] = 'Database gebruikers'; +$wb['APS Installer'] = 'APS Installer'; +$wb['Available packages'] = 'Beschikbare pakketten'; +$wb['Installed packages'] = 'Geïnstalleerde pakketten'; +$wb['Update Packagelist'] = 'Pakkettenlijst bijwerken'; +$wb['Subdomain (Vhost)'] = 'Subdomein (Vhost)'; +$wb['error_proxy_requires_url'] = 'Redirect Type \\"proxy\\" requires a URL as the redirect path.'; +?> -- Gitblit v1.9.1