aboutsummaryrefslogtreecommitdiffstats
path: root/language
diff options
context:
space:
mode:
Diffstat (limited to 'language')
-rw-r--r--language/es_ES/admin.lang.php2
-rw-r--r--language/es_ES/install.lang.php3
-rw-r--r--language/es_ES/upgrade.lang.php2
3 files changed, 5 insertions, 2 deletions
diff --git a/language/es_ES/admin.lang.php b/language/es_ES/admin.lang.php
index b2d698fdf..cbdf7ca2c 100644
--- a/language/es_ES/admin.lang.php
+++ b/language/es_ES/admin.lang.php
@@ -759,4 +759,6 @@ $lang['Manual order'] = 'Orden manual';
$lang['Add another set of photos'] = 'Añadir otras fotos';
$lang['Order of menubar items has been updated successfully.'] = 'La orden de los elementos del menú ha sido actualizada con éxito.';
$lang['This theme was not designed to be directly activated'] = 'Este tema no es concebido por ser acelerado directamente';
+$lang['Who can see this photo?'] = '¿Quien puede ver esta foto?';
+$lang['Pending Comments'] = 'Comentarios pendientes';
?> \ No newline at end of file
diff --git a/language/es_ES/install.lang.php b/language/es_ES/install.lang.php
index ce09d4a35..779454291 100644
--- a/language/es_ES/install.lang.php
+++ b/language/es_ES/install.lang.php
@@ -75,5 +75,6 @@ $lang['An alternate solution is to copy the text in the box above and paste it i
$lang['Creation of config file local/config/database.inc.php failed.'] = 'La creación del fichero de configuración local/config/database.inc.php fue suspendido.';
$lang['Download the config file'] = 'Descargar el fichero de configuración';
$lang['You can download the config file and upload it to local/config directory of your installation.'] = 'Usted puede descargar el fichero de configuración y carga en el repertorio local/config de su instalación Piwigo.';
-
+$lang['SQLite and PostgreSQL are currently in experimental state.'] = 'SQLite y PostgreSQL están actualmente en estado experimental.';
+$lang['Learn more'] = 'Más información';
?> \ No newline at end of file
diff --git a/language/es_ES/upgrade.lang.php b/language/es_ES/upgrade.lang.php
index 17f44b323..13a0afbf9 100644
--- a/language/es_ES/upgrade.lang.php
+++ b/language/es_ES/upgrade.lang.php
@@ -41,5 +41,5 @@ $lang['Only thumbnails prefix and webmaster mail address have been saved from pr
$lang['This page proposes to upgrade your database corresponding to your old version of Piwigo to the current version. The upgrade assistant thinks you are currently running a <strong>release %s</strong> (or equivalent).'] = 'Esta página le propone poner al día la base de datos de su antigua versión de piwigo hacia la nueva versión.
El asistente de postura al día piensa que usted dispone actualmente del <strong>versión %s</strong> (o equivalente).';
-
+$lang['In <i>%s</i>, before <b>?></b>, insert:'] = 'En <i>%s</i>, antes <b>?></b>, insertar:';
?> \ No newline at end of file