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

cy_GB.js « l10n - github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fe145f1aa30cca9eca5a6c0d6bd00b94c3177d13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
OC.L10N.register(
    "polls",
    {
    "Confirmed" : "Cadarnhawyd",
    "Cancel" : "Diddymu",
    "OK" : "Iawn",
    "Week" : "Wythnos",
    "Back" : "Nôl",
    "Group" : "Grŵp",
    "Title" : "Teitl",
    "Settings" : "Gosodiadau",
    "Owner" : "Owner",
    "never" : "byth",
    "Details" : "Manylion",
    "Description" : "Disgrifiad",
    "Expiration date" : "Dyddiad dod i ben",
    "No" : "No",
    "Yes" : "Iawn",
    "Deleted" : "Wedi dileu",
    "Day" : "Diwrnod",
    "Month" : "Mis"
},
"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;");