2
0
forked from Wavyzz/dolibarr

New: Add a page to explain how to make translations (only on not

complete translation languages)
This commit is contained in:
Laurent Destailleur
2012-03-07 14:27:17 +01:00
parent 4e99563831
commit b08848eb5b
11 changed files with 142 additions and 55 deletions

View File

@@ -143,12 +143,6 @@ $linuxlike=1;
if (preg_match('/^win/i',PHP_OS)) $linuxlike=0;
if (preg_match('/^mac/i',PHP_OS)) $linuxlike=0;
/*
* View
*/
$wikihelp='EN:Setup Sms|FR:Paramétrage Sms|ES:Configuración Sms';
llxHeader('',$langs->trans("Setup"),$wikihelp);
@@ -349,7 +343,7 @@ else
}
$db->close();
llxFooter();
$db->close();
?>