diff options
author | Manuel Groß <mgr@nordkrater.de> | 2015-01-05 23:01:41 +0100 |
---|---|---|
committer | Manuel Groß <mgr@nordkrater.de> | 2015-01-05 23:01:41 +0100 |
commit | a7abad972f733bc1b2dbf76e31a349a15032408a (patch) | |
tree | 620f6bd6f9afe2e015371e15157a4bd500ae2cfa /app/Locale/de_DE | |
parent | 99d27e0ce4f48454808d2325cb407b5b35cf5e88 (diff) |
Remove '...' when not part of english text.
Diffstat (limited to 'app/Locale/de_DE')
-rw-r--r-- | app/Locale/de_DE/translations.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index e10f3748..c5e9c912 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -202,9 +202,9 @@ return array( 'Comments' => 'Kommentare', 'Post comment' => 'Kommentieren', 'Write your text in Markdown' => 'Schreibe deinen Text in Markdown-Syntax', - 'Leave a comment' => 'Kommentar eingeben...', + 'Leave a comment' => 'Kommentar eingeben', 'Comment is required' => 'Ein Kommentar wird benötigt', - 'Leave a description' => 'Beschreibung eingeben...', + 'Leave a description' => 'Beschreibung eingeben', 'Comment added successfully.' => 'Kommentar erfolgreich hinzugefügt.', 'Unable to create your comment.' => 'Hinzufügen eines Kommentars nicht möglich.', 'The description is required' => 'Eine Beschreibung wird benötigt', @@ -367,7 +367,7 @@ return array( 'Sub-task added successfully.' => 'Teilaufgabe erfolgreich angelegt.', 'Maximum size: ' => 'Maximalgröße: ', 'Unable to upload the file.' => 'Hochladen der Datei nicht möglich.', - 'Display another project' => 'Zu Projekt wechseln...', + 'Display another project' => 'Zu Projekt wechseln', 'Your GitHub account was successfully linked to your profile.' => 'GitHub Account erfolgreich mit dem Profil verbunden.', 'Unable to link your GitHub Account.' => 'Verbindung mit diesem GitHub Account nicht möglich.', 'GitHub authentication failed' => 'Zugriff mit GitHub fehlgeschlagen', |