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:
Diffstat (limited to 'l10n/ast.js')
-rw-r--r--l10n/ast.js16
1 files changed, 8 insertions, 8 deletions
diff --git a/l10n/ast.js b/l10n/ast.js
index 0f6a3f0..a05a65a 100644
--- a/l10n/ast.js
+++ b/l10n/ast.js
@@ -1,6 +1,13 @@
OC.L10N.register(
"files_texteditor",
{
+ "saving..." : "guardando...",
+ "saved!" : "¡guardáu!",
+ "failed!" : "¡falló!",
+ "Saved" : "Guardáu",
+ "There was a problem saving your changes. Click to resume editing." : "Hebo un problema guardando tos cambéos. Calca pa reaniciar la edición.",
+ "An error occurred!" : "Hebo un fallu!",
+ "New text file.txt" : "Nuevu testu ficheru.txt",
"This file is too big to be opened. Please download the file instead." : "El ficheru ye demasiáu grande p'abrilo. Por favor, descarga'l ficheru nel so llugar.",
"Cannot read the file." : "Nun ye a lleese'l ficheru",
"Invalid file path supplied." : "Camín de ficheru inválidu.",
@@ -9,13 +16,6 @@ OC.L10N.register(
"Cannot save file as it has been modified since opening" : "Nun pudo guardase'l ficheru por mor que ta modificáu dende que s'abrió",
"Insufficient permissions" : "Permisos insuficientes",
"File path not supplied" : "Camín de ficheru non soportáu",
- "File mtime not supplied" : "Ficheru mtime non soportáu",
- "saving..." : "guardando...",
- "saved!" : "¡guardáu!",
- "failed!" : "¡falló!",
- "Saved" : "Guardáu",
- "There was a problem saving your changes. Click to resume editing." : "Hebo un problema guardando tos cambéos. Calca pa reaniciar la edición.",
- "An error occurred!" : "Hebo un fallu!",
- "New text file.txt" : "Nuevu testu ficheru.txt"
+ "File mtime not supplied" : "Ficheru mtime non soportáu"
},
"nplurals=2; plural=(n != 1);");