ka.js 6.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. OC.L10N.register(
  2. "systemtags",
  3. {
  4. "System tag %1$s added by the system" : "System tag %1$s added by the system",
  5. "Added system tag {systemtag}" : "Added system tag {systemtag}",
  6. "Added system tag %1$s" : "Added system tag %1$s",
  7. "%1$s added system tag %2$s" : "%1$s added system tag %2$s",
  8. "{actor} added system tag {systemtag}" : "{actor} added system tag {systemtag}",
  9. "System tag %1$s removed by the system" : "System tag %1$s removed by the system",
  10. "Removed system tag {systemtag}" : "Removed system tag {systemtag}",
  11. "Removed system tag %1$s" : "Removed system tag %1$s",
  12. "%1$s removed system tag %2$s" : "%1$s removed system tag %2$s",
  13. "{actor} removed system tag {systemtag}" : "{actor} removed system tag {systemtag}",
  14. "You created system tag %1$s" : "You created system tag %1$s",
  15. "You created system tag {systemtag}" : "You created system tag {systemtag}",
  16. "%1$s created system tag %2$s" : "%1$s created system tag %2$s",
  17. "{actor} created system tag {systemtag}" : "{actor} created system tag {systemtag}",
  18. "You deleted system tag %1$s" : "You deleted system tag %1$s",
  19. "You deleted system tag {systemtag}" : "You deleted system tag {systemtag}",
  20. "%1$s deleted system tag %2$s" : "%1$s deleted system tag %2$s",
  21. "{actor} deleted system tag {systemtag}" : "{actor} deleted system tag {systemtag}",
  22. "You updated system tag %2$s to %1$s" : "You updated system tag %2$s to %1$s",
  23. "You updated system tag {oldsystemtag} to {newsystemtag}" : "You updated system tag {oldsystemtag} to {newsystemtag}",
  24. "%1$s updated system tag %3$s to %2$s" : "%1$s updated system tag %3$s to %2$s",
  25. "{actor} updated system tag {oldsystemtag} to {newsystemtag}" : "{actor} updated system tag {oldsystemtag} to {newsystemtag}",
  26. "System tag %2$s was added to %1$s by the system" : "System tag %2$s was added to %1$s by the system",
  27. "System tag {systemtag} was added to {file} by the system" : "System tag {systemtag} was added to {file} by the system",
  28. "You added system tag %2$s to %1$s" : "You added system tag %2$s to %1$s",
  29. "You added system tag {systemtag} to {file}" : "You added system tag {systemtag} to {file}",
  30. "%1$s added system tag %3$s to %2$s" : "%1$s added system tag %3$s to %2$s",
  31. "{actor} added system tag {systemtag} to {file}" : "{actor} added system tag {systemtag} to {file}",
  32. "System tag %2$s was removed from %1$s by the system" : "System tag %2$s was removed from %1$s by the system",
  33. "System tag {systemtag} was removed from {file} by the system" : "System tag {systemtag} was removed from {file} by the system",
  34. "You removed system tag %2$s from %1$s" : "You removed system tag %2$s from %1$s",
  35. "You removed system tag {systemtag} from {file}" : "You removed system tag {systemtag} from {file}",
  36. "%1$s removed system tag %3$s from %2$s" : "%1$s removed system tag %3$s from %2$s",
  37. "{actor} removed system tag {systemtag} from {file}" : "{actor} removed system tag {systemtag} from {file}",
  38. "%s (restricted)" : "%s (restricted)",
  39. "%s (invisible)" : "%s (invisible)",
  40. "<strong>System tags</strong> for a file have been modified" : "<strong>System tags</strong> for a file have been modified",
  41. "Tags" : "Tags",
  42. "All tagged %s …" : "All tagged %s …",
  43. "tagged %s" : "tagged %s",
  44. "Collaborative tags" : "Collaborative tags",
  45. "Create or edit tags" : "Create or edit tags",
  46. "Search for a tag to edit" : "Search for a tag to edit",
  47. "Collaborative tags …" : "Collaborative tags …",
  48. "No tags to select" : "No tags to select",
  49. "Tag name" : "Tag name",
  50. "Tag level" : "Tag level",
  51. "Create" : "Create",
  52. "Update" : "Update",
  53. "Delete" : "Delete",
  54. "Reset" : "Reset",
  55. "Loading …" : "Loading …",
  56. "Public" : "Public",
  57. "Restricted" : "Restricted",
  58. "Invisible" : "Invisible",
  59. "Created tag" : "Created tag",
  60. "Failed to create tag" : "Failed to create tag",
  61. "Updated tag" : "Updated tag",
  62. "Failed to update tag" : "Failed to update tag",
  63. "Deleted tag" : "Deleted tag",
  64. "Failed to delete tag" : "Failed to delete tag",
  65. "Loading collaborative tags …" : "Loading collaborative tags …",
  66. "Search or create collaborative tags" : "Search or create collaborative tags",
  67. "No tags to select, type to create a new tag" : "No tags to select, type to create a new tag",
  68. "Failed to load tags" : "Failed to load tags",
  69. "Failed to load selected tags" : "Failed to load selected tags",
  70. "Failed to select tag" : "Failed to select tag",
  71. "Collaborative tags are available for all users. Restricted tags are visible to users but cannot be assigned by them. Invisible tags are for internal use, since users cannot see or assign them." : "Collaborative tags are available for all users. Restricted tags are visible to users but cannot be assigned by them. Invisible tags are for internal use, since users cannot see or assign them.",
  72. "This file has the tag {tag}" : "This file has the tag {tag}",
  73. "This file has the tags {firstTags} and {lastTag}" : "This file has the tags {firstTags} and {lastTag}",
  74. "List of tags and their associated files and folders." : "List of tags and their associated files and folders.",
  75. "No tags found" : "No tags found",
  76. "Tags you have created will show up here." : "Tags you have created will show up here.",
  77. "Failed to load last used tags" : "Failed to load last used tags",
  78. "Missing \"Content-Location\" header" : "Missing \"Content-Location\" header",
  79. "Failed to load tags for file" : "Failed to load tags for file",
  80. "Failed to set tag for file" : "Failed to set tag for file",
  81. "Failed to delete tag for file" : "Failed to delete tag for file",
  82. "Tag name is empty" : "Tag name is empty",
  83. "Select tag …" : "Select tag …",
  84. "Collaborative tagging functionality which shares tags among users." : "Collaborative tagging functionality which shares tags among users.",
  85. "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.)",
  86. "Tagged files" : "Tagged files",
  87. "Select tags to filter by" : "Select tags to filter by",
  88. "Please select tags to filter by" : "Please select tags to filter by",
  89. "No files found for the selected tags" : "No files found for the selected tags",
  90. "Create a new tag" : "Create a new tag",
  91. "Name" : "Name",
  92. "No files in here" : "No files in here",
  93. "No entries found in this folder" : "No entries found in this folder",
  94. "Size" : "Size",
  95. "Modified" : "Modified"
  96. },
  97. "nplurals=2; plural=(n!=1);");