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

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-11-29 04:23:04 +0300
committerNextcloud bot <bot@nextcloud.com>2018-11-29 04:23:04 +0300
commitbd99532cb5f5b69dbb12cf4f2300c75653760f49 (patch)
tree50e737daa49604698211f4106d5e7d6b5f54c3d0
parent96b0c73539afb8d47ef1674a001991fc463a000e (diff)
[tx-robot] updated from transifexv15.0.0RC3v15.0.0RC2v15.0.0
-rw-r--r--l10n/gl.js28
-rw-r--r--l10n/gl.json26
2 files changed, 54 insertions, 0 deletions
diff --git a/l10n/gl.js b/l10n/gl.js
new file mode 100644
index 0000000..a34e571
--- /dev/null
+++ b/l10n/gl.js
@@ -0,0 +1,28 @@
+OC.L10N.register(
+ "files_texteditor",
+ {
+ "saving..." : "gardando...",
+ "saved!" : "gardado!",
+ "failed!" : "produciuse unha falla!",
+ "Saved" : "Gardado",
+ "There was a problem saving your changes. Click to resume editing." : "Xurdiu un problema ao gardar os cambios. Prema para retomar a edición.",
+ "An error occurred!" : "Produciuse un erro!",
+ "Edit" : "Editar",
+ "Mixed" : "Mesturado",
+ "Preview" : "Vista previa",
+ "New text file" : "Novo ficheiro de texto",
+ "New text file.txt" : "Novo ficheiro de texto.txt",
+ "You can not open a folder" : "Non se pode abrir o cartafol",
+ "This file is too big to be opened. Please download the file instead." : "O ficheiro é grande de máis para ser aberto. Descargue o ficheiro no canto de abrilo.",
+ "Cannot read the file." : "Non é posíbel ler o ficheiro.",
+ "Invalid file path supplied." : "Forneceu unha ruta incorrecta.",
+ "The file is locked." : "O ficheiro está bloqueado.",
+ "An internal server error occurred." : "Produciuse un erro interno no servidor.",
+ "You can not write to a folder" : "Non é posíbel escribir no cartafol",
+ "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",
+ "Text editor" : "Editor de texto"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/gl.json b/l10n/gl.json
new file mode 100644
index 0000000..782d606
--- /dev/null
+++ b/l10n/gl.json
@@ -0,0 +1,26 @@
+{ "translations": {
+ "saving..." : "gardando...",
+ "saved!" : "gardado!",
+ "failed!" : "produciuse unha falla!",
+ "Saved" : "Gardado",
+ "There was a problem saving your changes. Click to resume editing." : "Xurdiu un problema ao gardar os cambios. Prema para retomar a edición.",
+ "An error occurred!" : "Produciuse un erro!",
+ "Edit" : "Editar",
+ "Mixed" : "Mesturado",
+ "Preview" : "Vista previa",
+ "New text file" : "Novo ficheiro de texto",
+ "New text file.txt" : "Novo ficheiro de texto.txt",
+ "You can not open a folder" : "Non se pode abrir o cartafol",
+ "This file is too big to be opened. Please download the file instead." : "O ficheiro é grande de máis para ser aberto. Descargue o ficheiro no canto de abrilo.",
+ "Cannot read the file." : "Non é posíbel ler o ficheiro.",
+ "Invalid file path supplied." : "Forneceu unha ruta incorrecta.",
+ "The file is locked." : "O ficheiro está bloqueado.",
+ "An internal server error occurred." : "Produciuse un erro interno no servidor.",
+ "You can not write to a folder" : "Non é posíbel escribir no cartafol",
+ "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",
+ "Text editor" : "Editor de texto"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file