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: a0c0ffafcb42d12d115fc3052f87c3e7fd129efa (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
OC.L10N.register(
    "mail",
    {
    "Mail" : "Corréu",
    "Error while loading the accounts." : "Fallu mientres se cargaben les cuentes",
    "Error while loading the selected account." : "Fallu cargando la cuenta esbillada",
    "Message could not be starred. Please try again." : "El mensaxe nun se puede marcar como favoritu. Inténtalo más tarde.",
    "Unknown error" : "Fallu desconocíu",
    "Error while creating an account: " : "Fallu creando la cuenta",
    "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",
    "Choose a file to add as attachment" : "Escueyi un ficheru p'amestalu como axuntu",
    "Reply" : "Rempuesta",
    "Send" : "Unviar",
    "Sending …" : "Unviando...",
    "you" : "tu",
    "Error while deleting message." : "Fallu desaniciando'l mensaxe",
    "Loading …" : "Cargando ...",
    "Load more …" : "Cargar más …",
    "Error while deleting account." : "Fallu desaniciando la cuenta",
    "Connect" : "Coneutar",
    "Inbox" : "Bandexa d'entrada",
    "Sent" : "Unvíos",
    "Drafts" : "Borradores",
    "Archive" : "Archivu",
    "Trash" : "Papelera",
    "Junk" : "Puxarra",
    "All" : "Toos",
    "Favorites" : "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.",
    "Delete permanently" : "Desaniciar dafechu",
    "from" : "Dende",
    "+ cc/bcc" : "+ cc/cct",
    "to" : "hasta",
    "cc" : "cc",
    "bcc" : "cct",
    "Subject" : "Asuntu",
    "Message …" : "Mensaxe ...",
    "Open Mail App" : "Open Mail App",
    "Back to website" : "Tornar al sitiu web",
    "Add attachment from Files" : "Amestar axuntos dende Ficheros",
    "Error loading message" : "Fallu cargando mensaxe",
    "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);");