Commit 74c45be8 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Use English rather than French.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@737 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8aa2d4f4
<?xml version="1.0" encoding="iso-8859-1"?> <?xml version="1.0" encoding="iso-8859-1"?>
<form> <form>
<title>Supprimer les objets</title> <title>Delete the objects</title>
<name>folder_delete_view</name> <name>folder_delete_view</name>
<action>folder_delete</action> <action>folder_delete</action>
<enctype></enctype> <enctype></enctype>
...@@ -15,10 +15,10 @@ ...@@ -15,10 +15,10 @@
<field><id>listbox</id> <type>ListBox</type> <field><id>listbox</id> <type>ListBox</type>
<values> <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> <all_editable_columns type="list">[]</all_editable_columns>
<alternate_name></alternate_name> <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> <css_class></css_class>
<default></default> <default></default>
<default_params type="list">[('id', "''"), ('relative_url', "''"), ('portal_type', "''"), ('Description', "''")]</default_params> <default_params type="list">[('id', "''"), ('relative_url', "''"), ('portal_type', "''"), ('Description', "''")]</default_params>
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
<selection_name>folder_delete_selection</selection_name> <selection_name>folder_delete_selection</selection_name>
<sort type="list">[('relative_url', 'relative_url')]</sort> <sort type="list">[('relative_url', 'relative_url')]</sort>
<stat_method></stat_method> <stat_method></stat_method>
<title>Rsultats</title> <title>Results</title>
<width type="int">40</width> <width type="int">40</width>
</values> </values>
<tales> <tales>
......
...@@ -37,7 +37,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ...@@ -37,7 +37,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
<tr> <tr>
<td nowrap align="left"> <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> <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> <td align="right" tal:condition="python: here.portal_membership.isAnonymousUser()">&nbsp;</td>
</tr> </tr>
</table> </table>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment