Missing externalsite module translations

This commit is contained in:
Marcos García 2013-04-20 00:18:57 +02:00
parent 40a9ab9772
commit d90a0acbec
5 changed files with 9 additions and 6 deletions

View File

@ -25,12 +25,12 @@
require '../main.inc.php';
$langs->load("externalsite@externalsite");
$langs->load("externalsite");
if (empty($conf->global->EXTERNALSITE_URL))
{
llxHeader();
print '<div class="error">Module ExternalSite was not configured properly.</div>';
print '<div class="error">'.$langs->trans('ExternalSiteModuleNotComplete').'</div>';
llxFooter();
}

View File

@ -24,7 +24,7 @@
require ("../main.inc.php");
$langs->load("@externalsite");
$langs->load("externalsite");
top_htmlhead("","");
top_menu("","","_top");

View File

@ -1,4 +1,5 @@
# Dolibarr language file - en_US - externalsite
CHARSET=UTF-8
ExternalSiteSetup=Setup link to external website
ExternalSiteURL=External Site URL
ExternalSiteURL=External Site URL
ExternalSiteModuleNotComplete=Module ExternalSite was not configured properly.

View File

@ -1,4 +1,5 @@
# Dolibarr language file - es_ES - externalsite
CHARSET=UTF-8
ExternalSiteSetup=Configuración del enlace al sitio web externo
ExternalSiteURL=URL del sitio externo
ExternalSiteURL=URL del sitio externo
ExternalSiteModuleNotComplete=El módulo Sitio web externo no ha sido configurado correctamente.

View File

@ -1,4 +1,5 @@
# Dolibarr language file - fr_FR - externalsite
CHARSET=UTF-8
ExternalSiteSetup=Configuration du lien vers le site externe
ExternalSiteURL=URL du site externe
ExternalSiteURL=URL du site externe
ExternalSiteModuleNotComplete=