From 13cbf154e1f51d455a8a7a4c74b6b7ffc73a8661 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Garci=CC=81a?= <marcosgdf@gmail.com> Date: Mon, 1 Oct 2012 03:09:37 +0200 Subject: [PATCH] Added missing & improved es_ES translations --- htdocs/langs/es_ES/companies.lang | 1 + htdocs/langs/es_ES/install.lang | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/langs/es_ES/companies.lang b/htdocs/langs/es_ES/companies.lang index a8562f8885e..90f1529acd7 100644 --- a/htdocs/langs/es_ES/companies.lang +++ b/htdocs/langs/es_ES/companies.lang @@ -79,6 +79,7 @@ Poste=Puesto DefaultLang=Idioma por defecto VATIsUsed=Sujeto a IVA VATIsNotUsed=No sujeto a IVA +CopyAddressFromSoc=Copiar dirección de la empresa ##### Local Taxes #####= LocalTax1IsUsedES=Sujeto a RE LocalTax1IsNotUsedES=No sujeto a RE diff --git a/htdocs/langs/es_ES/install.lang b/htdocs/langs/es_ES/install.lang index 3a3870daf2b..700fdf4d022 100644 --- a/htdocs/langs/es_ES/install.lang +++ b/htdocs/langs/es_ES/install.lang @@ -15,8 +15,8 @@ PHPSupportPOSTGETOk=Este PHP soporta bien las variables POST y GET. PHPSupportPOSTGETKo=Es posible que este PHP no soporte las variables POST y/o GET. Compruebe el parámetro <b>variables_order</b> del php.ini. PHPSupportGD=Este PHP soporta las funciones gráficas GD. PHPSupportUTF8=Este PHP soporta las funciones UTFB. -PHPMemoryOK=Su memoria máxima de sesión PHP esta definida a <b>%s</b>. Esto debería ser suficiente. -PHPMemoryTooLow=Su memoria máxima de sesión PHP está definida en <b>%s</b> bytes. Esto es muy poco. Se recomienda modificar el parámetro <b>memory_limit</b> de su archivo <b>php.ini</b> a al menos <b>%s</b> octetos. +PHPMemoryOK=Su memoria máxima de sesión PHP esta definida a <b>%s</b>. Esto debería ser suficiente. +PHPMemoryTooLow=Su memoria máxima de sesión PHP está definida en <b>%s</b> bytes. Esto es muy poco. Se recomienda modificar el parámetro <b>memory_limit</b> de su archivo <b>php.ini</b> a por lo menos <b>%s</b> bytes. Recheck=Haga click aquí para realizar un test más exhaustivo ErrorPHPDoesNotSupportSessions=Su instalación PHP no soporta las sesiones. Esta funcionalidad es necesaria para hacer funcionar a Dolibarr. Compruebe su configuración de PHP. ErrorPHPDoesNotSupportGD=Este PHP no soporta las funciones gráficas GD. Ningún gráfico estará disponible. -- GitLab