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: 31c3eb08b3712d8c0827dd485ef2bb1675c2234b (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
<?php
$TRANSLATIONS = array(
"Mail" => "Corréu",
"Error" => "Fallu",
"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",
"Saving to Files …" => "Guardando a Ficheros...",
"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.",
"Save to Files" => "Guardar en Ficheros",
"Error while loading mail message." => "Fallu entrín se cargaba'l mensaxe del corréu.",
"Connecting …" => "Coneutando …",
"Unknown error" => "Fallu desconocíu",
"Server Error" => "Fallu de sirvidor",
"Connect" => "Coneutar",
"Sending …" => "Unviando...",
"Loading …" => "Cargando ...",
"Load more …" => "Cargar más …",
"Send" => "Unviar",
"Auto detect failed. Please use manual mode." => "Falló l'autodeteición. Por favor, usa el mou manual.",
"All accounts" => "Toles cuentes",
"+ Add account" => "+ Amestar cuenta",
"Download attachment" => "Descargar axuntu",
"Save all to Files" => "Guardar too en Ficheros",
"+ cc" => "+ cc",
"Recipient" => "Destinatariu",
"cc" => "cc",
"bcc" => "cct",
"Reply …" => "Responder...",
"Reply" => "Rempuesta",
"Forward" => "Reunviar",
"New Message" => "Mensaxe nuevu",
"+ cc/bcc" => "+ cc/cct",
"Subject" => "Asuntu",
"Message …" => "Mensaxe ...",
"Add attachment from Files" => "Amestar axuntos dende Ficheros",
"Connect your mail account" => "Coneuta la to cuenta de corréu",
"Mail Address" => "Direición de corréu",
"IMAP Password" => "Contraseña IMAP",
"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);";