From 1b95384f8d77ecf31b59c24c1ed2cb2e6a22fcea Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 5 Jun 2013 10:48:36 -0400 Subject: [PATCH] Bug 10420 - Standardize spelling of "authorized" 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. Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt | 2 +- .../intranet-tmpl/prog/en/modules/admin/authorised_values.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/admin/checkmarc.tt | 6 +++--- .../intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt | 2 +- .../intranet-tmpl/prog/en/modules/course_reserves/course.tt | 4 ++-- .../prog/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) %]
-

You are not authorised to modify this fund

+

You are not authorized to modify this fund

[% 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 All if this authorised value must to be displayed all the time. Otherwise select libraries you want to associate with this value. + Select All if this authorized value must to be displayed all the time. Otherwise select libraries you want to associate with this value. 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 @@ itemtype NOT mapped the biblioitems.itemtype field MUST :
  • be mapped to a MARC subfield,
  • -
  • the corresponding subfield MUST have authorised_value=itemtype
+
  • the corresponding subfield MUST have "Authorized value" set to "itemtype"
  • [% ELSE %] @@ -81,7 +81,7 @@ homebranch NOT mapped the items.homebranch field MUST :
    • be mapped to a MARC subfield,
    • -
    • the corresponding subfield MUST have authorised value=branches
    +
  • the corresponding subfield MUST have "Authorized value" set to "branches"
  • [% ELSE %] @@ -95,7 +95,7 @@ holdingbranch NOT mapped the items.holdingbranch field MUST :
    • be mapped to a MARC subfield,
    • -
    • the corresponding subfield MUST have authorised value=branches
    +
  • the corresponding subfield MUST have "Authorized value" set to "branches"
  • [% ELSE %] 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 %] - Group attributes types with a block title (based on Authorised values category 'PA_CLASS') + Group attributes types with a block title (based on authorized values category 'PA_CLASS') 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 %] [% ELSE %] - No DEPARTMENT authorised values found! Please create one or more authorised values with the category DEPARTMENT. + No DEPARTMENT authorized values found! Please create one or more authorized values with the category DEPARTMENT. [% END %] @@ -137,7 +137,7 @@ function RemoveInstructor( cardnumber ) { [% END %] [% ELSE %] - No TERM authorised values found! Please create one or more authorised values with the category TERM. + No TERM authorized values found! Please create one or more authorized values with the category TERM. [% END %] 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.

    Errors found when processing parameters for report: [% name %]

    [% FOREACH problematic_authval IN problematic_authvals %]

    - [% problematic_authval.name %]: The authorised value category ([% problematic_authval.authval %]) + [% problematic_authval.name %]: The authorized value category ([% problematic_authval.authval %]) you selected does not exist.

    [% END %] @@ -714,7 +714,7 @@ canned reports and writing custom SQL reports.

    Errors found when processing parameters for report: [% name %]

    [% FOREACH auth_val_error IN auth_val_errors %]

    - [% auth_val_error.entry %]: The authorised value category ([% auth_val_error.auth_val %]) + [% auth_val_error.entry %]: The authorized value category ([% auth_val_error.auth_val %]) you selected does not exist.

    [% END %] -- 1.7.10.4