[Koha-patches] [PATCH] Bug 10420 - Standardize spelling of "authorized"

Owen Leonard oleonard at myacpl.org
Wed Jun 5 17:10:50 CEST 2013


This patch corrects instances of the non-[American]-standard spelling
"authorised" when used in text.

The following instances are corrected:

- In Administration -> Funds, the error message displayed if you do not
  have permission to edit a fund.
- In Administration -> Authorized values, the instructions linked to the
  "Libraries limitation" field.
- In Administration -> MARC bibliographic framework test, instructions
  related to linking to authorized values.
- In the course reserves add form, error messages referring to missing
  authorized values.
- In guided reports, error messages shown when an authorized value
  chosen as a report parameter doesn't exit.
---
 .../prog/en/modules/admin/aqbudgets.tt             |    2 +-
 .../prog/en/modules/admin/authorised_values.tt     |    2 +-
 .../prog/en/modules/admin/checkmarc.tt             |    6 +++---
 .../prog/en/modules/admin/patron-attr-types.tt     |    2 +-
 .../prog/en/modules/course_reserves/course.tt      |    4 ++--
 .../en/modules/reports/guided_reports_start.tt     |    4 ++--
 6 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt
index 95e4f8f..7df04f3 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt
@@ -220,7 +220,7 @@
 
 [% IF (error_not_authorised_to_modify) %]
     <div class="error">
-        <p>You are not authorised to modify this fund</p>
+        <p>You are not authorized to modify this fund</p>
     </div>
 [% END %]
 
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt
index 5ba3072..411a93a 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt
@@ -114,7 +114,7 @@ $(document).ready(function() {
                   [% END %]
                 [% END %]
             </select>
-            <span>Select All if this authorised value must to be displayed all the time. Otherwise select libraries you want to associate with this value.
+            <span>Select All if this authorized value must to be displayed all the time. Otherwise select libraries you want to associate with this value.
             </span>
         </li>
 
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/checkmarc.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/checkmarc.tt
index 5777eb6..d93ada7 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/checkmarc.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/checkmarc.tt
@@ -67,7 +67,7 @@
         <td>itemtype NOT mapped</td>
         <td>the biblioitems.itemtype field MUST :<br />
             <ul><li>be mapped to a MARC subfield, </li>
-            <li>the corresponding subfield MUST have authorised_value=itemtype</li></ul></td>
+            <li>the corresponding subfield MUST have "Authorized value" set to "itemtype"</li></ul></td>
     </tr>
 [% ELSE %]
     <tr>
@@ -81,7 +81,7 @@
         <td>homebranch NOT mapped</td>
         <td>the items.homebranch field MUST :<br />
             <ul><li>be mapped to a MARC subfield,</li>
-            <li>the corresponding subfield MUST have authorised value=branches</li></ul></td>
+            <li>the corresponding subfield MUST have "Authorized value" set to "branches"</li></ul></td>
     </tr>
 [% ELSE %]
     <tr>
@@ -95,7 +95,7 @@
         <td>holdingbranch NOT mapped</td>
         <td>the items.holdingbranch field MUST :<br />
             <ul><li>be mapped to a MARC subfield, </li>
-            <li>the corresponding subfield MUST have authorised value=branches</li></ul></td>
+            <li>the corresponding subfield MUST have "Authorized value" set to "branches"</li></ul></td>
     </tr>
 [% ELSE %]
     <tr>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt
index 985ece5..e561ae5 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt
@@ -231,7 +231,7 @@ function CheckAttributeTypeForm(f) {
                     [% END %]
                 [% END %]
             </select>
-            <span>Group attributes types with a block title (based on Authorised values category 'PA_CLASS')</span>
+            <span>Group attributes types with a block title (based on authorized values category 'PA_CLASS')</span>
         </li>
     </ol>
   </fieldset>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course.tt
index 85817ed..42dc1c4 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course.tt
@@ -103,7 +103,7 @@ function RemoveInstructor( cardnumber ) {
                                                 [% END %]
                                             </select>
                                         [% ELSE %]
-                                            <span id="department">No DEPARTMENT authorised values found! Please create one or more authorised values with the category DEPARTMENT.</span>
+                                            <span id="department">No DEPARTMENT authorized values found! Please create one or more authorized values with the category DEPARTMENT.</span>
                                         [% END %]
                                     </li>
 
@@ -137,7 +137,7 @@ function RemoveInstructor( cardnumber ) {
                                                 [% END %]
                                             </select>
                                         [% ELSE %]
-                                            <span id="term">No TERM authorised values found! Please create one or more authorised values with the category TERM.</span>
+                                            <span id="term">No TERM authorized values found! Please create one or more authorized values with the category TERM.</span>
                                         [% END %]
                                     </li>
 
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt
index 4cd0728..9cb99f3 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt
@@ -671,7 +671,7 @@ canned reports and writing custom SQL reports.</p>
             <h3>Errors found when processing parameters for report: [% name %]</h3>
             [% FOREACH problematic_authval IN problematic_authvals %]
                 <p>
-                <strong>[% problematic_authval.name %]:</strong> The authorised value category (<strong>[% problematic_authval.authval %]</strong>)
+                <strong>[% problematic_authval.name %]:</strong> The authorized value category (<strong>[% problematic_authval.authval %]</strong>)
                     you selected does not exist.
                 </p>
             [% END %]
@@ -714,7 +714,7 @@ canned reports and writing custom SQL reports.</p>
             <h3>Errors found when processing parameters for report: [% name %]</h3>
             [% FOREACH auth_val_error IN auth_val_errors %]
                 <p>
-                    <strong>[% auth_val_error.entry %]:</strong> The authorised value category (<strong>[% auth_val_error.auth_val %]</strong>)
+                    <strong>[% auth_val_error.entry %]:</strong> The authorized value category (<strong>[% auth_val_error.auth_val %]</strong>)
                     you selected does not exist.
                 </p>
             [% END %]
-- 
1.7.9.5


More information about the Koha-patches mailing list