diff options
| author | 2022-08-23 08:42:43 +0200 | |
|---|---|---|
| committer | 2022-08-23 08:42:43 +0200 | |
| commit | 3fe36e7c8c6be3b4506dd2761ae63bc977da35b7 (patch) | |
| tree | 40cbc581da3c5cf23284ec1c0eb3d18daeeeb91c /app/i18n/nl/admin.php | |
| parent | ef40e0659b14049fb46fa76afd7cf0b2160d3f0b (diff) | |
Update Dutch translation (#4529)
Diffstat (limited to 'app/i18n/nl/admin.php')
| -rw-r--r-- | app/i18n/nl/admin.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app/i18n/nl/admin.php b/app/i18n/nl/admin.php index f52e33a53..58e7fac90 100644 --- a/app/i18n/nl/admin.php +++ b/app/i18n/nl/admin.php @@ -170,18 +170,18 @@ return array( 'registration' => array( 'number' => 'Maximum aantal accounts', 'select' => array( - 'label' => 'Registration form', // TODO + 'label' => 'Registratieformulier', 'option' => array( - 'noform' => 'Disabled: No registration form', // TODO - 'nolimit' => 'Enabled: No limit of accounts', // TODO - 'setaccountsnumber' => 'Set max. number of accounts', // TODO + 'noform' => 'Uitgeschakeld: geen registratieformulier', + 'nolimit' => 'Ingeschakeld: geen limiet op aantal accounts', + 'setaccountsnumber' => 'Max. aantal accounts instellen', ), ), 'status' => array( - 'disabled' => 'Form disabled', // TODO - 'enabled' => 'Form enabled', // TODO + 'disabled' => 'Formulier uitgeschakeld', + 'enabled' => 'Form ingeschakeld', ), - 'title' => 'User registration form', // TODO + 'title' => 'Gebruikersregistratieformulier', ), ), 'update' => array( |
