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

gl.js « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cec9d0b9c994e075ed3123795fca328d53b28325 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
OC.L10N.register(
    "files_texteditor",
    {
    "Invalid file path supplied." : "Forneceu unha ruta incorrecta.",
    "Cannot save file as it has been modified since opening" : "Non é posíbel gardar o ficheiro, xa que foi modificado trala súa apertura",
    "Insufficient permissions" : "Non ten permisos abondo",
    "File path not supplied" : "Non forneceu unha ruta de ficheiro",
    "File mtime not supplied" : "Non forneceu o ficheiro mtime",
    "Save" : "Gardar",
    "Search" : "Buscar",
    "Next" : "Seguinte",
    "Clear" : "Limpar",
    "Saving..." : "Gardando...",
    "An error occurred!" : "Produciuse un erro!",
    "There are unsaved changes in the text editor" : "Hai cambios sen gardar no editor de textos",
    "There were unsaved changes, click here to go back" : "Hai cambios sen gardar, prema aquí para ir cara atrás"
},
"nplurals=2; plural=(n != 1);");