Merge remote branch 'kc/new/enh/bug_4449' into kcmaster
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / modules / patroncards / card-print.tmpl
index 85eea0b..986f78c 100644 (file)
@@ -1,5 +1,5 @@
     <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
-    <title>Koha &rsaquo; Tools &rsaquo; Labels &rsaquo; Label Printing/Exporting</title>
+    <title>Koha &rsaquo; Tools &rsaquo; Patron Card Creator &rsaquo; Patron Card Printing/Exporting</title>
     <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
     <script type="text/JavaScript" language="JavaScript">
         //<![CDATA[
@@ -27,7 +27,7 @@
                         <tr>
                             <!-- TMPL_IF NAME="label_ids" -->
                             <td class="borderless">
-                                <!-- TMPL_VAR NAME="label_count" --> Single Labels
+                                <!-- TMPL_VAR NAME="label_count" --> Single Cards
                             </td>
                             <td class="borderless">
                                 <h1 id="pdf">
@@ -46,7 +46,7 @@
                             </td>
                             <!-- TMPL_ELSIF NAME="item_numbers" -->
                             <td class="borderless">
-                                <!-- TMPL_VAR NAME="label_count" --> Single Labels
+                                <!-- TMPL_VAR NAME="label_count" --> Single Cards
                             </td>
                             <td class="borderless">
                                 <h1 id="pdf">
@@ -65,7 +65,7 @@
                             </td>
                             <!-- TMPL_ELSE -->
                             <td class="borderless">
-                                Label Batch Number <!-- TMPL_VAR NAME="batch_id" -->
+                                Card Batch Number <!-- TMPL_VAR NAME="batch_id" -->
                             </td>
                             <td class="borderless">
                                 <h1 id="pdf">
@@ -97,9 +97,9 @@
             <div align="center">
                 <div class="message">
                     <!-- TMPL_IF NAME="label_ids" -->
-                    <b>Exporting <!-- TMPL_VAR NAME="label_count" --> label(s).</b>
+                    <b>Exporting <!-- TMPL_VAR NAME="label_count" --> cards(s).</b>
                     <!-- TMPL_ELSIF NAME="item_numbers"-->
-                    <b>Exporting <!-- TMPL_VAR NAME="item_count" --> label(s).</b>
+                    <b>Exporting <!-- TMPL_VAR NAME="item_count" --> cards(s).</b>
                     <!-- TMPL_ELSE -->
                     <b><!-- TMPL_VAR NAME="multi_batch_count" --> batch(es) to export.</b>
                     <!-- /TMPL_IF -->
                         </tr>
                         <tr>
                             <td class="borderless">
-                                <label for="start_label">Enter starting label number: </label>
+                                <label for="start_label">Enter starting card number: </label>
                             </td>
                             <td class="borderless">
-                                <input type="text" size="5" id="start_label" name="start_label" class="focus" title="Starting label number" value="1"/>
+                                <input type="text" size="5" id="start_label" name="start_label" class="focus" title="Starting card number" value="1"/>
                             </td>
                         </tr>
                     </table>