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

ast.php « l10n - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fe23810d45c1654fd0699f59fa7cdf012fcf5685 (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
<?php
$TRANSLATIONS = array(
"Mail" => "Corréu",
"you" => "tu",
"Error while deleting mail." => "Fallu al desaniciar el mensaxe.",
"Message could not be favorited. Please try again." => "El mensaxe nun pudo conseñase como favoritu. Por favor, inténtalo dempués.",
"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.",
"Connecting …" => "Coneutando …",
"Unknown error" => "Fallu desconocíu",
"Connect" => "Coneutar",
"Sending …" => "Unviando...",
"Reply" => "Rempuesta",
"Error sending the reply." => "Fallu unviando la rempuesta.",
"Choose a file to add as attachment" => "Escueyi un ficheru p'amestalu como axuntu",
"Checking mail …" => "Comprobando'l corréu...",
"Loading …" => "Cargando ...",
"Load more …" => "Cargar más …",
"Check mail" => "Comprobar corréu",
"Send" => "Unviar",
"Auto detect failed. Please use manual mode." => "Falló l'autodeteición. Por favor, usa el mou manual.",
"+ cc/bcc" => "+ cc/cct",
"to" => "hasta",
"cc" => "cc",
"bcc" => "cct",
"Subject" => "Asuntu",
"Message …" => "Mensaxe ...",
"Add attachment from Files" => "Amestar axuntos dende Ficheros",
"Download attachment" => "Descargar axuntu",
"Save to Files" => "Guardar en Ficheros",
"Save all to Files" => "Guardar too en Ficheros",
"+ cc" => "+ cc",
"Reply …" => "Responder...",
"Forward" => "Reunviar",
"New Message" => "Mensaxe nuevu",
"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 SSL mode" => "Mou IMAP SSL",
"IMAP User" => "Usuariu IMAP",
"SMTP Host" => "Agospiu SMTP",
"SMTP Port" => "Puertu SMTP",
"SMTP SSL mode" => "Mou SMTP SSL",
"SMTP User" => "Usuariu SMTP",
"SMTP Password" => "Contraseña SMTP",
"Forwarding you to %s" => "Redirixiéndote a %s",
"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"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";