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

sq.js « l10n « ownpad_lite - github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0efacda5d2d48e5256777054b487272831ddde27 (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" : "Dokumenti u nda",
    "User %s shared quick document %s with you." : "Përdoruesi %s ndau me ju dokumentin e shpejtë %s.",
    "My pad" : "Blloku im",
    "Settings" : "Rregullime",
    "Pad Title" : "Titull Blloku",
    "Open" : "Hape",
    "Share with" : "Ndajeni me",
    "Share" : "Ndaje",
    "Etherpad service URL" : "URL shërbimi Etherpad",
    "Username" : "Emër përdoruesi",
    "Save" : "Ruaje"
},
"nplurals=2; plural=(n != 1);");