From dd6e07351734f80dd7be617261af0944e3850c91 Mon Sep 17 00:00:00 2001
From: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
Date: Wed, 11 Feb 2009 15:05:27 +0000
Subject: [PATCH] translate American English to British English.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25528 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../PaymentTransaction_copyInvoiceProperties.xml            | 2 +-
 bt5/erp5_accounting/bt/revision                             | 2 +-
 .../erp5_invoicing/InvoiceTransaction_postGeneration.xml    | 4 ++--
 bt5/erp5_invoicing/bt/revision                              | 2 +-
 .../portal_skins/erp5_mrp/ProductionDelivery_confirm.xml    | 2 +-
 bt5/erp5_mrp/bt/revision                                    | 2 +-
 .../portal_skins/erp5_trade/Delivery_confirm.xml            | 2 +-
 .../erp5_trade/SalePackingList_copyOrderProperties.xml      | 2 +-
 bt5/erp5_trade/bt/revision                                  | 2 +-
 .../portal_skins/erp5_core/Base_jumpToRelatedObject.xml     | 6 +++---
 product/ERP5/bootstrap/erp5_core/bt/revision                | 2 +-
 .../portal_skins/erp5_xhtml_style/navigation_box_render.xml | 4 ++--
 product/ERP5/bootstrap/erp5_xhtml_style/bt/revision         | 2 +-
 13 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/PaymentTransaction_copyInvoiceProperties.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/PaymentTransaction_copyInvoiceProperties.xml
index 74f2e70080..ebce5b5ce9 100644
--- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/PaymentTransaction_copyInvoiceProperties.xml
+++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/PaymentTransaction_copyInvoiceProperties.xml
@@ -62,7 +62,7 @@ payment_transaction = context\n
 if payment_transaction.getSimulationState() == "draft":\n
   payment_transaction.portal_workflow.doActionFor(\n
      payment_transaction, \'plan_action\',\n
-     comment=translateString("Initialized by Delivery Builder."))\n
+     comment=translateString("Initialised by Delivery Builder."))\n
 </string> </value>
         </item>
         <item>
