Sync locales

This commit is contained in:
Frederic Guillot
2016-06-24 22:28:26 -04:00
parent ce367a24fc
commit fc93203e4d
26 changed files with 475 additions and 151 deletions

View File

@@ -154,8 +154,6 @@ return array(
'%d closed tasks' => '%d abgeschlossene Aufgaben',
'No task for this project' => 'Keine Aufgaben in diesem Projekt',
'Public link' => 'Öffentlicher Link',
'Change assignee' => 'Zuständigkeit ändern',
'Change assignee for the task "%s"' => 'Zuständigkeit für diese Aufgabe ändern: "%s"',
'Timezone' => 'Zeitzone',
'Sorry, I didn\'t find this information in my database!' => 'Diese Information wurde in der Datenbank nicht gefunden!',
'Page not found' => 'Seite nicht gefunden',
@@ -248,7 +246,6 @@ return array(
'Category' => 'Kategorie',
'Category:' => 'Kategorie:',
'Categories' => 'Kategorien',
'Category not found.' => 'Kategorie nicht gefunden.',
'Your category have been created successfully.' => 'Kategorie erfolgreich erstellt.',
'Unable to create your category.' => 'Erstellung der Kategorie nicht möglich.',
'Your category have been updated successfully.' => 'Kategorie erfolgreich aktualisiert.',
@@ -270,7 +267,6 @@ return array(
'Do you really want to remove this file: "%s"?' => 'Soll diese Datei wirklich gelöscht werden: "%s"?',
'Attachments' => 'Anhänge',
'Edit the task' => 'Aufgabe bearbeiten',
'Edit the description' => 'Beschreibung bearbeiten',
'Add a comment' => 'Kommentar hinzufügen',
'Edit a comment' => 'Kommentar bearbeiten',
'Summary' => 'Zusammenfassung',
@@ -368,7 +364,6 @@ return array(
'No external authentication enabled.' => 'Es sind keine externen Authentisierungsmethoden aktiv.',
'Password modified successfully.' => 'Passwort wurde erfolgreich geändert.',
'Unable to change the password.' => 'Passwort konnte nicht geändert werden.',
'Change category for the task "%s"' => 'Kategorie der Aufgabe "%s" ändern',
'Change category' => 'Kategorie ändern',
'%s updated the task %s' => '%s hat die Aufgabe %s aktualisiert',
'%s opened the task %s' => '%s hat die Aufgabe %s geöffnet',
@@ -485,7 +480,6 @@ return array(
'Remove a swimlane' => 'Swimlane entfernen',
'Show default swimlane' => 'Standard-Swimlane anzeigen',
'Swimlane modification for the project "%s"' => 'Swimlane-Änderung für das Projekt "%s"',
'Swimlane not found.' => 'Swimlane nicht gefunden',
'Swimlane removed successfully.' => 'Swimlane erfolgreich entfernt.',
'Swimlanes' => 'Swimlanes',
'Swimlane updated successfully.' => 'Swimlane erfolgreich geändert.',
@@ -1202,4 +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.' => '',
);