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

gl.js « l10n - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 025a0ab6df18da9d9712ba2e139b2123cf7ce122 (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
78
79
80
81
82
83
84
85
86
OC.L10N.register(
    "mail",
    {
    "Mail" : "Correo",
    "Error while loading the accounts." : "Produciuse un erro mentres cargaba as contas.",
    "you" : "vostede",
    "Error while loading the selected account." : "Produciuse un erro ao cargar a conta seleccionada.",
    "Error while loading messages." : "Produciuse un erro mentres cargaba as mensaxes.",
    "Choose a folder to store the attachment in" : "Escolla un cartafol no que gardar o anexo de entrada",
    "Attachments saved to Files." : "Anexos gardados en Ficheiros.",
    "Attachment saved to Files." : "Anexo gardado en Ficheiros.",
    "Error while saving attachments to Files." : "Produciuse un erro ao gardar os anexos en Ficheiros.",
    "Error while saving attachment to Files." : "Produciuse un erro ao gardar o anexo en Ficheiros.",
    "Error while loading the selected message." : "Produciuse un erro mentres cargaba a mensaxe seleccionada.",
    "Connecting …" : "Conectando ...",
    "Unknown error" : "Produciuse un erro descoñecido",
    "Error while creating an account: " : "produciuse un erro mentres creaba unha conta:",
    "Connect" : "Conectar",
    "Sending …" : "Enviando ...",
    "Reply" : "Responder",
    "Message sent!" : "Mensaxe enviada!",
    "Error sending the reply." : "Produciuse un erro ao enviar a resposta.",
    "Error while deleting account." : "Produciuse un erro ao eliminar a conta.",
    "Choose a file to add as attachment" : "Escolla un ficheiro para engadir como anexo",
    "Message could not be starred. Please try again." : "A mensaxe non foi destacada. Ténteo de novo.",
    "Error while deleting message." : "Produciuse un erro ao eliminar a mensaxe.",
    "Checking mail …" : "Comprobando o correo ...",
    "Loading …" : "Cargando ...",
    "Load more …" : "Cargar máis ...",
    "Check mail" : "Comprobar o correo",
    "Send" : "Enviar",
    "Inbox" : "Bandexa de entrada",
    "Sent" : "Enviado",
    "Drafts" : "Borradores",
    "Archive" : "Arquivo",
    "Trash" : "Cesto do lixo",
    "Junk" : "Lixo",
    "All" : "Todo",
    "Starred" : "Destacado",
    "Creating account failed: " : "Non foi posíbel crear a conta:",
    "Auto detect failed. Please use manual mode." : "Fallou o modo de detección automática. empregue o modo manual.",
    "& others" : "E outros",
    "from" : "desde",
    "+ cc/bcc" : "+ cc/cco",
    "to" : "ata",
    "cc" : "cc",
    "bcc" : "cco",
    "Subject" : "Asunto",
    "Message …" : "Mensaxe ...",
    "Add attachment from Files" : "Engadir anexo(s) desde Ficheiros",
    "Open Mail App" : "Open Mail App",
    "Back to website" : "Volver ao sitio web",
    "Error loading message" : "Produciuse un erro ao cargar a mensaxe",
    "Download attachment" : "Descargar o anexo",
    "Save to Files" : "Gardar en Ficheiros",
    "Save all to Files" : "Gardar todo en Ficheiros",
    "+ cc" : "+ cc",
    "Reply …" : "Responder ...",
    "Forward" : "Reenviar",
    "Add mail account" : "Engadir unha conta de correo",
    "No search results for {{searchTerm}}" : "Sen resultados na busca de {{searchTerm}}",
    "Check messages …" : "Comprobar mensaxes ...",
    "No messages in this folder!" : "Non hai mensaxes neste cartafol!",
    "New message" : "Mensaxe nova",
    "Connect your mail account" : "Conectar a súa conta de correo",
    "Name" : "Nome",
    "Mail Address" : "Enderezo de correo",
    "IMAP Password" : "Contrasinal IMAP",
    "Manual configuration" : "Configuración manual",
    "IMAP Host" : "Servidor IMAP",
    "IMAP security" : "Seguridade IMAP",
    "IMAP Port" : "Porto IMAP",
    "IMAP User" : "Usuario IMAP",
    "SMTP Host" : "Servidor SMTP",
    "SMTP security" : "Seguridade SMTP",
    "SMTP Port" : "Porto SMTP",
    "SMTP Port (default 25, ssl 465)" : "Porto SMTP (predeterminado o 25, SSL o 465)",
    "SMTP User" : "Usuario SMTP",
    "SMTP Password" : "Contrasinal SMTP",
    "Forwarding you to %s - click here if you are not automatically redirected within the next few seconds." : "Dirixíndoo a %s - prema aquí se non é redirixido automaticamente nuns segundos.",
    "Redirect Warning" : "Aviso de redireccionamento",
    "The previous page is sending you to %s." : "Estalle a enviar a páxina anterior a %s.",
    "If you do not want to visit that page, you can return to <a href=\"%s\">the mail app</a>." : "Se non quere visitar esa páxina, pode regresar á <a href=\"%s\">aplicación de correo</a>.",
    "Click here to visit the website." : "Prema aquí para visitar o sitio web."
},
"nplurals=2; plural=(n != 1);");