diff options
author | Kloppi313 <36038231+Kloppi313@users.noreply.github.com> | 2018-09-28 15:18:08 +0200 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-09-28 19:18:50 -0700 |
commit | eed325682449ce21591e7a8bdb16f27cac5473a6 (patch) | |
tree | 8c94180f3586cb6bde256d9a99e0f6a987efb810 | |
parent | 14d141130084b0c0a28b70f587af03b3cd124d32 (diff) |
Correct german translation
-rw-r--r-- | app/Locale/de_DE/translations.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index 47072662..03618cb2 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -982,10 +982,10 @@ return array( 'Do you really want to disable this user: "%s"?' => 'Wollen Sie diesen Benutzer wirklich deaktivieren: "%s"?', 'Enable user' => 'Benutzer aktivieren', 'Do you really want to enable this user: "%s"?' => 'Wollen Sie diesen Benutzer wirklich aktivieren: "%s"?', - 'Download' => 'Runterladen', - 'Uploaded: %s' => 'Heraufgeladen: %s', + 'Download' => 'Herunterladen', + 'Uploaded: %s' => 'Hochgeladen: %s', 'Size: %s' => 'Größe: %s', - 'Uploaded by %s' => 'Heraufgeladen von %s', + 'Uploaded by %s' => 'Hochgeladen von %s', 'Filename' => 'Dateiname', 'Size' => 'Größe', 'Column created successfully.' => 'Spalte erfolgreich erstellt.', |