diff options
| author | 2016-03-04 12:38:16 +0100 | |
|---|---|---|
| committer | 2016-03-04 12:38:16 +0100 | |
| commit | 6cd59b25f44853e7f5bbd931b33a4ecbd3e91159 (patch) | |
| tree | 198bafad56c1f966f442c0b3b0b63a6a81e4beb6 /app | |
| parent | ee69a24a2dbe254f02357e082a1987ae401e1946 (diff) | |
Translate four strings for XML and JSON
Diffstat (limited to 'app')
| -rw-r--r-- | app/i18n/de/install.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/i18n/de/install.php b/app/i18n/de/install.php index 2da744cfb..d16496818 100644 --- a/app/i18n/de/install.php +++ b/app/i18n/de/install.php @@ -63,8 +63,8 @@ return array( 'ok' => 'Ihr HTTP REFERER ist bekannt und entspricht Ihrem Server.', ), 'json' => array( - 'nok' => 'You lack a recommended library to parse JSON.', - 'ok' => 'You have a recommended library to parse JSON.', + 'nok' => 'Ihnen fehlt eine empfohlene Bibliothek um JSON zu parsen.', + 'ok' => 'Sie haben eine empfohlene Bibliothek um JSON zu parsen.', ), 'minz' => array( 'nok' => 'Ihnen fehlt das Minz-Framework.', @@ -91,8 +91,8 @@ return array( 'ok' => 'Die Berechtigungen des Verzeichnisses <em>./data/users</em> sind in Ordnung.', ), 'xml' => array( - 'nok' => 'You lack the required library to parse XML.', - 'ok' => 'You have the required library to parse XML.', + 'nok' => 'Ihnen fehlt die benötigte Bibliothek um XML zu parsen.', + 'ok' => 'Sie haben die benötigte Bibliothek um XML zu parsen.', ), ), 'conf' => array( |
