aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/nl/admin.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2021-09-12 11:37:15 +0200
committerGravatar GitHub <noreply@github.com> 2021-09-12 11:37:15 +0200
commitfe295f50d031ca6475e21a0ae317cf1c71a68347 (patch)
tree9c9f37dcebfe70b3daf167df0ce3c029feb343c6 /app/i18n/nl/admin.php
parentff60e24c578eab30777c7e7d403def0565fab923 (diff)
Lint i18n files (#3841)
Translations had quite a lot of cleaning in late: * Removed some unused keys * Added some ignores * Applied a `cli/manipulate.translation.php -a format`
Diffstat (limited to 'app/i18n/nl/admin.php')
-rw-r--r--app/i18n/nl/admin.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/i18n/nl/admin.php b/app/i18n/nl/admin.php
index 7c21b078d..c6f8458f0 100644
--- a/app/i18n/nl/admin.php
+++ b/app/i18n/nl/admin.php
@@ -9,7 +9,6 @@ return array(
'http' => 'HTTP (voor gevorderde gebruikers met HTTPS)',
'none' => 'Geen (gevaarlijk)',
'title' => 'Authenticatie',
- 'title_reset' => 'Authenticatie terugzetten',
'token' => 'Authenticatie teken',
'token_help' => 'Sta toegang toe tot de RSS uitvoer van de standaard gebruiker zonder authenticatie:',
'type' => 'Authenticatie methode',
@@ -180,11 +179,9 @@ return array(
'user' => array(
'admin' => 'Beheerder',
'article_count' => 'Artikelen',
- 'articles_and_size' => '%s artikelen (%s)',
'back_to_manage' => '← Terug naar gebruikerslijst',
'create' => 'Creëer nieuwe gebruiker',
'database_size' => 'Databasegrootte',
- 'delete_users' => 'Verwijder gebruiker',
'email' => 'Emailadres',
'enabled' => 'Ingeschakeld',
'feed_count' => 'Feeds',
@@ -196,11 +193,7 @@ return array(
'numbers' => 'Er zijn %d accounts gemaakt',
'password_form' => 'Wachtwoord<br /><small>(voor de Web-formulier loginmethode)</small>',
'password_format' => 'Ten minste 7 tekens',
- 'selected' => 'Geselecteerde gebruiker',
'title' => 'Beheer gebruikers',
- 'update_users' => 'Gebruiker bijwerken',
- 'user_list' => 'Lijst van gebruikers',
'username' => 'Gebruikersnaam',
- 'users' => 'Gebruikers',
),
);