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 3.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. OC.L10N.register(
  2. "workflowengine",
  3. {
  4. "Saved" : "Saved",
  5. "Saving failed:" : "Saving failed:",
  6. "File MIME type" : "File MIME type",
  7. "is" : "is",
  8. "is not" : "is not",
  9. "matches" : "matches",
  10. "does not match" : "does not match",
  11. "Example: {placeholder}" : "Example: {placeholder}",
  12. "File size (upload)" : "File size (upload)",
  13. "less" : "less",
  14. "less or equals" : "less or equals",
  15. "greater or equals" : "greater or equals",
  16. "greater" : "greater",
  17. "File system tag" : "File system tag",
  18. "is tagged with" : "is tagged with",
  19. "is not tagged with" : "is not tagged with",
  20. "Select tag…" : "Select tag…",
  21. "Request remote address" : "Request remote address",
  22. "matches IPv4" : "matches IPv4",
  23. "does not match IPv4" : "does not match IPv4",
  24. "matches IPv6" : "matches IPv6",
  25. "does not match IPv6" : "does not match IPv6",
  26. "Request time" : "Request time",
  27. "between" : "between",
  28. "not between" : "not between",
  29. "Start" : "Start",
  30. "End" : "End",
  31. "Select timezone…" : "Select timezone…",
  32. "Request URL" : "Request URL",
  33. "Predefined URLs" : "Predefined URLs",
  34. "Files WebDAV" : "Files WebDAV",
  35. "Request user agent" : "Request user agent",
  36. "Sync clients" : "Sync clients",
  37. "Android client" : "Android client",
  38. "iOS client" : "iOS client",
  39. "Desktop client" : "Desktop client",
  40. "User group membership" : "User group membership",
  41. "is member of" : "is member of",
  42. "is not member of" : "is not member of",
  43. "The given operator is invalid" : "The given operator is invalid",
  44. "The given regular expression is invalid" : "The given regular expression is invalid",
  45. "The given file size is invalid" : "The given file size is invalid",
  46. "The given tag id is invalid" : "The given tag id is invalid",
  47. "The given IP range is invalid" : "The given IP range is invalid",
  48. "The given IP range is not valid for IPv4" : "The given IP range is not valid for IPv4",
  49. "The given IP range is not valid for IPv6" : "The given IP range is not valid for IPv6",
  50. "The given time span is invalid" : "The given time span is invalid",
  51. "The given start time is invalid" : "The given start time is invalid",
  52. "The given end time is invalid" : "The given end time is invalid",
  53. "The given group does not exist" : "The given group does not exist",
  54. "Check %s is invalid or does not exist" : "Check %s is invalid or does not exist",
  55. "Operation #%s does not exist" : "Operation #%s does not exist",
  56. "Operation %s does not exist" : "Operation %s does not exist",
  57. "Operation %s is invalid" : "Operation %s is invalid",
  58. "Check %s does not exist" : "Check %s does not exist",
  59. "Check %s is invalid" : "Check %s is invalid",
  60. "Check #%s does not exist" : "Check #%s does not exist",
  61. "Workflow" : "Workflow",
  62. "Open documentation" : "Open documentation",
  63. "Add rule group" : "Add rule group",
  64. "Short rule description" : "Short rule description",
  65. "Add rule" : "Add rule",
  66. "Reset" : "Reset",
  67. "Save" : "Save",
  68. "Saving…" : "Saving…",
  69. "Loading…" : "Loading…",
  70. "Successfully saved" : "Successfully saved",
  71. "File mime type" : "File mime type"
  72. },
  73. "nplurals=2; plural=(n != 1);");