12 lines
499 B
PHP
12 lines
499 B
PHP
<?php
|
|
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
|
|
// Fichier source, a modifier dans svn://trac.rezo.net/spip/spip/ecrire/lang/
|
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
|
return;
|
|
}
|
|
|
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
|
|
|
'form_forum_email_deja_enregistre' => 'Un compte existe déjà avec cette adresse email. Connectez-vous avec votre mot de passe habituel, ou bien réinitialisez-le en <a href="http://localhost/balint/spip.php?page=spip_pass">cliquant ici</a>.',
|
|
|
|
);
|