Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sl.js « l10n « systemtags « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5a239abc162aea47f9d678aa70a795abbf932e94 (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "systemtags",
    {
    "Tags" : "Oznake",
    "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);");