Skip to content

Commit 173afc3

Browse files
author
Pascal Dreissen
committed
Dashboard / DNS and Login dutch language ajdustments.
1 parent a2401dd commit 173afc3

13 files changed

+50
-50
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?php
2-
$wb['customerdata_txt'] = 'My Data';
3-
$wb['edit_txt'] = 'Edit';
2+
$wb['customerdata_txt'] = 'Mijn gegevens';
3+
$wb['edit_txt'] = 'Bewerken';
44
?>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
$wb['databasequota_txt'] = 'Database Quota';
3-
$wb['database_txt'] = 'Database Name';
4-
$wb['used_txt'] = 'Used Space';
3+
$wb['database_txt'] = 'Database naam';
4+
$wb['used_txt'] = 'Gebruikte ruimte';
55
$wb['quota_txt'] = 'Quota';
6-
$wb['no_database_accounts_txt'] = 'No databases found.';
6+
$wb['no_database_accounts_txt'] = 'Geen databases gevonden.';
77
?>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?php
22
$wb['invoice_client_settings_txt'] = 'Invoice Client Settings';
3-
$wb['edit_txt'] = 'Edit';
3+
$wb['edit_txt'] = 'Bewerken';
44
?>
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<?php
2-
$wb['invoices_txt'] = 'Invoices';
3-
$wb['invoice_no_txt'] = 'Invoice No.';
4-
$wb['amount_txt'] = 'Amount';
5-
$wb['date_txt'] = 'Date';
2+
$wb['invoices_txt'] = 'Facturen';
3+
$wb['invoice_no_txt'] = 'Factuur nr.';
4+
$wb['amount_txt'] = 'Aantal';
5+
$wb['date_txt'] = 'Datum';
66
$wb['invoice_status_txt'] = 'Status';
7-
$wb['no_invoices_txt'] = 'No Invoices available.';
8-
$wb['paid_txt'] = 'Paid';
9-
$wb['unpaid_txt'] = 'Unpaid';
10-
$wb['paynow_txt'] = 'pay now';
7+
$wb['no_invoices_txt'] = 'Geen facturen beschikbaar.';
8+
$wb['paid_txt'] = 'Betaald';
9+
$wb['unpaid_txt'] = 'Niet betaald';
10+
$wb['paynow_txt'] = 'betaal nu';
1111
$wb['proforma_txt'] = 'Proforma';
1212
$wb['refunded_txt'] = 'Refunded';
1313
$wb['not_refunded_txt'] = 'Not refunded';
14-
$wb['invoice_type_invoice_txt'] = 'Invoice';
14+
$wb['invoice_type_invoice_txt'] = 'Factuur';
1515
$wb['invoice_type_proforma_txt'] = 'Proforma';
1616
$wb['invoice_type_refund_txt'] = 'Refund';
17-
$wb['invoice_type_reminder_txt'] = 'Reminder';
17+
$wb['invoice_type_reminder_txt'] = 'Herinnering';
1818
?>

interface/web/dashboard/lib/lang/nl_dashlet_limits.lng

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ $wb['limit_shell_user_txt'] = 'Aantal Shell users';
2626
$wb['limit_webdav_user_txt'] = 'Aantal Webdav users';
2727
$wb['limit_client_txt'] = 'Aantal klanten';
2828
$wb['limit_database_txt'] = 'Aantal databases';
29-
$wb['limit_mailmailinglist_txt'] = 'Number of mailing lists';
30-
$wb['limit_domain_txt'] = 'Number of Domains';
29+
$wb['limit_mailmailinglist_txt'] = 'Aantal mailing lijsten';
30+
$wb['limit_domain_txt'] = 'Aantal domeinen';
3131
?>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
$wb['mailquota_txt'] = 'Mailbox Quota';
3-
$wb['email_txt'] = 'Email Address';
4-
$wb['name_txt'] = 'Name';
5-
$wb['used_txt'] = 'Used Space';
3+
$wb['email_txt'] = 'Email adres';
4+
$wb['name_txt'] = 'Naam';
5+
$wb['used_txt'] = 'Gebruikte ruimte';
66
$wb['quota_txt'] = 'Quota';
7-
$wb['no_email_accounts_txt'] = 'No email accounts found.';
7+
$wb['no_email_accounts_txt'] = 'Geen e-mail accounts gevonden.';
88
?>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?php
22
$wb['available_modules_txt'] = 'Beschikbare modules';
3-
$wb['go_to_txt'] = 'Go to';
3+
$wb['go_to_txt'] = 'Ga naar';
44
?>
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
2-
$wb['products_txt'] = 'My Products';
3-
$wb['name_txt'] = 'Name';
4-
$wb['price_txt'] = 'Price';
5-
$wb['next_payment_date_txt'] = 'Next Invoice';
6-
$wb['no_products_txt'] = 'No products found.';
7-
$wb['edit_txt'] = 'Edit';
8-
$wb['cancellation_date_txt'] = 'Cancelled by';
2+
$wb['products_txt'] = 'Mijn producten';
3+
$wb['name_txt'] = 'Naam';
4+
$wb['price_txt'] = 'Prijs';
5+
$wb['next_payment_date_txt'] = 'Volgende factuur';
6+
$wb['no_products_txt'] = 'Geen producten gevonden.';
7+
$wb['edit_txt'] = 'Bewerken';
8+
$wb['cancellation_date_txt'] = 'Geannuleerd door';
99
?>
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
$wb['quota_txt'] = 'Website Harddisk Quota';
3-
$wb['domain_txt'] = 'Domain / Website';
4-
$wb['used_txt'] = 'Used space';
5-
$wb['hard_txt'] = 'Hard limit';
6-
$wb['soft_txt'] = 'Soft limit';
7-
$wb['no_sites_txt'] = 'No web sites found.';
3+
$wb['domain_txt'] = 'Domeinn / Website';
4+
$wb['used_txt'] = 'Gebruikte ruimte';
5+
$wb['hard_txt'] = 'Harde limiet';
6+
$wb['soft_txt'] = 'Zachte limiet';
7+
$wb['no_sites_txt'] = 'Geen websites gevonden.';
88
?>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
$wb['shop_txt'] = 'Order';
3-
$wb['name_txt'] = 'Name';
4-
$wb['price_txt'] = 'Price';
3+
$wb['name_txt'] = 'Naam';
4+
$wb['price_txt'] = 'Prijs';
55
$wb['setup_fee_txt'] = 'Setup Fee';
6-
$wb['no_products_txt'] = 'No products found.';
6+
$wb['no_products_txt'] = 'Geen producten gevonden.';
77
$wb['order_txt'] = 'Order';
88
?>

0 commit comments

Comments
 (0)