From 6e17fa899575ecb1d2c6fc5610559613593db619 Mon Sep 17 00:00:00 2001 From: Twilek-de Date: Tue, 23 Oct 2018 22:50:24 +0200 Subject: Update install.php (#2074) --- app/i18n/de/install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/i18n/de/install.php') diff --git a/app/i18n/de/install.php b/app/i18n/de/install.php index d28b22840..d5a28f440 100644 --- a/app/i18n/de/install.php +++ b/app/i18n/de/install.php @@ -69,8 +69,8 @@ return array( 'ok' => 'Sie haben eine empfohlene Bibliothek um JSON zu parsen.', ), 'mbstring' => array( - 'nok' => 'Cannot find the recommended library mbstring for Unicode.', //TODO - 'ok' => 'You have the recommended library mbstring for Unicode.', //TODO + 'nok' => 'Es fehlt die empfohlene mbstring-Bibliothek für Unicode.', + 'ok' => 'Sie haben die empfohlene mbstring-Bibliothek für Unicode.', ), 'minz' => array( 'nok' => 'Ihnen fehlt das Minz-Framework.', -- cgit v1.2.3