[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/reports inventory.tmpl,1.2,1.3 issues_by_borrower_category.tmpl,1.1,1.2 itemtypes.tmpl,1.1,1.2 reports-home.tmpl,1.5,1.6

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


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

Modified Files:
	inventory.tmpl issues_by_borrower_category.tmpl itemtypes.tmpl 
	reports-home.tmpl 
Log Message:
french version for 2.2.0

Index: inventory.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/reports/inventory.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** inventory.tmpl	24 Nov 2004 16:19:00 -0000	1.2
--- inventory.tmpl	5 Jan 2005 14:35:22 -0000	1.3
***************
*** 5,14 ****
  		<h2 class="reports">Sélectionnez les exemplaires que vous souhaitez vérifier</h2>
  		<p>
! 			Localisation de l'exemplaire (items.itemcallnumber) entre <input type="text" name="minlocation" value="<!-- TMPL_VAR NAME="minlocation" -->"> et <input type="text" name="maxlocation" value="<!-- TMPL_VAR NAME="maxlocation" -->">
  		</p>
  		<p><label>pas vu depuis</label>
  			<input type="text" name="datelastseen" value="<!-- TMPL_VAR NAME="datelastseen" -->">
  		</p>
! 		<p><label>voir</label>
  			<input type="text" name="pagesize" value="<!-- TMPL_VAR NAME="pagesize" -->" maxlength="5" size="5"><i> exemplaires commençant au </i> <input type="text" name="offset" value="<!-- TMPL_VAR NAME="offset" -->" size="5" maxlength="5">
  		</p>
--- 5,14 ----
  		<h2 class="reports">Sélectionnez les exemplaires que vous souhaitez vérifier</h2>
  		<p>
! 			Cote de l'exemplaire ((items.itemcallnumber) entre <input type="text" name="minlocation" value="<!-- TMPL_VAR NAME="minlocation" -->"> et <input type="text" name="maxlocation" value="<!-- TMPL_VAR NAME="maxlocation" -->">
  		</p>
  		<p><label>pas vu depuis</label>
  			<input type="text" name="datelastseen" value="<!-- TMPL_VAR NAME="datelastseen" -->">
  		</p>
! 		<p><label>afficher</label>
  			<input type="text" name="pagesize" value="<!-- TMPL_VAR NAME="pagesize" -->" maxlength="5" size="5"><i> exemplaires commençant au </i> <input type="text" name="offset" value="<!-- TMPL_VAR NAME="offset" -->" size="5" maxlength="5">
  		</p>
***************
*** 29,33 ****
  		<tr>
  			<th class="reports">Vu</th>
! 			<th class="reports">Code Barre</th>
  			<th class="reports">Cote</th>
  			<th class="reports">Titre</th>
--- 29,33 ----
  		<tr>
  			<th class="reports">Vu</th>
! 			<th class="reports">Code à Barres</th>
  			<th class="reports">Cote</th>
  			<th class="reports">Titre</th>

Index: issues_by_borrower_category.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/reports/issues_by_borrower_category.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** issues_by_borrower_category.tmpl	24 Nov 2004 16:19:00 -0000	1.1
--- issues_by_borrower_category.tmpl	5 Jan 2005 14:35:22 -0000	1.2
***************
*** 40,44 ****
  	<h1>Prêts par catégories de lecteurs</h1>
  	<form method="post">
! 		<p>Select a borrower category (or don't if you want to see global status) <input type="text" name="value"></p>
  		<p>Sélectionnez une annexe : <!-- TMPL_VAR NAME="CGIbranch" --></p>
  		<input type="submit" value="OK" class="button">
--- 40,44 ----
  	<h1>Prêts par catégories de lecteurs</h1>
  	<form method="post">
! 		<p>Sélectionner une catégorie de lecteur (ou rien si vous souhaitez visualiser l'état global) <input type="text" name="value"></p>
  		<p>Sélectionnez une annexe : <!-- TMPL_VAR NAME="CGIbranch" --></p>
  		<input type="submit" value="OK" class="button">

Index: itemtypes.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/reports/itemtypes.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** itemtypes.tmpl	24 Nov 2004 16:19:00 -0000	1.1
--- itemtypes.tmpl	5 Jan 2005 14:35:22 -0000	1.2
***************
*** 23,27 ****
  	<h1>Voir le catalogue par type de document</h1>
  	<form method="post">
! 		 Sélectionner une annexe (ou rien si vous souhaitez le rapport pour toutes les annexes) <!-- TMPL_VAR NAME="CGIbranch" -->
  		<input type="submit" value="OK" class="button">
  		<input type="hidden" name="report_name" value="<!--TMPL_VAR NAME="report_name" -->">
--- 23,27 ----
  	<h1>Voir le catalogue par type de document</h1>
  	<form method="post">
! 		Sélectionner une annexe (ou rien si vous souhaitez le rapport pour toutes les annexes) <!-- TMPL_VAR NAME="CGIbranch" -->
  		<input type="submit" value="OK" class="button">
  		<input type="hidden" name="report_name" value="<!--TMPL_VAR NAME="report_name" -->">

Index: reports-home.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/reports/reports-home.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** reports-home.tmpl	24 Nov 2004 16:19:00 -0000	1.5
--- reports-home.tmpl	5 Jan 2005 14:35:22 -0000	1.6
***************
*** 2,10 ****
  <!-- ------------------------MAIN BODY OF PAGE------------------------ -->
  <div id="mainbloc">
! <h1>Rapports</h1>
  <ul>
  	<li><a href="/cgi-bin/koha/stats.pl?time=yesterday">Cas réglés:</a> Rapport quotidien (hier)</li>
  	<li><a href="/cgi-bin/koha/stats.pl?time=today">Cas réglés:</a> Rapport quotidien (aujourd'hui)</li>
! 	<li><a href="/cgi-bin/koha/overdue.pl">Ouvrages en retard</a></li>
  	<li><a href="/cgi-bin/koha/reports/inventory.pl">Inventaire/récolement</a></li>
  	<li><a href="/cgi-bin/koha/reports/manager.pl?report_name=itemtypes">Recherche par Type de document</a></li>
--- 2,10 ----
  <!-- ------------------------MAIN BODY OF PAGE------------------------ -->
  <div id="mainbloc">
! <h1>Bilans</h1>
  <ul>
  	<li><a href="/cgi-bin/koha/stats.pl?time=yesterday">Cas réglés:</a> Rapport quotidien (hier)</li>
  	<li><a href="/cgi-bin/koha/stats.pl?time=today">Cas réglés:</a> Rapport quotidien (aujourd'hui)</li>
! 	<li><a href="/cgi-bin/koha/overdue.pl">Documents en retard</a></li>
  	<li><a href="/cgi-bin/koha/reports/inventory.pl">Inventaire/récolement</a></li>
  	<li><a href="/cgi-bin/koha/reports/manager.pl?report_name=itemtypes">Recherche par Type de document</a></li>





More information about the Koha-cvs mailing list