Ver Fonte

Update install.php (#2074)

Twilek-de há 7 anos atrás
pai
commit
6e17fa8995
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      app/i18n/de/install.php

+ 2 - 2
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.',