nomenclature fixes, changing document to item
authorJoshua Ferraro <jmf@liblime.com>
Mon, 1 Oct 2007 00:35:22 +0000 (19:35 -0500)
committerChris Cormack <crc@liblime.com>
Mon, 1 Oct 2007 00:42:21 +0000 (19:42 -0500)
Signed-off-by: Chris Cormack <crc@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstodo.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tmpl

index a0ad264..b8564bb 100644 (file)
@@ -185,7 +185,7 @@ function confirm_deletion(count) {
         </table>
     </div>
 <!-- TMPL_ELSE -->
-    <p>we don't have any physical item for this document</p>
+    <p>No physical items for this record</p>
 <!-- /TMPL_IF -->
 <!-- TMPL_IF name="subscriptionsnumber" -->
 <div id="catalogue_detail_subscriptions">
@@ -236,4 +236,4 @@ function confirm_deletion(count) {
 <!-- TMPL_INCLUDE NAME="cat-menu.inc" -->
 </div>
 </div>
-<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
index 43de66e..e78e1a6 100644 (file)
@@ -53,7 +53,7 @@
             <input type="hidden" name="WT-itemNumber" value="<!-- TMPL_VAR Name="WrongTransferItem" -->" />
             <input type="hidden" name="WT-waitingAt" value="<!-- TMPL_VAR Name="TransferWaitingAt" -->" />
             <input type="hidden" name="WT-From" value="<!-- TMPL_VAR Name="wtransfertFrom" -->" />
-        <input type="submit" value="Send this document" />
+        <input type="submit" value="Send item" />
     </form>
 <!-- /TMPL_IF -->
 
 <!-- TMPL_INCLUDE NAME="circ-menu.inc" -->
 </div>
 </div>
-<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
index 259dd60..5c4bb00 100644 (file)
@@ -58,7 +58,7 @@
                         <input type="hidden" name="itemnumber" value="<!-- TMPL_VAR NAME="itemnumber" -->" />
                         <input type="hidden" name="fbr" value="<!-- TMPL_VAR NAME="holdingbranch" -->" />
                         <input type="hidden" name="tbr" value="<!-- TMPL_VAR NAME="branchcode" -->" />
-                    <input type="submit" value="Transfer this document" />
+                    <input type="submit" value="Transfer this item" />
                     </form>
                     </td>
                 </tr>
@@ -77,4 +77,4 @@
 <!-- TMPL_INCLUDE NAME="circ-menu.inc" -->
 </div>
 </div>
-<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
index 3312174..889d687 100644 (file)
@@ -278,7 +278,7 @@ function confirm_reregistration() {
                                                <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" onclick="openWindow(this, 'Item', 480, 640); return false;"><!-- TMPL_VAR NAME="barcodereserv" --></a>
                                                <!-- /TMPL_IF -->
                                                <!-- TMPL_IF NAME="waitingposition" -->
-                                               Waiting position for this document :
+                                        Queue for this item :
                                                <b> <!-- TMPL_VAR NAME="waitingposition" --> </b>
                                                <!-- /TMPL_IF -->
                                        </td>
@@ -286,15 +286,15 @@ function confirm_reregistration() {
                                                <!-- TMPL_VAR NAME="title" --> (<b> <!-- TMPL_VAR NAME="itemtype" --> </b>) 
 
                                                <!-- TMPL_IF name="waiting" -->
-                                               <i>This document is available</i>
+                                               <i>This item is available</i>
                                                <!-- /TMPL_IF -->
                                                <!-- TMPL_IF name="transfered" -->
-                                               <i>This document has been transfered from library : 
+                                               <i>This item has been transfered from library : 
                                                <!-- TMPL_VAR NAME="frombranch" --> the : <!-- TMPL_VAR NAME="datesent" --> </i>
                                                <!-- /TMPL_IF -->
 
                                                <!-- TMPL_IF name="nottransfered" -->
-                                               <i>This document hasn't been transfered yet from library : <!-- TMPL_VAR NAME="nottransferedby" --></i>
+                                               <i>This item hasn't been transfered yet from library : <!-- TMPL_VAR NAME="nottransferedby" --></i>
                                                <!-- /TMPL_IF -->
                                
                                        </td>