koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/pl/acqui.simple add


From: Benedict P. Barszcz
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/pl/acqui.simple addbiblio.tmpl,1.4.2.1,1.4.2.2 additem.tmpl,1.2.2.2,1.2.2.3 isbnsearch.tmpl,1.4.2.2,1.4.2.3 marcimport.tmpl,1.3.2.2,1.3.2.3
Date: Tue, 16 Mar 2004 11:19:11 -0800

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

Modified Files:
      Tag: rel_2_0
        addbiblio.tmpl additem.tmpl isbnsearch.tmpl marcimport.tmpl 
Log Message:
translation update. 

Index: addbiblio.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/pl/acqui.simple/addbiblio.tmpl,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -C2 -r1.4.2.1 -r1.4.2.2
*** addbiblio.tmpl      29 Feb 2004 19:40:41 -0000      1.4.2.1
--- addbiblio.tmpl      16 Mar 2004 19:19:08 -0000      1.4.2.2
***************
*** 440,443 ****
--- 440,444 ----
  
  <script LANGUAGE="JavaScript">
+ function _(s) { return s } // dummy function for gettext
  function active(numlayer)
  {
***************
*** 501,508 ****
        var alertString2;
        if (total_errors!=0) {
!               alertString2 = "Form not submitted because of the following 
problem(s)\n";
!               alertString2 += 
"------------------------------------------------------------------------------------\n\n";
!               alertString2 += "- "+ total_missing_mandatory_tags +" mandatory 
tags empty\n";
!               alertString2 += "- "+ total_missing_mandatory_subfields +" 
mandatory fields empty (see bold subfields)";
                alert(alertString2);
        } else {
--- 502,509 ----
        var alertString2;
        if (total_errors!=0) {
!               alertString2  = _("Formularz odrzucono z powodu następujących 
błędów(u)");
!               alertString2 += 
"\n------------------------------------------------------------------------------------\n";
!               alertString2 += "\n- "+ total_missing_mandatory_tags +_("puste 
obowiązkowe etykiety");
!               alertString2 += "\n- "+ total_missing_mandatory_subfields 
+_("puste obowiązkowe pola (zob. tłuste podpola)");
                alert(alertString2);
        } else {

Index: additem.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/pl/acqui.simple/additem.tmpl,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -C2 -r1.2.2.2 -r1.2.2.3
*** additem.tmpl        8 Mar 2004 16:44:20 -0000       1.2.2.2
--- additem.tmpl        16 Mar 2004 19:19:08 -0000      1.2.2.3
***************
*** 82,85 ****
--- 82,86 ----
  </form>
  <script LANGUAGE="JavaScript">
+ function _(s) { return s } // dummy function for gettext
  function active(numlayer)
  {
***************
*** 114,120 ****
                document.f.submit();
        } else {
!               alertString2 = "Form not submitted because of the following 
problem(s)\n";
!               alertString2 += 
"------------------------------------------------------------------------------------\n\n";
!               alertString2 += "- "+ total_errors+" mandatory fields empty 
(see bold subfields)";
                alert(alertString2);
        }
--- 115,121 ----
                document.f.submit();
        } else {
!               alertString2  = _("Formularz odrzucono z powodu następujących 
błędów(u)");
!               alertString2 += 
"\n------------------------------------------------------------------------------------\n";
!               alertString2 += "\n- "+ total_errors+_("puste obowiązkowe pola 
(zob. tłuste podpola)");
                alert(alertString2);
        }
***************
*** 129,133 ****
  
  function confirm_deletion(bibid,itemnum) {
!       var is_confirmed = confirm('Do you confirm item deletion ?');
        if (is_confirmed) {
        window.location = 
"additem.pl?op=delitem&bibid="+bibid+"&itemnum="+itemnum;
--- 130,134 ----
  
  function confirm_deletion(bibid,itemnum) {
!       var is_confirmed = confirm(_('Czy potwierdzasz wymazanie pozycji?'));
        if (is_confirmed) {
        window.location = 
"additem.pl?op=delitem&bibid="+bibid+"&itemnum="+itemnum;

Index: isbnsearch.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/pl/acqui.simple/isbnsearch.tmpl,v
retrieving revision 1.4.2.2
retrieving revision 1.4.2.3
diff -C2 -r1.4.2.2 -r1.4.2.3
*** isbnsearch.tmpl     8 Mar 2004 16:44:20 -0000       1.4.2.2
--- isbnsearch.tmpl     16 Mar 2004 19:19:09 -0000      1.4.2.3
***************
*** 67,71 ****
                <td><b>Autor</b></td>
                <td><b>ISBN</b></td>
!               <td><b>pochądzący z</b></td>
                <td><b>&nbsp;</b></td>
                <td>&nbsp;</td>
--- 67,71 ----
                <td><b>Autor</b></td>
                <td><b>ISBN</b></td>
!               <td><b>Źródło opisu</b></td>
                <td><b>&nbsp;</b></td>
                <td>&nbsp;</td>

Index: marcimport.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/pl/acqui.simple/marcimport.tmpl,v
retrieving revision 1.3.2.2
retrieving revision 1.3.2.3
diff -C2 -r1.3.2.2 -r1.3.2.3
*** marcimport.tmpl     8 Mar 2004 16:44:33 -0000       1.3.2.2
--- marcimport.tmpl     16 Mar 2004 19:19:09 -0000      1.3.2.3
***************
*** 22,27 ****
        <li>Wybierz plik, by importować go do rezerwuaru opisów. Będzie 
poddany analizie, i dla każdego napotkanego ISBN powstanie w rezerwuarze nowy 
opis.</li>
        <li>Jeśli ISBN istnieje już w rezerwuarze, możesz zdecydować czy 
zignorować nowy czy też nadpisać stary.</li>
!       <li>Mozna nazwać ten import. Może się przydać przy tworzeniu opisu 
dla zapamietania skąd dane MARC pochodzą!</li>
!       <li>Oczywiscie, jesli ISBN juz istnieje w aktywnej bazie to opis 
będzie pominięty.</li>
  </ul>
  <form method="post" action="<!-- TMPL_VAR name="SCRIPT_NAME" -->" 
enctype="multipart/form-data">
--- 22,27 ----
        <li>Wybierz plik, by importować go do rezerwuaru opisów. Będzie 
poddany analizie, i dla każdego napotkanego ISBN powstanie w rezerwuarze nowy 
opis.</li>
        <li>Jeśli ISBN istnieje już w rezerwuarze, możesz zdecydować czy 
zignorować nowy czy też nadpisać stary.</li>
!       <li>Można nazwać ten import. Może się przydać przy tworzeniu opisu 
dla zapamiętania skąd pochodzą dane MARC !</li>
!       <li>Oczywiście, jesli ISBN juz istnieje w aktywnej bazie to opis 
będzie pominięty.</li>
  </ul>
  <form method="post" action="<!-- TMPL_VAR name="SCRIPT_NAME" -->" 
enctype="multipart/form-data">




reply via email to

[Prev in Thread] Current Thread [Next in Thread]