[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/default/pl/includes cat-class-list.inc,1.1.2.1,1.1.2.2 opac-bottom.inc,1.2.2.1,1.2.2.2 opac-top.inc,1.3.2.1,1.3.2.2

Benedict P. Barszcz kb2qzv at users.sourceforge.net
Wed Feb 25 23:30:23 CET 2004


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

Modified Files:
      Tag: rel_2_0
	cat-class-list.inc opac-bottom.inc opac-top.inc 
Log Message:
New, fresh translation by way of xgettext.pl

Index: cat-class-list.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/default/pl/includes/cat-class-list.inc,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** cat-class-list.inc	22 Feb 2004 17:09:33 -0000	1.1.2.1
--- cat-class-list.inc	25 Feb 2004 22:30:20 -0000	1.1.2.2
***************
*** 1,4 ****
  <!--
!  list z Classes to be included in /catalogue/index.html and cat/index.html
   This is a qick-fix - These should really be fetched from the database
  -->
--- 1,4 ----
  <!--
!  list of Classes to be included in /catalogue/index.html and cat/index.html
   This is a qick-fix - These should really be fetched from the database
  -->
***************
*** 12,16 ****
  <option value="F">Fiction
  <option value="NF">Non-Fiction
! <option value="CD">Compact Disc
  <!--	<option value="E|ER">Easy Books-->
  
--- 12,16 ----
  <option value="F">Fiction
  <option value="NF">Non-Fiction
! <option value="CD">Dysk Kompaktowy
  <!--	<option value="E|ER">Easy Books-->
  

Index: opac-bottom.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/default/pl/includes/opac-bottom.inc,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C2 -r1.2.2.1 -r1.2.2.2
*** opac-bottom.inc	22 Feb 2004 17:09:19 -0000	1.2.2.1
--- opac-bottom.inc	25 Feb 2004 22:30:20 -0000	1.2.2.2
***************
*** 6,11 ****
  
  
! <A HREF="/cgi-bin/koha/opac-search.pl">Catalogue Search</a> || 
! <A HREF="/cgi-bin/koha/opac-main.pl">Home</a> 
  
  </font>
--- 6,11 ----
  
  
! <A HREF="/cgi-bin/koha/opac-search.pl">Wyszukiwanie w Katalogu</a> || 
! <A HREF="/cgi-bin/koha/opac-main.pl">PoczÄ…tek</a> 
  
  </font>

Index: opac-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/default/pl/includes/opac-top.inc,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -C2 -r1.3.2.1 -r1.3.2.2
*** opac-top.inc	22 Feb 2004 17:08:59 -0000	1.3.2.1
--- opac-top.inc	25 Feb 2004 22:30:20 -0000	1.3.2.2
***************
*** 3,7 ****
  <html>
  <head>
! <title>KOHA: OPAC Catalogue Search</title>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/opac.css">
--- 3,7 ----
  <html>
  <head>
! <title>KOHA: OPAC Wyszukiwanie w Katalogu</title>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/opac.css">
***************
*** 21,35 ****
  	</td>
          <td width="10%">
! 		<a href="/cgi-bin/koha/opac-search.pl" title="Szukaj w katalogu" class="white">
! 			Search
  		</a>
  	</td>
          <td width="10%">
! 		<a href="/cgi-bin/koha/opac-user.pl" title="Join the library" class="white">
! 			Join
  		</a>
  	</td>
  	<td align="left" width="10%">
! 		<a href="/cgi-bin/koha/opac-main.pl" title="home page" class="white">Home</a>
  	</td>
  	<td width="60%">
--- 21,35 ----
  	</td>
          <td width="10%">
! 		<a href="/cgi-bin/koha/opac-search.pl" title="Szukaj w Katalogu" class="white">
! 			Szukaj
  		</a>
  	</td>
          <td width="10%">
! 		<a href="/cgi-bin/koha/opac-user.pl" title="Zapisz siÄ™ do biblioteki" class="white">
! 			Zapisy
  		</a>
  	</td>
  	<td align="left" width="10%">
! 		<a href="/cgi-bin/koha/opac-main.pl" title="home page" class="white">PoczÄ…tek</a>
  	</td>
  	<td width="60%">
***************
*** 44,48 ****
      <p align="left">Zalogowano jako: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href="/cgi-bin/koha/opac-user.pl">Twoje Konto</a>][<a href="/cgi-bin/koha/opac-main.pl?logout.x=1">Wyloguj</a>]</p>
  <!-- TMPL_ELSE -->
!     <p align="left"><a href="/cgi-bin/koha/opac-user.pl">Zaloguj</a> to Koha</p>
  <!-- /TMPL_IF -->
  
--- 44,48 ----
      <p align="left">Zalogowano jako: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href="/cgi-bin/koha/opac-user.pl">Twoje Konto</a>][<a href="/cgi-bin/koha/opac-main.pl?logout.x=1">Wyloguj</a>]</p>
  <!-- TMPL_ELSE -->
!     <p align="left"><a href="/cgi-bin/koha/opac-user.pl">Zaloguj</a> do Koha</p>
  <!-- /TMPL_IF -->
  





More information about the Koha-cvs mailing list