aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--language/es_ES/common.lang.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/language/es_ES/common.lang.php b/language/es_ES/common.lang.php
index c7d6d6bdf..18f89ecbc 100644
--- a/language/es_ES/common.lang.php
+++ b/language/es_ES/common.lang.php
@@ -407,4 +407,9 @@ $lang['xsmall'] = 'XS - muy pequeño';
$lang['%d rate'] = '%d Nota';
$lang['Permalink for album not found'] = 'No existe el enlace permanente para el álbum';
$lang['Requested album does not exist'] = 'No existe el álbum solicitado';
+$lang['Bad request'] = 'Petición errónea';
+$lang['Forbidden'] = 'Prohibido';
+$lang['Page not found'] = 'Página no encontrada';
+$lang['Piwigo encountered a non recoverable error'] = 'Piwigo ha encontrado un error irreparable';
+$lang['Requested tag does not exist'] = 'La etiqueta solicitada no existe';
?> \ No newline at end of file