diff options
-rw-r--r-- | language/es_ES/admin.lang.php | 2 | ||||
-rw-r--r-- | language/es_ES/install.lang.php | 9 |
2 files changed, 3 insertions, 8 deletions
diff --git a/language/es_ES/admin.lang.php b/language/es_ES/admin.lang.php index d000c5169..17c66e4ca 100644 --- a/language/es_ES/admin.lang.php +++ b/language/es_ES/admin.lang.php @@ -751,5 +751,5 @@ $lang['Select:'] = 'Seleccionar:'; $lang['None'] = 'Nada'; $lang['Invert'] = 'Invertir'; $lang['Impossible to deactivate this theme, you need at least one theme.'] = 'Imposible desactivar este tema, debe quedar por lo menos un tema acelerado.'; - +$lang['Webmaster status is required.'] = 'Usted debe tener el status de "webmaster".'; ?>
\ No newline at end of file diff --git a/language/es_ES/install.lang.php b/language/es_ES/install.lang.php index 239b26796..407ca5ed7 100644 --- a/language/es_ES/install.lang.php +++ b/language/es_ES/install.lang.php @@ -74,11 +74,6 @@ $lang['next step'] = 'Etapa siguiente'; $lang['Database type'] = 'Tipo de base de datos'; $lang['The type of database your piwigo data will be store in'] = 'La base de datos en la cual será almacenado su dato Piwigo'; -$lang['The configuration of Piwigo is finished, here is the next step<br><br> -* go to the identification page and use the login/password given for webmaster<br> -* this login will enable you to access to the administration panel and to the instructions in order to place pictures in your directories'] = 'La configuración de Piwigo, plaza a la siguiente etapa :<br><br> -* Vaya sobre la página de identificación y conéctese con pseudo y la palabra de paso cogidos para el webmaster<br> -* Esto le permite acceder a la parte administración y a las instrucciones para cargar imágenes en los repertorios.'; +$lang['Congratulations, Piwigo installation is completed'] = 'Félicitation, Piwigo está completamente instalado'; - -?> +?>
\ No newline at end of file |