aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/sl.js
blob: 60cecde1cb81a69d8b442076f59c97f56cac68fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OC.L10N.register(
    "files_trashbin",
    {
    "Couldn't delete %s permanently" : "Datoteke %s ni mogoče trajno izbrisati.",
    "Couldn't restore %s" : "Ni mogoče obnoviti %s",
    "Deleted files" : "Izbrisane datoteke",
    "Restore" : "Obnovi",
    "Error" : "Napaka",
    "restored" : "obnovljeno",
    "Nothing in here. Your trash bin is empty!" : "Mapa smeti je prazna.",
    "Name" : "Ime",
    "Deleted" : "Izbrisano",
    "Delete" : "Izbriši"
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");