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: 62334bcc5b79c7338ecb7ad3b4323efc9247ad01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
OC.L10N.register(
    "mail",
    {
    "Mail" : "Mail",
    "Auto detect failed. Please use manual mode." : "L'autodeteccion a fracassat. Utilizatz lo mòde manual.",
    "Creating account failed: " : "La creacion del compte a fracassat :",
    "Delete permanently" : "Suprimir definitivament",
    "Connect" : "Connectar",
    "Sending …" : "Mandadís ...",
    "Message sent!" : "Messatge mandat !",
    "Send" : "Mandar",
    "Choose a file to add as attachment" : "Causissètz un fichièr de jónher al messatge",
    "Choose a folder to store the attachment in" : "Causissètz lo dorsièr dins lo qual enregistrar la pèça junta",
    "{from}\n{subject}" : "{from}\n{subject}",
    "All inboxes" : "Totas las bóstias",
    "Error loading message" : "Error al moment del cargament del messatge",
    "Continue to %s" : "Contunhar cap a %s"
},
"nplurals=2; plural=(n > 1);");