diff --git a/language/es_MX/install.lang.php b/language/es_MX/install.lang.php index ca5f6f23c..226a70658 100644 --- a/language/es_MX/install.lang.php +++ b/language/es_MX/install.lang.php @@ -48,4 +48,5 @@ $lang['Installation'] = 'Instalación'; $lang['It appears your webhost is currently running PHP %s.'] = 'Parece que tu servidor web corre actualmente PHP %s.'; $lang['It will be shown to the visitors. It is necessary for website administration'] = 'Se mostrará a los visitantes. Es necesario para la administración del sitio web'; $lang['Just another Piwigo gallery'] = 'Otra galería Piwigo'; -$lang['Keep it confidential, it enables you to access administration panel'] = 'Mantenlo confidencial, te permite acceder al panel de administración'; \ No newline at end of file +$lang['Keep it confidential, it enables you to access administration panel'] = 'Mantenlo confidencial, te permite acceder al panel de administración'; +$lang['PHP version %s required (you are running on PHP %s)'] = 'Se requiere la versión de PHP %s (usted está ejecutando PHP %s)'; \ No newline at end of file