You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

en_GB.js 2.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. OC.L10N.register(
  2. "workflowengine",
  3. {
  4. "The given operator is invalid" : "The given operator is invalid",
  5. "The given regular expression is invalid" : "The given regular expression is invalid",
  6. "The given file size is invalid" : "The given file size is invalid",
  7. "The given tag id is invalid" : "The given tag id is invalid",
  8. "The given IP range is invalid" : "The given IP range is invalid",
  9. "The given IP range is not valid for IPv4" : "The given IP range is not valid for IPv4",
  10. "The given IP range is not valid for IPv6" : "The given IP range is not valid for IPv6",
  11. "The given time span is invalid" : "The given time span is invalid",
  12. "The given start time is invalid" : "The given start time is invalid",
  13. "The given end time is invalid" : "The given end time is invalid",
  14. "The given group does not exist" : "The given group does not exist",
  15. "File" : "File",
  16. "Operation #%s does not exist" : "Operation #%s does not exist",
  17. "Operation %s does not exist" : "Operation %s does not exist",
  18. "Operation %s is invalid" : "Operation %s is invalid",
  19. "Check %s does not exist" : "Check %s does not exist",
  20. "Check %s is invalid" : "Check %s is invalid",
  21. "Check #%s does not exist" : "Check #%s does not exist",
  22. "Check %s is invalid or does not exist" : "Check %s is invalid or does not exist",
  23. "Folder" : "Folder",
  24. "Images" : "Images",
  25. "No results" : "No results",
  26. "%s (invisible)" : "%s (invisible)",
  27. "%s (restricted)" : "%s (restricted)",
  28. "Predefined URLs" : "Predefined URLs",
  29. "Files WebDAV" : "Files WebDAV",
  30. "Android client" : "Android client",
  31. "iOS client" : "iOS client",
  32. "Desktop client" : "Desktop client",
  33. "Thunderbird & Outlook addons" : "Thunderbird & Outlook addons",
  34. "Cancel" : "Cancel",
  35. "Delete" : "Delete",
  36. "Save" : "Save",
  37. "matches" : "matches",
  38. "does not match" : "does not match",
  39. "is" : "is",
  40. "is not" : "is not",
  41. "File name" : "File name",
  42. "File MIME type" : "File MIME type",
  43. "File size (upload)" : "File size (upload)",
  44. "less" : "less",
  45. "less or equals" : "less or equals",
  46. "greater or equals" : "greater or equals",
  47. "greater" : "greater",
  48. "Request remote address" : "Request remote address",
  49. "matches IPv4" : "matches IPv4",
  50. "does not match IPv4" : "does not match IPv4",
  51. "matches IPv6" : "matches IPv6",
  52. "does not match IPv6" : "does not match IPv6",
  53. "File system tag" : "File system tag",
  54. "is tagged with" : "is tagged with",
  55. "is not tagged with" : "is not tagged with",
  56. "Request URL" : "Request URL",
  57. "Request time" : "Request time",
  58. "between" : "between",
  59. "not between" : "not between",
  60. "Request user agent" : "Request user agent",
  61. "User group membership" : "User group membership",
  62. "is member of" : "is member of",
  63. "is not member of" : "is not member of"
  64. },
  65. "nplurals=2; plural=(n != 1);");