diff --git a/bt5/erp5_accounting/bt/revision b/bt5/erp5_accounting/bt/revision
index c73598001b..8800cb9cad 100644
--- a/bt5/erp5_accounting/bt/revision
+++ b/bt5/erp5_accounting/bt/revision
@@ -1 +1 @@
-863
\ No newline at end of file
+864
\ No newline at end of file
diff --git a/bt5/erp5_invoicing/SkinTemplateItem/portal_skins/erp5_invoicing/InvoiceTransaction_postGeneration.xml b/bt5/erp5_invoicing/SkinTemplateItem/portal_skins/erp5_invoicing/InvoiceTransaction_postGeneration.xml
index dc0d94f605..b80cd07866 100644
--- a/bt5/erp5_invoicing/SkinTemplateItem/portal_skins/erp5_invoicing/InvoiceTransaction_postGeneration.xml
+++ b/bt5/erp5_invoicing/SkinTemplateItem/portal_skins/erp5_invoicing/InvoiceTransaction_postGeneration.xml
@@ -92,7 +92,7 @@ if invoice.getSimulationState() == \'draft\':\n
   try :\n
     context.getPortalObject().portal_workflow.doActionFor(\n
       invoice, \'confirm_action\',\n
-      comment=translateString(\'Initialized by Delivery Builder.\'),\n
+      comment=translateString(\'Initialised by Delivery Builder.\'),\n
       skip_period_validation=1)\n
   except WorkflowException, e:\n
     # The user cannot pass the transition, it\'s OK\n
@@ -100,7 +100,7 @@ if invoice.getSimulationState() == \'draft\':\n
 \n
   if invoice.getSimulationState() == \'draft\':\n
     # call the workflow method, if the user cannot perform this operation.\n
-    invoice.confirm(comment=translateString(\'Initialized by Delivery Builder.\'),)\n
+    invoice.confirm(comment=translateString(\'Initialised by Delivery Builder.\'),)\n
 \n
 \n
 # First set the invoice in the building state on the causality workflow\n
diff --git a/bt5/erp5_invoicing/bt/revision b/bt5/erp5_invoicing/bt/revision
index 73181427a2..ae4ee13c08 100644
--- a/bt5/erp5_invoicing/bt/revision
+++ b/bt5/erp5_invoicing/bt/revision
@@ -1 +1 @@
-199
\ No newline at end of file
+200
\ No newline at end of file
diff --git a/bt5/erp5_mrp/SkinTemplateItem/portal_skins/erp5_mrp/ProductionDelivery_confirm.xml b/bt5/erp5_mrp/SkinTemplateItem/portal_skins/erp5_mrp/ProductionDelivery_confirm.xml
index 73a2281d80..b376ca9203 100644
--- a/bt5/erp5_mrp/SkinTemplateItem/portal_skins/erp5_mrp/ProductionDelivery_confirm.xml
+++ b/bt5/erp5_mrp/SkinTemplateItem/portal_skins/erp5_mrp/ProductionDelivery_confirm.xml
@@ -61,7 +61,7 @@ if packing_list_state == "draft":\n
   packing_list.portal_workflow.doActionFor(\n
                                   packing_list,\n
                                   \'confirm_action\',\n
-                                  comment=Message(\'erp5_ui\', \'Initialized by Delivery Builder\'))\n
+                                  comment=Message(\'erp5_ui\', \'Initialised by Delivery Builder\'))\n
 </string> </value>
         </item>
         <item>
diff --git a/bt5/erp5_mrp/bt/revision b/bt5/erp5_mrp/bt/revision
index 304feabdce..d2d07760f5 100644
--- a/bt5/erp5_mrp/bt/revision
+++ b/bt5/erp5_mrp/bt/revision
@@ -1 +1 @@
-387
\ No newline at end of file
+388
\ No newline at end of file
diff --git a/bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/Delivery_confirm.xml b/bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/Delivery_confirm.xml
index 7bf1879c5a..20430e305f 100644
--- a/bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/Delivery_confirm.xml
+++ b/bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/Delivery_confirm.xml
@@ -64,7 +64,7 @@ packing_list = context\n
 # Modify state\n
 packing_list_state = packing_list.getSimulationState()\n
 if packing_list_state == "draft":\n
-  packing_list.confirm(comment=translateString(\'Initialized by Delivery Builder.\'))\n
+  packing_list.confirm(comment=translateString(\'Initialised by Delivery Builder.\'))\n
 </string> </value>
         </item>
         <item>
diff --git a/bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/SalePackingList_copyOrderProperties.xml b/bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/SalePackingList_copyOrderProperties.xml
index be5d8df53e..ffd7200465 100644
--- a/bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/SalePackingList_copyOrderProperties.xml
+++ b/bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/SalePackingList_copyOrderProperties.xml
@@ -67,7 +67,7 @@ packing_list.PackingList_copyOrderProperties()\n
 packing_list_state = packing_list.getSimulationState()\n
 \n
 if packing_list_state == "draft":\n
-  packing_list.confirm(comment=translateString(\'Initialized by Delivery Builder.\'))\n
+  packing_list.confirm(comment=translateString(\'Initialised by Delivery Builder.\'))\n
 \n
 # First set the packing_list in the building state\n
 packing_list.startBuilding()\n
diff --git a/bt5/erp5_trade/bt/revision b/bt5/erp5_trade/bt/revision
index 25802a2003..995fb338a8 100644
--- a/bt5/erp5_trade/bt/revision
+++ b/bt5/erp5_trade/bt/revision
@@ -1 +1 @@
-592
\ No newline at end of file
+593
\ No newline at end of file
diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_jumpToRelatedObject.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_jumpToRelatedObject.xml
index 22e6095400..892ed1a591 100644
--- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_jumpToRelatedObject.xml
+++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_jumpToRelatedObject.xml
@@ -106,7 +106,7 @@ elif len(related_list) == 1:\n
                  "that_title" : context.getTitleOrId() }), \'utf8\'))\n
   else :\n
     url = context.absolute_url()\n
-    message = Base_translateString("You are not authorized to view the related document.")\n
+    message = Base_translateString("You are not authorised to view the related document.")\n
     relation_found = 0\n
 \n
 else:\n
@@ -125,7 +125,7 @@ else:\n
                            uid=get_uid_method(portal_type=portal_type,\n
                                               checked_permission=\'View\')))\n
 \n
-  # compute the list of objects we are actually authorized to view\n
+  # compute the list of objects we are actually authorised to view\n
   related_object_list = []\n
   for path in search_method(portal_type=portal_type) :\n
     obj = context.getPortalObject().restrictedTraverse(path, None)\n
@@ -138,7 +138,7 @@ else:\n
       related_object_list.append(obj)\n
   if len(related_object_list) == 0 :\n
     url = context.absolute_url()\n
-    message = Base_translateString("You are not authorized to view any related document.")\n
+    message = Base_translateString("You are not authorised to view any related document.")\n
     relation_found = 0\n
   else :\n
     request=context.REQUEST\n
diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision
index bf0a67dc5c..77bdd49b54 100644
--- a/product/ERP5/bootstrap/erp5_core/bt/revision
+++ b/product/ERP5/bootstrap/erp5_core/bt/revision
@@ -1 +1 @@
-1084
\ No newline at end of file
+1085
\ No newline at end of file
diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/navigation_box_render.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/navigation_box_render.xml
index f1db1e79d3..a19be08a5c 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/navigation_box_render.xml
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/navigation_box_render.xml
@@ -73,11 +73,11 @@
                     i18n:translate="" i18n:domain="ui"></option>\n
           </tal:block>\n
         </select>\n
-        <button type="submit" name="Base_doFavorite:method" title="Select Favorite"\n
+        <button type="submit" name="Base_doFavorite:method" title="Select Favourite"\n
                 i18n:attributes="title" i18n:domain="ui">\n
           <span class="image"></span>\n
           <span class="description"\n
-                i18n:translate="" i18n:domain="ui">Select Favorite</span>\n
+                i18n:translate="" i18n:domain="ui">Select Favourite</span>\n
         </button>\n
       </span>\n
       <span class="separator"><!--separator--></span>\n
diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
index 0905ea78ab..837f72e62a 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
@@ -1 +1 @@
-642
\ No newline at end of file
+643
\ No newline at end of file
-- 
2.30.9