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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. OC.L10N.register(
  2. "systemtags",
  3. {
  4. "Update" : "Update",
  5. "Create" : "Create",
  6. "Select tag…" : "Select tag…",
  7. "Added system tag {systemtag}" : "Added system tag {systemtag}",
  8. "Added system tag %1$s" : "Added system tag %1$s",
  9. "%1$s added system tag %2$s" : "%1$s added system tag %2$s",
  10. "{actor} added system tag {systemtag}" : "{actor} added system tag {systemtag}",
  11. "Removed system tag {systemtag}" : "Removed system tag {systemtag}",
  12. "Removed system tag %1$s" : "Removed system tag %1$s",
  13. "%1$s removed system tag %2$s" : "%1$s removed system tag %2$s",
  14. "{actor} removed system tag {systemtag}" : "{actor} removed system tag {systemtag}",
  15. "You created system tag %1$s" : "You created system tag %1$s",
  16. "You created system tag {systemtag}" : "You created system tag {systemtag}",
  17. "%1$s created system tag %2$s" : "%1$s created system tag %2$s",
  18. "{actor} created system tag {systemtag}" : "{actor} created system tag {systemtag}",
  19. "You deleted system tag %1$s" : "You deleted system tag %1$s",
  20. "You deleted system tag {systemtag}" : "You deleted system tag {systemtag}",
  21. "%1$s deleted system tag %2$s" : "%1$s deleted system tag %2$s",
  22. "{actor} deleted system tag {systemtag}" : "{actor} deleted system tag {systemtag}",
  23. "You updated system tag %2$s to %1$s" : "You updated system tag %2$s to %1$s",
  24. "You updated system tag {oldsystemtag} to {newsystemtag}" : "You updated system tag {oldsystemtag} to {newsystemtag}",
  25. "%1$s updated system tag %3$s to %2$s" : "%1$s updated system tag %3$s to %2$s",
  26. "{actor} updated system tag {oldsystemtag} to {newsystemtag}" : "{actor} updated system tag {oldsystemtag} to {newsystemtag}",
  27. "You added system tag %2$s to %1$s" : "You added system tag %2$s to %1$s",
  28. "You added system tag {systemtag} to {file}" : "You added system tag {systemtag} to {file}",
  29. "%1$s added system tag %3$s to %2$s" : "%1$s added system tag %3$s to %2$s",
  30. "{actor} added system tag {systemtag} to {file}" : "{actor} added system tag {systemtag} to {file}",
  31. "You removed system tag %2$s from %1$s" : "You removed system tag %2$s from %1$s",
  32. "You removed system tag {systemtag} from {file}" : "You removed system tag {systemtag} from {file}",
  33. "%1$s removed system tag %3$s from %2$s" : "%1$s removed system tag %3$s from %2$s",
  34. "{actor} removed system tag {systemtag} from {file}" : "{actor} removed system tag {systemtag} from {file}",
  35. "%s (restricted)" : "%s (restricted)",
  36. "%s (invisible)" : "%s (invisible)",
  37. "<strong>System tags</strong> for a file have been modified" : "<strong>System tags</strong> for a file have been modified",
  38. "Tags" : "Tags",
  39. "Collaborative tags" : "Collaborative tags",
  40. "Collaborative tagging functionality which shares tags among users." : "Collaborative tagging functionality which shares tags among users.",
  41. "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)",
  42. "Tagged files" : "Tagged files",
  43. "Select tags to filter by" : "Select tags to filter by",
  44. "No tags found" : "No tags found",
  45. "Please select tags to filter by" : "Please select tags to filter by",
  46. "No files found for the selected tags" : "No files found for the selected tags",
  47. "Select tag …" : "Select tag …",
  48. "Create a new tag" : "Create a new tag",
  49. "Name" : "Name",
  50. "Public" : "Public",
  51. "Restricted" : "Restricted",
  52. "Invisible" : "Invisible",
  53. "Delete" : "Delete",
  54. "Reset" : "Reset",
  55. "No files in here" : "No files in here",
  56. "No entries found in this folder" : "No entries found in this folder",
  57. "Size" : "Size",
  58. "Modified" : "Modified"
  59. },
  60. "nplurals=2; plural=(n != 1);");