diff --git a/language/es_ES/admin.lang.php b/language/es_ES/admin.lang.php index d3a6d6002..a23408fe8 100644 --- a/language/es_ES/admin.lang.php +++ b/language/es_ES/admin.lang.php @@ -1317,4 +1317,6 @@ $lang['This photo no longer exists'] = 'Esta imagen ya no existe'; $lang['If anything bad happens during the update, you would be able to restore a backup.'] = 'Si ocurre algún problema durante la actualización, serás capaz de restaurar una copia de seguridad.'; $lang['Details'] = 'Detalles'; $lang['Apply to root albums'] = 'Aplicar a los álbumes principales'; -$lang['The best is to have them made automatically on a regular basis.'] = 'Lo mejor es que se hagan automáticamente de manera regular.'; \ No newline at end of file +$lang['The best is to have them made automatically on a regular basis.'] = 'Lo mejor es que se hagan automáticamente de manera regular.'; +$lang['Album name must not be empty'] = 'El nombre del álbum no puede estar vacío'; +$lang['Visit history'] = 'Historial de visitas'; \ No newline at end of file