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

oc.js « l10n - github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 92a70932abe39d6b4660cb6d5643db043162702b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
OC.L10N.register(
    "polls",
    {
    "Cancel" : "Anullar",
    "OK" : "D'acòrdi",
    "Week" : "Aquesta setmana",
    "Back" : "Retorn",
    "Group" : "Grop",
    "Title" : "Títol",
    "Apply" : "Aplicar",
    "Settings" : "Paramètres",
    "Owner" : "Owner",
    "never" : "pas jamai",
    "Details" : "Detalhs",
    "Description" : "Descripcion",
    "Expiration date" : "Data d'expiracion",
    "No" : "No",
    "Yes" : "Yes",
    "Day" : "Jorn",
    "Month" : "Mes"
},
"nplurals=2; plural=(n > 1);");