aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-03-05 19:17:53 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-03-05 19:17:53 +0100
commitfb6b82167c89b77062fe1c38b4129bfaf3b5f8ed (patch)
tree44028e32a2a1346bcc6073af2c77274ddb7da192
parent62b4dae5c2dc63004c8173e0d1820ae9f47aac24 (diff)
parent6cd59b25f44853e7f5bbd931b33a4ecbd3e91159 (diff)
Merge pull request #1102 from ealdraed/i18n/de/xmljson
Translate four strings for XML and JSON
-rw-r--r--app/i18n/de/install.php8
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(