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

sq.js « l10n - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ea9fbb21ae0a50c33571f7120c4ea78df350db67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
OC.L10N.register(
    "richdocuments",
    {
    "New Document.odt" : "Dokument.odt i ri",
    "New Spreadsheet.ods" : "Fletëllogaritje.ods e re  ",
    "New Presentation.odp" : "Prezantim.odp i ri",
    "New Document.docx" : "Dokument.docx i ri",
    "New Spreadsheet.xlsx" : "Fletëllogaritje.xlsx e re",
    "New Presentation.pptx" : "Prezantim.pptx i ri",
    "File already exists" : "Skedari ekziston tashmë",
    "Saved" : "U ruajt",
    "The file was uploaded" : "Skedari u ngarkua",
    "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Kartela e ngarkuar tejkalon udhëzimin MAX_FILE_SIZE që qe përcaktuar te formulari HTML",
    "No file was uploaded" : "S’u ngarkua kartelë",
    "Missing a temporary folder" : "Mungon një dosje e përkohshme",
    "File is too big" : "Skedari është shumë i madh",
    "Invalid file provided" : "U dha kartelë e pavlefshme",
    "Office" : "Zyrë",
    "Empty" : "Bosh",
    "Advanced settings" : "Rregullime të mëtejshme",
    "Select groups" : "Përzgjidhni grupe",
    "Description" : "Përshkrim",
    "No results" : "Asnjë rezultat",
    "Cancel" : "Anullo",
    "Close" : "Mbylleni",
    "Error" : "Error",
    "Nickname" : "Nofkë",
    "Save" : "Ruaje",
    "Saving…" : "Duke u ruajtur...",
    "Remove from favorites" : "Remove from favorites",
    "Add to favorites" : "Shtoje tek të parapëlqyerat",
    "Details" : "Detajet",
    "Download" : "Shkarko",
    "Guest" : "I ftuar",
    "Failed to revert the document to older version" : "Dështoi kthimi i dokumentit te versioni më i vjetër",
    "Could not create file" : "Kartela s’u krijua dot",
    "Create" : "Krijo",
    "Select template" : "Zgjidh shabllonin",
    "Collabora Online" : "Collabora Online",
    "Saved with error: Collabora Online should use the same protocol as the server installation." : "U ruajt me gabim: Collabora Online do të duhej të përdorte të njëjtin protokoll si instalimi i shërbyesit."
},
"nplurals=2; plural=(n != 1);");