diff options
| author | 2021-01-17 18:29:21 +0100 | |
|---|---|---|
| committer | 2021-01-17 18:29:21 +0100 | |
| commit | 82a2a6f023f58f65df93d11339f4be36a8c2b16f (patch) | |
| tree | c0cc45bea3f9ce2171cb544ca85493e34a1d8b32 /app/i18n/de/install.php | |
| parent | ee175dd6169a016fc898fac62d046e22c205dec0 (diff) | |
Updated German Translation (#3379)
* Updated German Translation
completed german translation, as of now 100%.
* changing the word display -> filter
The whole interface is a little mess, but I guess this might be fitting a bit better
* Fix ignore
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/de/install.php')
| -rw-r--r-- | app/i18n/de/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/de/install.php b/app/i18n/de/install.php index db1f71984..cc6563887 100644 --- a/app/i18n/de/install.php +++ b/app/i18n/de/install.php @@ -90,7 +90,7 @@ return array( ), 'tmp' => array( 'nok' => 'Überprüfen Sie die Berechtigungen des Verzeichnisses <em>%s</em>. Der HTTP-Server muss Schreibrechte besitzen.', - 'ok' => 'Permissions on the temp directory are good.', // TODO - Translation + 'ok' => 'Die Berechtigungen des Temp Verzeichnisses sind in Ordnung.', ), 'users' => array( 'nok' => 'Überprüfen Sie die Berechtigungen des Verzeichnisses <em>%s</em>. Der HTTP-Server muss Schreibrechte besitzen.', |
