nextcloud/apps/systemtags/l10n/sl.js

33 lines
2.0 KiB
JavaScript
Raw Normal View History

2016-02-17 09:56:11 +03:00
OC.L10N.register(
"systemtags",
{
2016-05-04 09:11:59 +03:00
"Tags" : "Oznake",
"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-26 09:55:44 +03:00
"<strong>System tags</strong> for a file have been modified" : "<strong>Sistemske oznake</strong> datoteke so bile spremenjene",
2016-05-04 09:11:59 +03:00
"You assigned system tag %3$s" : "Dodelili ste sistemsko oznako %3$s",
2016-02-26 09:55:44 +03:00
"%1$s assigned system tag %3$s" : "Uporabnik %1$s je dodelil sistemsko oznako %3$s",
2016-05-04 09:11:59 +03:00
"You unassigned system tag %3$s" : "Odstranili ste sistemsko oznako %3$s",
2016-02-26 09:55:44 +03:00
"%1$s unassigned system tag %3$s" : "Uporabnik %1$s je odstranil sistemsko oznako %3$s",
2016-05-04 09:11:59 +03:00
"You created system tag %2$s" : "Ustvarili ste sistemsko oznako %2$s",
2016-02-26 09:55:44 +03:00
"%1$s created system tag %2$s" : "Uporabnik %1$s je ustvaril sistemsko oznako %2$s",
2016-05-04 09:11:59 +03:00
"You deleted system tag %2$s" : "Izbrisali ste sistemsko oznako %2$s",
2016-02-26 09:55:44 +03:00
"%1$s deleted system tag %2$s" : "Uporabnik %1$s je izbrisal sistemsko oznako %2$s",
2016-05-04 09:11:59 +03:00
"You updated system tag %3$s to %2$s" : "Posodobili ste sistemsko oznako %3$s v %2$s",
2016-02-26 09:55:44 +03:00
"%1$s updated system tag %3$s to %2$s" : "Uporabnik %1$s je posodobil sistemsko oznako %3$s za %2$s",
2016-05-04 09:11:59 +03:00
"You assigned system tag %3$s to %2$s" : "Dodelili ste sistemsko oznako %3$s za %2$s",
2016-02-26 09:55:44 +03:00
"%1$s assigned system tag %3$s to %2$s" : "Uporabnik %1$s je dodelil sistemsko oznako %3$s za %2$s",
2016-05-04 09:11:59 +03:00
"You unassigned system tag %3$s from %2$s" : "Odstranili ste sistemsko oznako %3$s od %2$s",
2016-02-26 09:55:44 +03:00
"%1$s unassigned system tag %3$s from %2$s" : "Uporabnik %1$s je prevzel sistemsko oznako %3$s od %2$s",
2016-05-23 08:55:10 +03:00
"%s (restricted)" : "%s (omejeno)",
2016-02-26 09:55:44 +03:00
"%s (invisible)" : "%s (nevidno)",
2016-07-29 03:09:49 +03:00
"Name" : "Ime",
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.",
"Size" : "Velikost",
"Modified" : "Spremenjeno"
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");