nextcloud/apps/systemtags/l10n/en_GB.js

26 lines
1.3 KiB
JavaScript

OC.L10N.register(
"systemtags",
{
"<strong>System tags</strong> for a file have been modified" : "<strong>System tags</strong> for a file have been modified",
"%1$s assigned system tag %3$s" : "%1$s assigned system tag %3$s",
"%1$s unassigned system tag %3$s" : "%1$s unassigned system tag %3$s",
"%1$s created system tag %2$s" : "%1$s created system tag %2$s",
"%1$s deleted system tag %2$s" : "%1$s deleted system tag %2$s",
"%1$s updated system tag %3$s to %2$s" : "%1$s updated system tag %3$s to %2$s",
"%1$s assigned system tag %3$s to %2$s" : "%1$s assigned system tag %3$s to %2$s",
"%1$s unassigned system tag %3$s from %2$s" : "%1$s unassigned system tag %3$s from %2$s",
"%s (not-assignable)" : "%s (not-assignable)",
"%s (invisible)" : "%s (invisible)",
"Tags" : "Tags",
"Tagged files" : "Tagged files",
"Select tags to filter by" : "Select tags to filter by",
"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",
"No files in here" : "No files in here",
"No entries found in this folder" : "No entries found in this folder",
"Name" : "Name",
"Size" : "Size",
"Modified" : "Modified"
},
"nplurals=2; plural=(n != 1);");