[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/pl/marcimport AcceptBiblioitem.tmpl,1.2.2.1,1.2.2.2 AcceptItemCopy.tmpl,1.1.2.1,1.1.2.2

Benedict P. Barszcz kb2qzv at users.sourceforge.net
Mon Mar 8 17:46:53 CET 2004


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/pl/marcimport
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26102/pl/marcimport

Modified Files:
      Tag: rel_2_0
	AcceptBiblioitem.tmpl AcceptItemCopy.tmpl 
Log Message:
Another translation round to get ready for rel_2_0. Unless Ambrose makes more improvements to the translation tool it might be final.

Index: AcceptBiblioitem.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/pl/marcimport/AcceptBiblioitem.tmpl,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C2 -r1.2.2.1 -r1.2.2.2
*** AcceptBiblioitem.tmpl	29 Feb 2004 19:43:54 -0000	1.2.2.1
--- AcceptBiblioitem.tmpl	8 Mar 2004 16:46:50 -0000	1.2.2.2
***************
*** 4,12 ****
       was in Perl.
    -->
! <a href=$ENV{'SCRIPT_NAME'}?file=$file>New Record</a> | <a href=marcimport.pl>New File</a><br>
  <!-- TMPL_IF name="BIBLIO_EXISTS" -->
  	<table border=0 width=50% cellpadding=10 cellspacing=0>
  		<tr>
! 			<th background=/images/background-acq.gif>Record already in database
  			</th>
  		</tr>
--- 4,12 ----
       was in Perl.
    -->
! <a href=$ENV{'SCRIPT_NAME'}?file=$file>Nowy Rekord</a> | <a href=marcimport.pl>Nowy Plik</a><br>
  <!-- TMPL_IF name="BIBLIO_EXISTS" -->
  	<table border=0 width=50% cellpadding=10 cellspacing=0>
  		<tr>
! 			<th background=/images/background-acq.gif>Rekord jest już w bazie
  			</th>
  		</tr>
***************
*** 22,26 ****
      <table cellpadding=10 cellspacing=0 border=0 width=50%>
  		<tr>
! 			<th background=/images/background-acq.gif>Record entered into database</th>
  		</tr>
  		<tr>
--- 22,26 ----
      <table cellpadding=10 cellspacing=0 border=0 width=50%>
  		<tr>
! 			<th background=/images/background-acq.gif>Rekord wprowadzony do bazy</th>
  		</tr>
  		<tr>
***************
*** 41,45 ****
          <input type=hidden name=file value="<!-- TMPL_VAR name="file" -->">
          <table border=0>
!           <tr><td>BARCODE</td><td><input name=barcode size=10 value="<!-- TMPL_VAR name="barcode" -->">
            Oddział Właściwy <select name=homebranch><!-- TMPL_VAR name="branchselect" --></select>
  	  </td></tr>
--- 41,45 ----
          <input type=hidden name=file value="<!-- TMPL_VAR name="file" -->">
          <table border=0>
!           <tr><td>KOD PASKOWY</td><td><input name=barcode size=10 value="<!-- TMPL_VAR name="barcode" -->">
            Oddział Właściwy <select name=homebranch><!-- TMPL_VAR name="branchselect" --></select>
  	  </td></tr>

Index: AcceptItemCopy.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/pl/marcimport/AcceptItemCopy.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** AcceptItemCopy.tmpl	29 Feb 2004 19:43:54 -0000	1.1.2.1
--- AcceptItemCopy.tmpl	8 Mar 2004 16:46:50 -0000	1.1.2.2
***************
*** 5,27 ****
  <!-- /TMPL_IF -->
  <!-- TMPL_IF name="ITEM_ERROR" -->
! 	<font color=red>Error : <!-- TMPL_VAR name="error" --></font><p>
  <!-- /TMPL_IF -->
  <!-- TMPL_IF name="ITEM_CREATED" -->
  	<table border=1 align=center cellpadding=10>
  		<tr><td bgcolor=yellow>
! 			Item added with barcode <!-- TMPL_VAR name="barcode" -->
  		</td></tr>
  	</table>
  <!-- /TMPL_IF -->
! <h1>Main Menu</h1>
  <ul>
  <!-- FIXME - The "$ENV{SCRIPT_NAME}" is evidently left over from when this
       was in Perl.
    -->
! <li><a href=$ENV{'SCRIPT_NAME'}?menu=z3950>Z39.50 Search</a>
  <!-- FIXME - The "$ENV{SCRIPT_NAME}" is evidently left over from when this
       was in Perl.
    -->
! <li><a href=$ENV{'SCRIPT_NAME'}?menu=uploadmarc>Upload MARC Records</a>
  </ul>
  <!-- TMPL_INCLUDE NAME="cat-bottom.inc" -->
--- 5,27 ----
  <!-- /TMPL_IF -->
  <!-- TMPL_IF name="ITEM_ERROR" -->
! 	<font color=red>BÅ‚Ä…d: <!-- TMPL_VAR name="error" --></font><p>
  <!-- /TMPL_IF -->
  <!-- TMPL_IF name="ITEM_CREATED" -->
  	<table border=1 align=center cellpadding=10>
  		<tr><td bgcolor=yellow>
! 			Egzemplarz dodano z kodem <!-- TMPL_VAR name="barcode" -->
  		</td></tr>
  	</table>
  <!-- /TMPL_IF -->
! <h1>Menu główne</h1>
  <ul>
  <!-- FIXME - The "$ENV{SCRIPT_NAME}" is evidently left over from when this
       was in Perl.
    -->
! <li><a href=$ENV{'SCRIPT_NAME'}?menu=z3950>Wyszukiwanie Z39.50</a>
  <!-- FIXME - The "$ENV{SCRIPT_NAME}" is evidently left over from when this
       was in Perl.
    -->
! <li><a href=$ENV{'SCRIPT_NAME'}?menu=uploadmarc>Wgraj rekordy MARC</a>
  </ul>
  <!-- TMPL_INCLUDE NAME="cat-bottom.inc" -->





More information about the Koha-cvs mailing list