summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 8e70b8ec3..b2fffc1e3 100644
--- a/l10n/es.js
+++ b/l10n/es.js
@@ -19,7 +19,7 @@ OC.L10N.register(
"Request failed, ownCloud is in currently in maintenance mode!" : "La petición ha fallado: ownCloud ya está en modo mantenimiento.",
"Can not add feed: Exists already" : "No se puede agregar fuente: ya existe",
"Articles without feed" : "Artículos sin fuente",
- "Can not add folder: Exists already" : "No se puede agregar carpeta: ya existe",
+ "Can not add folder: Exists already" : "No se puede agregar la carpeta: ya existe",
"Use ownCloud cron for updates" : "Utilizar el programador de tareas de ownCloud para las actualizaciones",
"Disable this if you run a custom updater such as the Python updater included in the app" : "Deshabilita esto si ejecutas un actualizador personalizado como el actualizador Python incluido en la aplicación",
"Purge interval" : "Intervalo de purgado",
diff --git a/l10n/es.json b/l10n/es.json
index 00b10d985..20d56c100 100644
--- a/l10n/es.json
+++ b/l10n/es.json
@@ -17,7 +17,7 @@
"Request failed, ownCloud is in currently in maintenance mode!" : "La petición ha fallado: ownCloud ya está en modo mantenimiento.",
"Can not add feed: Exists already" : "No se puede agregar fuente: ya existe",
"Articles without feed" : "Artículos sin fuente",
- "Can not add folder: Exists already" : "No se puede agregar carpeta: ya existe",
+ "Can not add folder: Exists already" : "No se puede agregar la carpeta: ya existe",
"Use ownCloud cron for updates" : "Utilizar el programador de tareas de ownCloud para las actualizaciones",
"Disable this if you run a custom updater such as the Python updater included in the app" : "Deshabilita esto si ejecutas un actualizador personalizado como el actualizador Python incluido en la aplicación",
"Purge interval" : "Intervalo de purgado",
diff --git a/l10n/es.php b/l10n/es.php
index 809499ad8..5f6bbbcd2 100644
--- a/l10n/es.php
+++ b/l10n/es.php
@@ -18,7 +18,7 @@ $TRANSLATIONS = array(
"Request failed, ownCloud is in currently in maintenance mode!" => "La petición ha fallado: ownCloud ya está en modo mantenimiento.",
"Can not add feed: Exists already" => "No se puede agregar fuente: ya existe",
"Articles without feed" => "Artículos sin fuente",
-"Can not add folder: Exists already" => "No se puede agregar carpeta: ya existe",
+"Can not add folder: Exists already" => "No se puede agregar la carpeta: ya existe",
"Use ownCloud cron for updates" => "Utilizar el programador de tareas de ownCloud para las actualizaciones",
"Disable this if you run a custom updater such as the Python updater included in the app" => "Deshabilita esto si ejecutas un actualizador personalizado como el actualizador Python incluido en la aplicación",
"Purge interval" => "Intervalo de purgado",