diff options
| -rw-r--r-- | app/i18n/nl/conf.php | 4 | ||||
| -rw-r--r-- | app/i18n/nl/gen.php | 2 | ||||
| -rw-r--r-- | cli/i18n/ignore/nl.php | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/app/i18n/nl/conf.php b/app/i18n/nl/conf.php index 0c658f273..dbf0282b4 100644 --- a/app/i18n/nl/conf.php +++ b/app/i18n/nl/conf.php @@ -128,11 +128,11 @@ return array( 'read' => array( 'article_open_on_website' => 'als het artikel wordt geopend op de originele website', 'article_viewed' => 'als het artikel wordt bekeken', - 'keep_max_n_unread' => 'Max number of articles to keep unread', // TODO - Translation + 'keep_max_n_unread' => 'Max aantal artikelen ongelezen houden', 'scroll' => 'tijdens het scrollen', 'upon_reception' => 'bij ontvangst van het artikel', 'when' => 'Markeer artikel als gelezen…', - 'when_same_title' => 'if an identical title already exists in the top <i>n</i> newest articles', // TODO - Translation + 'when_same_title' => 'als een zelfde titel al voorkomt in de top <i>n</i> nieuwste artikelen', ), 'show' => array( '_' => 'Artikelen om te tonen', diff --git a/app/i18n/nl/gen.php b/app/i18n/nl/gen.php index 1dc77c943..193ff6718 100644 --- a/app/i18n/nl/gen.php +++ b/app/i18n/nl/gen.php @@ -146,7 +146,7 @@ return array( ), 'menu' => array( 'about' => 'Over', - 'account' => 'Account', // TODO - Translation + 'account' => 'Account', 'admin' => 'Administratie', 'archiving' => 'Archiveren', 'authentication' => 'Authenticatie', diff --git a/cli/i18n/ignore/nl.php b/cli/i18n/ignore/nl.php index 43b92d587..f2ae47c39 100644 --- a/cli/i18n/ignore/nl.php +++ b/cli/i18n/ignore/nl.php @@ -40,6 +40,7 @@ return array( 'gen.lang.sk', 'gen.lang.tr', 'gen.lang.zh-cn', + 'gen.menu.account', 'gen.share.blogotext', 'gen.share.diaspora', 'gen.share.email', |
