diff options
Diffstat (limited to 'apps/workflowengine/l10n/en_GB.js')
-rw-r--r-- | apps/workflowengine/l10n/en_GB.js | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/apps/workflowengine/l10n/en_GB.js b/apps/workflowengine/l10n/en_GB.js index 24807468973..a9ae47b2668 100644 --- a/apps/workflowengine/l10n/en_GB.js +++ b/apps/workflowengine/l10n/en_GB.js @@ -48,6 +48,7 @@ OC.L10N.register( "Nextcloud workflow engine" : "Nextcloud workflow engine", "Select a filter" : "Select a filter", "Select a comparator" : "Select a comparator", + "Remove filter" : "Remove filter", "Select a file type" : "Select a file type", "e.g. httpd/unix-directory" : "e.g. httpd/unix-directory", "Folder" : "Folder", @@ -58,9 +59,7 @@ OC.L10N.register( "Custom mimetype" : "Custom mimetype", "Please enter a valid time span" : "Please enter a valid time span", "Select a request URL" : "Select a request URL", - "Predefined URLs" : "Predefined URLs", "Files WebDAV" : "Files WebDAV", - "Others" : "Others", "Custom URL" : "Custom URL", "Select a user agent" : "Select a user agent", "Android client" : "Android client", @@ -72,6 +71,7 @@ OC.L10N.register( "Add new flow" : "Add new flow", "When" : "When", "and" : "and", + "Add a new filter" : "Add a new filter", "Cancel" : "Cancel", "Delete" : "Delete", "The configuration is invalid" : "The configuration is invalid", @@ -115,6 +115,8 @@ OC.L10N.register( "Select a tag" : "Select a tag", "No results" : "No results", "%s (invisible)" : "%s (invisible)", - "%s (restricted)" : "%s (restricted)" + "%s (restricted)" : "%s (restricted)", + "Predefined URLs" : "Predefined URLs", + "Others" : "Others" }, "nplurals=2; plural=(n != 1);"); |