Skip to content

Commit c30ad79

Browse files
committed
Updated Dutch language files. Many thanks to Hans for the translation.
1 parent 46bf550 commit c30ad79

File tree

97 files changed

+1521
-1352
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+1521
-1352
lines changed

interface/lib/lang/nl.lng

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<?php
2-
$wb['301'] = 'Module niet toegestaan voor de huidige gebruiker.';
3-
$wb['302'] = 'Ongeldige module.';
4-
$wb['1001'] = 'De gebruikersnaam en wachtwoord kunnen niet leeg zijn!';
5-
$wb['1002'] = 'De gebruikersnaam en/of wachtwoord zijn onjuist!';
6-
$wb['1003'] = 'De gebruikersnaam wordt gedeactiveerd!';
7-
$wb['delete_confirmation'] = 'Wilt u dit record echt verwijderen?';
8-
$wb['error_no_view_permission'] = 'U heeft geen toestemming om dit record te bekijken of dit record bestaat niet!';
9-
$wb['error_no_delete_permission'] = 'U heeft geen toestemming om dit record te verwijderen!';
10-
?>
11-
1+
<?php
2+
$wb['301'] = 'Module niet toegestaan voor de huidige gebruiker.';
3+
$wb['302'] = 'Ongeldige module.';
4+
$wb['1001'] = 'De gebruikersnaam en wachtwoord kunnen niet leeg zijn!';
5+
$wb['1002'] = 'De gebruikersnaam en/of wachtwoord zijn onjuist!';
6+
$wb['1003'] = 'De gebruikersnaam wordt gedeactiveerd!';
7+
$wb['delete_confirmation'] = 'Wilt u dit record echt verwijderen?';
8+
$wb['error_no_view_permission'] = 'U heeft geen toestemming om dit record te bekijken of dit record bestaat niet!';
9+
$wb['error_no_delete_permission'] = 'U heeft geen toestemming om dit record te verwijderen!';
10+
?>
11+
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?php
2-
3-
$wb[1001] = "Gebruikersnaam of wachtwoord is niet ingevuld.";
4-
$wb[1002] = "Gebruikersnaam of wachtwoord onjuist.";
5-
6-
?>
1+
<?php
2+
3+
$wb[1001] = "Gebruikersnaam of wachtwoord is niet ingevuld.";
4+
$wb[1002] = "Gebruikersnaam of wachtwoord onjuist.";
5+
6+
?>
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
<?php
2-
$wb["jobname_txt"] = 'Naam';
3-
$wb["jobname_err"] = 'Het veld "Naam" is niet ingevuld.';
4-
$wb["sync_interval_minutes_txt"] = 'Interval (Min.)';
5-
$wb["db_type_txt"] = 'DB type';
6-
$wb["db_host_txt"] = 'DB host';
7-
$wb["db_name_txt"] = 'DB naam';
8-
$wb["db_username_txt"] = 'DB gebruiker';
9-
$wb["db_password_txt"] = 'DB wachtwoord';
10-
$wb["db_tables_txt"] = 'Tabellen';
11-
$wb["empty_datalog_txt"] = 'Verwijder datalog na sync.';
12-
$wb["sync_datalog_external_txt"] = 'Vul externe datalog.';
13-
$wb["active_txt"] = 'aktief';
14-
$wb["btn_save_txt"] = 'Opslaan';
15-
$wb["btn_cancel_txt"] = 'Annuleer';
16-
?>
1+
<?php
2+
$wb["jobname_txt"] = 'Naam';
3+
$wb["jobname_err"] = 'Het veld "Naam" is leeg.';
4+
$wb["sync_interval_minutes_txt"] = 'Interval (Min.)';
5+
$wb["db_type_txt"] = 'DB Type';
6+
$wb["db_host_txt"] = 'DB Host';
7+
$wb["db_name_txt"] = 'DB Naam';
8+
$wb["db_username_txt"] = 'DB Gebruiker';
9+
$wb["db_password_txt"] = 'DB Wachtwoord';
10+
$wb["db_tables_txt"] = 'Tabellen';
11+
$wb["empty_datalog_txt"] = 'Verwijder datalog na sync.';
12+
$wb["sync_datalog_external_txt"] = 'Vul externe datalog.';
13+
$wb["active_txt"] = 'actief';
14+
$wb["btn_save_txt"] = 'Opslaan';
15+
$wb["btn_cancel_txt"] = 'Annuleren';
16+
?>
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
<?php
2-
$wb["list_head_txt"] = 'Database synchronisatie';
3-
$wb["jobname_txt"] = 'Jobnaam';
4-
$wb["db_host_txt"] = 'DB host';
5-
$wb["db_name_txt"] = 'DB naam';
6-
7-
$wb["page_txt"] = 'Pagina';
8-
$wb["page_of_txt"] = 'van';
9-
$wb["page_next_txt"] = 'Volgende';
10-
$wb["page_back_txt"] = 'Terug';
11-
$wb["delete_txt"] = 'Annuleren';
12-
$wb["filter_txt"] = 'Filter';
13-
$wb["add_new_record_txt"] = 'Toevoegen nieuw DBSync record';
14-
?>
1+
<?php
2+
$wb["list_head_txt"] = 'Database synchronisatie';
3+
$wb["jobname_txt"] = 'Jobnaam';
4+
$wb["db_host_txt"] = 'DB host';
5+
$wb["db_name_txt"] = 'DB naam';
6+
7+
$wb["page_txt"] = 'Pagina';
8+
$wb["page_of_txt"] = 'van';
9+
$wb["page_next_txt"] = 'Volgende';
10+
$wb["page_back_txt"] = 'Terug';
11+
$wb["delete_txt"] = 'Annuleren';
12+
$wb["filter_txt"] = 'Filter';
13+
$wb["add_new_record_txt"] = 'Toevoegen nieuw DBSync record';
14+
?>
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<?php
2-
$wb["jobname_txt"] = 'Jobnaam';
3-
$wb["jobname_err"] = 'Jobnaam is niet ingevuld.';
4-
$wb["sync_interval_minutes_txt"] = 'Interval (Min.)';
5-
$wb["ftp_host_txt"] = 'FTP host';
6-
$wb["ftp_path_txt"] = 'FTP pad';
7-
$wb["ftp_username_txt"] = 'FTP gebruiker';
8-
$wb["ftp_password_txt"] = 'FTP wachtwoord';
9-
$wb["local_path_txt"] = 'Lokaal pad';
10-
$wb["wput_options_txt"] = 'Wput opties';
11-
$wb["active_txt"] = 'Aktief';
12-
?>
1+
<?php
2+
$wb["jobname_txt"] = 'Jobnaam';
3+
$wb["jobname_err"] = 'Jobnaam is niet ingevuld.';
4+
$wb["sync_interval_minutes_txt"] = 'Interval (Min.)';
5+
$wb["ftp_host_txt"] = 'FTP host';
6+
$wb["ftp_path_txt"] = 'FTP pad';
7+
$wb["ftp_username_txt"] = 'FTP gebruiker';
8+
$wb["ftp_password_txt"] = 'FTP wachtwoord';
9+
$wb["local_path_txt"] = 'Lokaal pad';
10+
$wb["wput_options_txt"] = 'Wput opties';
11+
$wb["active_txt"] = 'Actief';
12+
?>
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?php
2-
$wb["list_head_txt"] = 'Bestand synchronisatie';
3-
$wb["jobname_txt"] = 'Jobnaam';
4-
$wb["ftp_host_txt"] = 'FTP-server';
5-
$wb["local_path_txt"] = 'Lokaal pad';
6-
?>
1+
<?php
2+
$wb["list_head_txt"] = 'Bestand synchronisatie';
3+
$wb["jobname_txt"] = 'Jobnaam';
4+
$wb["ftp_host_txt"] = 'FTP-server';
5+
$wb["local_path_txt"] = 'Lokaal pad';
6+
?>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?php
2+
$wb["server_id_txt"] = 'Server';
3+
$wb["tcp_port_txt"] = 'Open TCP poorten';
4+
$wb["udp_port_txt"] = 'Open UDP poorten';
5+
$wb["tcp_port_help_txt"] = 'Gescheiden door komma';
6+
$wb["udp_port_help_txt"] = 'Gescheiden door komma';
7+
$wb["active_txt"] = 'Actief';
8+
$wb["btn_save_txt"] = 'Opslaan';
9+
$wb["btn_cancel_txt"] = 'Annuleren';
10+
$wb["firewall_error_unique"] = 'Er bestaat al een firewall record voor deze server.';
11+
?>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?php
2+
$wb["list_head_txt"] = 'Firewall';
3+
$wb["active_txt"] = 'Actief';
4+
$wb["server_id_txt"] = 'Server';
5+
$wb["tcp_port_txt"] = 'Open TCP poorten';
6+
$wb["udp_port_txt"] = 'Open UDP poorten';
7+
$wb["page_txt"] = 'Pagina';
8+
$wb["page_of_txt"] = 'van';
9+
$wb["page_next_txt"] = 'Volgende';
10+
$wb["page_back_txt"] = 'Terug';
11+
$wb["delete_txt"] = 'Verwijderen';
12+
$wb["filter_txt"] = 'Filter';
13+
$wb["add_new_record_txt"] = 'Toeveogen Firewall record';
14+
?>
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<?php
2-
$wb["description_txt"] = 'Omschrijving';
3-
$wb["name_txt"] = 'Groep';
4-
$wb["name_err"] = 'Groepsnaam moet min. 1 en max. 30 karakters bevatten.';
5-
$wb["btn_save_txt"] = 'Opslaan';
6-
$wb["btn_cancel_txt"] = 'Annuleren'
7-
?>
1+
<?php
2+
$wb["description_txt"] = 'Omschrijving';
3+
$wb["name_txt"] = 'Groep';
4+
$wb["name_err"] = 'Groepsnaam moet min. 1 en max. 30 karakters bevatten.';
5+
$wb["btn_save_txt"] = 'Opslaan';
6+
$wb["btn_cancel_txt"] = 'Annuleren'
7+
?>
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<?php
2-
$wb["list_head_txt"] = 'Systeemgebruiker groepen';
3-
$wb["description_txt"] = 'Omschrijving';
4-
$wb["name_txt"] = 'Groep';
5-
6-
$wb["page_txt"] = 'Pagina';
7-
$wb["page_of_txt"] = 'van';
8-
$wb["page_next_txt"] = 'Volgende';
9-
$wb["page_back_txt"] = 'Terug';
10-
$wb["delete_txt"] = 'Verwijderen';
11-
$wb["filter_txt"] = 'Filter';
12-
?>
1+
<?php
2+
$wb["list_head_txt"] = 'Systeemgebruiker groepen';
3+
$wb["description_txt"] = 'Omschrijving';
4+
$wb["name_txt"] = 'Groep';
5+
6+
$wb["page_txt"] = 'Pagina';
7+
$wb["page_of_txt"] = 'van';
8+
$wb["page_next_txt"] = 'Volgende';
9+
$wb["page_back_txt"] = 'Terug';
10+
$wb["delete_txt"] = 'Verwijderen';
11+
$wb["filter_txt"] = 'Filter';
12+
?>

0 commit comments

Comments
 (0)