diff options
Diffstat (limited to 'app/Locales/de_DE/translations.php')
-rw-r--r-- | app/Locales/de_DE/translations.php | 10 |
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' => '', ); |