diff options
author | middeke <martin@middeke.de> | 2017-02-16 21:14:17 +0100 |
---|---|---|
committer | middeke <martin@middeke.de> | 2017-02-16 21:14:17 +0100 |
commit | 3790b39fa0c55ef4f480d975ed007a15f7403fc8 (patch) | |
tree | ef65a4810cbc1ac9b0884d6b07fb3f7ac673dd55 /app/Locale | |
parent | 57e0fb3a8d59566ab28e1e082c9ec5934083189c (diff) |
bug fix
Diffstat (limited to 'app/Locale')
-rw-r--r-- | app/Locale/de_DE/translations.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index bb8a2670..edbb3416 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -1306,9 +1306,9 @@ return array( 'Close this project' => 'Dieses Projekt schließen', 'Open this project' => 'Dieses Projekt öffnen', 'Close a project' => 'Ein Projekt schließen', - 'Do you really want to close this project: "%s"?' => 'Möchten Sie dieses Projekt wirklich schließen: "% s"?', + 'Do you really want to close this project: "%s"?' => 'Möchten Sie dieses Projekt wirklich schließen: "%s"?', 'Reopen a project' => 'Ein Projekt wieder öffnen', - 'Do you really want to reopen this project: "%s"?' => 'Möchten Sie dieses Projekt wirklich wieder öffnen: "% s"?', + 'Do you really want to reopen this project: "%s"?' => 'Möchten Sie dieses Projekt wirklich wieder öffnen: "%s"?', 'This project is open' => 'Dieses Projekt ist offen', 'This project is closed' => 'Dieses Projekt ist geschlossen', 'Unable to upload files, check the permissions of your data folder.' => 'Dateien können nicht hochgeladen werden, überprüfen Sie die Berechtigungen Ihres Datenordners.', |