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

lv.js « l10n - github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b901df4f6ee8f9a327aff65aedfc8dd952b3248e (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
OC.L10N.register(
    "polls",
    {
    "Participants" : "Dalībnieki",
    "Deleted" : "Dzēstie",
    "Group" : "Grupa",
    "Comments" : "Komentāri",
    "Cancel" : "Atcelt",
    "Apply" : "Apstiprināt",
    "Title" : "Nosaukums",
    "Owner" : "Īpašnieks",
    "Created" : "Izveidots",
    "Expires" : "Beidzas",
    "never" : "nekad",
    "Details" : "Detaļas",
    "Configuration" : "Konfigurācija",
    "Shares" : "Koplietots",
    "Saving" : "Saglabā",
    "Saved" : "Saglabāts",
    "Description" : "Apraksts",
    "Expiration date" : "Termiņa datums",
    "Unknown user" : "Nezināms lietotājs",
    "Receive notification email on activity" : "Saņemiet paziņojuma e-pastu par darbību",
    "Public access" : "Publiska piekļuve"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");