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

ast.js « l10n - github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 55a264237050ccbdd790af2d5be450ab042d6f54 (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
OC.L10N.register(
    "polls",
    {
    "Polls" : "Enquestes",
    "Polls App - New Activity" : "Aplicación d'encuestes - Actividá nueva",
    "Deleted" : "Desanicióse",
    "Group" : "Group",
    "Comments" : "Comentarios",
    "Cancel" : "Encaboxar",
    "Apply" : "Aplicar",
    "Title" : "Títulu",
    "Owner" : "Owner",
    "Created" : "Creóse",
    "never" : "never",
    "Details" : "Detalles",
    "Configuration" : "Configuración",
    "Shares" : "Comparticiones",
    "Saving" : "Guardando",
    "Saved" : "Guardáu",
    "Description" : "Descripción",
    "Expiration date" : "Data de caducidá",
    "Unknown user" : "Usuariu desconocíu",
    "Public access" : "Accesu públicu"
},
"nplurals=2; plural=(n != 1);");