Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 741 → Rev 742

/trunk/client/bottin/langues/bottin.langue_fr.inc.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: bottin.langue_fr.inc.php,v 1.5 2005-12-19 11:13:29 alexandre_tb Exp $
// CVS : $Id: bottin.langue_fr.inc.php,v 1.6 2006-02-28 14:07:23 alexandre_tb Exp $
/**
* Fichier de traduction en français de l'application ins_annuaire
*
29,12 → 29,12
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.5 $ $Date: 2005-12-19 11:13:29 $
*@version $Revision: 1.6 $ $Date: 2006-02-28 14:07:23 $
// +------------------------------------------------------------------------------------------------------+
*/
 
if (file_exists (INS_CHEMIN_APPLI.'langues/bottin_langue_'.$GLOBALS['lang'].'local.php')) {
include_once INS_CHEMIN_APPLI.'langues/bottin_langue_'.$GLOBALS['lang'].'local.php' ;
if (file_exists (INS_CHEMIN_APPLI.'langues/bottin_langue_'.INS_LANGUE_DEFAUT.'local.php')) {
include_once INS_CHEMIN_APPLI.'langues/bottin_langue_'.INS_LANGUE_DEFAUT.'local.php' ;
}
define ('INS_TITRE_INSCRIPTION', 'Inscription au réseau');
define ('INS_INSCRIPTION_PERSONNE','S\'inscrire en tant que personne');
191,6 → 191,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.5 2005/12/19 11:13:29 alexandre_tb
* Ajout de l'appel vers bottin_langue_fr.local.php
*
* Revision 1.4 2005/12/02 13:50:52 florian
* ajout gestion erreur javascript
*