diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-05-25 15:15:59 -0400 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-05-25 15:15:59 -0400 |
commit | 60a45dbb685eb3b810dcced4820afe9d1f1ffe2d (patch) | |
tree | 0e098f3730730b017907eaa55494543244e027fe /app/Locales/de_DE | |
parent | f9753e91d288c4d87d6a83ffe994d312eae5a3fd (diff) |
Improve file upload
Diffstat (limited to 'app/Locales/de_DE')
-rw-r--r-- | app/Locales/de_DE/translations.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Locales/de_DE/translations.php b/app/Locales/de_DE/translations.php index b554b01d..3816a251 100644 --- a/app/Locales/de_DE/translations.php +++ b/app/Locales/de_DE/translations.php @@ -371,4 +371,6 @@ return array( // 'Unable to update your sub-task.' => '', // 'Unable to create your sub-task.' => '', // 'Sub-task added successfully.' => '', + // 'Maximum size: ' => '', + // 'Unable to upload the file.' => '', ); |