]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 364361 The word "Customising" in chapter 6 title is spelled wrong in all document...
authortimeless%mozdev.org <>
Mon, 23 Jul 2007 03:25:15 +0000 (03:25 +0000)
committertimeless%mozdev.org <>
Mon, 23 Jul 2007 03:25:15 +0000 (03:25 +0000)
r=colin.ogilvie, kevin.benton

13 files changed:
Bugzilla/Error.pm
checksetup.pl
docs/rel_notes.txt
docs/xml/about.xml
docs/xml/customization.xml
docs/xml/introduction.xml
docs/xml/patches.xml
docs/xml/using.xml
sanitycheck.cgi
template/en/default/account/prefs/settings.html.tmpl
template/en/default/global/user-error.html.tmpl
template/en/default/search/knob.html.tmpl
template/en/default/search/search-help.html.tmpl

index d23e68d78ad9d4d34cd4d9bf26d63cd266adb48f..32ef465ce1c2f6db1dff3ac6fedeea329dc70e34 100644 (file)
@@ -160,7 +160,7 @@ Bugzilla::Error - Error handling utilities for Bugzilla
 
 Various places throughout the Bugzilla codebase need to report errors to the
 user. The C<Throw*Error> family of functions allow this to be done in a
-generic and localisable manner.
+generic and localizable manner.
 
 These functions automatically unlock the database tables, if there were any
 locked. They will also roll back the transaction, if it is supported by
index 50e67fc7f880960d296e15b985bddb1b79919f84..451b7f039d78c85e3474f3d7a8e6840b15d0efd2 100755 (executable)
@@ -3509,7 +3509,7 @@ if (!$series_exists) {
              qw(FIXED INVALID WONTFIX LATER REMIND DUPLICATE WORKSFORME MOVED);
     my @fields = (@statuses, @resolutions);
 
-    # We have a localisation problem here. Where do we get these values?
+    # We have a localization problem here. Where do we get these values?
     my $all_name = "-All-";
     my $open_name = "All Open";
         
index 35b36d0f813e53c0311cc8073c5b3349862a575f..5234f8000760f82458d36974b0bf0a9bc8b28cc1 100644 (file)
@@ -2379,7 +2379,7 @@ See also next section.
   'letsubmitterchoosepriority' was off.
   (bug 63018)
 
-- Most CGIs are now templatised.  This helps to make it
+- Most CGIs are now templatized.  This helps to make it
   easier to remember to HTML filter values and easier to spot
   when they are not, preventing cross site scripting attacks.
   (bug 86168)
@@ -2390,17 +2390,17 @@ See also next section.
 
 *** IMPORTANT CHANGES ***
 
-- 2.16 introduces "templatisation", a new feature that allows
-  administrators to easily customise the HTML output (the "look and feel")
+- 2.16 introduces "templatization", a new feature that allows
+  administrators to easily customize the HTML output (the "look and feel")
   of Bugzilla without altering Perl code.  Bugzilla uses the
-  "Template Toolkit" for this.  Please see the "Template Customisation"
+  "Template Toolkit" for this.  Please see the "Template Customization"
   section of the Bugzilla Guide for more details.
 
-  Administrators who ran the 2.15 development version and customised
+  Administrators who ran the 2.15 development version with custom
   templates should check the templates are still valid, as file names
   and file paths have changed.
 
-  Most output is now templatised.  This process will be complete next
+  Most output is now templatized.  This process will be complete next
   milestone.
 
   For speed, compiled templates are cached on disk.  If you modify the
@@ -2454,7 +2454,7 @@ See also next section.
   lengthy delays in future if this problem reoccurs.
   (bug 106377)
 
-- In parallel with templatisation, a lot of changes have been made to the HTML
+- In parallel with templatization, a lot of changes have been made to the HTML
   output of the Bugzilla CGIs.  This could break code that attempts to parse
   such code.  For example, this breaks mozbot.
   (no bug number)
@@ -2731,8 +2731,8 @@ known to us after the Bugzilla 2.14 release.
 
 *** SECURITY ISSUES RESOLVED ***
 
-- Multiple instances of unauthorised access to confidential
-  bugs has been fixed.
+- Multiple instances of unauthorized access to confidential
+  bugs have been fixed.
   (bug 39524, 39526, 39527, 39531, 39533, 70189, 82781)
 
 - Multiple instances of untrusted parameters not being
@@ -2743,7 +2743,7 @@ known to us after the Bugzilla 2.14 release.
 - After logging in passwords no longer appear in the URL.
   (bug 15980)
 
-- Procedures to prevent unauthorised access to confidential
+- Procedures to prevent unauthorized access to confidential
   files are now simpler.  In particular the shadow directory
   no longer exists and the data/comments file no longer needs
   to be directly accessible, so the entire data directory can
@@ -2754,7 +2754,7 @@ known to us after the Bugzilla 2.14 release.
 
 - If they do not already exist, checksetup.pl will attempt to
   write Apache .htaccess files by default, to prevent
-  unauthorised access to confidential files.  You can turn this
+  unauthorized access to confidential files.  You can turn this
   off in the localconfig file.
   (bug 76154)
 
index cc4d36de5ed474ec376001af5de532beb0ff76eb..16a2178ee33b0a8bed8e7e4b00c51ad707ad5c8f 100644 (file)
@@ -1,6 +1,6 @@
 <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
 <!ENTITY conventions SYSTEM "conventions.xml"> ] > -->
