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: 7d8e16974d925534b3cf3b602ff0f40e89f65e6e (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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
OC.L10N.register(
    "mail",
    {
    "Important" : "Importante",
    "Work" : "Trabayu",
    "Personal" : "Personal",
    "Later" : "Más sero",
    "Mail" : "Corréu",
    "Name" : "Nome",
    "Password" : "Contraseña",
    "IMAP Host" : "Agospiu d'IMAP",
    "None" : "Dengún",
    "SSL/TLS" : "SSL/TLS",
    "STARTTLS" : "STARTTLS",
    "IMAP Port" : "Puertu d'IMAP",
    "IMAP User" : "Usuariu d'IMAP",
    "IMAP Password" : "Contraseña IMAP",
    "SMTP Host" : "Agospiu SMTP",
    "SMTP Port" : "Puertu SMTP",
    "SMTP User" : "Usuariu SMTP",
    "SMTP Password" : "Contraseña SMTP",
    "Connecting" : "Coneutando",
    "Save" : "Guardar",
    "Connect" : "Coneutar",
    "Signature" : "Robla",
    "Cancel" : "Encaboxar",
    "Select account" : "Esbillar cuenta",
    "Subject" : "Asuntu",
    "Sending …" : "Unviando...",
    "Go back" : "Dir p'atrás",
    "Retry" : "Retentar",
    "Message sent!" : "¡Mensaxe unviáu!",
    "Send" : "Unviar",
    "Choose a file to add as attachment" : "Escueyi un ficheru p'amestalu como axuntu",
    "Favorite" : "Marcar como favoritu",
    "Read" : "Lleer",
    "Select" : "Esbillar",
    "Edit tags" : "Editar etiquetes",
    "Move" : "Mover",
    "More actions" : "Más aiciones",
    "All day" : "Tol día",
    "Create" : "Crear",
    "Comment" : "Comentariu",
    "Accept" : "Aceutar",
    "Decline" : "Refugar",
    "Choose" : "Escoyer",
    "Other" : "Otru",
    "Reply" : "Rempuesta",
    "Download attachment" : "Baxar axuntu",
    "Unnamed" : "Ensin nome",
    "Choose a folder to store the attachment in" : "Escueyi una carpeta pa guardar l'axuntu",
    "The images have been blocked to protect your privacy." : "Bloquiáronse les imáxenes pa protexer la to privacidá.",
    "Quota" : "Cuota",
    "Saving" : "Guardando",
    "Remove account" : "Desaniciar cuenta",
    "Loading …" : "Cargando...",
    "Mark all as read" : "Conseñar too como lleío",
    "Clear cache" : "Llimpiar caché",
    "New message" : "Mensaxe nuevu",
    "Message" : "Menxase",
    "Delete" : "Desaniciar",
    "Copy to clipboard" : "Copiar al cartafueyu",
    "Add" : "Amestar",
    "Disabled" : "Deshabilitáu",
    "Enabled" : "Habilitar",
    "Custom" : "Personalizáu",
    "Tag already exists" : "Yá esiste la etiqueta",
    "Remove" : "Desaniciar",
    "General" : "Xeneral",
    "User" : "Usuariu",
    "Host" : "Agospiu",
    "Port" : "Puertu",
    "Keyboard shortcut" : "Atayu de tecláu",
    "Keyboard shortcuts" : "Atayos de tecláu",
    "Search" : "Guetar",
    "Refresh" : "Refrescar",
    "All" : "Too",
    "Archive" : "Archivu",
    "Drafts" : "Borradores",
    "Favorites" : "Favorites",
    "All inboxes" : "Toles bandexes d'entrada",
    "Inbox" : "Bandexa d'entrada",
    "Junk" : "Puxarra",
    "Sent" : "Unvíos",
    "Trash" : "Papelera",
    "{from}\n{subject}" : "{from}\n{subject}",
    "_%n new message \nfrom {from}_::_%n new messages \nfrom {from}_" : ["%n mensaxe nuevu \nde {from}","%n mensaxes nuevos \nde {from}"],
    "Could not load {tag}{name}{endtag}" : "Nun pudo cargase {tag}{name}{endtag}",
    "There was a problem loading {tag}{name}{endtag}" : "Hebo un problema cargando  {tag}{name}{endtag}",
    "Could not load your message" : "Nun pudo cargase'l to mensaxe",
    "Error loading message" : "Fallu cargando mensaxe",
    "Forwarding to %s" : "Reunviando a %s",
    "Click here if you are not automatically redirected within the next few seconds." : "Primi equí si nun se te redirixe de mou automáticu en próximos segundos.",
    "Redirect" : "Redirixir",
    "The link leads to %s" : "L'enllace conduz a %s",
    "Continue to %s" : "Continúa a %s"
},
"nplurals=2; plural=(n != 1);");