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

oc.js « l10n « ownpad_lite - github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 554a51d77e6244d065c1953b5edc5856e16531c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OC.L10N.register(
    "ownpad_lite",
    {
    "Document was shared" : "Lo document es estat partejat",
    "User %s shared quick document %s with you." : "L'utilizaire %s a partejat lo document rapid %s amb vos.",
    "My pad" : "Mon Pad",
    "Settings" : "Paramètres",
    "Pad Title" : "Nom del Pad",
    "Open" : "Dobrir",
    "Share with" : "Partejar amb",
    "Share" : "Partejar",
    "Etherpad service URL" : "URL del servici Etherpad",
    "Username" : "Nom d'utilizaire",
    "Save" : "Salvar"
},
"nplurals=2; plural=(n > 1);");