diff options
Diffstat (limited to 'apps/workflowengine/l10n/nl.js')
-rw-r--r-- | apps/workflowengine/l10n/nl.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/workflowengine/l10n/nl.js b/apps/workflowengine/l10n/nl.js index 13e619f1be2..ab042f1e4e4 100644 --- a/apps/workflowengine/l10n/nl.js +++ b/apps/workflowengine/l10n/nl.js @@ -1,9 +1,7 @@ OC.L10N.register( "workflowengine", { - "Successfully saved" : "Succesvol opgeslagen", "Saving failed:" : "Opslaan mislukt:", - "File mime type" : "Bestand mime type", "is" : "is", "is not" : "is niet", "matches" : "komt overeen", @@ -66,6 +64,8 @@ OC.L10N.register( "Reset" : "Reset", "Save" : "Opslaan", "Saving…" : "Opslaan...", - "Loading…" : "Laden..." + "Loading…" : "Laden...", + "Successfully saved" : "Succesvol opgeslagen", + "File mime type" : "Bestand mime type" }, "nplurals=2; plural=(n != 1);"); |