nextcloud/apps/systemtags/l10n/en_GB.js

60 lines
3.9 KiB
JavaScript

OC.L10N.register(
"systemtags",
{
"Update" : "Update",
"Create" : "Create",
"Select tag …" : "Select tag …",
"Added system tag {systemtag}" : "Added system tag {systemtag}",
"Added system tag %1$s" : "Added system tag %1$s",
"%1$s added system tag %2$s" : "%1$s added system tag %2$s",
"{actor} added system tag {systemtag}" : "{actor} added system tag {systemtag}",
"Removed system tag {systemtag}" : "Removed system tag {systemtag}",
"Removed system tag %1$s" : "Removed system tag %1$s",
"%1$s removed system tag %2$s" : "%1$s removed system tag %2$s",
"{actor} removed system tag {systemtag}" : "{actor} removed system tag {systemtag}",
"You created system tag %1$s" : "You created system tag %1$s",
"You created system tag {systemtag}" : "You created system tag {systemtag}",
"%1$s created system tag %2$s" : "%1$s created system tag %2$s",
"{actor} created system tag {systemtag}" : "{actor} created system tag {systemtag}",
"You deleted system tag %1$s" : "You deleted system tag %1$s",
"You deleted system tag {systemtag}" : "You deleted system tag {systemtag}",
"%1$s deleted system tag %2$s" : "%1$s deleted system tag %2$s",
"{actor} deleted system tag {systemtag}" : "{actor} deleted system tag {systemtag}",
"You updated system tag %2$s to %1$s" : "You updated system tag %2$s to %1$s",
"You updated system tag {oldsystemtag} to {newsystemtag}" : "You updated system tag {oldsystemtag} to {newsystemtag}",
"%1$s updated system tag %3$s to %2$s" : "%1$s updated system tag %3$s to %2$s",
"{actor} updated system tag {oldsystemtag} to {newsystemtag}" : "{actor} updated system tag {oldsystemtag} to {newsystemtag}",
"You added system tag %2$s to %1$s" : "You added system tag %2$s to %1$s",
"You added system tag {systemtag} to {file}" : "You added system tag {systemtag} to {file}",
"%1$s added system tag %3$s to %2$s" : "%1$s added system tag %3$s to %2$s",
"{actor} added system tag {systemtag} to {file}" : "{actor} added system tag {systemtag} to {file}",
"You removed system tag %2$s from %1$s" : "You removed system tag %2$s from %1$s",
"You removed system tag {systemtag} from {file}" : "You removed system tag {systemtag} from {file}",
"%1$s removed system tag %3$s from %2$s" : "%1$s removed system tag %3$s from %2$s",
"{actor} removed system tag {systemtag} from {file}" : "{actor} removed system tag {systemtag} from {file}",
"%s (restricted)" : "%s (restricted)",
"%s (invisible)" : "%s (invisible)",
"<strong>System tags</strong> for a file have been modified" : "<strong>System tags</strong> for a file have been modified",
"Tags" : "Tags",
"Collaborative tags" : "Collaborative tags",
"Collaborative tagging functionality which shares tags among users." : "Collaborative tagging functionality which shares tags among users.",
"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.)",
"Tagged files" : "Tagged files",
"Select tags to filter by" : "Select tags to filter by",
"No tags found" : "No tags found",
"Please select tags to filter by" : "Please select tags to filter by",
"No files found for the selected tags" : "No files found for the selected tags",
"Create a new tag" : "Create a new tag",
"Name" : "Name",
"Public" : "Public",
"Restricted" : "Restricted",
"Invisible" : "Invisible",
"Delete" : "Delete",
"Reset" : "Reset",
"No files in here" : "No files in here",
"No entries found in this folder" : "No entries found in this folder",
"Size" : "Size",
"Modified" : "Modified"
},
"nplurals=2; plural=(n != 1);");