Correcting terminology: 'reservoir' instead of 'breeding farm'
authoroleonard <oleonard>
Thu, 3 Feb 2005 16:07:53 +0000 (16:07 +0000)
committeroleonard <oleonard>
Thu, 3 Feb 2005 16:07:53 +0000 (16:07 +0000)
koha-tmpl/intranet-tmpl/default/en/acqui.simple/addbooks.tmpl
koha-tmpl/intranet-tmpl/default/en/acqui.simple/isbnsearch.tmpl
koha-tmpl/intranet-tmpl/default/en/acqui.simple/marcimport.tmpl

index cf49e28..5ae5c24 100644 (file)
@@ -34,7 +34,7 @@
        <div id="bloc25">
                <h2 class="catalogue">Hint</h2>
                <p>If the ISBN or title is found in the biblio table, it will be retrieved and can be modified.<br/>
-                               If the ISBN or title is found in the breeding farm, it will be retrieved and a biblio will be added.<br/>
+                               If the ISBN or title is found in the reservoir, it will be retrieved and a biblio will be added.<br/>
                                Otherwise, a biblio can be added from scratch.</p>
        </div>
 </div>
index 15234b2..a0e6c9e 100644 (file)
@@ -60,7 +60,7 @@
                                <img src="<!-- TMPL_VAR NAME="themelang" -->/images/numbers/placeholder.gif" border="0">
                        <!-- /TMPL_IF -->
                </p>
-               <h2 class="catalogue">Biblios in breeding farm</h2>
+               <h2 class="catalogue">Biblios in reservoir</h2>
                <!-- TMPL_IF name="breeding_loop" -->
                        <table>
                                <tr>
index cf0687e..a7a0510 100644 (file)
@@ -3,7 +3,7 @@
 
 <table bgcolor="#ffcc00" width="80%" cellpadding="3">
        <tr valign="center">
-       <td><font size="4">Import into the breeding farm</font></td>
+       <td><font size="4">Import into the reservoir</font></td>
        </tr>
 </table>
 
@@ -19,8 +19,8 @@
 </ul>
 <!-- TMPL_ELSE -->
 <ul>
-       <li>Select a file to import into the breeding farm. It will be parsed, and for each ISBN found, a new baby will be created in the breeding farm.</li>
-       <li>If an ISBN already exists in the breeding farm, you can choose whether to ignore the new one or overwrite the old one.</li>
+       <li>Select a file to import into the reservoir. It will be parsed, and for each ISBN found, a new baby will be created in the reservoir.</li>
+       <li>If an ISBN already exists in the reservoir, you can choose whether to ignore the new one or overwrite the old one.</li>
        <li>You can enter a name for this import. It may be useful, when creating a biblio, to remember where the suggested MARC data comes from!</li>
        <li>Of course, if the ISBN already exists in the active DB, the biblio will be ignored.</li>
 </ul>
@@ -45,7 +45,7 @@
                </td>
        </tr>
        <tr valign="top">
-               <td>If ISBN already in breeding farm: </td>
+               <td>If ISBN is already in the reservoir: </td>
                <td><input type="radio" name="overwrite_biblio" value="0" checked>Ignore this one, keep the existing one<br/>
                        <input type="radio" name="overwrite_biblio" value="1">Overwrite the existing one with this</td>
        </tr>