[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/default/pl opac-auth.tmpl,1.5,1.5.2.1

Benedict P. Barszcz kb2qzv at users.sourceforge.net
Sun Feb 22 18:08:21 CET 2004


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

Modified Files:
      Tag: rel_2_0
	opac-auth.tmpl 
Log Message:
Translation by way of ./tmpl_process & text_extract2.pl script

Index: opac-auth.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/default/pl/opac-auth.tmpl,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -C2 -r1.5 -r1.5.2.1
*** opac-auth.tmpl	3 Oct 2003 20:04:18 -0000	1.5
--- opac-auth.tmpl	22 Feb 2004 17:08:19 -0000	1.5.2.1
***************
*** 1,49 ****
! 
! <TMPL_IF NAME="nopermission">
  <!-- This is what is displayed if user doesnt have permission -->
! <h2>Przepraszamy, system KOHA uwa¿a, ¿e nie masz uprawnieñ do tej strony.<h2>
! </TMPL_IF>
  
! <TMPL_IF NAME="timed_out">
  <!-- This is what is displayed if login has timed out -->
! <h2>Przepraszamy, twoja sesja wygas³a, prosimy zalogowaæ siê ponownie.<h2>
! </TMPL_IF>
  
! <TMPL_IF NAME="different_ip">
  <!-- This is what is displayed if user doesnt have permission -->
! <h2>Twój dostêp dokonuje siê z innego adresu IP! Prosimy zalogowaæ siê ponownie.<h2>
! </TMPL_IF>
  
! <TMPL_IF NAME="invalid_username_or_password">
  <!-- This is what is displayed if user doesnt have permission -->
! <h2>Wprowadzi³e¶ niepoprawne has³o lub nazwê, prosimy spróbowaæ ponownie.<h2>
! </TMPL_IF>
  
  
! <TMPL_IF NAME="loginprompt">
  <!-- login prompt time-->
  
- <center>
  
! <form action='<TMPL_VAR NAME="url">' method="post">
! <TMPL_LOOP NAME="INPUTS">
!   <input type="hidden" name='<TMPL_VAR NAME="name">' value='<TMPL_VAR NAME="value">'>
! </TMPL_LOOP>
! <table border="0" cellpadding="10" cellspacing="0" width="60%">
!     <tr><td align="center" valign="top">
! 
!     <table border="0" bgcolor="#dddddd" cellpadding="10" cellspacing="0">
!     <tr><th colspan="2" background="/images/background-mem.gif"><font size="+2">Koha - Wstêp</font></th></tr>
!     <tr><td>NumerKarty:</td><td><input name="userid"></td></tr>
!     <tr><td>Has³o:</td><td><input type="password" name="password"></td></tr>
!     <tr><td colspan="2" align="center"><input type="submit" value="login"></td></tr>
      </table>
-     </td><td align="center" valign="top">
- 
- 
-     </td></tr>
- </table>
  </form>
  
  
! </TMPL_IF>
--- 1,40 ----
! <!-- TMPL_INCLUDE NAME="opac-top.inc" -->
! <!-- TMPL_IF NAME="nopermission" -->
  <!-- This is what is displayed if user doesnt have permission -->
! <h2>Sorry, KOHA doesnt think you have permission for this page.<h2>
! <!-- /TMPL_IF -->
  
! <!-- TMPL_IF NAME="timed_out" -->
  <!-- This is what is displayed if login has timed out -->
! <h2>Sorry, your session has timed out, please login again.<h2>
! <!-- /TMPL_IF -->
  
! <!-- TMPL_IF NAME="different_ip" -->
  <!-- This is what is displayed if user doesnt have permission -->
! <h2>You are accessing koha from a different ip address! please login again.<h2>
! <!-- /TMPL_IF -->
  
! <!-- TMPL_IF NAME="invalid_username_or_password" -->
  <!-- This is what is displayed if user doesnt have permission -->
! <h2>Zł hasło lub użytkownik/numer karty. Spróbuj raz jeszcze.<h2>
! <!-- /TMPL_IF -->
  
  
! <!-- TMPL_IF NAME="loginprompt" -->
  <!-- login prompt time-->
  
  
! <form action="<!-- TMPL_VAR NAME="url" -->" method="post">
! <!-- TMPL_LOOP NAME="INPUTS" -->
!   <input type="hidden" name="<!-- TMPL_VAR NAME="name" -->" value="<!-- TMPL_VAR NAME="value" -->">
! <!-- /TMPL_LOOP -->
!     <table border="0" bgcolor="#dddddd" cellpadding="10" cellspacing="0" align="center">
!     <tr><th colspan="2" background="/images/background-mem.gif"><h3>Wejście do Systemu</h3></th></tr>
!     <tr><td>Numer Karty:</td><td><input type="text" name="userid"></td></tr>
!     <tr><td>Hasło:</td><td><input type="password" name="password"></td></tr>
!     <tr><td colspan="2" align="center"><input type="submit" value="Zaloguj"></td></tr>
      </table>
  </form>
  
  
! <!-- /TMPL_IF -->





More information about the Koha-cvs mailing list