From 32d9c3b7905f4e43ffdf4bf2bf37723cfd18390c Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 2 Sep 2018 13:19:58 +0200 Subject: Use mb_strcut (#1996) * Use mb_strcut Avoid cutting in the middle of a multi-byte UTF-8 character * Forgotten php5-* * Typo * Whitespace * More mb_strcut --- app/i18n/nl/install.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/i18n/nl/install.php') diff --git a/app/i18n/nl/install.php b/app/i18n/nl/install.php index 419ee4c9b..c7887bf8e 100644 --- a/app/i18n/nl/install.php +++ b/app/i18n/nl/install.php @@ -68,6 +68,10 @@ return array( 'nok' => 'U mist een benodigede bibliotheek om JSON te gebruiken.', 'ok' => 'U hebt de benodigde bibliotheek om JSON te gebruiken.', ), + 'mbstring' => array( + 'nok' => 'Cannot find the recommended library mbstring for Unicode.', //TODO + 'ok' => 'You have the recommended library mbstring for Unicode.', //TODO + ), 'minz' => array( 'nok' => 'U mist het Minz framework.', 'ok' => 'U hebt het Minz framework.', -- cgit v1.2.3 From a6b8469a62acade552ed369953c60ff4f73acfa7 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Mon, 3 Sep 2018 21:14:28 +0200 Subject: [i18n] New Dutch strings (#2000) --- app/i18n/nl/admin.php | 4 ++-- app/i18n/nl/feedback.php | 4 ++-- app/i18n/nl/index.php | 2 +- app/i18n/nl/install.php | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'app/i18n/nl/install.php') diff --git a/app/i18n/nl/admin.php b/app/i18n/nl/admin.php index 8272e370c..f40db7bcb 100644 --- a/app/i18n/nl/admin.php +++ b/app/i18n/nl/admin.php @@ -67,8 +67,8 @@ return array( 'ok' => 'U hebt JSON uitbreiding.', ), 'mbstring' => array( - 'nok' => 'Cannot find the recommended library mbstring for Unicode.', //TODO - 'ok' => 'You have the recommended library mbstring for Unicode.', //TODO + 'nok' => 'De voor Unicode aanbevolen bibliotheek mbstring kan niet worden gevonden.', + 'ok' => 'De voor Unicode aanbevolen bibliotheek mbstring is gevonden.', ), 'minz' => array( 'nok' => 'U mist Minz framework.', diff --git a/app/i18n/nl/feedback.php b/app/i18n/nl/feedback.php index 756cfa9a2..b16232b84 100644 --- a/app/i18n/nl/feedback.php +++ b/app/i18n/nl/feedback.php @@ -53,8 +53,8 @@ return array( 'sub' => array( 'actualize' => 'Actualiseren', 'articles' => array( - 'marked_read' => 'The selected articles have been marked as read.', //TODO - 'marked_unread' => 'The articles have been marked as unread.', //TODO + 'marked_read' => 'De geselecteerde artikelen zijn als gelezen gemarkeerd.', + 'marked_unread' => 'De geselecteerde artikelen zijn als ongelezen gemarkeerd.', ), 'category' => array( 'created' => 'Categorie %s is gemaakt.', diff --git a/app/i18n/nl/index.php b/app/i18n/nl/index.php index 7b81a00e2..67b3886ea 100644 --- a/app/i18n/nl/index.php +++ b/app/i18n/nl/index.php @@ -40,7 +40,7 @@ return array( 'mark_all_read' => 'Markeer alles als gelezen', 'mark_cat_read' => 'Markeer categorie als gelezen', 'mark_feed_read' => 'Markeer feed als gelezen', - 'mark_selection_unread' => 'Mark selection as unread', //TODO + 'mark_selection_unread' => 'Markeer selectie als ongelezen', 'newer_first' => 'Nieuwste eerst', 'non-starred' => 'Laat alles zien behalve favorieten', 'normal_view' => 'Normale weergave', diff --git a/app/i18n/nl/install.php b/app/i18n/nl/install.php index c7887bf8e..2d2f38913 100644 --- a/app/i18n/nl/install.php +++ b/app/i18n/nl/install.php @@ -69,8 +69,8 @@ return array( 'ok' => 'U hebt de benodigde bibliotheek om JSON te gebruiken.', ), 'mbstring' => array( - 'nok' => 'Cannot find the recommended library mbstring for Unicode.', //TODO - 'ok' => 'You have the recommended library mbstring for Unicode.', //TODO + 'nok' => 'De voor Unicode aanbevolen bibliotheek mbstring kan niet worden gevonden.', + 'ok' => 'De voor Unicode aanbevolen bibliotheek mbstring is gevonden.', ), 'minz' => array( 'nok' => 'U mist het Minz framework.', -- cgit v1.2.3