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

af.js « l10n - github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 237f54959561fea2d29d52ad0b45798ca5ff5e8c (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
OC.L10N.register(
    "polls",
    {
    "Contact" : "Kontak",
    "Public link" : "Openbare skakel",
    "Group" : "Groep",
    "User" : "Gebruiker",
    "New comment …" : "Nuwe kommentaar…",
    "Delete comment" : "Skrap kommentaar",
    "Title" : "Titel",
    "Cancel" : "Kanselleer",
    "Settings" : "Instellings",
    "Confirmed" : "Bevestig",
    "OK" : "Goed",
    "Week" : "Week",
    "Owner" : "Eienaar",
    "Created" : "Geskep",
    "Deleted" : "Geskrap",
    "never" : "nooit",
    "Details" : "Besonderhede",
    "Comments" : "Kommentare",
    "Description" : "Beskrywing",
    "No" : "Nee",
    "Yes" : "Ja",
    "Hour" : "Uur",
    "Day" : "Dag",
    "Month" : "Maand"
},
"nplurals=2; plural=(n != 1);");