diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-05-12 02:28:13 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-05-12 02:28:13 +0000 |
commit | b85c2dab27a392c5031701a7a5809c47f3b76d59 (patch) | |
tree | 7bab8faaf07275d6e15a15bb96ed296adc99da77 /apps/workflowengine/l10n/en_GB.js | |
parent | 83dcb2061d441c94805a6533be0acc622355de22 (diff) | |
download | nextcloud-server-b85c2dab27a392c5031701a7a5809c47f3b76d59.tar.gz nextcloud-server-b85c2dab27a392c5031701a7a5809c47f3b76d59.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
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);"); |