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-10-25 09:11:24 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-10-25 09:11:24 +0300
commitb82247534b9cef284d68010b7f50ce51bad814bd (patch)
treef3978ecee9e1f12a000388a1014fd07b2be4413e /l10n
parentdb71f6920a83ff0745b70853e899c59076ea2bed (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 0122259..7ba617a 100644
--- a/l10n/es.js
+++ b/l10n/es.js
@@ -1,7 +1,7 @@
OC.L10N.register(
"files_texteditor",
{
- "This file is too big to be opened. Please download the file instead." : "El archivo es muy grande para ser abierto. Por favor descarge el archivo en lugar de abrirlo.",
+ "This file is too big to be opened. Please download the file instead." : "El archivo es muy grande para ser abierto. Por favor, descargue el archivo en lugar de abrirlo.",
"Cannot read the file." : "No se puede leer el archivo.",
"Invalid file path supplied." : "Ruta de archivo inválida.",
"An internal server error occurred." : "Error interno del servidor",
diff --git a/l10n/es.json b/l10n/es.json
index d77b76a..7ce1da0 100644
--- a/l10n/es.json
+++ b/l10n/es.json
@@ -1,5 +1,5 @@
{ "translations": {
- "This file is too big to be opened. Please download the file instead." : "El archivo es muy grande para ser abierto. Por favor descarge el archivo en lugar de abrirlo.",
+ "This file is too big to be opened. Please download the file instead." : "El archivo es muy grande para ser abierto. Por favor, descargue el archivo en lugar de abrirlo.",
"Cannot read the file." : "No se puede leer el archivo.",
"Invalid file path supplied." : "Ruta de archivo inválida.",
"An internal server error occurred." : "Error interno del servidor",
diff --git a/l10n/es.php b/l10n/es.php
index d436050..adfcec3 100644
--- a/l10n/es.php
+++ b/l10n/es.php
@@ -1,6 +1,6 @@
<?php
$TRANSLATIONS = array(
-"This file is too big to be opened. Please download the file instead." => "El archivo es muy grande para ser abierto. Por favor descarge el archivo en lugar de abrirlo.",
+"This file is too big to be opened. Please download the file instead." => "El archivo es muy grande para ser abierto. Por favor, descargue el archivo en lugar de abrirlo.",
"Cannot read the file." => "No se puede leer el archivo.",
"Invalid file path supplied." => "Ruta de archivo inválida.",
"An internal server error occurred." => "Error interno del servidor",