diff options
Diffstat (limited to 'apps/workflowengine/l10n/en_GB.js')
-rw-r--r-- | apps/workflowengine/l10n/en_GB.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/workflowengine/l10n/en_GB.js b/apps/workflowengine/l10n/en_GB.js index d54e8d8bfc4..63fb0dad040 100644 --- a/apps/workflowengine/l10n/en_GB.js +++ b/apps/workflowengine/l10n/en_GB.js @@ -12,6 +12,7 @@ OC.L10N.register( "The given start time is invalid" : "The given start time is invalid", "The given end time is invalid" : "The given end time is invalid", "The given group does not exist" : "The given group does not exist", + "File" : "File", "Operation #%s does not exist" : "Operation #%s does not exist", "Operation %s does not exist" : "Operation %s does not exist", "Operation %s is invalid" : "Operation %s is invalid", @@ -19,13 +20,20 @@ OC.L10N.register( "Check %s is invalid" : "Check %s is invalid", "Check #%s does not exist" : "Check #%s does not exist", "Check %s is invalid or does not exist" : "Check %s is invalid or does not exist", + "Images" : "Images", + "No results" : "No results", + "%s (invisible)" : "%s (invisible)", + "%s (restricted)" : "%s (restricted)", "Predefined URLs" : "Predefined URLs", "Files WebDAV" : "Files WebDAV", "Android client" : "Android client", "iOS client" : "iOS client", "Desktop client" : "Desktop client", "Thunderbird & Outlook addons" : "Thunderbird & Outlook addons", + "Cancel" : "Cancel", + "Delete" : "Delete", "Save" : "Save", + "Browse the app store" : "Browse the app store", "matches" : "matches", "does not match" : "does not match", "is" : "is", |