[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/authorities authorities.tmpl,1.1,1.2 searchresultlist-auth.tmpl,1.1,1.2 searchresultlist.tmpl,1.1,1.2

Paul POULAIN tipaul at users.sourceforge.net
Wed Jan 5 15:35:54 CET 2005


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/authorities
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28050/koha-tmpl/intranet-tmpl/default/fr/authorities

Modified Files:
	authorities.tmpl searchresultlist-auth.tmpl 
	searchresultlist.tmpl 
Log Message:
french version for 2.2.0

Index: authorities.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/authorities/authorities.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** authorities.tmpl	24 Nov 2004 16:13:30 -0000	1.1
--- authorities.tmpl	5 Jan 2005 14:35:18 -0000	1.2
***************
*** 15,19 ****
  			<input type="button" value="Ajouter une autorité" onclick="Check(this.form)" accesskey="w" class="button authority">
  		<!-- /TMPL_IF -->
- <!--		<a href="javascript:PopupZ3950()" class="button authority">z3950 search</a> -->
  	</p>
  </div>
--- 15,18 ----
***************
*** 134,139 ****
  		alertString2  = _("Formulaire non soumis à cause du (des) problème(s) suivant(s)");
  		alertString2 += "\n------------------------------------------------------------------------------------\n";
! 		alertString2 += "\n- "+ total_missing_mandatory_tags +_(" mandatory tags empty");
! 		alertString2 += "\n- "+ total_missing_mandatory_subfields +_(" mandatory fields empty (see bold subfields)");
  		alert(alertString2);
  	} else {
--- 133,138 ----
  		alertString2  = _("Formulaire non soumis à cause du (des) problème(s) suivant(s)");
  		alertString2 += "\n------------------------------------------------------------------------------------\n";
! 		alertString2 += "\n- "+ total_missing_mandatory_tags +_("Champ(s) obligatoire(s) non renseigné(s)");
! 		alertString2 += "\n- "+ total_missing_mandatory_subfields +_("champs obligatoires non renseignés (voir les champs en caractère gras)");
  		alert(alertString2);
  	} else {

Index: searchresultlist-auth.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/authorities/searchresultlist-auth.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** searchresultlist-auth.tmpl	24 Nov 2004 16:13:30 -0000	1.1
--- searchresultlist-auth.tmpl	5 Jan 2005 14:35:18 -0000	1.2
***************
*** 60,64 ****
  			<table>
  				<tr>
! 					<th class="authority">Abrégé</th>
  					<th class="authority">Utilisé</th>
  					<th class="authority">Le choisir</th>
--- 60,64 ----
  			<table>
  				<tr>
! 					<th class="authority">Résumé</th>
  					<th class="authority">Utilisé</th>
  					<th class="authority">Le choisir</th>

Index: searchresultlist.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/authorities/searchresultlist.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** searchresultlist.tmpl	24 Nov 2004 16:13:30 -0000	1.1
--- searchresultlist.tmpl	5 Jan 2005 14:35:18 -0000	1.2
***************
*** 35,39 ****
  		<table>
  			<tr>
! 				<th class="authority">Abrégé</th>
  				<th class="authority">Utilisé</th>
  				<th class="authority">Voir</th>
--- 35,39 ----
  		<table>
  			<tr>
! 				<th class="authority">Résumé</th>
  				<th class="authority">Utilisé</th>
  				<th class="authority">Voir</th>
***************
*** 46,50 ****
  					<td>
  						<a href="detail.pl?authid=<!-- TMPL_VAR NAME="authid" -->">
! 							<img src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/fileopen.png" width="32" hspace="0" vspace="0" border="0" alt="Autorité numéro <!--TMPL_VAR" title="Autorité numéro <!--TMPL_VAR">
  						</a>
  					</td>
--- 46,50 ----
  					<td>
  						<a href="detail.pl?authid=<!-- TMPL_VAR NAME="authid" -->">
! 							<img src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/fileopen.png" width="32" hspace="0" vspace="0" border="0" alt='Autorité numéro <!-- TMPL_VAR NAME="authid" -->' title='autorité numéro <!-- TMPL_VAR NAME="authid" -->'>
  						</a>
  					</td>





More information about the Koha-cvs mailing list