nextcloud/apps/systemtags/l10n/sl.js

26 lines
1.5 KiB
JavaScript
Raw Normal View History

2016-02-17 09:56:11 +03:00
OC.L10N.register(
"systemtags",
{
2016-02-26 09:55:44 +03:00
"<strong>System tags</strong> for a file have been modified" : "<strong>Sistemske oznake</strong> datoteke so bile spremenjene",
"%1$s assigned system tag %3$s" : "Uporabnik %1$s je dodelil sistemsko oznako %3$s",
"%1$s unassigned system tag %3$s" : "Uporabnik %1$s je odstranil sistemsko oznako %3$s",
"%1$s created system tag %2$s" : "Uporabnik %1$s je ustvaril sistemsko oznako %2$s",
"%1$s deleted system tag %2$s" : "Uporabnik %1$s je izbrisal sistemsko oznako %2$s",
"%1$s updated system tag %3$s to %2$s" : "Uporabnik %1$s je posodobil sistemsko oznako %3$s za %2$s",
"%1$s assigned system tag %3$s to %2$s" : "Uporabnik %1$s je dodelil sistemsko oznako %3$s za %2$s",
"%1$s unassigned system tag %3$s from %2$s" : "Uporabnik %1$s je prevzel sistemsko oznako %3$s od %2$s",
"%s (not-assignable)" : "%s (nedodeljivo)",
"%s (invisible)" : "%s (nevidno)",
2016-02-17 09:56:11 +03:00
"Tags" : "Oznake",
2016-02-25 09:58:06 +03:00
"Tagged files" : "Označene datoteke",
"Select tags to filter by" : "Izbor oznak za filtriranje",
"Please select tags to filter by" : "Izbor oznak za filtriranje",
"No files found for the selected tags" : "Na izbrane oznake ni najdenih datotek",
2016-02-17 09:56:11 +03:00
"No files in here" : "V mapi ni datotek",
"No entries found in this folder" : "V tej mapi ni najdenih predmetov.",
"Name" : "Ime",
"Size" : "Velikost",
"Modified" : "Spremenjeno"
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");