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

ia.js « l10n - github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cae9606162187a2da9bfcb5263a99298d404200b (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
30
31
32
33
OC.L10N.register(
    "polls",
    {
    "Group" : "Gruppo",
    "User" : "User",
    "Delete" : "Deler",
    "Conflict" : "Conflicto",
    "New comment …" : "Nove commentario...",
    "Delete comment" : "Deler commentario",
    "Title" : "Titulo",
    "Cancel" : "Cancellar",
    "Apply" : "Applicar",
    "No" : "No",
    "OK" : "Ok",
    "Week" : "Septimana",
    "Add" : "Adder",
    "Close" : "Clauder",
    "never" : "nunquam",
    "Login" : "Login",
    "Owner" : "Owner",
    "Preview" : "Previsualisar",
    "Shares" : "Compartimentos",
    "Description" : "Description",
    "Yes" : "Si",
    "Details" : "Detalios",
    "Configuration" : "Configuration",
    "Sharing" : "Compartente",
    "Comments" : "Commentarios",
    "Activity" : "Activitate",
    "Day" : "Die",
    "Month" : "Mense"
},
"nplurals=2; plural=(n != 1);");