X-Git-Url: http://git.cyclocoop.org/?p=lhc%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fecrire%2Finstall%2Fetape_3.php;h=d7037167656d39e8776121de337d639f1620c4fb;hp=adbaf4732532dbeb161f4d8416aca294d6398374;hb=122c920eb07e3f665789f8734965b576e6c25515;hpb=226942065cd4f604eb464addf45a065c9e5bc916 diff --git a/www/ecrire/install/etape_3.php b/www/ecrire/install/etape_3.php index adbaf473..d7037167 100644 --- a/www/ecrire/install/etape_3.php +++ b/www/ecrire/install/etape_3.php @@ -3,7 +3,7 @@ /***************************************************************************\ * SPIP, Systeme de publication pour l'internet * * * - * Copyright (c) 2001-2012 * + * Copyright (c) 2001-2014 * * Arnaud Martin, Antoine Pitrou, Philippe Riviere, Emmanuel Saint-James * * * * Ce programme est un logiciel libre distribue sous licence GNU/GPL. * @@ -217,12 +217,12 @@ function install_premier_auteur($email, $login, $nom, $pass, $hidden, $auteur_ob . fieldset(_T('entree_identifiants_connexion'), array( 'login' => array( - 'label' => ""._T('entree_login')."
\n"._T('info_plus_trois_car')."\n", + 'label' => ""._T('entree_login')."
\n"._T('info_login_trop_court_car_pluriel', array('nb' => _LOGIN_TROP_COURT))."\n", 'valeur' => $login, 'required' => $auteur_obligatoire, ), 'pass' => array( - 'label' => ""._T('entree_mot_passe')."
\n"._T('info_plus_cinq_car_2')."\n", + 'label' => ""._T('entree_mot_passe')."
\n"._T('info_passe_trop_court_car_pluriel', array('nb' => _PASS_LONGUEUR_MINI))."\n", 'valeur' => $pass, 'required' => $auteur_obligatoire, ),