-<!-- $Id: about.xml,v 1.19.8.4 2006/06/06 15:25:33 uid623 Exp $ -->
+<!-- $Id: about.xml,v 1.19.8.5 2007/07/22 22:25:16 timeless%mozdev.org Exp $ -->
 
 <chapter id="about">
 <title>About This Guide</title>
@@ -85,7 +85,7 @@
     </para>
     
     <para>  
-      In addition, there are Bugzilla template localisation projects in
+      In addition, there are Bugzilla template localization projects in
       the following languages. They may have translated documentation 
       available: 
       <ulink url="http://sourceforge.net/projects/bugzilla-ar/">Arabic</ulink>,
index 56d9486080cec8f42d7480144f51432f8c45b7da..6177901377d94fc854dd4effd83a4e7093a258b2 100644 (file)
@@ -1,6 +1,6 @@
 <!-- <!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook V4.1//EN"> -->
 <chapter id="customization">
-  <title>Customising Bugzilla</title>
+  <title>Customizing Bugzilla</title>
 
   <section id="cust-templates">
     <title>Template Customization</title>
index 5cf4a55990c5ee929834c25b6f3a287c73e26fab..3968702c6b73ed7bd2b6c7e6eb546213cd4beb0c 100644 (file)
@@ -68,7 +68,7 @@
       </listitem>
 
       <listitem>
-        <para>Completely customisable and/or localisable web user
+        <para>Completely customizable and/or localizable web user
         interface</para>
       </listitem>
 
index b1d92816fb47b0832fdd150bd4df7e7b8f1674ef..12efb0ca4855cef4a71d5865e04ec6f58fad8fea 100644 (file)
@@ -21,7 +21,7 @@
 
     <warning>
       <para>
-        These files pre-date the templatisation work done as part of the
+        These files pre-date the templatization work done as part of the
         2.16 release, and have not been updated.
       </para>
     </warning>
index 4f0834536f7541a32ba5c953e23ca3632b99107f..c4901bec7849b204ddc08e38faf1eba94d8ba210 100644 (file)
       <listitem>
         <para>
         <emphasis>Priority:</emphasis>
-        The bug assignee uses this field to prioritise his or her bugs.
+        The bug assignee uses this field to prioritize his or her bugs.
         It's a good idea not to change this on other people's bugs.</para>
       </listitem>
 
   <section id="userpreferences">
     <title>User Preferences</title>
 
-    <para>Once you have logged in, you can customise various aspects of
+    <para>Once you have logged in, you can customize various aspects of
     Bugzilla via the "Edit prefs" link in the page footer.
     The preferences are split into three tabs:</para>
 
