---
 .../prog/en/includes/sysprefs-menu.inc             |    2 +-
 .../prog/en/modules/admin/admin-home.tmpl          |    6 +++---
 .../prog/en/modules/admin/authorised_values.tmpl   |   20 ++++++++++----------
 .../prog/en/modules/admin/categorie.tmpl           |    2 +-
 4 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/sysprefs-menu.inc 
b/koha-tmpl/intranet-tmpl/prog/en/includes/sysprefs-menu.inc
index b012a54..dc39eaa 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/includes/sysprefs-menu.inc
+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/sysprefs-menu.inc
@@ -4,7 +4,7 @@
 <!-- TMPL_IF NAME="Acquisitions" --><li class="active"><!-- TMPL_ELSE 
--><li><!-- /TMPL_IF --><a title="Acquisitions" 
href="/cgi-bin/koha/admin/systempreferences.pl?tab=Acquisitions">Acquisitions</a></li>
 <!-- TMPL_IF NAME="EnhancedContent" --><li class="active"><!-- TMPL_ELSE 
--><li><!-- /TMPL_IF --><a title="Enhanced content settings" 
href="/cgi-bin/koha/admin/systempreferences.pl?tab=EnhancedContent">Enhanced 
Content</a></li>
 <!-- TMPL_IF NAME="Authorities" --><li class="active"><!-- TMPL_ELSE 
--><li><!-- /TMPL_IF --><a title="Authority Control" 
href="/cgi-bin/koha/admin/systempreferences.pl?tab=Authorities">Authorities</a></li>
-<!-- TMPL_IF NAME="Cataloguing" --><li class="active"><!-- TMPL_ELSE 
--><li><!-- /TMPL_IF --><a title="Cataloging" 
href="/cgi-bin/koha/admin/systempreferences.pl?tab=Cataloguing">Cataloguing</a></li>
+<!-- TMPL_IF NAME="Cataloguing" --><li class="active"><!-- TMPL_ELSE 
--><li><!-- /TMPL_IF --><a title="Cataloging" 
href="/cgi-bin/koha/admin/systempreferences.pl?tab=Cataloguing">Cataloging</a></li>
 <!-- TMPL_IF NAME="Circulation" --><li class="active"><!-- TMPL_ELSE 
--><li><!-- /TMPL_IF --><a title="Circulation" 
href="/cgi-bin/koha/admin/systempreferences.pl?tab=Circulation">Circulation</a></li>
 <!-- TMPL_IF NAME="I18N/L10N" --><li class="active"><!-- TMPL_ELSE --><li><!-- 
/TMPL_IF --><a title="Internationalization and Localization" 
href="/cgi-bin/koha/admin/systempreferences.pl?tab=I18N/L10N">I18N/L10N</a></li>
 <!-- TMPL_IF NAME="Logs" --><li class="active"><!-- TMPL_ELSE --><li><!-- 
/TMPL_IF --><a title="Transaction Logs" 
href="/cgi-bin/koha/admin/systempreferences.pl?tab=Logs">Logs</a></li>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tmpl 
b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tmpl
index 4b371eb..2093c69 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tmpl
@@ -51,10 +51,10 @@
 </dl>
 </div>
 <div class="yui-u">
-<h3>Catalogue</h3>
+<h3>Catalog</h3>
 <dl>
-       <dt><a href="/cgi-bin/koha/admin/authorised_values.pl">Authorised 
values</a></dt>
-       <dd>Define categories and authorised values for them.</dd>
+       <dt><a href="/cgi-bin/koha/admin/authorised_values.pl">Authorized 
values</a></dt>
+       <dd>Define categories and authorized values for them.</dd>
        <dt><a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC 
Bibliographic framework</a></dt>
        <dd>Create and manage Bibliographic frameworks that define the 
characteristics of your MARC Records (field and subfield definitions) as well 
as templates for the MARC editor.</dd>
        <dt><a href="/cgi-bin/koha/admin/koha2marclinks.pl">Koha to MARC 
mapping</a></dt>
diff --git 
a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tmpl 
b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tmpl
index b82b6e9..a9b1f01 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tmpl
@@ -1,6 +1,6 @@
 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
-<title>Koha &rsaquo; Administration &rsaquo; Authorized Values <!-- TMPL_IF 
name="add_form" --> &rsaquo; <!-- TMPL_IF name="action_modify" -->Modify 
authorised value<!-- /TMPL_IF -->
-          <!-- TMPL_IF name="action_add_value" --> &rsaquo;  New authorised 
value<!-- /TMPL_IF -->
+<title>Koha &rsaquo; Administration &rsaquo; Authorized Values <!-- TMPL_IF 
name="add_form" --> &rsaquo; <!-- TMPL_IF name="action_modify" -->Modify 
authorized value<!-- /TMPL_IF -->
+          <!-- TMPL_IF name="action_add_value" --> &rsaquo;  New authorized 
value<!-- /TMPL_IF -->
           <!-- TMPL_IF name="action_add_category" --> &rsaquo; New 
category<!-- /TMPL_IF --><!-- /TMPL_IF -->
 <!-- TMPL_IF name="delete_confirm" --> &rsaquo; Confirm Deletion<!-- /TMPL_IF 
-->
 <!-- TMPL_IF name="else" -->Authorized values<!-- /TMPL_IF --></title>
@@ -10,8 +10,8 @@
 <!-- TMPL_INCLUDE NAME="header.inc" -->
 <!-- TMPL_INCLUDE NAME="cat-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="add_form" --> <a 
