[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/fr opac-auth.tmpl,1.1.2.2,1.1.2.3 opac-detail.tmpl,1.1.2.2,1.1.2.3 opac-main.tmpl,1.1.2.2,1.1.2.3 opac-moredetail.tmpl,1.1.2.2,1.1.2.3 opac-reserve.tmpl,1.1.2.2,1.1.2.3 opac-searchresults.tmpl,1.1.2.3,1.1.2.4 opac-userupdate.tmpl,1.1.2.1,1.1.2.2 subject.tmpl,1.1.2.1,1.1.2.2

Paul POULAIN tipaul at users.sourceforge.net
Tue Feb 10 17:43:44 CET 2004


Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/fr
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26103/koha-tmpl/opac-tmpl/css/fr

Modified Files:
      Tag: rel_2_0
	opac-auth.tmpl opac-detail.tmpl opac-main.tmpl 
	opac-moredetail.tmpl opac-reserve.tmpl opac-searchresults.tmpl 
	opac-userupdate.tmpl subject.tmpl 
Log Message:
french translation fixes

Index: opac-auth.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/fr/Attic/opac-auth.tmpl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -r1.1.2.2 -r1.1.2.3
*** opac-auth.tmpl	20 Jan 2004 10:24:27 -0000	1.1.2.2
--- opac-auth.tmpl	10 Feb 2004 16:43:41 -0000	1.1.2.3
***************
*** 3,22 ****
  <!-- TMPL_IF NAME="nopermission" -->
  <!-- This is what is displayed if user doesnt have permission -->
! <h2>Désolé, je pense que vous n'avez pas les permissions suffisantes\.<h2>
  <!-- /TMPL_IF -->
  
  <!-- TMPL_IF NAME="timed_out" -->
  <!-- This is what is displayed if Connecter has timed out -->
! <h2>Déconnecté\. Identifiez vous à nouveau\.<h2>
  <!-- /TMPL_IF -->
  
  <!-- TMPL_IF NAME="different_ip" -->
  <!-- This is what is displayed if user doesnt have permission -->
! <h2>Vous avez changé d'adresse IP\. Identifiez vous à nouveau<h2>
  <!-- /TMPL_IF -->
  
  <!-- TMPL_IF NAME="invalid_username_or_password" -->
  <!-- This is what is displayed if user doesnt have permission -->
! <h2>Identifiant ou mot de passe erroné\. Essayez encore\.<h2>
  <!-- /TMPL_IF -->
  
--- 3,22 ----
  <!-- TMPL_IF NAME="nopermission" -->
  <!-- This is what is displayed if user doesnt have permission -->
! <h2>Désolé, je pense que vous n'avez pas les permissions suffisantes.<h2>
  <!-- /TMPL_IF -->
  
  <!-- TMPL_IF NAME="timed_out" -->
  <!-- This is what is displayed if Connecter has timed out -->
! <h2>Déconnecté. Identifiez vous à nouveau.<h2>
  <!-- /TMPL_IF -->
  
  <!-- TMPL_IF NAME="different_ip" -->
  <!-- This is what is displayed if user doesnt have permission -->
! <h2>Vous avez changé d'adresse IP. Identifiez vous à nouveau<h2>
  <!-- /TMPL_IF -->
  
  <!-- TMPL_IF NAME="invalid_username_or_password" -->
  <!-- This is what is displayed if user doesnt have permission -->
! <h2>Identifiant ou mot de passe erroné. Essayez encore.<h2>
  <!-- /TMPL_IF -->
  

Index: opac-detail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/fr/Attic/opac-detail.tmpl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -r1.1.2.2 -r1.1.2.3
*** opac-detail.tmpl	20 Jan 2004 10:24:27 -0000	1.1.2.2
--- opac-detail.tmpl	10 Feb 2004 16:43:42 -0000	1.1.2.3
***************
*** 56,60 ****
  				<td><!-- TMPL_VAR NAME="datedue" --></td>
  				<td><!-- TMPL_VAR NAME="datelastseen" --></td>
! 				<td><!-- TMPL_VAR NAME="code barre" --></td>
  			</tr>
  		<!-- /TMPL_LOOP -->
--- 56,60 ----
  				<td><!-- TMPL_VAR NAME="datedue" --></td>
  				<td><!-- TMPL_VAR NAME="datelastseen" --></td>
! 				<td><!-- TMPL_VAR NAME="barcode" --></td>
  			</tr>
  		<!-- /TMPL_LOOP -->

Index: opac-main.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/fr/Attic/opac-main.tmpl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -r1.1.2.2 -r1.1.2.3
*** opac-main.tmpl	20 Jan 2004 10:24:27 -0000	1.1.2.2
--- opac-main.tmpl	10 Feb 2004 16:43:42 -0000	1.1.2.3
***************
*** 42,46 ****
  		Cette bibliothèque fonctionne avec <a href="http://www.koha.org">Koha</a> SIGB sous licence libre, respectant les standards de l'internet
  		<a href="http://validator.w3.org/check/referer">
! 			<img src="http://www.w3.org/Icons/valid-xhtml10" alt="XHTML 1\.0 valide" height="16" width="44" />
  		</a>
  	</p>
--- 42,46 ----
  		Cette bibliothèque fonctionne avec <a href="http://www.koha.org">Koha</a> SIGB sous licence libre, respectant les standards de l'internet
  		<a href="http://validator.w3.org/check/referer">
! 			<img src="http://www.w3.org/Icons/valid-xhtml10" alt="XHTML 1.0 valide" height="16" width="44" />
  		</a>
  	</p>

Index: opac-moredetail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/fr/Attic/opac-moredetail.tmpl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -r1.1.2.2 -r1.1.2.3
*** opac-moredetail.tmpl	20 Jan 2004 10:24:27 -0000	1.1.2.2
--- opac-moredetail.tmpl	10 Feb 2004 16:43:42 -0000	1.1.2.3
***************
*** 55,59 ****
  <TR VALIGN=TOP>
  <td  bgcolor="99cc33" background="/images/background-mem.gif"><B>CODE BARRE
! <!-- TMPL_VAR NAME="code barre" --></b></TD>
  </TR>
  <tr VALIGN=TOP>
--- 55,59 ----
  <TR VALIGN=TOP>
  <td  bgcolor="99cc33" background="/images/background-mem.gif"><B>CODE BARRE
! <!-- TMPL_VAR NAME="barcode" --></b></TD>
  </TR>
  <tr VALIGN=TOP>
***************
*** 72,76 ****
  <b>Vu:</b> <!-- TMPL_VAR NAME="datelastseen" --><br>
  <b>Dernier prêt:</b> <!-- TMPL_VAR NAME="timestamp0" --><br>
! on issue bit <!-- FIXME - What's this, then? -->
  <b>Dernier emprunteur 1:</b> <!-- TMPL_VAR NAME="card0" --><br>
  <b>Dernier emprunteur 2:</b> <!-- TMPL_VAR NAME="card1" --><br>
--- 72,76 ----
  <b>Vu:</b> <!-- TMPL_VAR NAME="datelastseen" --><br>
  <b>Dernier prêt:</b> <!-- TMPL_VAR NAME="timestamp0" --><br>
! En prêt \? <!-- FIXME - What's this, then? -->
  <b>Dernier emprunteur 1:</b> <!-- TMPL_VAR NAME="card0" --><br>
  <b>Dernier emprunteur 2:</b> <!-- TMPL_VAR NAME="card1" --><br>

Index: opac-reserve.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/fr/Attic/opac-reserve.tmpl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -r1.1.2.2 -r1.1.2.3
*** opac-reserve.tmpl	20 Jan 2004 10:24:27 -0000	1.1.2.2
--- opac-reserve.tmpl	10 Feb 2004 16:43:42 -0000	1.1.2.3
***************
*** 16,20 ****
  	<!-- The first time round you select which bibitems you want -->
  	<p> Il y a <b><!-- TMPL_VAR NAME="reservecount" --></b> Réservations déjà faites sur cet ouvrage </p>
! 	<p>Sélectionnez les types d'ouvrages souhaités\. Le premier disponible sera gardé pour vous\.</p>
  
  	<FORM ACTION="/cgi-bin/koha/opac-reserve.pl" method=post>
--- 16,20 ----
  	<!-- The first time round you select which bibitems you want -->
  	<p> Il y a <b><!-- TMPL_VAR NAME="reservecount" --></b> Réservations déjà faites sur cet ouvrage </p>
! 	<p>Sélectionnez les types d'ouvrages souhaités. Le premier disponible sera gardé pour vous.</p>
  
  	<FORM ACTION="/cgi-bin/koha/opac-reserve.pl" method=post>

Index: opac-searchresults.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/fr/Attic/opac-searchresults.tmpl,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -r1.1.2.3 -r1.1.2.4
*** opac-searchresults.tmpl	20 Jan 2004 10:24:27 -0000	1.1.2.3
--- opac-searchresults.tmpl	10 Feb 2004 16:43:42 -0000	1.1.2.4
***************
*** 63,67 ****
  		<th>&copy;</th>
  		<th>Nombre d'ouvrages</th>
! 		<th>LIMITED:Localisation</th>
  		<th>&nbsp;</th>
  	</tr>
--- 63,67 ----
  		<th>&copy;</th>
  		<th>Nombre d'ouvrages</th>
! 		<th>Localisation</th>
  		<th>&nbsp;</th>
  	</tr>
***************
*** 145,149 ****
  
  <p class="center">
! 	Essayez une autre <a href="/cgi-bin/koha/opac-search.pl">LIMITED:chercher</a>
  </p>
  </div>
--- 145,149 ----
  
  <p class="center">
! 	Essayez une autre <a href="/cgi-bin/koha/opac-search.pl">chercher</a>
  </p>
  </div>

Index: opac-userupdate.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/fr/Attic/opac-userupdate.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** opac-userupdate.tmpl	8 Jan 2004 16:02:40 -0000	1.1.2.1
--- opac-userupdate.tmpl	10 Feb 2004 16:43:42 -0000	1.1.2.2
***************
*** 4,8 ****
  <h2>Modification informations lecteur</h2>
  <p><i> Changer le nécessaire<br />
! Your changes won't appear until the library has validated them.</i></p>
  
  <!-- TMPL_LOOP NAME="BORROWER_INFO" -->
--- 4,8 ----
  <h2>Modification informations lecteur</h2>
  <p><i> Changer le nécessaire<br />
! Vos changement n'apparaitront que lorsque la bibliothèque les aura validé</i></p>
  
  <!-- TMPL_LOOP NAME="BORROWER_INFO" -->

Index: subject.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/fr/Attic/subject.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** subject.tmpl	8 Jan 2004 16:02:40 -0000	1.1.2.1
--- subject.tmpl	10 Feb 2004 16:43:42 -0000	1.1.2.2
***************
*** 15,19 ****
  </table>
  <br>
! Results <!-- TMPL_VAR NAME="startfrom" --> à <!-- TMPL_VAR NAME="endat" --> de <!-- TMPL_VAR NAME="numrecords" --> réponses
  <br>
      <!-- TMPL_IF NAME="displayprev" -->
--- 15,19 ----
  </table>
  <br>
! Résultats <!-- TMPL_VAR NAME="startfrom" --> à <!-- TMPL_VAR NAME="endat" --> de <!-- TMPL_VAR NAME="numrecords" --> réponses
  <br>
      <!-- TMPL_IF NAME="displayprev" -->





More information about the Koha-cvs mailing list