Merge pull request #2396
This commit is contained in:
commit
bf6aea863e
|
|
@ -1196,23 +1196,23 @@ return array(
|
|||
'Email transport' => 'E-Mail Verkehr',
|
||||
'Webhook token' => 'Webhook Token',
|
||||
'Imports' => 'Importe',
|
||||
// 'Project tags management' => '',
|
||||
// 'Tag created successfully.' => '',
|
||||
// 'Unable to create this tag.' => '',
|
||||
// 'Tag updated successfully.' => '',
|
||||
// 'Unable to update this tag.' => '',
|
||||
// 'Tag removed successfully.' => '',
|
||||
// 'Unable to remove this tag.' => '',
|
||||
// 'Global tags management' => '',
|
||||
// 'Tags' => '',
|
||||
// 'Tags management' => '',
|
||||
// 'Add new tag' => '',
|
||||
// 'Edit a tag' => '',
|
||||
// 'Project tags' => '',
|
||||
// 'There is no specific tag for this project at the moment.' => '',
|
||||
// 'Tag' => '',
|
||||
// 'Remove a tag' => '',
|
||||
// 'Do you really want to remove this tag: "%s"?' => '',
|
||||
// 'Global tags' => '',
|
||||
// 'There is no global tag at the moment.' => '',
|
||||
'Project tags management' => 'Projektbezogenes Schlagwort-Management',
|
||||
'Tag created successfully.' => 'Schlagwort erfolgreich erstellt.',
|
||||
'Unable to create this tag.' => 'Das Schlagwort kann nicht erstellt werden.',
|
||||
'Tag updated successfully.' => 'Schlagwort erfolgreich aktualisiert.',
|
||||
'Unable to update this tag.' => 'Das Schlagwort kann nicht aktualisiert werden.',
|
||||
'Tag removed successfully.' => 'Schlagwort erfolgreich entfernt.',
|
||||
'Unable to remove this tag.' => 'Das Schlagwort kann nicht entfernt werden.',
|
||||
'Global tags management' => 'Globales Schlagwort-Management',
|
||||
'Tags' => 'Schlagworte',
|
||||
'Tags management' => 'Schlagwort-Management',
|
||||
'Add new tag' => 'Neues Schlagwort hinzufügen',
|
||||
'Edit a tag' => 'Schlagwort bearbeiten',
|
||||
'Project tags' => 'Projektbezogene Schlagwörter',
|
||||
'There is no specific tag for this project at the moment.' => 'Es gibt zur Zeit kein spezifisches Schlagwort.',
|
||||
'Tag' => 'Schlagwort',
|
||||
'Remove a tag' => 'Schlagwort entfernen',
|
||||
'Do you really want to remove this tag: "%s"?' => 'Soll dieses Schlagwort wirklich entfernt werden: "%s"?',
|
||||
'Global tags' => 'Globale Schlagwörter',
|
||||
'There is no global tag at the moment.' => 'Es gibt zur Zeit kein globales Schlagwort',
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue