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: 486c040f83e7be5824f25088f7199cd1d18a391b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OC.L10N.register(
    "polls",
    {
    "Copied!" : "Nokopēts!",
    "Copy" : "Kopēt",
    "Not supported!" : "Nav atbalstīts!",
    "Press ⌘-C to copy." : "Spied ⌘-C lai kopētu.",
    "Press Ctrl-C to copy." : "Spied Ctrl-C lai kopētu.",
    "Title" : "Nosaukums",
    "Expires" : "Beidzas",
    "Your name here" : "Tavs vārds šeit",
    "Vote!" : "Balsot!",
    "Receive notification email on activity" : "Saņemiet paziņojuma e-pastu par darbību",
    "Close" : "Aizvērt",
    "Comments" : "Komentāri"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");