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

lv.js « l10n « files_sharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c786d7f3f1870ee6398b7c6e9c6d68f636cab9f7 (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "files_sharing",
    {
    "Cancel" : "Atcelt",
    "Shared by" : "Dalījās",
    "Password" : "Parole",
    "Name" : "Nosaukums",
    "Download" : "Lejupielādēt"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");