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

oc.js « l10n - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3f44ca6dc6cf2d0ad4f278d1b70b0f92e6d3e390 (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
OC.L10N.register(
    "mail",
    {
    "Mail" : "Mail",
    "{from}\n{subject}" : "{from}\n{subject}",
    "_%n new message in {folderName} \nfrom {from}_::_%n new messages in {folderName} \nfrom {from}_" : ["%n messatge novèl dins {folderName}\nde {from}","%n messatges novèls dins {folderName}\nde {from}"],
    "Error while loading the accounts." : "Error al moment del cargament dels comptes.",
    "Error while loading the selected account." : "Error al moment del cargament del compte seleccionat.",
    "Message could not be starred. Please try again." : "Lo messatge a pas pogut èsser plaçat demest los favorits. Ensajatz tornamai.",
    "Unknown error" : "Error desconeguda",
    "Error while creating an account: " : "Error al moment de la creacion del compte :",
    "Error while loading messages." : "Error al moment del cargament dels messatges.",
    "Choose a folder to store the attachment in" : "Causissètz lo dorsièr dins lo qual enregistrar la pèça junta",
    "Attachments saved to Files." : "Pèças juntas enregistradas dins los Fichièrs.",
    "Attachment saved to Files." : "Pèça junta enregistrada dins los Fichièrs.",
    "Error while saving attachments to Files." : "Error al moment de l'enregistrament de las pèças juntas dins los Fichièrs.",
    "Error while saving attachment to Files." : "Error al moment de l'enregistrament de la pèça junta dins los Fichièrs.",
    "Forwarded message" : "Messatge transferit",
    "Error while loading the selected message." : "Error al moment del cargament del messatge seleccionat.",
    "Choose a file to add as attachment" : "Causissètz un fichièr de jónher al messatge",
    "Reply" : "Respondre",
    "Send" : "Mandar",
    "Sending …" : "Mandadís ...",
    "Message sent!" : "Messatge mandat !",
    "Server error" : "Error del servidor",
    "you" : "vos",
    "Send message to {email}" : "Mandar un mail a {email}",
    "Opening HTML drafts is not supported yet." : "La dobertura de borrolhons al format HTML es pas presa en carga pel moment.",
    "Draft saved!" : "Borrolhon salvat!",
    "Checking messages" : "Relèva del corrièr",
    "Loading …" : "Cargament ...",
    "Load more …" : "Cargar mai ...",
    "Check messages" : "Relevar lo corrièr",
    "Error while deleting message." : "Error al moment de la supression del messatge.",
    "Error while deleting account." : "Error al moment de la supression del compte.",
    "Connecting" : "Connexion",
    "Connect" : "Connectar",
    "Inbox" : "Bóstia de recepcion",
    "Sent" : "Mandats",
    "Drafts" : "Borrolhons",
    "Archive" : "Archius",
    "Trash" : "Escobilhièr",
    "Junk" : "Indesirables",
    "All" : "Totes",
    "Favorites" : "Favorits",
    "Creating account failed: " : "La creacion del compte a fracassat :",
    "Auto detect failed. Please use manual mode." : "L'autodeteccion a fracassat. Utilizatz lo mòde manual.",
    "Delete permanently" : "Suprimir definitivament",
    "& others" : "e d'autres",
    "All inboxes" : "Totas las bóstias",
    "Error loading message" : "Error al moment del cargament del messatge",
    "New message" : "Novèl message",
    "Forwarding you to %s - click here if you are not automatically redirected within the next few seconds." : "Anatz èsser redirigit cap a %s - Clicatz aicí se sètz pas redirigit dins las segondas que seguisson.",
    "Redirect warning" : "Avertiment de redireccion",
    "The previous page is sending you to %s" : "La pagina precedenta vos manda cap a %s.",
    "If you do not want to visit that page, you can return to <a href=\"%s\">the mail app</a>." : "Se desiratz pas visitar aquesta pagina, podètz tornar a <a href=\"%s\">l'aplicacion Mail</a>",
    "Continue to %s" : "Contunhar cap a %s"
},
"nplurals=2; plural=(n > 1);");