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

eu.js « l10n - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1df726977b99bfb11e2dc87a0fcab84f6e9437b8 (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
OC.L10N.register(
    "mail",
    {
    "Mail" : "Posta",
    "Auto detect failed. Please use manual mode." : "Autodetekzioa huts egin du. Erabili eskuzko modua",
    "Creating account failed: " : "Huts egin du kontua sortzerakoan:",
    "Delete permanently" : "Ezabatu betirako",
    "Name" : "Izena",
    "Mail Address" : "Eposta helbidea",
    "Password" : "Pasahitza",
    "IMAP Host" : "IMAP ostalaria",
    "None" : "Ezer",
    "STARTTLS" : "STARTTLS",
    "IMAP Port" : "IMAP portua",
    "IMAP User" : "IMAP erabiltzailea",
    "IMAP Password" : "IMAP pasahitza",
    "SMTP Host" : "SMTP ostalaria",
    "SMTP Port" : "SMTP portua",
    "SMTP User" : "SMTP erabiltzailea",
    "SMTP Password" : "SMTP pasahitza",
    "Connect" : "Konektatu",
    "Add mail account" : "Eposta helbidea gehitu",
    "Keyboard shortcuts" : "Teklatuaren lasterbideak",
    "from" : "Nondik",
    "to" : "nora",
    "Subject" : "Gaia",
    "Sending …" : "Bidaltzen...",
    "Message sent!" : "Mezua bidali egin da!",
    "Send" : "Bidali",
    "Upload attachment" : "Eranskina igo",
    "Add attachment from Files" : "Eranskina gehitu fitxategitik",
    "Choose a file to add as attachment" : "Hautatu fitxategia gehitzeko eranskin gisa",
    "Delete" : "Ezabatu",
    "Import into calendar" : "Egutegian inportatu",
    "Download attachment" : "Eranskina jaitsi",
    "Save to Files" : "Fitxategitan gorde",
    "Choose a folder to store the attachment in" : "Hautatu karpeta bat eranskina gordetzeko",
    "Save all to Files" : "Dena fitxategitan gorde",
    "The images have been blocked to protect your privacy." : "Irudiak blokeatu dira zure segurtasunerako",
    "New message" : "Mezu berria",
    "Settings" : "Ezarpenak",
    "Show all folders" : "Erakutsi karpeta guztiak",
    "Collapse folders" : "Bildu karpetak",
    "Speed up your Mail experience with these quick shortcuts." : "Zure Mail erabilpena azkartu lasterbide azkar hauekin",
    "Compose new message" : "Mezu berria idatzi",
    "Newer message" : "Mezu berriagoa",
    "Older message" : "Mezu zaharragoa",
    "Toggle star" : "Izarra aldatu",
    "Toggle unread" : "Irakurria aldatu",
    "Search" : "Bilatu",
    "Refresh" : "Birkargatu",
    "Connect your mail account" : "Konektatu zure eposta kontua",
    "{from}\n{subject}" : "{from}\n{subject}",
    "_%n new message \nfrom {from}_::_%n new messages \nfrom {from}_" : ["%n mezu berri \njaso dituzu {from}-etik","%n mezu berri \njaso dituzu {from}-etik"],
    "Nextcloud Mail" : "Nextcloud eposta",
    "All inboxes" : "Postontzi guztiak",
    "Could not load {tag}{name}{endtag}" : "Ezin izan da {tag}{name}{endtag} kargatu",
    "There was a problem loading {tag}{name}{endtag}" : "Arazo bat egon da {tag}{name}{endtag} kargatzerakoan",
    "Error loading message" : "Errorea mezua kargatzerakoan",
    "Forwarding to %s" : "%s birbidaltzen",
    "Click here if you are not automatically redirected within the next few seconds." : "Sakatu hemen hurrengo segunduetan automatikoki birbideratzen ez bada.",
    "Redirect" : "Birbideratu",
    "The link leads to %s" : "Estekak 1%s-ra apuntatzen du",
    "If you don’t want to visit that page, you can return to <a href=\"%s\">Mail</a>." : "Ez baduzu webgune horretara joan nahi <a href=\"%s\">Mail</a>  webgunera itzul zaitezke",
    "Continue to %s" : "1%s-ra jarraitu"
},
"nplurals=2; plural=(n != 1);");