diff options
Diffstat (limited to 'apps/workflowengine/l10n/en_GB.js')
-rw-r--r-- | apps/workflowengine/l10n/en_GB.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/workflowengine/l10n/en_GB.js b/apps/workflowengine/l10n/en_GB.js index 9e4c2c578d6..6585b245e2a 100644 --- a/apps/workflowengine/l10n/en_GB.js +++ b/apps/workflowengine/l10n/en_GB.js @@ -1,10 +1,16 @@ OC.L10N.register( "workflowengine", { + "Short rule description" : "Short rule description", + "Add rule" : "Add rule", + "Reset" : "Reset", + "Save" : "Save", + "Saving…" : "Saving…", "Group list is empty" : "Group list is empty", "Unable to retrieve the group list" : "Unable to retrieve the group list", "Saved" : "Saved", "Saving failed:" : "Saving failed:", + "Add rule group" : "Add rule group", "File MIME type" : "File MIME type", "is" : "is", "is not" : "is not", @@ -63,12 +69,6 @@ OC.L10N.register( "Workflow" : "Workflow", "Files workflow engine" : "Files workflow engine", "Open documentation" : "Open documentation", - "Add rule group" : "Add rule group", - "Short rule description" : "Short rule description", - "Add rule" : "Add rule", - "Reset" : "Reset", - "Save" : "Save", - "Saving…" : "Saving…", "Loading…" : "Loading…" }, "nplurals=2; plural=(n != 1);"); |