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
path: root/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-06-09 03:14:20 +0300
committerNextcloud bot <bot@nextcloud.com>2017-06-09 03:14:20 +0300
commit853bfcfba62274f9cc1fb98383f9a27afd35dc1c (patch)
tree1b32637e59269ec7d6a83a71c4ff0f435907fae8 /l10n
parentff40daea5889ab3ff551ffebf1f091876a48bb60 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/cs_CZ.js3
-rw-r--r--l10n/cs_CZ.json3
-rw-r--r--l10n/gl.js29
-rw-r--r--l10n/gl.json27
4 files changed, 4 insertions, 58 deletions
diff --git a/l10n/cs_CZ.js b/l10n/cs_CZ.js
index 19da6bc..ebf5652 100644
--- a/l10n/cs_CZ.js
+++ b/l10n/cs_CZ.js
@@ -23,6 +23,7 @@ OC.L10N.register(
"Preview" : "Náhled",
"New text file" : "Nový textový soubor",
"New text file.txt" : "Nový textový soubor.txt",
- "Text editor" : "Textový editor"
+ "Text editor" : "Textový editor",
+ "Text file" : "Textový soubor"
},
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");
diff --git a/l10n/cs_CZ.json b/l10n/cs_CZ.json
index 4457ca4..078b3d7 100644
--- a/l10n/cs_CZ.json
+++ b/l10n/cs_CZ.json
@@ -21,6 +21,7 @@
"Preview" : "Náhled",
"New text file" : "Nový textový soubor",
"New text file.txt" : "Nový textový soubor.txt",
- "Text editor" : "Textový editor"
+ "Text editor" : "Textový editor",
+ "Text file" : "Textový soubor"
},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
} \ No newline at end of file
diff --git a/l10n/gl.js b/l10n/gl.js
deleted file mode 100644
index 5901c55..0000000
--- a/l10n/gl.js
+++ /dev/null
@@ -1,29 +0,0 @@
-OC.L10N.register(
- "files_texteditor",
- {
- "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",
- "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",
- "Text editor" : "Editor de texto",
- "Text file" : "Ficheiro de texto"
-},
-"nplurals=2; plural=(n != 1);");
diff --git a/l10n/gl.json b/l10n/gl.json
deleted file mode 100644
index 1082bb3..0000000
--- a/l10n/gl.json
+++ /dev/null
@@ -1,27 +0,0 @@
-{ "translations": {
- "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",
- "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",
- "Text editor" : "Editor de texto",
- "Text file" : "Ficheiro de texto"
-},"pluralForm" :"nplurals=2; plural=(n != 1);"
-} \ No newline at end of file