Bug 11648 - Use word item instead of copy - intranet
authorFridolin Somers <fridolin.somers@biblibre.com>
Fri, 31 Jan 2014 13:22:05 +0000 (14:22 +0100)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 12 Mar 2014 14:21:15 +0000 (14:21 +0000)
Sometimes, the word copy/copies is use to speak about item/items.
It would be better to use only item because translation of the word
copy depends on context, it should be used only when speaking about
copy like in "copy and paste".

This patch replaces copy/copies in intranet.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
String changes, no regressions found.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
koha-tmpl/intranet-tmpl/prog/en/modules/help/cataloguing/additem.tt
koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt

index 551c87e..94a328b 100644 (file)
@@ -31,7 +31,7 @@
 <ul>
     <li>'Add item' will add just the one item</li>
     <li>'Add &amp; duplicate' will add the item and fill in a new form with the same values for your to alter</li>
-    <li>'Add multiple copies' will ask how many copies and will then add that number of copies adding +1 to the barcode so each barcode is unique</li>
+    <li>'Add multiple items' will ask how many items and will then add that number of items adding +1 to the barcode so each barcode is unique</li>
 </ul>
 
 <p>Your added items will appear above the add form once submitted</p>
index b084e25..802ba3e 100644 (file)
@@ -243,7 +243,7 @@ function checkMultiHold() {
           <li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">[% borrowerfirstname %] [% borrowersurname %]</a> <strong>already has a hold</strong> on this item </li>
         [% END %]
         [% IF ( none_available ) %]
-          <li> <strong>No copies are available</strong> to be placed on hold</li>
+          <li> <strong>No items are available</strong> to be placed on hold</li>
         [% END %]
         [% IF ( alreadypossession ) %]
           <li> <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">[% borrowerfirstname %] [% borrowersurname %]</a> <strong>is already in possession</strong> of one item</li>
@@ -344,7 +344,7 @@ function checkMultiHold() {
        </li>
 
         [% UNLESS ( multi_hold ) %]
-          <li> <label for="requestany">Place a hold on the next available copy </label>
+          <li> <label for="requestany">Place a hold on the next available item </label>
                <input type="checkbox" id="requestany" name="request" checked="checked" value="Any" />
                <input type="hidden" name="biblioitem" value="[% biblioitemnumber %]" />
                <input type="hidden" name="alreadyreserved" value="[% alreadyreserved %]" />
@@ -374,7 +374,7 @@ function checkMultiHold() {
           </ol>
 
         <table id="requestspecific">
-        <caption>Place a hold on a specific copy</caption>
+        <caption>Place a hold on a specific item</caption>
                <tr>
             <th>Hold</th>
             [% IF ( item_level_itypes ) %]
@@ -523,7 +523,7 @@ function checkMultiHold() {
               <li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">[% borrowerfirstname %] [% borrowersurname %]</a> <strong>already has a hold</strong> on this item </li>
           [% END %]
           [% IF ( biblioloo.none_avail ) %]
-              <li> <strong>No copies are available</strong> to be placed on hold</li>
+              <li> <strong>No items are available</strong> to be placed on hold</li>
           [% END %]
 
             [% IF ( biblioloo.alreadyres ) %]
index 18a4d98..9e2df51 100644 (file)
@@ -171,7 +171,7 @@ $(document).ready(function(){
         <li><label for="datelastseen">Inventory date:</label>
             <input type="text" id="datelastseen" name="datelastseen" value="[% datelastseen | $KohaDates %]" class="datepickerfrom" />
         </li>
-        <li><label for="ignoreissued">Skip copies on loan: </label>
+        <li><label for="ignoreissued">Skip items on loan: </label>
             [% IF (ignoreissued) %]
             <input type="checkbox" id="ignoreissued" name="ignoreissued" checked="checked" /></li>
             [% ELSE %]