diff --git a/product/ERP5/skins/erp5_core/folder_delete_view.form b/product/ERP5/skins/erp5_core/folder_delete_view.form
index f68a8aefb5731c905294e1c111fb568b13668bef..dd34790c1e5e6038522f93f55224ebfc1a69ffc2 100755
--- a/product/ERP5/skins/erp5_core/folder_delete_view.form
+++ b/product/ERP5/skins/erp5_core/folder_delete_view.form
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 
 <form>
-  <title>Supprimer les objets</title>
+  <title>Delete the objects</title>
   <name>folder_delete_view</name>
   <action>folder_delete</action>
   <enctype></enctype>
@@ -15,10 +15,10 @@
 
       <field><id>listbox</id> <type>ListBox</type>
         <values>
-          <all_columns type="list">[('id', 'R\xe9f\xe9rence'), ('portal_type', 'Type'), ('Title', 'Titre'), ('relative_url', "Chemin d'acc\xe8s"), ('Description', 'Description')]</all_columns>
+          <all_columns type="list">[('id', 'Reference'), ('portal_type', 'Type'), ('Title', 'Title'), ('relative_url', "Access Path"), ('Description', 'Description')]</all_columns>
           <all_editable_columns type="list">[]</all_editable_columns>
           <alternate_name></alternate_name>
-          <columns type="list">[('id', 'R\xe9f\xe9rence'), ('portal_type', 'Type'), ('Title', 'Titre'), ('relative_url', "Chemin d'acc\xe8s"), ('Description', 'Description')]</columns>
+          <columns type="list">[('id', 'Reference'), ('portal_type', 'Type'), ('Title', 'Title'), ('relative_url', "Access Path"), ('Description', 'Description')]</columns>
           <css_class></css_class>
           <default></default>
           <default_params type="list">[('id', "''"), ('relative_url', "''"), ('portal_type', "''"), ('Description', "''")]</default_params>
@@ -45,7 +45,7 @@
           <selection_name>folder_delete_selection</selection_name>
           <sort type="list">[('relative_url', 'relative_url')]</sort>
           <stat_method></stat_method>
-          <title>Résultats</title>
+          <title>Results</title>
           <width type="int">40</width>
         </values>
         <tales>
@@ -57,4 +57,4 @@
       </fields>
     </group>
   </groups>
-</form>
\ No newline at end of file
+</form>
diff --git a/product/ERP5/skins/erp5_html_style/breadcrumb.pt b/product/ERP5/skins/erp5_html_style/breadcrumb.pt
index 5ac883ea752ae28018e69f90b924dd01d002a7bd..aa3598bfb1d867239d8b7a162b4599618871237d 100755
--- a/product/ERP5/skins/erp5_html_style/breadcrumb.pt
+++ b/product/ERP5/skins/erp5_html_style/breadcrumb.pt
@@ -37,10 +37,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
       <tr>
         <td  nowrap  align="left">
              <span tal:repeat="item here/breadcrumbs"><a href="url goes here" tal:attributes="href python:'%s/view' % item ['url']"><span tal:replace="item/title | item/id" /></a>&nbsp;/&nbsp;</span></td>
-        <td  align="right" tal:condition="python: not here.portal_membership.isAnonymousUser()">&nbsp;<a href="undo_form">Créé</a> par : <span tal:replace="python:here.getOwnerInfo()['id']" /> - <span tal:replace="here/bobobase_modification_time" /></td>
+        <td  align="right" tal:condition="python: not here.portal_membership.isAnonymousUser()">&nbsp;<a href="undo_form">Created</a> by : <span tal:replace="python:here.getOwnerInfo()['id']" /> - <span tal:replace="here/bobobase_modification_time" /></td>
         <td  align="right" tal:condition="python: here.portal_membership.isAnonymousUser()">&nbsp;</td>
       </tr>
     </table>
     </div>
   </body>
-</html>
\ No newline at end of file
+</html>