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:
Diffstat (limited to 'l10n')
-rw-r--r--l10n/es.js2
-rw-r--r--l10n/es.json2
-rw-r--r--l10n/es.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/l10n/es.js b/l10n/es.js
index 4e259f4..ecb8251 100644
--- a/l10n/es.js
+++ b/l10n/es.js
@@ -1,7 +1,7 @@
OC.L10N.register(
"files_texteditor",
{
- "Cannot save file as it has been modified since opening" : "No es posible guardar el archivo pues ha sido modificado",
+ "Cannot save file as it has been modified since opening" : "No es posible guardar el archivo; pues ha sido modificado",
"Insufficient permissions" : "Permisos insuficientes",
"File path not supplied" : "No se ha proporcionado la ruta del archivo",
"File mtime not supplied" : "No se ha proporcionado la hora de modificación del archivo (mtime)",
diff --git a/l10n/es.json b/l10n/es.json
index 088da6b..40bb4a8 100644
--- a/l10n/es.json
+++ b/l10n/es.json
@@ -1,5 +1,5 @@
{ "translations": {
- "Cannot save file as it has been modified since opening" : "No es posible guardar el archivo pues ha sido modificado",
+ "Cannot save file as it has been modified since opening" : "No es posible guardar el archivo; pues ha sido modificado",
"Insufficient permissions" : "Permisos insuficientes",
"File path not supplied" : "No se ha proporcionado la ruta del archivo",
"File mtime not supplied" : "No se ha proporcionado la hora de modificación del archivo (mtime)",
diff --git a/l10n/es.php b/l10n/es.php
index f182d4a..abbdd96 100644
--- a/l10n/es.php
+++ b/l10n/es.php
@@ -1,6 +1,6 @@
<?php
$TRANSLATIONS = array(
-"Cannot save file as it has been modified since opening" => "No es posible guardar el archivo pues ha sido modificado",
+"Cannot save file as it has been modified since opening" => "No es posible guardar el archivo; pues ha sido modificado",
"Insufficient permissions" => "Permisos insuficientes",
"File path not supplied" => "No se ha proporcionado la ruta del archivo",
"File mtime not supplied" => "No se ha proporcionado la hora de modificación del archivo (mtime)",