index 6d635f2e4fb9fe7a1745ec64c15c199a8461f06d..309a1077cb1825bd137bc8b8bc9b6a164b8afe5d 100755 (executable)
@@ -823,8 +823,8 @@ BugCheck("bugs WHERE bug_status = 'UNCONFIRMED' AND everconfirmed = 1",
          "Bugs that are UNCONFIRMED but have everconfirmed set");
 # The below list of resolutions is hardcoded because we don't know if future
 # resolutions will be confirmed, unconfirmed or maybeconfirmed.  I suspect
-# they will be maybeconfirmed, e.g. ASLEEP and REMIND.  This hardcoding should
-# disappear when we have customised statuses.
+# they will be maybeconfirmed, e.g. ASLEEP and REMIND.  This hard-coding should
+# disappear when we have customized statuses.
 BugCheck("bugs WHERE bug_status IN ('NEW', 'ASSIGNED', 'REOPENED') AND everconfirmed = 0",
          "Bugs with confirmed status but don't have everconfirmed set"); 
 
index 568dac0cbda935305f42f6d58b6768132bfaca48..c47615dd9193255680e33b1d08b7d0c58d902d77 100644 (file)
@@ -35,7 +35,7 @@
     <p class="criticalmessages">
       All user preferences have been disabled by the
       <a href="mailto:[% Param("maintainer") %]">maintainer</a>
-      of this installation, and so you cannot customise any.
+      of this installation, and so you cannot customize any.
     </p>
   [% END %]
 
index 16328e64e4b1c07f7e18c8aaabae550cffe62e8f..7323c6a4b9222eec75eeb714467d65a3a1027114 100644 (file)
     You entered <tt>[% value FILTER html %]</tt>, which isn't.
     
   [% ELSIF error == "illegal_attachment_edit" %]
-    [% title = "Unauthorised Action" %]
-    You are not authorised to edit attachment [% attach_id FILTER html %].
+    [% title = "Unauthorized Action" %]
+    You are not authorized to edit attachment [% attach_id FILTER html %].
 
   [% ELSIF error == "illegal_attachment_edit_bug" %]
-    [% title = "Unauthorised Action" %]
-    You are not authorised to edit attachments on [% terms.bug %] 
+    [% title = "Unauthorized Action" %]
+    You are not authorized to edit attachments on [% terms.bug %] 
     [%+ bug_id FILTER html %].
          
   [% ELSIF error == "illegal_attachment_is_patch" %]
     &lt;, &gt;, &amp;.
 
   [% ELSIF error == "illegal_series_creation" %]
-    You are not authorised to create series.
+    You are not authorized to create series.
         
   [% ELSIF error == "illegal_series_edit" %]
-    You are not authorised to edit this series. To do this, you must either
+    You are not authorized to edit this series. To do this, you must either
     be its creator, or an administrator.
         
   [% ELSIF error == "insufficient_data_points" %]
index 68d279047ff5c4acc7752bd322555b0f408d244d..00535bf266c01e9ba8a24f3525c4325aeaadb7df 100644 (file)
@@ -32,7 +32,7 @@
         
 [% PROCESS global/variables.none.tmpl %]
 
-[%# This is not necessary for English templates, but useful for localisers. %]
+[%# This is not necessary for English templates, but useful for localizers. %]
 [% ordersdesc = {
    "Reuse same sort as last time" => "Reuse same sort as last time",
    "Bug Number"   => "$terms.Bug Number",
index ef80fd39a8379f5c0effcf01d3408a295d7484ed..3f39b97b23ca4c1b884e474fb06205cdd0f859c5 100644 (file)
@@ -70,7 +70,7 @@
 { id => "bug_severity", 
   html => "How severe the $terms.bug is, or whether it's an enhancement." },   
 { id => "priority", 
-  html => "Engineers prioritise their $terms.bugs using this field." },   
+  html => "Engineers prioritize their $terms.bugs using this field." },   
 { id => "rep_platform", 
   html => "The hardware platform the $terms.bug was observed on." },   
 { id => "op_sys",