diff options
| author | 2018-10-23 22:50:24 +0200 | |
|---|---|---|
| committer | 2018-10-23 22:50:24 +0200 | |
| commit | 6e17fa899575ecb1d2c6fc5610559613593db619 (patch) | |
| tree | 2f6aeb401702106012961e1d22047cfaf6fd0d9f /app/i18n/de/install.php | |
| parent | 2cb5449591f2da795309eda80ca5a18cef1df2f7 (diff) | |
Update install.php (#2074)
Diffstat (limited to 'app/i18n/de/install.php')
| -rw-r--r-- | app/i18n/de/install.php | 4 |
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.', |