href="/cgi-bin/koha/admin/authorised_values.pl">Authorized Values</a> &rsaquo; 
<!-- TMPL_IF name="action_modify" -->Modify authorised value<!-- /TMPL_IF -->
-          <!-- TMPL_IF name="action_add_value" -->New authorised value<!-- 
/TMPL_IF -->
+<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="add_form" --> <a 
href="/cgi-bin/koha/admin/authorised_values.pl">Authorized Values</a> &rsaquo; 
<!-- TMPL_IF name="action_modify" -->Modify authorized value<!-- /TMPL_IF -->
+          <!-- TMPL_IF name="action_add_value" -->New authorized value<!-- 
/TMPL_IF -->
           <!-- TMPL_IF name="action_add_category" -->New category<!-- /TMPL_IF 
--><!-- /TMPL_IF -->
 <!-- TMPL_IF name="delete_confirm" --> <a 
href="/cgi-bin/koha/admin/authorised_values.pl">Authorized Values</a> &rsaquo; 
Confirm Deletion<!-- /TMPL_IF -->
 <!-- TMPL_IF name="else" -->Authorized values<!-- /TMPL_IF --></div>
@@ -24,8 +24,8 @@
 
 <!-- TMPL_IF name="add_form" -->
        <h1>
-          <!-- TMPL_IF name="action_modify" -->Modify authorised value<!-- 
/TMPL_IF -->
-          <!-- TMPL_IF name="action_add_value" -->New authorised value<!-- 
/TMPL_IF -->
+          <!-- TMPL_IF name="action_modify" -->Modify authorized value<!-- 
/TMPL_IF -->
+          <!-- TMPL_IF name="action_add_value" -->New authorized value<!-- 
/TMPL_IF -->
           <!-- TMPL_IF name="action_add_category" -->New category<!-- /TMPL_IF 
-->
        </h1>
        <form action="<!-- TMPL_VAR name="script_name" -->" name="Aform" 
method="post">
@@ -144,16 +144,16 @@ the subfield is not entered through a free field, but 
though a list of authorize
 <!-- /TMPL_IF -->
 <form action="/cgi-bin/koha/admin/authorised_values.pl" method="post" 
id="category"><label for="searchfield">Show Category: </label><!-- TMPL_VAR 
name="tab_list" --> <input type="submit" value="Submit" /></form>
 <!-- TMPL_IF EXPR="category eq 'Bsort1'" -->
-    <p>Bsort1 is an authorised value attached to patrons, that can be used for 
stats purposes</p>
+    <p>Bsort1 is an authorized value attached to patrons, that can be used for 
stats purposes</p>
 <!-- /TMPL_IF -->
 <!-- TMPL_IF EXPR="category eq 'Bsort2'" -->
-    <p>Bsort2 is an authorised value attached to patrons, that can be used for 
stats purposes</p>
+    <p>Bsort2 is an authorized value attached to patrons, that can be used for 
stats purposes</p>
 <!-- /TMPL_IF -->
 <!-- TMPL_IF EXPR="category eq 'Asort1'" -->
-    <p>Asort1 is an authorised value attached to acquisitions, that can be 
used for stats purposes</p>
+    <p>Asort1 is an authorized value attached to acquisitions, that can be 
used for stats purposes</p>
 <!-- /TMPL_IF -->
 <!-- TMPL_IF EXPR="category eq 'Asort2'" -->
-    <p>Asort2 is an authorised value attached to acquisitions, that can be 
used for stats purposes</p>
+    <p>Asort2 is an authorized value attached to acquisitions, that can be 
used for stats purposes</p>
 <!-- /TMPL_IF -->
 <!-- TMPL_IF EXPR="category eq 'SUGGEST'" -->
     <p>The list of patron suggestion reject or accept reasons</p>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tmpl 
b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tmpl
index 868fdb3..3591e4f 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tmpl
@@ -126,7 +126,7 @@
                                        <!-- TMPL_IF NAME="type_A" --><option 
value="A" selected="selected">Adult</option><!-- TMPL_ELSE --><option 
value="A">Adult</option><!-- /TMPL_IF -->
                                        <!-- TMPL_IF NAME="type_C" --><option 
value="C" selected="selected">Child</option><!-- TMPL_ELSE --><option 
value="C">Child</option><!-- /TMPL_IF -->
                                        <!-- TMPL_IF NAME="type_S" --><option 
value="S" selected="selected">Staff</option><!-- TMPL_ELSE --><option 
value="S">Staff</option><!-- /TMPL_IF -->
-                                       <!-- TMPL_IF NAME="type_I" --><option 
value="I" selected="selected">Organisation</option><!-- TMPL_ELSE --><option 
value="I">Organisation</option><!-- /TMPL_IF -->
+                                       <!-- TMPL_IF NAME="type_I" --><option 
value="I" selected="selected">Organization</option><!-- TMPL_ELSE --><option 
value="I">Organization</option><!-- /TMPL_IF -->
                                        <!-- TMPL_IF NAME="type_P" --><option 
value="P" selected="selected">Professional</option><!-- TMPL_ELSE --><option 
value="P">Professional</option><!-- /TMPL_IF -->
                                        <!-- TMPL_IF NXME="type_X" --><option 
value="X" selected="selected">Statistical</option><!-- TMPL_ELSE --><option 
value="X">Statistical</option><!-- /TMPL_IF -->
                                        </select>
-- 
1.5.5.GIT

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to