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

es.php « l10n - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 495777adeff8415fa188813b3092b62dea11ec6d (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
<?php
$TRANSLATIONS = array(
"Mail" => "Correo electrónico",
"Error while loading the accounts." => "Error al cargar las cuentas.",
"you" => "usted",
"Error while loading the selected account." => "Error al cargar la cuenta seleccionada.",
"Error while loading messages." => "Error al cargar los mensajes.",
"Choose a folder to store the attachment in" => "Escoja una carpeta para guardar el adjunto",
"Attachments saved to Files." => "Archivos adjuntos guardados en Archivos.",
"Attachment saved to Files." => "Archivo adjunto guardado en Archivos.",
"Error while saving attachments to Files." => "Error al guardar archivos adjuntos en Archivos.",
"Error while saving attachment to Files." => "Error al guardar archivo adjunto en Archivos.",
"Error while loading the selected message." => "Error al cargar el mensaje seleccionado.",
"Connecting …" => "Conectando...",
"Unknown error" => "Error desconocido",
"Error while creating an account: " => "Error al crear una cuenta:",
"Connect" => "Conectar",
"Sending …" => "Enviando...",
"Reply" => "Responder",
"Message sent to {Receiver}" => "Mensaje enviado a {Receiver}",
"Error sending the reply." => "Error al enviar la respuesta.",
"Error while deleting account." => "Error al eliminar la cuenta.",
"Choose a file to add as attachment" => "Escoja un archivo para adjuntar",
"Message could not be starred. Please try again." => "El mensaje no se pudo marcar como favorito. Vuelva a intentar.",
"Error while deleting message." => "Error al eliminar el mensaje.",
"Checking mail …" => "Revisando si hay correo...",
"Loading …" => "Cargando ...",
"Load more …" => "Cargar más...",
"Check mail" => "Revisar correo",
"Send" => "Enviar",
"Inbox" => "Recibidos",
"Sent" => "Enviado",
"Drafts" => "Borradores",
"Archive" => "Archivados",
"Trash" => "Basura",
"Junk" => "Papelera",
"All" => "Todos",
"Starred" => "Destacado",
"Creating account failed: " => "No se pudo crear la cuenta:",
"Auto detect failed. Please use manual mode." => "La auto detección falló. Use el modo manual.",
"from" => "Desde",
"+ cc/bcc" => "+ cc/bcc",
"to" => "para",
"cc" => "cc",
"bcc" => "bcc",
"Subject" => "Asunto",
"Message …" => "Mensaje...",
"Add attachment from Files" => "Agregar adjunto desde Archivos",
"Open Mail App" => "Abrir la aplicación de correo electrónico",
"Back to website" => "Volver al sitio web",
"Error loading message" => "Error al cargar el mensaje",
"Download attachment" => "Descargar adjunto",
"Save to Files" => "Guardar en Archivos",
"Save all to Files" => "Guardar todo en Archivos",
"+ cc" => "+ cc",
"Reply …" => "Responder …",
"Forward" => "Reenviar",
"New Mail Account" => "Nueva cuenta de correo electrónico ",
"Check mail …" => "Revisar correo...",
"No messages in this folder!" => "No hay mensajes en esta carpeta.",
"New Message" => "Nuevo Mensaje",
"Connect your mail account" => "Conecte su cuenta de correo",
"Name" => "Nombre",
"Mail Address" => "Dirección de correo",
"IMAP Password" => "Contraseña IMAP",
"Manual configuration" => "Configuración manual",
"IMAP Host" => "Servidor IMAP",
"IMAP Port" => "Puerto IMAP",
"IMAP SSL mode" => "Modo SSL de IMAP",
"IMAP User" => "Usuario IMAP",
"SMTP Host" => "Servidor SMTP",
"SMTP Port" => "Puerto SMTP",
"SMTP SSL mode" => "Modo SSL de SMTP",
"SMTP User" => "Usuario SMTP",
"SMTP Password" => "Contraseña SMTP",
"Forwarding you to %s - click here if you are not automatically redirected within the next few seconds." => "Desviando a %s; haga clic aquí si no es desviado automáticamente en unos segundos.",
"Redirect Warning" => "Advertencia de desvío",
"The previous page is sending you to %s." => "La página anterior le está enviando a %s.",
"If you do not want to visit that page, you can return to <a href=\"%s\">the mail app</a>." => "Si no desea visitar esa página, puede regresar a <a href=\"%s\">la aplicación de correo</a>.",
"Click here to visit the website." => "Haga clic aquí para visitar el sitio web."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";