nextcloud/apps/systemtags/l10n/en_GB.js

33 lines
1.8 KiB
JavaScript
Raw Normal View History

2016-02-17 09:56:11 +03:00
OC.L10N.register(
"systemtags",
{
2016-05-10 10:30:51 +03:00
"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",
2016-02-25 09:58:06 +03:00
"<strong>System tags</strong> for a file have been modified" : "<strong>System tags</strong> for a file have been modified",
2016-05-02 09:08:49 +03:00
"You assigned system tag %3$s" : "You assigned system tag %3$s",
2016-02-25 09:58:06 +03:00
"%1$s assigned system tag %3$s" : "%1$s assigned system tag %3$s",
2016-05-02 09:08:49 +03:00
"You unassigned system tag %3$s" : "You unassigned system tag %3$s",
2016-02-25 09:58:06 +03:00
"%1$s unassigned system tag %3$s" : "%1$s unassigned system tag %3$s",
2016-05-02 09:08:49 +03:00
"You created system tag %2$s" : "You created system tag %2$s",
2016-02-25 09:58:06 +03:00
"%1$s created system tag %2$s" : "%1$s created system tag %2$s",
2016-05-02 09:08:49 +03:00
"You deleted system tag %2$s" : "You deleted system tag %2$s",
2016-02-25 09:58:06 +03:00
"%1$s deleted system tag %2$s" : "%1$s deleted system tag %2$s",
2016-05-02 09:08:49 +03:00
"You updated system tag %3$s to %2$s" : "You updated system tag %3$s to %2$s",
2016-02-25 09:58:06 +03:00
"%1$s updated system tag %3$s to %2$s" : "%1$s updated system tag %3$s to %2$s",
2016-05-02 09:08:49 +03:00
"You assigned system tag %3$s to %2$s" : "You assigned system tag %3$s to %2$s",
2016-02-25 09:58:06 +03:00
"%1$s assigned system tag %3$s to %2$s" : "%1$s assigned system tag %3$s to %2$s",
2016-05-02 09:08:49 +03:00
"You unassigned system tag %3$s from %2$s" : "You unassigned system tag %3$s from %2$s",
2016-02-25 09:58:06 +03:00
"%1$s unassigned system tag %3$s from %2$s" : "%1$s unassigned system tag %3$s from %2$s",
2016-05-27 08:55:35 +03:00
"%s (restricted)" : "%s (restricted)",
2016-02-25 09:58:06 +03:00
"%s (invisible)" : "%s (invisible)",
2016-07-29 03:09:49 +03:00
"Name" : "Name",
2016-02-17 09:56:11 +03:00
"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);");