Merge pull request #2257

This commit is contained in:
Frédéric Guillot 2016-05-21 23:46:58 -04:00
commit 5b0a298ded
1 changed files with 34 additions and 34 deletions

View File

@ -1166,38 +1166,38 @@ return array(
'Assign automatically a color based on a priority' => 'Eine Farbe basierend auf einer Priorität automatisch zuordnen',
'Overdue tasks for the project(s) "%s"' => 'Überfällige Aufgaben des/der Projekt/e "%s"',
'Upload files' => 'Dateien hochladen',
// 'Installed Plugins' => '',
// 'Plugin Directory' => '',
// 'Plugin installed successfully.' => '',
// 'Plugin updated successfully.' => '',
// 'Plugin removed successfully.' => '',
// 'Subtask converted to task successfully.' => '',
// 'Unable to convert the subtask.' => '',
// 'Unable to extract plugin archive.' => '',
// 'Plugin not found.' => '',
// 'You don\'t have the permission to remove this plugin.' => '',
// 'Unable to download plugin archive.' => '',
// 'Unable to write temporary file for plugin.' => '',
// 'Unable to open plugin archive.' => '',
// 'There is no file in the plugin archive.' => '',
// 'Create tasks in bulk' => '',
// 'Your Kanboard instance is not configured to install plugins from the user interface.' => '',
// 'There is no plugin available.' => '',
// 'Install' => '',
// 'Update' => '',
// 'Up to date' => '',
// 'Not available' => '',
// 'Remove plugin' => '',
// 'Do you really want to remove this plugin: "%s"?' => '',
// 'Uninstall' => '',
// 'Listing' => '',
// 'Metadata' => '',
// 'Manage projects' => '',
// 'Convert to task' => '',
// 'Convert sub-task to task' => '',
// 'Do you really want to convert this sub-task to a task?' => '',
// 'My task title' => '',
// 'Enter one task by line.' => '',
// 'Number of failed login:' => '',
// 'Account locked until:' => '',
'Installed Plugins' => 'Installierte Plugins',
'Plugin Directory' => 'Plugin Verzeichnis',
'Plugin installed successfully.' => 'Plugin erfolgreich installiert.',
'Plugin updated successfully.' => 'Plugin erfolgreich aktualisiert.',
'Plugin removed successfully.' => 'Plugin erfolgreich entfernt.',
'Subtask converted to task successfully.' => 'Teilaufgabe erfolgreich in Aufgabe umgewandelt.',
'Unable to convert the subtask.' => 'Teilaufgabe kann nicht umgewandelt werden.',
'Unable to extract plugin archive.' => 'Plugin Archiv kann nicht entpackt werden.',
'Plugin not found.' => 'Plugin nicht gefunden.',
'You don\'t have the permission to remove this plugin.' => 'Sie dürfen dieses Plugin nicht entfernen.',
'Unable to download plugin archive.' => 'Plugin Archiv kann nicht herunter geladen werden.',
'Unable to write temporary file for plugin.' => 'Temporäre Dateien für das Plugin können nicht geschrieben werden.',
'Unable to open plugin archive.' => 'Kann das Plugin Archiv nicht öffenen.',
'There is no file in the plugin archive.' => 'Es gibt keine Datei im Plugin Archiv.',
'Create tasks in bulk' => 'Viele Aufgaben auf einmal erstellen',
'Your Kanboard instance is not configured to install plugins from the user interface.' => 'Ihre Kanboard Installation ist nicht dafür konfiguriert, Plugins mit dem Benutzerinterface zu installieren.',
'There is no plugin available.' => 'Es gibt kein Plugin.',
'Install' => 'Installieren',
'Update' => 'Aktualisieren',
'Up to date' => 'Aktuell',
'Not available' => 'Nicht verfügbar',
'Remove plugin' => 'Plugin entfernen',
'Do you really want to remove this plugin: "%s"?' => 'Wollen Sie das Plugin "%s" wirklich entfernen?',
'Uninstall' => 'Deinstallieren',
'Listing' => 'Auflistung',
'Metadata' => 'Metadaten',
'Manage projects' => 'Projekte verwalten',
'Convert to task' => 'In Aufgabe umwandeln',
'Convert sub-task to task' => 'Teilaufgabe in Aufgabe umwandeln',
'Do you really want to convert this sub-task to a task?' => 'Wollen Sie diese Teilaufgabe wirklich in eine Aufgabe umwandeln?',
'My task title' => 'Mein Aufgabentitel',
'Enter one task by line.' => 'Geben Sie eine Aufgabe pro Zeile ein.',
'Number of failed login:' => 'Anzahl fehlgeschlagener Anmeldungen:',
'Account locked until:' => 'Konto gesperrt bis:',
);