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

eu.js « l10n - github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ae5d85a5773e11bd57955faef4ce73dd55c4995e (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
OC.L10N.register(
    "polls",
    {
    "Polls" : "Inkestak",
    "Poll invitation \"%s\"" : "Inkestara gonbidapena \"%s\"",
    "Go to poll" : "Joan inkestara",
    "Polls App - New Activity" : "Inkestak aplikazioa - Jarduera berria",
    "- The poll expired." : "- Inkesta iraungitu da.",
    "Participants" : "Parte-hartzaileak",
    "Deleted" : "Ezabatuta",
    "Group" : "Taldea",
    "Place your votes until %n" : "Bozkatu %narte",
    "Your comment was added" : "Zure iruzkina gehitu da",
    "Error while saving comment" : "Errorea iruzkina gordetzean",
    "Comments" : "Iruzkinak",
    "No comments yet. Be the first." : "Oraindik ez dago iruzkinik, izan zaitez lehena.",
    "Create new poll" : "Sortu inkesta berria",
    "Enter Title" : "Sartu izenburua",
    "Poll type" : "Inkesta mota",
    "Text based" : "Testuan oinarritua",
    "Cancel" : "Utzi",
    "Apply" : "Aplikatu",
    "Add new Poll" : "Gehitu inkesta berria",
    "All polls" : "Inkesta guztiak",
    "My polls" : "Nire inkestak",
    "Public polls" : "Inkesta publikoak",
    "Hidden polls" : "Ezkutatutako inkestak",
    "Deleted polls" : "Ezabatutako inkestak",
    "Clone poll" : "Klonatu inkesta",
    "Delete poll" : "Ezabatu inkesta",
    "Restore poll" : "Berrezarri inkesta",
    "Title" : "Izenburua",
    "Access" : "Sarbidea",
    "Owner" : "Jabea",
    "Created" : "Sorrera",
    "Expires" : "Iraungitzea",
    "Visible to other users" : "Beste erabiltzaileentzat ikusgai",
    "Hidden to other users" : "Beste erabiltzaileei ezkutatuta",
    "never" : "inoiz ez",
    "Share with" : "Partekatu honekin",
    "Details" : "Xehetasunak",
    "Configuration" : "Konfigurazioa",
    "Options" : "Aukerak",
    "Shares" : "Partekatzeak",
    "Saving" : "Gordetzen",
    "Saved" : "Gordeta",
    "Description" : "Deskripzioa",
    "Allow \"maybe\" vote" : "Baimendu \"agian\" botoa",
    "Anonymous poll" : "Inkesta anonimoa",
    "Expiration date" : "Iraungitze-data",
    "Writing poll" : "Inkesta idazten",
    "Update poll" : "Eguneratu inkesta",
    "Title must not be empty!" : "Izenburua ezin da hutsik egon!",
    "%n successfully saved" : "%n behar bezala gorde da",
    "Available Options" : "Aukera eskuragarriak",
    "Click to add a date" : "Egin klik data bat gehitzeko",
    "Invitations" : "Gonbidapenak",
    "Public shares" : "Partekatze publikoak",
    "Add a public link" : "Gehitu esteka publikoa",
    "Link copied to clipboard" : "Arbelara kopiatutako esteka",
    "Unknown user" : "Erabiltzaile ezezaguna",
    "Public share" : "Partekatze publikoa",
    "Add a new text option" : "Gehitu testuzko beste aukera bat",
    "Error saving user name" : "Errorea erabiltzaile-izena gordetzean",
    "Open Sidebar" : "Ireki albo-barra",
    "Public access" : "Sarbide publikoa",
    "Hidden poll" : "Ezkutuko inkesta",
    "Access denied" : "Sarbidea ukatua"
},
"nplurals=2; plural=(n != 1);");