diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-06-20 21:59:59 -0300 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-06-20 21:59:59 -0300 |
commit | b513313c2fbfb0e5f15cab97ea74929b5c0d0a60 (patch) | |
tree | f96d6022f88fc22fc82f85e68a57eddafb423d39 /app/Locales/de_DE/translations.php | |
parent | 08621f99e6333c5e218724d173654bf225586d59 (diff) |
Add a board selector instead of the list of projects
Diffstat (limited to 'app/Locales/de_DE/translations.php')
-rw-r--r-- | app/Locales/de_DE/translations.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Locales/de_DE/translations.php b/app/Locales/de_DE/translations.php index fafb42ce..48c7ee16 100644 --- a/app/Locales/de_DE/translations.php +++ b/app/Locales/de_DE/translations.php @@ -375,4 +375,5 @@ return array( // 'Sub-task added successfully.' => '', // 'Maximum size: ' => '', // 'Unable to upload the file.' => '', + // 'Display another project' => '', ); |