aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/sl.js
blob: 6afbfb04096c5cc0211fec8c78eddd3394d57557 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OC.L10N.register(
    "files_trashbin",
    {
    "restored" : "obnovljeno",
    "Deleted files" : "Izbrisane datoteke",
    "Deleted files and folders in the trash bin (may expire during export if you are low on storage space)" : "Izbrisane datoteke in mape v smeteh (nabor je odvisen od velikosti prostora)",
    "Restore" : "Obnovi",
    "Unknown" : "Neznano",
    "All files" : "Vse datoteke",
    "You" : "Jaz",
    "Deleted" : "Izbrisano",
    "Cancel" : "Prekliči",
    "Deletion cancelled" : "Brisanje je bilo preklicano",
    "List of files that have been deleted." : "Seznam datotek, ki so bile izbrisane.",
    "No deleted files" : "Ni izbrisanih datotek"
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");