diff options
| author | 2021-09-12 12:27:29 +0200 | |
|---|---|---|
| committer | 2021-09-12 12:27:29 +0200 | |
| commit | f670dd4e28430a6c4ebeebac0ee55993fd90d9f5 (patch) | |
| tree | 9a4be402a74b3892430510f5ce9aaa9c519c8bf8 /app/i18n/de/install.php | |
| parent | 8b80c4cc8f4f7fc11618e407c1e5e0ec13439b29 (diff) | |
i18n: DE translations (#3843)
* translated - 0 Todos left
* typo fixed
* i18n lint
* Fix manual merge error
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/de/install.php')
| -rw-r--r-- | app/i18n/de/install.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/i18n/de/install.php b/app/i18n/de/install.php index f2764acf1..1ebbd7bf9 100644 --- a/app/i18n/de/install.php +++ b/app/i18n/de/install.php @@ -85,7 +85,7 @@ return array( 'nok' => 'Überprüfen Sie die Berechtigungen des Verzeichnisses <em>%s</em>. Der HTTP-Server muss Schreibrechte besitzen.', 'ok' => 'Die Berechtigungen des Temp Verzeichnisses sind in Ordnung.', ), - 'unknown_process_username' => 'unknown', // TODO - Translation + 'unknown_process_username' => 'unbekannt', 'users' => array( 'nok' => 'Überprüfen Sie die Berechtigungen des Verzeichnisses <em>%s</em>. Der HTTP-Server muss Schreibrechte besitzen.', 'ok' => 'Die Berechtigungen des Verzeichnisses <em>%s</em> sind in Ordnung.', @@ -111,10 +111,10 @@ return array( 'choose' => 'Wählen Sie eine Sprache für FreshRSS', 'defined' => 'Die Sprache wurde festgelegt.', ), - 'missing_applied_migrations' => 'Something went wrong; you should create an empty file <em>%s</em> manually.', // TODO - Translation + 'missing_applied_migrations' => 'Etwas ist schief gelaufen. Bitte erstellen Sie eine leere <em>%s</em> Datei manuell.', 'ok' => 'Der Installationsvorgang war erfolgreich.', 'session' => array( - 'nok' => 'The web server seems to be incorrectly configured for cookies required for PHP sessions!', // TODO - Translation + 'nok' => 'Der Webserver scheint nicht korrekt konfiguriert zu sein, damit notwendige PHP-Session-Cookies verwendet werden können.', ), 'step' => 'Schritt %d', 'steps' => 'Schritte', |
