summaryrefslogtreecommitdiff
path: root/app/Locales/de_DE
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-07-08 15:07:07 -0300
committerFrédéric Guillot <fred@kanboard.net>2014-07-08 15:07:07 -0300
commitba93061f4d844214851d5a22b5a34022ce37e925 (patch)
treeff52678c22ee04a4ddebe6da5aa8a508abfaf6fd /app/Locales/de_DE
parent7a64053cb818931e38af8c9138a259a711ea4da7 (diff)
Add fields: task creator and modification date
Diffstat (limited to 'app/Locales/de_DE')
-rw-r--r--app/Locales/de_DE/translations.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/Locales/de_DE/translations.php b/app/Locales/de_DE/translations.php
index 734c3437..cea48b94 100644
--- a/app/Locales/de_DE/translations.php
+++ b/app/Locales/de_DE/translations.php
@@ -384,4 +384,14 @@ return array(
// 'Maximum size: ' => '',
// 'Unable to upload the file.' => '',
// 'Display another project' => '',
+ // 'Your GitHub account was successfully linked to your profile.' => '',
+ // 'Unable to link your GitHub Account.' => '',
+ // 'GitHub authentication failed' => '',
+ // 'Your GitHub account is no longer linked to your profile.' => '',
+ // 'Unable to unlink your GitHub Account.' => '',
+ // 'Login with my GitHub Account' => '',
+ // 'Link my GitHub Account' => '',
+ // 'Unlink my GitHub Account' => '',
+ // 'Created by %s' => 'Créé par %s',
+ // 'Last modified on %B %e, %G at %k:%M %p' => '',
);