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:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2015-03-31 09:11:37 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-03-31 09:11:37 +0300
commit6be500bf21a5871ab1ff1319ad360478bc9db30f (patch)
treec577db7053886d225a96b65bf4a0046ca0b3531c /l10n
parente6a834ee8418c25c533a0566d3d22ec1f2dbd419 (diff)
[tx-robot] updated from transifex
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)",