Remove '...' when not part of english text.
This commit is contained in:
parent
99d27e0ce4
commit
a7abad972f
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue