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

lv.js « l10n - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 571f4068878a4a6f9eba49b2cb0fb84804d355f7 (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
OC.L10N.register(
    "richdocuments",
    {
    "Saving…" : "Saglabā...",
    "All" : "Visi",
    "Download this revision" : "Lejupielādēt šo pārlaboto izdevumu",
    "Restore this revision" : "Atjaunot šo versiju",
    "Save" : "Saglabāt",
    "Edit" : "Rediģēt",
    "Could not create file" : "Neizdevās izveidot datni",
    "Can't create document" : "Nevar izveidot dokumentu",
    "New Document.odt" : "Jauns Dokuments.odt",
    "New Spreadsheet.ods" : "Juans Spreadsheet.ods",
    "New Presentation.odp" : "Jauns Presentation.odp",
    "New Document.docx" : "Jauns Dokuments.docx",
    "New Spreadsheet.xlsx" : "Jauns Spreadsheet.xlsx",
    "New Presentation.pptx" : "Jauna Prezentācija.pptx",
    "Saved" : "Saglabāts",
    "Collabora Online" : "Collabora Online",
    "Collabora Online server" : "Collabora Online serveris",
    "Apply" : "Apstiprināt",
    "Wrong password. Please retry." : "Nepareiza paroli. Lūdzu mēģiniet vēlreiz.",
    "Password" : "Parole",
    "OK" : "Labi",
    "Guest %s" : "Viesis %s",
    "This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Šai saitei ir beidzies derīguma termiņš vai arī tas nekad nav bijis. Lūdzu, sazinieties ar personu, kura to koplieto ar jums sīkākai informācijai."
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");