diff options
Diffstat (limited to 'apps/workflowengine/l10n/de.js')
-rw-r--r-- | apps/workflowengine/l10n/de.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/workflowengine/l10n/de.js b/apps/workflowengine/l10n/de.js index 4c0805e2893..87b81a330e3 100644 --- a/apps/workflowengine/l10n/de.js +++ b/apps/workflowengine/l10n/de.js @@ -1,9 +1,7 @@ OC.L10N.register( "workflowengine", { - "Successfully saved" : "Erfolgreich gespeichert", "Saving failed:" : "Speichern fehlgeschlagen:", - "File mime type" : "Datei Medientyp", "is" : "ist", "is not" : "ist nicht", "matches" : "entspricht", @@ -66,6 +64,8 @@ OC.L10N.register( "Reset" : "Zurücksetzen", "Save" : "Speichern", "Saving…" : "Speichern…", - "Loading…" : "Laden…" + "Loading…" : "Laden…", + "Successfully saved" : "Erfolgreich gespeichert", + "File mime type" : "Datei Medientyp" }, "nplurals=2; plural=(n != 1);"); |