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

oc.js « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1c818c37bf39e8cf6e41928f95dd3a9d2927b9c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
OC.L10N.register(
    "files_texteditor",
    {
    "saved!" : "enregistrat !",
    "failed!" : "fracàs !",
    "Saved" : "Enregistrat",
    "There was a problem saving your changes. Click to resume editing." : "Un problèma s'es produsit al moment del salvament de vòstras modificacions. Clicatz per contunhar l'edicion.",
    "An error occurred!" : "Una error s'es produsida !",
    "Edit" : "Modificar",
    "New text file.txt" : "Novèl fichièr tèxte .txt",
    "This file is too big to be opened. Please download the file instead." : "Aqueste fichièr es tròp voluminós per èsser dobèrt. Telecargatz-lo, puslèu.",
    "Cannot read the file." : "Impossible de legir lo fichièr.",
    "Invalid file path supplied." : "Camin de fichièr provesit invalid.",
    "The file is locked." : "Lo fichièr es verrolhat.",
    "An internal server error occurred." : "Una error intèrna del servidor s'es produsida.",
    "Cannot save file as it has been modified since opening" : "Impossible de salvar lo fichièr, es estat modificat entre temps",
    "Insufficient permissions" : "Permissions insufisentas",
    "File path not supplied" : "Camin del fichièr pas provesit",
    "File mtime not supplied" : "mtime del fichièr pas provesit"
},
"nplurals=2; plural=(n > 1);");