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

et_EE.js « l10n « federatedfilesharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 13ba34661e98a13c14e0e141e3893ef38b577b85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "federatedfilesharing",
    {
    "Sharing %s failed, because this item is already shared with %s" : "%s jagamine ebaõnnestus, kuna see üksus on juba jagatud %s",
    "Open documentation" : "Ava dokumentatsioon",
    "Allow users on this server to send shares to other servers" : "Luba selle serveri kasutajatel saata faile teistesse serveritesse",
    "Allow users on this server to receive shares from other servers" : "Luba selle serveri kasutajatel võtta vastu jagamisi teistest serveritest",
    "Share it:" : "Jaga seda:",
    "Add to your website" : "Lisa oma veebisaidile",
    "Share with me via ownCloud" : "Jaga minuga läbi ownCloudiga",
    "HTML Code:" : "HTML kood:"
},
"nplurals=2; plural=(n != 1);");