diff options
author | Busfreak <martin@middeke.de> | 2016-07-04 18:02:36 +0200 |
---|---|---|
committer | Busfreak <martin@middeke.de> | 2016-07-04 18:02:36 +0200 |
commit | b1a85f98a66e07c301eb53857fb05617802fa5f6 (patch) | |
tree | c7b867d97dbf6eb3bd642f92b1e4de832b55b7d9 | |
parent | 796ebb956a0e199ce22b7d17e27272ef8ae46b39 (diff) |
german translation
-rw-r--r-- | app/Locale/de_DE/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index 81df4e55..aa80f781 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -1215,5 +1215,5 @@ return array( 'Do you really want to remove this tag: "%s"?' => 'Soll dieses Schlagwort wirklich entfernt werden: "%s"?', 'Global tags' => 'Globale Schlagwörter', 'There is no global tag at the moment.' => 'Es gibt zur Zeit kein globales Schlagwort', - // 'This field cannot be empty' => '', + 'This field cannot be empty' => 'Dieses Feld kann nicht leer sein', ); |