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

ast.js « l10n - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0ba6180a34c7d0d7db685c6f66f22775c3dfa2ed (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
71
72
73
74
75
76
77
OC.L10N.register(
    "mail",
    {
    "Mail" : "Corréu",
    "Error while loading the accounts." : "Fallu mientres se cargaben les cuentes",
    "you" : "tu",
    "Error while loading the selected account." : "Fallu cargando la cuenta esbillada",
    "Error while loading messages." : "Fallu cargando mensaxes",
    "Choose a folder to store the attachment in" : "Escueyi una carpeta pa guardar l'axuntu",
    "Attachments saved to Files." : "Ficheros axuntos guardaos en Ficheros.",
    "Attachment saved to Files." : "Ficheru axuntu guardáu en Ficheros.",
    "Error while saving attachments to Files." : "Fallu al guardar los ficheros axuntos en Ficheros.",
    "Error while saving attachment to Files." : "Fallu al guardar el ficheru axuntu en Ficheros.",
    "Error while loading the selected message." : "Fallu cargando'l mensaxe esbilláu",
    "Connecting …" : "Coneutando …",
    "Unknown error" : "Fallu desconocíu",
    "Error while creating an account: " : "Fallu creando la cuenta",
    "Connect" : "Coneutar",
    "Sending …" : "Unviando...",
    "Reply" : "Rempuesta",
    "Error sending the reply." : "Fallu unviando la rempuesta.",
    "Error while deleting account." : "Fallu desaniciando la cuenta",
    "Choose a file to add as attachment" : "Escueyi un ficheru p'amestalu como axuntu",
    "Message could not be starred. Please try again." : "El mensaxe nun se puede marcar como favoritu. Inténtalo más tarde.",
    "Error while deleting message." : "Fallu desaniciando'l mensaxe",
    "Checking mail …" : "Comprobando'l corréu...",
    "Loading …" : "Cargando ...",
    "Load more …" : "Cargar más …",
    "Check mail" : "Comprobar corréu",
    "Send" : "Unviar",
    "Inbox" : "Bandexa d'entrada",
    "Sent" : "Unvíos",
    "Drafts" : "Borradores",
    "Archive" : "Archivu",
    "Trash" : "Papelera",
    "Junk" : "Puxarra",
    "All" : "Toos",
    "Starred" : "Favoritos",
    "Creating account failed: " : "Fallu creando la cuenta:",
    "Auto detect failed. Please use manual mode." : "Falló l'autodeteición. Por favor, usa el mou manual.",
    "from" : "Dende",
    "+ cc/bcc" : "+ cc/cct",
    "to" : "hasta",
    "cc" : "cc",
    "bcc" : "cct",
    "Subject" : "Asuntu",
    "Message …" : "Mensaxe ...",
    "Add attachment from Files" : "Amestar axuntos dende Ficheros",
    "Open Mail App" : "Open Mail App",
    "Back to website" : "Tornar al sitiu web",
    "Error loading message" : "Fallu cargando mensaxe",
    "Download attachment" : "Descargar axuntu",
    "Save to Files" : "Guardar en Ficheros",
    "Save all to Files" : "Guardar too en Ficheros",
    "+ cc" : "+ cc",
    "Reply …" : "Responder...",
    "Forward" : "Reunviar",
    "No messages in this folder!" : "¡Nun hai mensaxes nesta carpeta!",
    "Connect your mail account" : "Coneuta la to cuenta de corréu",
    "Name" : "Nome",
    "Mail Address" : "Direición de corréu",
    "IMAP Password" : "Contraseña IMAP",
    "Manual configuration" : "Configuración manual",
    "IMAP Host" : "Agospiu IMAP",
    "IMAP Port" : "Puertu IMAP",
    "IMAP User" : "Usuariu IMAP",
    "SMTP Host" : "Agospiu SMTP",
    "SMTP Port" : "Puertu SMTP",
    "SMTP User" : "Usuariu SMTP",
    "SMTP Password" : "Contraseña SMTP",
    "Forwarding you to %s - click here if you are not automatically redirected within the next few seconds." : "Redirixéndote a %s - calca equí si nun te redirixe automáticamente nunos segundos.",
    "Redirect Warning" : "Avisu de Redireición",
    "The previous page is sending you to %s." : "La páxina anterior ta dirixiéndote a %s.",
    "If you do not want to visit that page, you can return to <a href=\"%s\">the mail app</a>." : "Si nun quies dir a esta páxina, pues volver a <a href=\"%s\">l'aplicación de corréu</a>.",
    "Click here to visit the website." : "Fai clic equí pa visitar el sitiu web"
},
"nplurals=2; plural=(n != 1);");