Merge and squash pull-request #1765
This commit is contained in:
parent
75cbc8c431
commit
d6d9e61816
|
|
@ -1097,37 +1097,37 @@ return array(
|
|||
'Highest priority' => 'Höchste Priorität',
|
||||
'If you put zero to the low and high priority, this feature will be disabled.' => 'Wenn Sie Null bei höchster und niedrigster Priorität eintragen, wird diese Funktion deaktiviert.',
|
||||
'Priority: %d' => 'Priorität: %d',
|
||||
// 'Close a task when there is no activity' => '',
|
||||
// 'Duration in days' => '',
|
||||
// 'Send email when there is no activity on a task' => '',
|
||||
// 'List of external links' => '',
|
||||
// 'Unable to fetch link information.' => '',
|
||||
// 'Daily background job for tasks' => '',
|
||||
// 'Auto' => '',
|
||||
// 'Related' => '',
|
||||
// 'Attachment' => '',
|
||||
// 'Title not found' => '',
|
||||
// 'Web Link' => '',
|
||||
// 'External links' => '',
|
||||
// 'Add external link' => '',
|
||||
// 'Type' => '',
|
||||
// 'Dependency' => '',
|
||||
// 'View internal links' => '',
|
||||
// 'View external links' => '',
|
||||
// 'Add internal link' => '',
|
||||
// 'Add a new external link' => '',
|
||||
// 'Edit external link' => '',
|
||||
// 'External link' => '',
|
||||
// 'Copy and paste your link here...' => '',
|
||||
// 'URL' => '',
|
||||
// 'There is no external link for the moment.' => '',
|
||||
// 'Internal links' => '',
|
||||
// 'There is no internal link for the moment.' => '',
|
||||
// 'Assign to me' => '',
|
||||
// 'Me' => '',
|
||||
// 'Do not duplicate anything' => '',
|
||||
// 'Projects management' => '',
|
||||
// 'Users management' => '',
|
||||
// 'Groups management' => '',
|
||||
// 'Create from another project' => '',
|
||||
'Close a task when there is no activity' => 'Schliesse eine Aufgabe, wenn keine Aktivitäten vorhanden sind',
|
||||
'Duration in days' => 'Dauer in Tagen',
|
||||
'Send email when there is no activity on a task' => 'Versende eine Email, wenn keine Aktivitäten an einer Aufgabe vorhanden sind',
|
||||
'List of external links' => 'Liste der externen Verbindungen',
|
||||
'Unable to fetch link information.' => 'Kann keine Informationen über Verbindungen holen',
|
||||
'Daily background job for tasks' => 'Tägliche Hintergrundarbeit für Aufgaben',
|
||||
'Auto' => 'Auto',
|
||||
'Related' => 'Verbunden',
|
||||
'Attachment' => 'Anhang',
|
||||
'Title not found' => 'Titel nicht gefunden',
|
||||
'Web Link' => 'Weblink',
|
||||
'External links' => 'Externe Verbindungen',
|
||||
'Add external link' => 'Externe Verbindung hinzufügen',
|
||||
'Type' => 'Typ',
|
||||
'Dependency' => 'Abhängigkeit',
|
||||
'View internal links' => 'Zeige interne Verbindungen',
|
||||
'View external links' => 'Zeige externe Verbindungen',
|
||||
'Add internal link' => 'Füge interne Verbindung hinzu',
|
||||
'Add a new external link' => 'Füge eine neue externe Verbindung hinzu',
|
||||
'Edit external link' => 'Externe Verbindung bearbeiten',
|
||||
'External link' => 'Externe Verbindung',
|
||||
'Copy and paste your link here...' => 'Kopieren Sie Ihren Link hier...',
|
||||
'URL' => 'URL',
|
||||
'There is no external link for the moment.' => 'Es gibt im Moment keine externe Verbindung.',
|
||||
'Internal links' => 'Interne Verbindungen',
|
||||
'There is no internal link for the moment.' => 'Es gibt im Moment keine interne Verbindung.',
|
||||
'Assign to me' => 'Mir zuweisen',
|
||||
'Me' => 'Mich',
|
||||
'Do not duplicate anything' => 'Nichts duplizieren',
|
||||
'Projects management' => 'Projektmanagement',
|
||||
'Users management' => 'Benutzermanagement',
|
||||
'Groups management' => 'Gruppenmanagement',
|
||||
'Create from another project' => 'Von einem anderen Projekt erstellen',
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue