aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/de/install.php
diff options
context:
space:
mode:
authorGravatar Twilek-de <Twilek-de@users.noreply.github.com> 2018-10-23 22:50:24 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2018-10-23 22:50:24 +0200
commit6e17fa899575ecb1d2c6fc5610559613593db619 (patch)
tree2f6aeb401702106012961e1d22047cfaf6fd0d9f /app/i18n/de/install.php
parent2cb5449591f2da795309eda80ca5a18cef1df2f7 (diff)
Update install.php (#2074)
Diffstat (limited to 'app/i18n/de/install.php')
-rw-r--r--app/i18n/de/install.php4
1 files changed, 2 insertions, 2 deletions
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.',