Fixing nomenclature and tmpl_process3.pl bugs
authorJoshua Ferraro <jmf@liblime.com>
Sun, 11 Nov 2007 18:55:52 +0000 (12:55 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 12 Nov 2007 00:37:01 +0000 (18:37 -0600)
tmpl_process3.pl still throws some multi-byte warnings
but no markup errors

There are still quite a few places we could normalize
to reduce the size of the translation file

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
53 files changed:
koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-history-search.inc
koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-search.inc
koha-tmpl/intranet-tmpl/prog/en/includes/error-bottom.inc
koha-tmpl/intranet-tmpl/prog/en/includes/error-top.inc
koha-tmpl/intranet-tmpl/prog/en/includes/mainmenu.inc
koha-tmpl/intranet-tmpl/prog/en/includes/popup-top.inc
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/bookfund.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbookfund.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/admin/printers.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/admin/stopwords.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/dictionary.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/labs_theses.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_105.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_4XX.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/errors/400.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/errors/401.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/errors/402.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/errors/403.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/errors/404.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/errors/405.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/errors/500.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqbookfund.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/categorie.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/itemtypes.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/systempreferences.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/help/bull/statecollection.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing-preview-slip.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/acceptorreject.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/mail_suggestion_ACCEPTED.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/mail_suggestion_AVAILABLE.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/mail_suggestion_ORDERED.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/mail_suggestion_REJECTED.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tmpl

index 74125ce..29b40bb 100644 (file)
@@ -11,7 +11,7 @@
        
                <form action="/cgi-bin/koha/acqui/histsearch.pl" method="post">
                <label for="title">Title: </label><input type="text" id="title" name="title" size="15" value="<!-- TMPL_VAR name="title"-->" /> <label for="searchsupplier">Supplier:</label> <input type="text" id="searchsupplier" name="name" size="15" value="<!-- TMPL_VAR name="name" -->" />
-       <input value="Submit" type="submit" /> <a href="/cgi-bin/koha/acqui/histsearch.pl">Advanced</a>
+       <input value="Submit" type="submit" /> <a href="/cgi-bin/koha/acqui/histsearch.pl">Advanced Search</a>
        </form>
        </div>  
                        <ul>
@@ -19,4 +19,4 @@
                        <li class="tabs-selected"><a href="/cgi-bin/koha/acqui/histsearch.pl#orders_search">Orders Search</a></li>
                        </ul>   
 </div>
-<!-- End Acquisitions Resident Search Box -->
\ No newline at end of file
+<!-- End Acquisitions Resident Search Box -->
index e88b2a8..6ab905c 100644 (file)
@@ -11,7 +11,7 @@
        
                <form action="/cgi-bin/koha/acqui/histsearch.pl" method="post">
                <label for="title">Title: </label><input type="text" id="title" name="title" size="15" value="<!-- TMPL_VAR name="title"-->" /> <label for="searchsupplier">Supplier:</label> <input type="text" id="searchsupplier" name="name" size="15" value="<!-- TMPL_VAR name="name" -->" />
-       <input value="Submit" type="submit" /> <a href="/cgi-bin/koha/acqui/histsearch.pl">Advanced</a>
+       <input value="Submit" type="submit" /> <a href="/cgi-bin/koha/acqui/histsearch.pl">Advanced Search</a>
        </form>
        </div>  
                        <ul>
@@ -19,4 +19,4 @@
                        <li><a href="/cgi-bin/koha/acqui/histsearch.pl#orders_search">Orders Search</a></li>
                        </ul>   
 </div>
-<!-- End Acquisitions Resident Search Box -->
\ No newline at end of file
+<!-- End Acquisitions Resident Search Box -->
index fee0fd7..ee9e511 100644 (file)
@@ -8,7 +8,7 @@
 <a href="/cgi-bin/koha/circ/circulation.pl">Circulation</a> ||
 <a href="/cgi-bin/koha/reports-home.pl">Reports</a> ||
 <a href="/cgi-bin/koha/admin-home.pl">Parameters</a> ||
-<a href="/cgi-bin/koha/about.pl">About</a> || 
+<a href="/cgi-bin/koha/about.pl">About Koha</a> || 
 Help
 </div>
 
index 4fe5e52..448caf7 100644 (file)
@@ -3,7 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <title>KOHA: INTRANET: Catalogue</title>
-<meta http-equiv="Content-Type" content="text/html; charset=utf8" />
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
 <script language="JavaScript">
 <!-- Hide from old browsers
index 75498a4..94004eb 100644 (file)
@@ -45,7 +45,7 @@
                 <!-- /TMPL_IF -->
     <!-- TMPL_IF NAME="CAN_user_editcatalogue" -->
     <li><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloguing</a><ul>
-        <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC</a></li>
+        <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC Record</a></li>
         <li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
         <li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
     </ul></li>
@@ -71,4 +71,4 @@
     <!-- /TMPL_IF -->
        
 </div>
-</div>
\ No newline at end of file
+</div>
index 593db34..6a5c864 100644 (file)
@@ -3,7 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <title>Popup</title>
-<meta http-equiv="Content-Type" content="text/html; charset=utf8" />
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/css/staff.css" />
 
index c859652..17503e6 100755 (executable)
@@ -1,5 +1,5 @@
 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->         
-<title>Koha &rsaquo; Acquisitions &rsaquo; Book Funds</title>                                     
+<title>Koha &rsaquo; Acquisitions &rsaquo; Funds</title>                                     
 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->           
 </head>   
 <body>  
@@ -61,4 +61,4 @@
 <!-- TMPL_INCLUDE NAME="acquisitions-menu.inc" -->
 </div>
 </div>
-<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
index 7ab32b3..0bf3291 100644 (file)
@@ -191,7 +191,7 @@ if (quantity ==0) {
                </ol>
     </fieldset>
        <fieldset class="rows">
-        <legend>Accounting details</legend>
+        <legend>Accounting Details</legend>
                <ol>
             <li>
                 <!-- TMPL_IF name="close" -->
@@ -302,4 +302,4 @@ if (quantity ==0) {
 <!-- TMPL_INCLUDE NAME="acquisitions-menu.inc" -->
 </div>
 </div>
-<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
index fe5ccf7..f9413cd 100755 (executable)
@@ -1,12 +1,12 @@
 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->         
-<title>Koha &rsaquo; Acquisitions &rsaquo; Budgets and Bookfunds: Spent</title>                                     
+<title>Koha &rsaquo; Acquisitions &rsaquo; Budgets and Funds: Spent</title>                                     
 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->           
 </head>   
 <body>  
 <!-- TMPL_INCLUDE NAME="header.inc" -->                                   
 <!-- TMPL_INCLUDE NAME="acquisitions-search.inc" -->
 
-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> &rsaquo; Budgets and Bookfunds: Spent</div>
+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> &rsaquo; Budgets and funds: Spent</div>
 
 <div id="doc3" class="yui-t2">
 <div id="bd">            
@@ -41,7 +41,7 @@
        
                <td><!--TMPL_VAR NAME="title"-->        </td>
                <td>
-                  <a href="/cgi-bin/koha/acqui/acquire.pl?recieve=<!--TMPL_VAR NAME="ordnum"-->&amp;biblio=<!--TMPL_VAR NAME="biblionumber"-->&amp;invoice=<!--TMPL_VAR NAME="booksellerinvoicenumber"-->&amp;supplierid=<!--TMPL_VAR NAME="booksellerid"-->&amp;catview=yes"><TMPL_VAR NAME="ordnum"--></a></td>
+                  <a href="/cgi-bin/koha/acqui/acquire.pl?recieve=<!-- TMPL_VAR NAME="ordnum"-->&amp;biblio=<!--TMPL_VAR NAME="biblionumber"-->&amp;invoice=<!--TMPL_VAR NAME="booksellerinvoicenumber"-->&amp;supplierid=<!--TMPL_VAR NAME="booksellerid"-->&amp;catview=yes"><!-- TMPL_VAR NAME="ordnum"--></a></td>
                <td><!--TMPL_VAR NAME="booksellerid"--> </td>
                <td>    <a href=/cgi-bin/koha/acqui/receive.pl?invoice=<!--TMPL_VAR NAME="booksellerinvoicenumber"-->&amp;supplierid=<!--TMPL_VAR NAME="booksellerid"-->><!--TMPL_VAR NAME="booksellerinvoicenumber"--></a></td>
                <td><!--TMPL_VAR NAME="itemtype"-->     </td>
index 1c04c6f..f4def45 100644 (file)
@@ -63,7 +63,7 @@
 <!-- TMPL_INCLUDE NAME="header.inc" -->
 <!-- TMPL_INCLUDE NAME="bookfund-admin-search.inc" -->
 
-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> &rsaquo; <!-- TMPL_IF name="else" -->Funds and Budgets  <!-- /TMPL_IF --> <!-- TMPL_IF name="add_form" --><a href="/cgi-bin/koha/admin/aqbookfund.pl">Funds and Budgets</a> &rsaquo; Add book fund<!-- /TMPL_IF --></div>
+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> &rsaquo; <!-- TMPL_IF name="else" -->Funds and Budgets  <!-- /TMPL_IF --> <!-- TMPL_IF name="add_form" --><a href="/cgi-bin/koha/admin/aqbookfund.pl">Funds and Budgets</a> &rsaquo; Add fund<!-- /TMPL_IF --></div>
 
 <div id="doc3" class="yui-t2">
    
 
 <!-- TMPL_IF name="header-is-modify-p" -->
   <input type="hidden" name="op" value="mod_validate" />
-  <input type="hidden" name="current_branch" value="<!-- TMPL_VAR name="current_branch" -->"
+  <input type="hidden" name="current_branch" value="<!-- TMPL_VAR name="current_branch" -->"/>
   <!-- /TMPL_IF -->
 
 <!-- TMPL_IF name="header-is-add-p" -->
index 1350590..affe5b8 100644 (file)
@@ -133,7 +133,7 @@ the subfield is not entered through a free field, but though a list of authorize
 <!-- TMPL_IF NAME="isprevpage" -->
 <form class="inline" action="<!-- TMPL_VAR NAME="script_name" -->" method="post">
 <input type="hidden" name="offset" value="<!-- TMPL_VAR NAME="prevpage" -->" /><input type="hidden" name="searchfield" value="<!-- TMPL_VAR NAME="searchfield" -->" />
-       <input type="submit" value="&lt;&lt; Previous Page" /></form>
+       <input type="submit" value="&lt;&lt; Previous" /></form>
 <!-- /TMPL_IF --> 
 
 <!-- TMPL_IF NAME="nextpage" -->
index 5bbd5bb..d1cf3d6 100644 (file)
@@ -95,12 +95,13 @@ function Check(f) {
     <h1><!-- TMPL_IF NAME="frameworkcode" -->Modify framework text<!-- TMPL_ELSE -->Add framework<!-- /TMPL_IF --></h1>
     <form action="<!-- TMPL_VAR NAME="script_name" -->" name="Aform" method="post">
         <input type="hidden" name="op" value="add_validate" />
-<fieldset class="rows">        <ol><!-- TMPL_IF NAME="frameworkcode" -->
+<fieldset class="rows">        <ol>
+       <!-- TMPL_IF NAME="frameworkcode" -->
             <li><span class="label">Framework Code</span><input type="hidden" id="frameworkcode" name="frameworkcode" value="<!-- TMPL_VAR NAME="frameworkcode" -->" /><!-- TMPL_VAR NAME="frameworkcode" --></li>
-            <input type="hidden" name="modif" value=1" />
-        <!-- TMPL_ELSE -->
+            <input type="hidden" name="modif" value="1" />
+       <!-- TMPL_ELSE -->
             <li><label for="frameworkcode">Framework Code</label><input type="text" id="frameworkcode" name="frameworkcode" size="4" maxlength="4" onblur="toUC(this)" /></li>
-        <!-- /TMPL_IF -->
+       <!-- /TMPL_IF -->
         <li><label for="description">Description</label>
         <input type="text" name="frameworktext" id="description" size="40" maxlength="80" value="<!-- TMPL_VAR NAME="frameworktext" ESCAPE="HTML" -->" /></li></ol></fieldset>
         <fieldset class="action">      <input type="submit" value="Submit" class="submit" onclick="Check(this.form)" /></fieldset>
index 457175d..2622dd3 100644 (file)
@@ -121,9 +121,9 @@ function CheckRuleForm(f) {
 
 <!-- TMPL_IF name="class_source_form" -->
   <!-- TMPL_IF name="edit_class_source" -->
-<h2>Modify classification source</h2>
+<h2>&rsaquo; Modify classification source</h2>
   <!-- TMPL_ELSE -->
-<h2>Add classification source</h2>
+<h2>&rsaquo; Add classification source</h2>
   <!-- /TMPL_IF -->
 <form action="<!-- TMPL_VAR name="script_name" -->" name="Aform" method="post">
   <input type="hidden" name="op" value="<!-- TMPL_VAR name="confirm_op"-->" />
@@ -175,9 +175,9 @@ function CheckRuleForm(f) {
 
 <!-- TMPL_IF name="sort_rule_form" -->
   <!-- TMPL_IF name="edit_sort_rule" -->
-<h2>Modify filing rule</h2>
+<h2>&rsaquo; Modify filing rule</h2>
   <!-- TMPL_ELSE -->
-<h2>Add filing rule</h2>
+<h2>&rsaquo; Add filing rule</h2>
   <!-- /TMPL_IF -->
 <form action="<!-- TMPL_VAR name="script_name" -->" name="Aform" method="post">
   <input type="hidden" name="op" value="<!-- TMPL_VAR name="confirm_op"-->" />
index a61390f..f341fdd 100644 (file)
        </table>
        
        <!-- TMPL_IF NAME="offsetgtzero" -->
-               <a href="<!-- TMPL_VAR NAME="script_name" -->?offset=<!-- TMPL_VAR NAME="prevpage" -->">&lt;&lt; Prev</a>
+               <a href="<!-- TMPL_VAR NAME="script_name" -->?offset=<!-- TMPL_VAR NAME="prevpage" -->">&lt;&lt; Previous</a>
        <!-- /TMPL_IF -->
 
 
index a71b26d..a6a2c46 100644 (file)
@@ -91,7 +91,7 @@ function displayMoreConstraint(numlayer){
                     <input type="text" name="defaultvalue" id="defaultvalue" value="<!-- TMPL_VAR NAME="defaultvalue" -->" /></li>
                 <li><label for="hidden<!-- TMPL_VAR NAME="row" -->">hidden</label><input type="text" id="hidden<!-- TMPL_VAR NAME="row" -->" name="hidden" value="<!-- TMPL_VAR name="hidden" -->" size="2" /> (see online help)</li>
                 <li><label for="isurl<!-- TMPL_VAR NAME="row" -->">Is a URL</label><!-- TMPL_VAR NAME="isurl" --> (if checked, it means that the subfield is an URL and can be clicked</li>
-                <li><label for="link">Link</label><input type="text" id="link" name="link" value="<!-- TMPL_VAR NAME="link" -->" size="10" maxlength="5" /> (exemple:200b)</li>
+                <li><label for="link">Link</label><input type="text" id="link" name="link" value="<!-- TMPL_VAR NAME="link" -->" size="10" maxlength="5" /> (example:200b)</li>
                 <li><span class="label">Others Options:</span> (choose one)
                        <ol>
                                <li><label for="authorised_value">Authorized Value</label><!-- TMPL_VAR NAME="authorised_value" --></li>
index dc75a84..cba152a 100644 (file)
        </table><!-- TMPL_ELSE --><div class="notice">No printers defined.</div><!-- /TMPL_IF -->
 
        <!-- TMPL_IF NAME="offsetgtzero" -->
-               <a href="<!-- TMPL_VAR NAME="script_name" -->?offset=<!-- TMPL_VAR NAME="prevpage" -->">&lt;&lt; Prev</a>
+               <a href="<!-- TMPL_VAR NAME="script_name" -->?offset=<!-- TMPL_VAR NAME="prevpage" -->">&lt;&lt; Previous</a>
        <!-- /TMPL_IF -->
 
        <!-- TMPL_IF NAME="ltcount" -->
index 642aa7b..7e882e6 100644 (file)
             <!-- /TMPL_LOOP -->
     </table>
             <!-- TMPL_IF NAME="offsetgtzero" -->
-                <a href="<!-- TMPL_VAR NAME="script_name" -->?offset=<!-- TMPL_VAR NAME="prevpage" -->">&lt;&lt; Prev</a>
+                <a href="<!-- TMPL_VAR NAME="script_name" -->?offset=<!-- TMPL_VAR NAME="prevpage" -->">&lt;&lt; Previous</a>
             <!-- /TMPL_IF -->
             <!-- TMPL_IF NAME="ltcount" -->
                 <a href="<!-- TMPL_VAR NAME="script_name" -->?offset=<!-- TMPL_VAR NAME="nextpage" -->">Next &gt;&gt;</a>
index d5f982a..1435013 100644 (file)
 
 <!-- TMPL_IF NAME="offsetgtzero" --><form action="<!-- TMPL_VAR NAME="script_name" -->" method="get">
        <input type="hidden" name="offset" value="<!-- TMPL_VAR NAME="prevpage" -->" />
-       <input type="submit" value="&lt;&lt; Prev">
+       <input type="submit" value="&lt;&lt; Previous">
 </form><!-- /TMPL_IF -->
 
 <!-- TMPL_IF NAME="ltcount" --><form action="<!-- TMPL_VAR NAME="script_name" -->" method="get">
index fb487cd..890af42 100644 (file)
@@ -424,7 +424,7 @@ function searchauthority() {
 
 <!-- TMPL_IF name="duplicateauthid" -->
         <div class="problem">
-                <p>Duplicate suspected with <a href="javascript:openWindow("detail.pl?authid=<!-- TMPL_VAR name="duplicateauthid" -->&amp;popup=1", "Duplicate Authority");" class="button"><!-- TMPL_VAR name="duplicateauthvalue" --></a></p>
+                <p>Duplicate suspected with <a href="javascript:openWindow('detail.pl?authid=<!-- TMPL_VAR name=duplicateauthid -->&amp;popup=1', 'Duplicate Authority')" class="button"><!-- TMPL_VAR name="duplicateauthvalue" --></a></p>
                 <p>You must either :</p>
                 <ul>
                         <p><input type="checkbox" value="1" name="confirm_not_duplicate" />confirm it's not a duplicate (and click on <input type="button" value="Add authority" onclick="Check(this.form)" accesskey="w" class="button" /> again)</p>
index 27d8be0..97d8c21 100644 (file)
@@ -110,7 +110,7 @@ function searchauthority() {
     <a href="javascript:confirm_deletion()">Delete</a>
     <!-- /TMPL_UNLESS -->
     
-    <a href="../catalogue/search.pl?type=intranet&amp;op=do_search&amp;q=an=<!--TMPL_VAR Name="authid" -->" class="button"><!-- TMPL_VAR name="count" --> biblios</a>
+    <a href="../catalogue/search.pl?type=intranet&amp;op=do_search&amp;q=an=<!--TMPL_VAR Name="authid" -->" class="button"><!-- TMPL_VAR name="count" --> biblio(s)</a>
 </div>
 
 <div id="authoritiestabs" class="toptabs numbered">
index eefe974..9e36748 100644 (file)
             <a href="/cgi-bin/koha/catalogue/search.pl?do=Clear">[New search]</a> 
             </p>
 <!-- /SEARCH BUTTONS -->
-</form
+</form>
 </div>
 </div>
 </div>
index c7275f8..2aa9950 100644 (file)
@@ -92,7 +92,7 @@
             <ul>
                 <!-- TMPL_LOOP NAME="MARCSUBJCTS" -->
  <li><!-- TMPL_LOOP NAME="MARCSUBJECT_SUBFIELDS_LOOP" -->
-          <!-- TMPL_VAR NAME="separator" --><a title="$<!-- TMPL_VAR NAME="code" --> <!-- TMPL_VAR NAME="value" -->"href="/cgi-bin/koha/catalogue/search.pl?q=<!-- TMPL_LOOP NAME="link_loop" --><!-- TMPL_VAR NAME="operator" -->su:'<!-- TMPL_VAR NAME="link" -->'<!-- /TMPL_LOOP -->"><!-- TMPL_VAR NAME="value" --></a>    <!-- /TMPL_LOOP --></li>
+          <!-- TMPL_VAR NAME="separator" --><a title="$<!-- TMPL_VAR NAME="code" --> <!-- TMPL_VAR NAME="value" -->" href="/cgi-bin/koha/catalogue/search.pl?q=<!-- TMPL_LOOP NAME="link_loop" --><!-- TMPL_VAR NAME="operator" -->su:'<!-- TMPL_VAR NAME="link" -->'<!-- /TMPL_LOOP -->"><!-- TMPL_VAR NAME="value" --></a>    <!-- /TMPL_LOOP --></li>
 
                 <!-- /TMPL_LOOP -->
                                </ul>
index bf8451a..061381e 100644 (file)
@@ -25,7 +25,7 @@
        <!-- TMPL_IF NAME="authresult" -->
                
                        <!-- TMPL_IF NAME="displayprev" --> 
-                                       <a href="dictionary.pl?startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&amp;marclist=<!-- TMPL_VAR NAME="marclist" ESCAPE="URL"-->&amp;search=<!-- TMPL_VAR NAME="search" ESCAPE="URL"-->&amp;resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=intranet&amp;op=do_search&amp;index=<!-- TMPL_VAR Name="anindex" -->">&lt;&lt;Previous</a>
+                                       <a href="dictionary.pl?startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&amp;marclist=<!-- TMPL_VAR NAME="marclist" ESCAPE="URL"-->&amp;search=<!-- TMPL_VAR NAME="search" ESCAPE="URL"-->&amp;resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=intranet&amp;op=do_search&amp;index=<!-- TMPL_VAR Name="anindex" -->">&lt;&lt; Previous</a>
                                <!-- /TMPL_IF -->
                                <!-- TMPL_LOOP NAME="numbers" -->
                                        <!-- TMPL_IF NAME="highlight" -->
                        </table>
                
                        <!-- TMPL_IF NAME="displayprev" --> 
-                                       <a href="dictionary.pl?startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&amp;marclist=<!-- TMPL_VAR NAME="marclist" ESCAPE="URL"-->&amp;search=<!-- TMPL_VAR NAME="search" ESCAPE="URL"-->&amp;resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=intranet&amp;op=do_search&amp;index=<!-- TMPL_VAR Name="anindex" -->">&lt;&lt;Previous</a>
+                                       <a href="dictionary.pl?startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&amp;marclist=<!-- TMPL_VAR NAME="marclist" ESCAPE="URL"-->&amp;search=<!-- TMPL_VAR NAME="search" ESCAPE="URL"-->&amp;resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=intranet&amp;op=do_search&amp;index=<!-- TMPL_VAR Name="anindex" -->">&lt;&lt; Previous</a>
                                <!-- /TMPL_IF -->
                                <!-- TMPL_LOOP NAME="numbers" -->
                                        <!-- TMPL_IF NAME="highlight" -->
 </div>
 
 <!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
-<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
index 4f62397..f341426 100644 (file)
@@ -91,7 +91,7 @@ a.catalogue:hover {
                </div>
                <div id="resultnumber">
                        <p><!-- TMPL_IF NAME="displayprev" --> 
-                                       <a class="resultnumber" href="/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=labs_theses.pl&amp;startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&amp;cat_auth=<!-- TMPL_VAR NAME="cat_auth" ESCAPE="URL"-->&amp;search=<!-- TMPL_VAR NAME="search" ESCAPE="URL"-->&amp;resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=intranet&amp;op=do_search&amp;index=<!-- TMPL_VAR Name="anindex" -->">&lt;&lt;Previous</a>
+                                       <a class="resultnumber" href="/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=labs_theses.pl&amp;startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&amp;cat_auth=<!-- TMPL_VAR NAME="cat_auth" ESCAPE="URL"-->&amp;search=<!-- TMPL_VAR NAME="search" ESCAPE="URL"-->&amp;resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=intranet&amp;op=do_search&amp;index=<!-- TMPL_VAR Name="anindex" -->">&lt;&lt; Previous</a>
                                <!-- /TMPL_IF -->
                                <!-- TMPL_LOOP NAME="numbers" -->
                                        <!-- TMPL_IF NAME="highlight" -->
@@ -127,4 +127,4 @@ a.catalogue:hover {
 <!-- /TMPL_IF -->
 </div>
 </body>
-</html>
\ No newline at end of file
+</html>
index 883e5fb..3f89c9c 100644 (file)
                         <!-- /TMPL_IF -->
                         
                         <!-- TMPL_IF name="f110" -->
-                                <option value="0"SELECTED>Document qui ne contient pas d'index</option>
+                                <option value="0" selected="selected">Document qui ne contient pas d'index</option>
                         <!-- TMPL_ELSE -->
                                 <option        value="0">Document qui ne contient pas d'index</option>
                         <!-- /TMPL_IF -->
index eac7ff7..4c31e58 100644 (file)
 
                <h2>Search results</h2>
                <div id="unimarc_field_4XX_resultnumber">
-                       <p><!-- TMPL_IF NAME="displayprev" --> <a class="resultnumber" href="/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=unimarc_field_4XX.pl&amp;index=<!--TMPL_VAR Name="index"-->&amp;startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&amp;search=<!-- TMPL_VAR NAME="search" -->&amp;resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=intranet&amp;op=do_search">&lt;&lt;Previous</a><!-- /TMPL_IF -->
+                       <p><!-- TMPL_IF NAME="displayprev" --> <a class="resultnumber" href="/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=unimarc_field_4XX.pl&amp;index=<!--TMPL_VAR Name="index"-->&amp;startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&amp;search=<!-- TMPL_VAR NAME="search" -->&amp;resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=intranet&amp;op=do_search">&lt;&lt; Previous</a><!-- /TMPL_IF -->
                                <!-- TMPL_LOOP NAME="numbers" --><!-- TMPL_IF NAME="highlight" --> <span class="highlight"><!-- TMPL_VAR NAME="number" --></span><!-- TMPL_ELSE --> <a class="resultnumber" href="/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=unimarc_field_4XX.pl&amp;index=<!--TMPL_VAR Name="index"-->&amp;startfrom=<!-- TMPL_VAR NAME="startfrom" -->&amp;search=<!-- TMPL_VAR NAME="search" ESCAPE=URL -->&amp;resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=intranet&amp;op=do_search"><!-- TMPL_VAR NAME="number" --></a><!-- /TMPL_IF --><!-- /TMPL_LOOP --> <!-- TMPL_IF NAME="displaynext" --><a class="resultnumber" href="/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=unimarc_field_4XX.pl&amp;index=<!--TMPL_VAR Name="index"-->&amp;startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&amp;search=<!-- TMPL_VAR NAME="search" -->&amp;resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=intranet&amp;op=do_search">Next&gt;&gt;</a><!-- /TMPL_IF --></p>
                        <p class="resultcount"><!-- TMPL_IF NAME="total" -->Results <!-- TMPL_VAR NAME="from" --> to <!-- TMPL_VAR NAME="to" --> of <!-- TMPL_VAR NAME="total" --><!-- TMPL_ELSE -->No results found.<!-- /TMPL_IF --></p></div>
                <div id="resultlist">
                        <p>
                                <!-- TMPL_IF NAME="displayprev" -->
                                <a class="resultnumber" href="/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=unimarc_field_4XX.pl&amp;index=<!--TMPL_VAR Name="index"-->&amp;startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&amp;search=<!-- TMPL_VAR NAME="search" ESCAPE=URL -->&amp;resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=intranet&amp;op=do_search">
-                                       &lt;&lt;Previous
+                                       &lt;&lt; Previous
                                </a>
                                <!-- /TMPL_IF -->
 
index bb075c6..3bbb297 100644 (file)
@@ -43,7 +43,7 @@
     <!-- /TMPL_IF -->
         </td>
         </tr>
-        <tr><th>Action : </th>
+        <tr><th>Action</th>
             <td class="problem">
                 This item must be transfered to : <!-- TMPL_VAR Name="TransferWaitingAt" -->
             </td>
index eb096c6..346026f 100644 (file)
@@ -73,7 +73,7 @@
     <!-- TMPL_IF NAME="CAN_user_editcatalogue" -->
     <h3><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloguing</a></h3>
        <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
-        <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC</a></li>
+        <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC Record</a></li>
         <li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
         <li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
     </ul>
index c9be487..2cbe176 100644 (file)
@@ -73,7 +73,7 @@
     <!-- TMPL_IF NAME="CAN_user_editcatalogue" -->
     <h3><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloguing</a></h3>
        <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
-        <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC</a></li>
+        <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC Record</a></li>
         <li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
         <li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
     </ul>
index 4feab83..eb995bf 100644 (file)
@@ -73,7 +73,7 @@
     <!-- TMPL_IF NAME="CAN_user_editcatalogue" -->
     <h3><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloguing</a></h3>
        <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
-        <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC</a></li>
+        <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC Record</a></li>
         <li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
         <li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
     </ul>
index bf85038..4b7188b 100644 (file)
@@ -73,7 +73,7 @@
     <!-- TMPL_IF NAME="CAN_user_editcatalogue" -->
     <h3><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloguing</a></h3>
        <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
-        <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC</a></li>
+        <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC Record</a></li>
         <li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
         <li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
     </ul>
index 0bdf653..f43c61b 100644 (file)
@@ -73,7 +73,7 @@
     <!-- TMPL_IF NAME="CAN_user_editcatalogue" -->
     <h3><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloguing</a></h3>
        <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
-        <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC</a></li>
+        <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC Record</a></li>
         <li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
         <li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
     </ul>
index 95e4da7..fbdb9a3 100644 (file)
@@ -73,7 +73,7 @@
     <!-- TMPL_IF NAME="CAN_user_editcatalogue" -->
     <h3><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloguing</a></h3>
        <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
-        <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC</a></li>
+        <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC Record</a></li>
         <li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
         <li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
     </ul>
index 5776325..7b8c454 100644 (file)
@@ -73,7 +73,7 @@
     <!-- TMPL_IF NAME="CAN_user_editcatalogue" -->
     <h3><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloguing</a></h3>
        <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
-        <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC</a></li>
+        <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC Record</a></li>
         <li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
         <li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
     </ul>
index c88c875..adce6d1 100644 (file)
@@ -1,19 +1,19 @@
 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
-<title>Koha &rsaquo; Online Help &rsaquo; System Preferences &rsaquo; Book Fund Administration</title>
+<title>Koha &rsaquo; Online Help &rsaquo; System Preferences &rsaquo; Fund Administration</title>
 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
 </head>
 <body>
 
 
-<h1>Book Fund Administration</h1>
+<h1>Fund Administration</h1>
 
-<p>The first time you access this page, you will be asked to add your first book fund -- thereafter you will also have the option of editing and deleting book funds.</p>
+<p>The first time you access this page, you will be asked to add your first fund -- thereafter you will also have the option of editing and deleting funds.</p>
 
-<p>Book Funds may be ignored if you are setting your System Preferences to "simple" acquisitions: the funds are only useful when using "normal" acquisitions.</p>
+<p>Funds may be ignored if you are setting your System Preferences to "simple" acquisitions: the funds are only useful when using "normal" acquisitions.</p>
 
-<p>"Book Funds" are accounts that you establish to keep track of your expenditures for library materials. They may be used for any kind of material, not just books, and should match the lines in your materials budget. For instance, if your library establishes a budget line for books, another for audiovisual materials, a third line for magazines, and a fourth budget line for electronic databases, then you would have four Book Funds.</p>
+<p>"Funds" are accounts that you establish to keep track of your expenditures for library materials. They may be used for any kind of material, not just books, and should match the lines in your materials budget. For instance, if your library establishes a budget line for books, another for audiovisual materials, a third line for magazines, and a fourth budget line for electronic databases, then you would have four funds.</p>
 
-<p>Each Book Fund has a unique fund code, limited to no more than five characters, that identifies it. You should decide on your fund codes (e.g. something like BOOKS, AV, MAGS, DATA for the four book funds described above) and enter the code in the "Book fund" box, then a full name in the "Name" box.</p>
+<p>Each fund has a unique fund code, limited to no more than five characters, that identifies it. You should decide on your fund codes (e.g. something like BOOKS, AV, MAGS, DATA for the four funds described above) and enter the code in the "fund" box, then a full name in the "Name" box.</p>
 
 <p>Once you have set up a fund, you will see a link to a page for setting up the fund budget. Here you will enter the beginning and ending dates of your budget year and the amount of money in that particular budget line. Do not use any kind of currency notation (like "$") or commas when entering the number. (Commas will be converted to decimal points.) NOTE: Your dates will not saved correctly unless you have set your date format in the System Preferences section of the Parameters page -- DO THIS BEFORE setting budgets.)</p>
 
index 2b0dae2..af9c62e 100644 (file)
@@ -9,11 +9,11 @@
 <p>Here is where you define the types of users of your library and how they will be handled.</p>
 
 <h2>Category Code and Description</h2>
-<p>Start by assigning a Category Code and a Description to each borrower type. The code is limited on no more than two characters and may be anything you choose. Four codes, however, have special meaning for Koha :</p>
+<p>Start by assigning a Category Code and a Description to each patron type. The code is limited on no more than two characters and may be anything you choose. Four codes, however, have special meaning for Koha :</p>
 <ul>
        <li>"I" can be used for institutional members, like other libraries that borrow from you, in which case Koha expects slightly different information about the institution;</li>
-       <li>"A" (Adult) and "W" can be linked as "guarantors" to other borrowers who are their dependents.</li>
-       <li>"C" (Children) is a borrower category that has a "guarantor"</li>
+       <li>"A" (Adult) and "W" can be linked as "guarantors" to other patrons who are their dependents.</li>
+       <li>"C" (Children) is a patron category that has a "guarantor"</li>
 </ul>
 
 <h2>Enrollment Period</h2>
index b213fce..4d4663e 100644 (file)
@@ -13,7 +13,7 @@
 
 <p>"Rental charge" is any amount you might charge to users for borrowing items of a certain type (like videos).</p>
 
-<p>"Renewals allowed" says how many times an items of this type may be renewed.</p>
+<p>"Renewals allowed" indicates how many times an items of this type may be renewed.</p>
 
 <p>Item types are useful for many things, and <b>very</b> important in controlling how Koha works :</p>
 <ul>
index f3c1a14..130fe6f 100644 (file)
@@ -55,7 +55,7 @@
 
 <li><b>maxoutstanding --</b> The maximum amount of outstanding charges a borrower may have before he/she is barred from making reserve requests. The number represents units of your local currency (e.g. "5" means $5.00, if the dollar is your local currency.)</li>
 
-<li><b>maxreserves --</b> The maximum number of reserves a member can make.</li>
+<li><b>maxreserves --</b> The maximum number of holds a patron can place.</li>
 
 <li><b>noissuescharge --</b> The maximum amount of outstanding charges a borrower may have before he/she is barred from checking out items. The number represents units of your local currency (e.g. "5" means $5.00, if the dollar is your local currency.)</li>
 
index 9c29dd6..9b7e73e 100644 (file)
@@ -14,7 +14,7 @@
                <li>Missing : means the book will never arrive. The issue disappear from the list, and the number of the issue is added to the "missing list" (on the left box)</li>
        </ul>
        <h2>The left part</h2>
-       <p>the left part contains 6 differents informations, that are automatically calculated for some of them, but that you can change<p>
+       <p>the left part contains six elements, some are automatically calculated but but can be changed</p>
        <ul>
                <li>Subscription beginning date : the date of the beginning of the 1st subscription. Should not be modified and is not modified automatically by subscriptions renewals</li>
                <li>Subscription enddate : must be entered manually when the subscription is definetly closed</li>
index 203e987..2844ba4 100644 (file)
     </ul>
     <!--/TMPL_LOOP-->
     <h2>Zebra or Nozebra ?</h2>
-    <p>Koha comes in 2 flavours : Zebra and NoZebra. You will now decide the version you need</p>
-    <p>some directions to help you choose:</p>
-    <h3>Zebra version</h3>
+    <p>Searching Koha's bibliographic and authorities databases can be acomplished in two ways:
+       Koha can utilize a textual index engine (Zebra) or use its own internal indexing scheme (NoZebra).
+       </p>
+    <p>You can change your selection after installation and re-index accordingly.</p>
+    <h3>Zebra</h3>
       <ul>
-        <li>is highly scalable (can support easily more than 300 000 items on a public library with an OPAC widely accessed on the web : see http://catalog.ccfls.org/cgi-bin/koha/opac-main.pl or http://www.mediathequeouestprovence.fr/)<li>
-        <li>provide a public (external) z3950 server</li>
-        <li>is complex to configure and administrate</li>
+        <li>Is highly scalable (can scale to tens of millions of bibliographic records. Examples of
+               Zebra Koha installations include:
+               http://catalog.ccfls.org/cgi-bin/koha/opac-main.pl or 
+               http://www.mediathequeouestprovence.fr/)
+               </li>
+        <li>Native support for Z39.50 and SRU servers for bibliographic and authoritiy data</li>
+               <li>Support for field-weighting, relevance ranking, truncation, stemming</li>
+               <li>Arbitrarily complex queries</li>
+        <li>Can be complex to configure and maintain</li>
     </ul>
-    <h3>NoZebra version</h3>
+    <h3>NoZebra (internal Koha indexes)</h3>
         <ul>
-            <li>is available immediatly once Koha is installed</li>
-            <li>is probably not that speedy for catalogue with more than 100 000 items</li>
-            <li>does not provide a public (external) z3950 server</li>
+                       <li>Simple to configure and maintain</li>
+            <li>Hasn't been tested with data sets larger than 100,000 records</li>
+            <li>Does not provide a public (external) z3950 server</li>
         </ul>
-    <p>Whatever you choose now, you can always change your mind and setup the other version.</p>
-    <p>Note that, if you choose "Zebra", you won't have a working koha, you must set up zebra first (catalogue search won't work, the rest will)</p>
-    <h3>What do you choose ?</h3>
+    <p>Note that, if you choose "Zebra", you must configure Zebra before your catalogue searching will work)</p>
+    <h3>Please Choose:</h3>
         <form action="install.pl">
             <input type="hidden" name="step" value="3" />
             <input type="hidden" name="op" value="Nozebra" />
-            <p><input type="radio" name="NoZebra" value="1" />Nozebra: my catalogue is not that large and I want something simple to setup</p>
-            <p><input type="radio" name="NoZebra" value="0" />Zebra: I have a large catalogue, I'm not afraid having to setup more software on my server</p>
+            <p><input type="radio" name="NoZebra" value="1" />Nozebra: my catalogue is not that large and I want something simple to setup/maintain</p>
+            <p><input type="radio" name="NoZebra" value="0" />Zebra: I have a large catalogue, I understand I must configure Zebra after the installation has completed</p>
             <input type="submit" value="Choose" /></form>
         </form>
 <!-- /TMPL_IF -->
index 6857219..61440bc 100644 (file)
@@ -31,7 +31,7 @@
     <!-- TMPL_IF NAME="CAN_user_editcatalogue" -->
     <h3><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloguing</a></h3>
        <ul>
-        <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC</a></li>
+        <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC Record</a></li>
         <li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
         <li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
     </ul>
index 20c5dde..40e496b 100644 (file)
@@ -150,7 +150,7 @@ Filter By Area <select name="areas">
 <!-- /TMPL_LOOP -->                
 </select></td>
 
-<td><input type="button" name="Add" value="Add &gt;&gt;" class="button"  style="width : 6em; margin-bottom : .5em;" onclick="addColumn()" /><br /><input type="button" name="delete" value="&lt;&lt; Delete" class="button" style="width : 6em;"  onclick="delColumn()" />  </td>
+<td><input type="button" name="Add" value="Add" class="button"  style="width : 6em; margin-bottom : .5em;" onclick="addColumn()" /><br /><input type="button" name="delete" value="&lt;&lt; Delete" class="button" style="width : 6em;"  onclick="delColumn()" />  </td>
 
 <td><select id="selectedColumns" name="columns" size="25" style="width:200px;height:300px;"></select>     </td>   </tr></table>     
          
index 4b1caa0..f6f819b 100644 (file)
@@ -177,8 +177,8 @@ reports</p>
 </option>
 <!-- /TMPL_LOOP -->
 </select></div>
-<div style="width: 6.3em; float: right; margin-top: 100px"><input type="button" name="Add" value="Add &gt;&gt;" class="button" style="width:6em;" onclick="addColumn()" /><br />
-<input type="button" name="delete" value="&lt;&lt; Remove" class="button" style="width: 6em; margin: 1em 0;" onclick="delColumn()" /></div>
+<div style="width: 6.3em; float: right; margin-top: 100px"><input type="button" name="Add" value="Add" class="button" style="width:6em;" onclick="addColumn()" /><br />
+<input type="button" name="delete" value="&lt;&lt; Delete" class="button" style="width: 6em; margin: 1em 0;" onclick="delColumn()" /></div>
 </div>
 
 <div class="yui-u">
index 2df1f5c..70945bd 100644 (file)
@@ -23,8 +23,7 @@
             <td>&nbsp;</td></tr>
 <!-- /TMPL_LOOP -->
 </table>
-<p><b>Notes:</b> Please return this journal
-promptly as others are waiting.
+<p><b>Notes:</b> Please return this item promptly as others are waiting for it.
 <br /><!-- TMPL_VAR NAME="routingnotes" --></p>
    <div id="slip-block-links">
    <a class="button" href="javascript:window.print();self.close()">Print</a> &nbsp; <a class="button" href="javascript:self.close()">Close</a>
index 9b5bfb4..40209a1 100644 (file)
@@ -90,7 +90,7 @@
                    </span>
                        
                    <span id="span-other-reason<!-- TMPL_VAR NAME="suggestionid" -->" class="content_hidden">
-                       <input type="text" name="other-reason<!-- TMPL_VAR name="suggestionid" -->" value="write your reason here..." onclick="if(this.value === 'write your reason here...'){this.value=''}" />
+                       <input type="text" name="other-reason<!-- TMPL_VAR name="suggestionid" -->" value="please note your reason here..." onclick="if(this.value === 'please note your reason here...'){this.value=''}" />
                        <small><a href="#" onclick="displayOther('<!-- TMPL_VAR NAME="suggestionid" -->'); return false;">back to list</a></small>
                    </span>
                        
 </div>
 </div>
 </div>
-<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
index db86df7..0b17ed0 100644 (file)
@@ -2,10 +2,10 @@ Dear <!-- TMPL_VAR NAME="LibraryName" --> user,
 
 You have suggested that the library acquire <!-- TMPL_VAR name="title" --><!-- TMPL_IF name="author" --> by <!-- TMPL_VAR name="author" --><!-- /TMPL_IF -->.
 
-<!-- TMPL_VAR name="lib.surname" --> <!-- TMPL_VAR lib.firstname --> reviewed your suggestion today, and found it interesting. The item will be ordered as soon as possible. You will be notified by mail when the order is completed, and again when the book arrives at the library.
+<!-- TMPL_VAR name="lib.surname" --> <!-- TMPL_VAR lib.firstname --> reviewed your suggestion today. The item will be ordered as soon as possible. You will be notified by mail when the order is completed, and again when the item arrives at the library.
 
 If you have any questions, please email us at <!-- TMPL_VAR name="libemail" -->.
 
 Thank you,
 
-<!-- TMPL_VAR NAME="LibraryName" -->
\ No newline at end of file
+<!-- TMPL_VAR NAME="LibraryName" -->
index 7193a5c..4adadb6 100644 (file)
@@ -2,10 +2,10 @@ Dear <!-- TMPL_VAR NAME="LibraryName" --> user,
 
 You have suggested that the library acquire <!-- TMPL_VAR name="title" --><!-- TMPL_IF name="author" --> by <!-- TMPL_VAR name="author" --><!-- /TMPL_IF -->.
 
-We are pleased to inform you that the item is now part of the collection of the <!-- TMPL_VAR NAME="LibraryName" -->.
+We are pleased to inform you that the item you requested is now part of the collection of the <!-- TMPL_VAR NAME="LibraryName" -->.
 
 If you have any questions, please email us at <!-- TMPL_VAR name="libemail" -->.
 
 Thank you,
 
-<!-- TMPL_VAR NAME="LibraryName" -->
\ No newline at end of file
+<!-- TMPL_VAR NAME="LibraryName" -->
index 428d141..b9645ae 100644 (file)
@@ -2,7 +2,7 @@ Dear <!-- TMPL_VAR NAME="LibraryName" --> user,
 
 You have suggested that the library acquire <!-- TMPL_VAR name="title" --><!-- TMPL_IF name="author" --> by <!-- TMPL_VAR name="author" --><!-- /TMPL_IF -->.
 
-We are pleased to inform you that the book has now been ordered. It should arrive soon, at which time it will be processed for addition to the collection.
+We are pleased to inform you that the item you requested has now been ordered. It should arrive soon, at which time it will be processed for addition into the collection.
 
 You will be notified again when the book is available.
 
@@ -10,4 +10,4 @@ If you have any questions, please email us at <!-- TMPL_VAR name="libemail" -->
 
 Thank you,
 
-<!-- TMPL_VAR NAME="LibraryName" -->
\ No newline at end of file
+<!-- TMPL_VAR NAME="LibraryName" -->
index cb88c6e..2a1c08b 100644 (file)
@@ -4,7 +4,7 @@ You have suggested that the library acquire <!-- TMPL_VAR name="title" --><!-- T
 
 <!-- TMPL_VAR name="lib.surname" --> <!-- TMPL_VAR name="lib.firstname" --> reviewed your request today, and has decided not to accept the suggestion at this time.
 
-The reason given for this reject is: <!-- TMPL_VAR NAME="reason" -->
+The reason given is: <!-- TMPL_VAR NAME="reason" -->
 
 If you have any questions, please email us at <!-- TMPL_VAR name="libemail" -->.
 
index b6584f0..85c33d8 100644 (file)
@@ -74,7 +74,7 @@
         <li>
         <label for="dont_export_fields">Don't export fields</label>
         <input id="dont_export_fields" type="text" name="dont_export_fields" />
-        <i>seperate by a blank. (e.g.: 100a 200 606)</i>
+        <i>separate by a blank. (e.g.: 100a 200 606)</i>
         </li></ol>
     </fieldset>
     <fieldset class="rows">
index 397abfe..163f4c5 100644 (file)
                        <label for="showMonth">Month</label> <input type="text" size="2" id="showMonth" name="showMonth" readonly="readonly" style="background-color:#FFFFFF;color:Black;font-size:10px;" />
                        <label for="showYear">Year</label> <input type="text" size="4" id="showYear" name="showYear" readonly="readonly" style="background-color:#FFFFFF;color:Black;font-size:10px;" />                
                </div>
-           <p><label for="showDescription">Add a description to holiday day:</label></p>
+           <p><label for="showDescription">Add a description to holiday day</label></p>
                <p>
                        <textarea rows="2" cols="40" id="showDescription" name="showDescription"></textarea>    
                </p>
index fa9d8e4..4d05c06 100644 (file)
@@ -95,7 +95,7 @@ Page
     <th>Comments</th>
     <th>Status</th>
     <th>Staged</th>
-    <th># Bibs</th.
+    <th># Bibs</th>
     <th># Items</th>
   </tr>
   <!-- TMPL_LOOP name="batch_list" -->
index 83ea67c..f2da891 100644 (file)
@@ -20,7 +20,7 @@
 <form method="post" action="/cgi-bin/koha/tools/viewlog.pl">
 
 <fieldset>
-    <legend>Additional infos</legend>
+    <legend>Additional parameters</legend>
         <p>
         <label for="from"> Display from</label> <input type="text" size="10" id="from" name="from" value="<!-- TMPL_VAR NAME="datefrom"-->" />
                                                        <img src="<!-- TMPL_VAR Name="themelang" -->/lib/calendar/cal.gif" border="0" alt="Show Calendar" id="openCalendarFrom" style="cursor: pointer;" />