summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2008-07-13 19:03:15 +0200
committerAndreas Gohr <andi@splitbrain.org>2008-07-13 19:03:15 +0200
commit46e875ce740bbc55abd094481b5bb12298985ef7 (patch)
tree0c853bf5c0d9a3a34f5a6b8bae4d43363f09792d
parentf0811b4966d93643ba9d3b630f8ea90a8379f7b1 (diff)
downloadrpg-46e875ce740bbc55abd094481b5bb12298985ef7.tar.gz
rpg-46e875ce740bbc55abd094481b5bb12298985ef7.tar.bz2
Dutch language update
darcs-hash:20080713170315-7ad00-dd2356e914a3fc6053596fefdef9c1ebebd461c5.gz
-rw-r--r--inc/lang/nl/lang.php15
-rw-r--r--lib/plugins/acl/lang/nl/lang.php2
-rw-r--r--lib/plugins/config/lang/nl/lang.php1
-rw-r--r--lib/plugins/plugin/lang/nl/lang.php1
-rw-r--r--lib/plugins/popularity/lang/nl/lang.php1
-rw-r--r--lib/plugins/revert/lang/nl/lang.php1
-rw-r--r--lib/plugins/usermanager/lang/nl/lang.php1
7 files changed, 22 insertions, 0 deletions
diff --git a/inc/lang/nl/lang.php b/inc/lang/nl/lang.php
index 06e1e9b98..b64cdb59b 100644
--- a/inc/lang/nl/lang.php
+++ b/inc/lang/nl/lang.php
@@ -9,6 +9,7 @@
* @author Koen Huybrechts <huybkoen@gmail.com>
* @author Wouter Schoot <wouter@schoot.org>
* @author John de Graaff <john@de-graaff.net>
+ * @author Niels Schoot <niels.schoot@quintiq.com>
*/
$lang['encoding'] = 'utf-8';
$lang['direction'] = 'ltr';
@@ -111,6 +112,7 @@ $lang['namespaces'] = 'Namespaces';
$lang['mediafiles'] = 'Beschikbare bestanden in';
$lang['js']['keepopen'] = 'Houd scherm open bij selectie';
$lang['js']['hidedetails'] = 'Verberg details';
+$lang['js']['mu_btn'] = 'Meerdere bestanden tegelijk uploaden';
$lang['mediausage'] = 'Gebruik de volgende syntax om aan het bestand te refereren';
$lang['mediaview'] = 'Bekijk het orginele bestand';
$lang['mediaroot'] = 'root';
@@ -205,3 +207,16 @@ $lang['i_pol0'] = 'Open Wiki (lezen, schrijven, uploaden voor ied
$lang['i_pol1'] = 'Publieke Wiki (lezen voor iedereen, schrijven en uploaden voor geregistreerde gebruikers)';
$lang['i_pol2'] = 'Besloten Wiki (lezen, schrijven en uploaden alleen voor geregistreerde gebruikers)';
$lang['i_retry'] = 'Opnieuw';
+$lang['mu_intro'] = 'Hier kunt u meerdere bestanden tegelijk uploaden. Klik op de Bladeren knop om ze aan de lijst toe te voegen. Klik op uploaden om te voltooien';
+$lang['mu_gridname'] = 'Bestandsnaam';
+$lang['mu_gridsize'] = 'Grootte';
+$lang['mu_gridstat'] = 'Status';
+$lang['mu_namespace'] = 'Namespace';
+$lang['mu_browse'] = 'Bladeren';
+$lang['mu_toobig'] = 'te groot';
+$lang['mu_ready'] = 'klaar om te uploaden';
+$lang['mu_done'] = 'klaar';
+$lang['mu_fail'] = 'mislukt';
+$lang['mu_authfail'] = 'sessie verlopen';
+$lang['mu_progress'] = '@PCT@% geupload';
+$lang['mu_filetypes'] = 'Toegestande Bestandstypes';
diff --git a/lib/plugins/acl/lang/nl/lang.php b/lib/plugins/acl/lang/nl/lang.php
index 6dda051a2..bfa2190ee 100644
--- a/lib/plugins/acl/lang/nl/lang.php
+++ b/lib/plugins/acl/lang/nl/lang.php
@@ -9,6 +9,7 @@
* @author Koen Huybrechts <huybkoen@gmail.com>
* @author Wouter Schoot <wouter@schoot.org>
* @author John de Graaff <john@de-graaff.net>
+ * @author Niels Schoot <niels.schoot@quintiq.com>
*/
$lang['admin_acl'] = 'Toegangsrechten';
$lang['acl_group'] = 'Groep';
@@ -16,6 +17,7 @@ $lang['acl_user'] = 'Gebruiker';
$lang['acl_perms'] = 'Permissies voor';
$lang['page'] = 'Pagina';
$lang['namespace'] = 'Namespace';
+$lang['btn_select'] = 'Selecteer';
$lang['p_user_id'] = 'Gebruiker <b class="acluser">%s</b> heeft momenteel de volgende bevoegdheden op pagina <b class="aclpage">%s</b>: <i>%s</i>.';
$lang['p_user_ns'] = 'Gebruiker <b class="acluser">%s</b> heeft momenteel de volgende bevoegdheden op namespace <b class="aclns">%s</b>: <i>%s</i>.';
$lang['p_group_id'] = 'Leden van groep <b class="aclgroup">%s</b> hebben momenteel de volgende bevoegdheden op pagina <b class="aclpage">%s</b>: <i>%s</i>.';
diff --git a/lib/plugins/config/lang/nl/lang.php b/lib/plugins/config/lang/nl/lang.php
index 8fc233051..a2aa35070 100644
--- a/lib/plugins/config/lang/nl/lang.php
+++ b/lib/plugins/config/lang/nl/lang.php
@@ -6,6 +6,7 @@
* @author Pieter van der Meulen <pieter@vdmeulen.net>
* @author Wouter Schoot <wouter@schoot.org>
* @author John de Graaff <john@de-graaff.net>
+ * @author Niels Schoot <niels.schoot@quintiq.com>
*/
$lang['menu'] = 'Configuratie instellingen';
$lang['error'] = 'De instellingen zijn niet aangebracht wegens een niet correcte waarde, kijk svp je wijzigingen na en sla dan opnieuw op.<br />Je kunt de incorrecte waarde herkennen aan de rode rand.';
diff --git a/lib/plugins/plugin/lang/nl/lang.php b/lib/plugins/plugin/lang/nl/lang.php
index f19e90574..9d53513b1 100644
--- a/lib/plugins/plugin/lang/nl/lang.php
+++ b/lib/plugins/plugin/lang/nl/lang.php
@@ -4,6 +4,7 @@
*
* @author Wouter Schoot <wouter@schoot.org>
* @author John de Graaff <john@de-graaff.net>
+ * @author Niels Schoot <niels.schoot@quintiq.com>
*/
$lang['menu'] = 'Plugins beheren';
$lang['download'] = 'Download en installeer een nieuwe plugin';
diff --git a/lib/plugins/popularity/lang/nl/lang.php b/lib/plugins/popularity/lang/nl/lang.php
index dc70ba875..0a9297e28 100644
--- a/lib/plugins/popularity/lang/nl/lang.php
+++ b/lib/plugins/popularity/lang/nl/lang.php
@@ -3,6 +3,7 @@
* Dutch language file
*
* @author Wouter Schoot <wouter@schoot.org>
+ * @author Niels Schoot <niels.schoot@quintiq.com>
*/
$lang['name'] = 'Populariteits terugkoppeling (dit kan even duren om in te laden)';
$lang['submit'] = 'Verstuur';
diff --git a/lib/plugins/revert/lang/nl/lang.php b/lib/plugins/revert/lang/nl/lang.php
index 27416187d..3aad3cd65 100644
--- a/lib/plugins/revert/lang/nl/lang.php
+++ b/lib/plugins/revert/lang/nl/lang.php
@@ -4,6 +4,7 @@
*
* @author Wouter Schoot <wouter@schoot.org>
* @author John de Graaff <john@de-graaff.net>
+ * @author Niels Schoot <niels.schoot@quintiq.com>
*/
$lang['menu'] = 'Herstel Manager';
$lang['filter'] = 'Zoek naar bekladde pagina\'s';
diff --git a/lib/plugins/usermanager/lang/nl/lang.php b/lib/plugins/usermanager/lang/nl/lang.php
index 97b09a1c0..c418ccea3 100644
--- a/lib/plugins/usermanager/lang/nl/lang.php
+++ b/lib/plugins/usermanager/lang/nl/lang.php
@@ -4,6 +4,7 @@
*
* @author Wouter Schoot <wouter@schoot.org>
* @author John de Graaff <john@de-graaff.net>
+ * @author Niels Schoot <niels.schoot@quintiq.com>
*/
$lang['menu'] = 'Gebruikers Manager';
$lang['noauth'] = '(gebruikers authenticatie niet beschikbaar)';