Commit 5fff89de authored by Yusei Tahara's avatar Yusei Tahara

2008-09-04 yusei

* Update English messages.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23415 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2de6b88c
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Guess Properties Of Portal Types</string> </value> <value> <string>Guess Properties of Portal Types</string> </value>
</item> </item>
<item> <item>
<key> <string>visible</string> </key> <key> <string>visible</string> </key>
......
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Guess Portal Types From Modules</string> </value> <value> <string>Guess Portal Types from Modules</string> </value>
</item> </item>
<item> <item>
<key> <string>visible</string> </key> <key> <string>visible</string> </key>
......
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Diff BusinessTemplate</string> </value> <value> <string>Diff Business Template</string> </value>
</item> </item>
<item> <item>
<key> <string>visible</string> </key> <key> <string>visible</string> </key>
......
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Download Business Template From URL</string> </value> <value> <string>Download Business Template from URL</string> </value>
</item> </item>
<item> <item>
<key> <string>visible</string> </key> <key> <string>visible</string> </key>
......
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Download Business Templates From Repositories</string> </value> <value> <string>Download Business Templates from Repositories</string> </value>
</item> </item>
<item> <item>
<key> <string>visible</string> </key> <key> <string>visible</string> </key>
......
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Install Business Templates From Repositories</string> </value> <value> <string>Install Business Templates from Repositories</string> </value>
</item> </item>
<item> <item>
<key> <string>visible</string> </key> <key> <string>visible</string> </key>
......
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Upgrade Business Templates From Repositories</string> </value> <value> <string>Upgrade Business Templates from Repositories</string> </value>
</item> </item>
<item> <item>
<key> <string>visible</string> </key> <key> <string>visible</string> </key>
......
...@@ -226,7 +226,7 @@ if hasattr(kw, \'previous_md5_object_uid_list\'):\n ...@@ -226,7 +226,7 @@ if hasattr(kw, \'previous_md5_object_uid_list\'):\n
object_uid_list = map(lambda x:x.getObject().getUid(), selection_list)\n object_uid_list = map(lambda x:x.getObject().getUid(), selection_list)\n
error = context.portal_selections.selectionHasChanged(kw[\'previous_md5_object_uid_list\'], object_uid_list)\n error = context.portal_selections.selectionHasChanged(kw[\'previous_md5_object_uid_list\'], object_uid_list)\n
if error:\n if error:\n
error_message = context.Base_translateString("Sorry+your+selection+has+changed")\n error_message = context.Base_translateString("Sorry,+your+selection+has+changed.")\n
\n \n
# if dialog_category is object_search, then edit the selection\n # if dialog_category is object_search, then edit the selection\n
if dialog_category == "object_search" :\n if dialog_category == "object_search" :\n
...@@ -416,6 +416,12 @@ return request.RESPONSE.redirect(redirect_url)\n ...@@ -416,6 +416,12 @@ return request.RESPONSE.redirect(redirect_url)\n
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>Base_callDialogMethod</string> </value> <value> <string>Base_callDialogMethod</string> </value>
</item> </item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>warnings</string> </key> <key> <string>warnings</string> </key>
<value> <value>
......
...@@ -103,7 +103,7 @@ elif doAction0 == \'add\':\n ...@@ -103,7 +103,7 @@ elif doAction0 == \'add\':\n
new_content = context.newContent(portal_type=type_name,\n new_content = context.newContent(portal_type=type_name,\n
container=context,\n container=context,\n
id=str(new_id))\n id=str(new_id))\n
message = Base_translateString("Object+Created.")\n message = Base_translateString("Object+created.")\n
if not(ignore_layout) and context.getApplicableLayout():\n if not(ignore_layout) and context.getApplicableLayout():\n
redirect_url = \'%s/%s?portal_status_message=%s&editable_mode=1\' % (\n redirect_url = \'%s/%s?portal_status_message=%s&editable_mode=1\' % (\n
new_content.WebSite_getDocumentPhysicalPath()\n new_content.WebSite_getDocumentPhysicalPath()\n
...@@ -128,9 +128,9 @@ elif doAction0 == \'template\':\n ...@@ -128,9 +128,9 @@ elif doAction0 == \'template\':\n
new_content.makeTemplateInstance()\n new_content.makeTemplateInstance()\n
redirect_url = \'%s/%s?%s\' % ( new_content.absolute_url()\n redirect_url = \'%s/%s?%s\' % ( new_content.absolute_url()\n
, \'view\'\n , \'view\'\n
, \'portal_status_message=Template+Created.\')\n , \'portal_status_message=\'+Base_translateString(\'Template+created.\'))\n
else: \n else:\n
message = Base_translateString("Template+Does+not+Exist.")\n message = Base_translateString("Template+does+not+exist.")\n
redirect_url = \'%s/%s?portal_status_message=%s\' % ( context.absolute_url()\n redirect_url = \'%s/%s?portal_status_message=%s\' % ( context.absolute_url()\n
, \'view\'\n , \'view\'\n
, message)\n , message)\n
...@@ -242,6 +242,12 @@ return getattr(context,form_id)(request)\n ...@@ -242,6 +242,12 @@ return getattr(context,form_id)(request)\n
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>Base_doAction</string> </value> <value> <string>Base_doAction</string> </value>
</item> </item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>warnings</string> </key> <key> <string>warnings</string> </key>
<value> <value>
......
...@@ -234,7 +234,7 @@ def parseField(f):\n ...@@ -234,7 +234,7 @@ def parseField(f):\n
kw = {}\n kw = {}\n
encapsulated_editor_list = []\n encapsulated_editor_list = []\n
MARKER = []\n MARKER = []\n
message = Base_translateString("Data+Updated.")\n message = Base_translateString("Data+updated.")\n
\n \n
try:\n try:\n
# We process all the field in form and\n # We process all the field in form and\n
......
...@@ -105,7 +105,7 @@ except FormValidationError, validation_errors:\n ...@@ -105,7 +105,7 @@ except FormValidationError, validation_errors:\n
kw = {}\n kw = {}\n
encapsulated_editor_list = []\n encapsulated_editor_list = []\n
MARKER = []\n MARKER = []\n
message = Base_translateString("Data+Updated.")\n message = Base_translateString("Data+updated.")\n
\n \n
\n \n
def parseField(f):\n def parseField(f):\n
...@@ -274,6 +274,12 @@ return request[\'RESPONSE\'].redirect(redirect_url)\n ...@@ -274,6 +274,12 @@ return request[\'RESPONSE\'].redirect(redirect_url)\n
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>Base_editUnrestricted</string> </value> <value> <string>Base_editUnrestricted</string> </value>
</item> </item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>warnings</string> </key> <key> <string>warnings</string> </key>
<value> <value>
......
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
return [\n return [\n
(\'\', \'\'),\n (\'\', \'\'),\n
(translateString(\'List of Documents\'), \'list\'),\n (translateString(\'List of Documents\'), \'list\'),\n
(translateString(\'Default Print of each Document\'), \'list_view\'),\n (translateString(\'Default Print of Each Document\'), \'list_view\'),\n
]\n ]\n
</string> </value> </string> </value>
</item> </item>
...@@ -140,6 +140,12 @@ return [\n ...@@ -140,6 +140,12 @@ return [\n
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>Base_getPrintModeItemList</string> </value> <value> <string>Base_getPrintModeItemList</string> </value>
</item> </item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>warnings</string> </key> <key> <string>warnings</string> </key>
<value> <value>
......
...@@ -85,7 +85,7 @@ template.makeTemplate()\n ...@@ -85,7 +85,7 @@ template.makeTemplate()\n
context.portal_caches.clearCacheFactory(\'erp5_ui_medium\')\n context.portal_caches.clearCacheFactory(\'erp5_ui_medium\')\n
\n \n
return context.Base_redirect(form_id,\n return context.Base_redirect(form_id,\n
keep_items=dict(portal_status_message=context.Base_translateString("Templated Made.")),\n keep_items=dict(portal_status_message=context.Base_translateString("Templated made.")),\n
**kw)\n **kw)\n
</string> </value> </string> </value>
</item> </item>
...@@ -162,6 +162,12 @@ return context.Base_redirect(form_id,\n ...@@ -162,6 +162,12 @@ return context.Base_redirect(form_id,\n
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>Base_makeTemplateFromDocument</string> </value> <value> <string>Base_makeTemplateFromDocument</string> </value>
</item> </item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>warnings</string> </key> <key> <string>warnings</string> </key>
<value> <value>
......
...@@ -254,7 +254,7 @@ except FormValidationError, validation_errors:\n ...@@ -254,7 +254,7 @@ except FormValidationError, validation_errors:\n
request.set(\'field_errors\', field_errors)\n request.set(\'field_errors\', field_errors)\n
return form(request)\n return form(request)\n
else:\n else:\n
message = Base_translateString(\'Relation+Unchanged.\')\n message = Base_translateString(\'Relation+unchanged.\')\n
\n \n
if redirect_url is None:\n if redirect_url is None:\n
if not selection_index:\n if not selection_index:\n
...@@ -388,6 +388,12 @@ request[ \'RESPONSE\' ].redirect( redirect_url )\n ...@@ -388,6 +388,12 @@ request[ \'RESPONSE\' ].redirect( redirect_url )\n
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>Base_validateRelation</string> </value> <value> <string>Base_validateRelation</string> </value>
</item> </item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>warnings</string> </key> <key> <string>warnings</string> </key>
<value> <value>
......
...@@ -56,6 +56,12 @@ ...@@ -56,6 +56,12 @@
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>edit_order</string> </key>
<value>
<list/>
</value>
</item>
<item> <item>
<key> <string>encoding</string> </key> <key> <string>encoding</string> </key>
<value> <string>UTF-8</string> </value> <value> <string>UTF-8</string> </value>
...@@ -153,7 +159,13 @@ ...@@ -153,7 +159,13 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Default Field Library For Dialogs</string> </value> <value> <string>Default Field Library for Dialogs</string> </value>
</item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>unicode_mode</string> </key> <key> <string>unicode_mode</string> </key>
......
...@@ -52,6 +52,16 @@ ...@@ -52,6 +52,16 @@
<key> <string>action</string> </key> <key> <string>action</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>edit_order</string> </key>
<value>
<list/>
</value>
</item>
<item> <item>
<key> <string>encoding</string> </key> <key> <string>encoding</string> </key>
<value> <string>UTF-8</string> </value> <value> <string>UTF-8</string> </value>
...@@ -141,7 +151,13 @@ ...@@ -141,7 +151,13 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>View Files And Images</string> </value> <value> <string>View Files and Images</string> </value>
</item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>unicode_mode</string> </key> <key> <string>unicode_mode</string> </key>
......
...@@ -50,6 +50,12 @@ ...@@ -50,6 +50,12 @@
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>edit_order</string> </key>
<value>
<list/>
</value>
</item>
<item> <item>
<key> <string>encoding</string> </key> <key> <string>encoding</string> </key>
<value> <string>UTF-8</string> </value> <value> <string>UTF-8</string> </value>
...@@ -139,7 +145,7 @@ ...@@ -139,7 +145,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Default Field Library For Reports</string> </value> <value> <string>Default Field Library for Reports</string> </value>
</item> </item>
<item> <item>
<key> <string>unicode_mode</string> </key> <key> <string>unicode_mode</string> </key>
......
...@@ -52,6 +52,16 @@ ...@@ -52,6 +52,16 @@
<key> <string>action</string> </key> <key> <string>action</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>edit_order</string> </key>
<value>
<list/>
</value>
</item>
<item> <item>
<key> <string>encoding</string> </key> <key> <string>encoding</string> </key>
<value> <string>UTF-8</string> </value> <value> <string>UTF-8</string> </value>
...@@ -109,7 +119,7 @@ ...@@ -109,7 +119,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Cache factories list</string> </value> <value> <string>Cache Factories List</string> </value>
</item> </item>
<item> <item>
<key> <string>unicode_mode</string> </key> <key> <string>unicode_mode</string> </key>
......
...@@ -164,7 +164,7 @@ ...@@ -164,7 +164,7 @@
<list> <list>
<tuple> <tuple>
<string>id</string> <string>id</string>
<string>Id</string> <string>ID</string>
</tuple> </tuple>
<tuple> <tuple>
<string>title</string> <string>title</string>
...@@ -224,7 +224,7 @@ ...@@ -224,7 +224,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Sub Categories</string> </value> <value> <string>Subcategories</string> </value>
</item> </item>
</dictionary> </dictionary>
</value> </value>
......
...@@ -77,7 +77,7 @@ request=context.REQUEST\n ...@@ -77,7 +77,7 @@ request=context.REQUEST\n
\n \n
if uids != []:\n if uids != []:\n
context.manage_copyObjects(uids=uids, REQUEST=request, RESPONSE=request.RESPONSE)\n context.manage_copyObjects(uids=uids, REQUEST=request, RESPONSE=request.RESPONSE)\n
message = Base_translateString("Item(s)+Copied.")\n message = Base_translateString("Item(s)+copied.")\n
else:\n else:\n
message = Base_translateString("Please+select+one+or+more+items+to+copy+first.")\n message = Base_translateString("Please+select+one+or+more+items+to+copy+first.")\n
return request.RESPONSE.redirect(context.absolute_url() + \'/\' + form_id + \'?portal_status_message=%s\' % message)\n return request.RESPONSE.redirect(context.absolute_url() + \'/\' + form_id + \'?portal_status_message=%s\' % message)\n
...@@ -162,6 +162,12 @@ return request.RESPONSE.redirect(context.absolute_url() + \'/\' + form_id + \'?p ...@@ -162,6 +162,12 @@ return request.RESPONSE.redirect(context.absolute_url() + \'/\' + form_id + \'?p
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>Folder_copy</string> </value> <value> <string>Folder_copy</string> </value>
</item> </item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>warnings</string> </key> <key> <string>warnings</string> </key>
<value> <value>
......
...@@ -156,6 +156,12 @@ return REQUEST.RESPONSE.redirect(url)\n ...@@ -156,6 +156,12 @@ return REQUEST.RESPONSE.redirect(url)\n
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>Folder_create</string> </value> <value> <string>Folder_create</string> </value>
</item> </item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>warnings</string> </key> <key> <string>warnings</string> </key>
<value> <value>
......
...@@ -101,14 +101,14 @@ if uids != []:\n ...@@ -101,14 +101,14 @@ if uids != []:\n
\n \n
if object_used > 0:\n if object_used > 0:\n
if object_used == 1:\n if object_used == 1:\n
message = Base_translateString("Sorry,+1+Item+Is+In+Use.")\n message = Base_translateString("Sorry,+1+item+is+in+use.")\n
else:\n else:\n
message = Base_translateString("Sorry,+${count}+Items+Are+In+Use.",\n message = Base_translateString("Sorry,+${count}+items+are+in+use.",\n
mapping={\'count\': repr(object_used)})\n mapping={\'count\': repr(object_used)})\n
qs = \'?portal_status_message=%s\' % message \n qs = \'?portal_status_message=%s\' % message \n
else:\n else:\n
context.manage_cutObjects(uids=uids, REQUEST=request)\n context.manage_cutObjects(uids=uids, REQUEST=request)\n
message = Base_translateString("Item(s)+Cut.")\n message = Base_translateString("Item(s)+cut.")\n
else:\n else:\n
message = Base_translateString("Please+select+one+or+more+items+to+cut+first.")\n message = Base_translateString("Please+select+one+or+more+items+to+cut+first.")\n
return request.RESPONSE.redirect(context.absolute_url() + \'/\' + form_id + \'?portal_status_message=%s\' % message)\n return request.RESPONSE.redirect(context.absolute_url() + \'/\' + form_id + \'?portal_status_message=%s\' % message)\n
...@@ -203,6 +203,12 @@ return request.RESPONSE.redirect(context.absolute_url() + \'/\' + form_id + \'?p ...@@ -203,6 +203,12 @@ return request.RESPONSE.redirect(context.absolute_url() + \'/\' + form_id + \'?p
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Cut objects from a folder and copy to the clipboard</string> </value> <value> <string>Cut objects from a folder and copy to the clipboard</string> </value>
</item> </item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>warnings</string> </key> <key> <string>warnings</string> </key>
<value> <value>
......
...@@ -101,7 +101,7 @@ def Object_hasRelation(obj):\n ...@@ -101,7 +101,7 @@ def Object_hasRelation(obj):\n
\n \n
ret_url = context.absolute_url() + \'/\' + form_id\n ret_url = context.absolute_url() + \'/\' + form_id\n
if error:\n if error:\n
message = Base_translateString("Sorry+your+selection+has+changed")\n message = Base_translateString("Sorry,+your+selection+has+changed.")\n
qs = \'?portal_status_message=%s\' % message\n qs = \'?portal_status_message=%s\' % message\n
elif uids is not None:\n elif uids is not None:\n
# Check if there is some related objets.\n # Check if there is some related objets.\n
...@@ -112,9 +112,9 @@ elif uids is not None:\n ...@@ -112,9 +112,9 @@ elif uids is not None:\n
\n \n
if object_used > 0:\n if object_used > 0:\n
if object_used == 1:\n if object_used == 1:\n
message = Base_translateString("Sorry,+1+Item+Is+In+Use.")\n message = Base_translateString("Sorry,+1+item+is+in+use.")\n
else:\n else:\n
message = Base_translateString("Sorry,+${count}+Items+Are+In+Use.",\n message = Base_translateString("Sorry,+${count}+items+are+in+use.",\n
mapping={\'count\': repr(object_used)})\n mapping={\'count\': repr(object_used)})\n
qs = \'?portal_status_message=%s\' % message \n qs = \'?portal_status_message=%s\' % message \n
else:\n else:\n
...@@ -177,10 +177,10 @@ elif uids is not None:\n ...@@ -177,10 +177,10 @@ elif uids is not None:\n
\n \n
# Generate message\n # Generate message\n
if not_deleted_count == 1:\n if not_deleted_count == 1:\n
message = Base_translateString("Sorry+You+Can+Not+Delete+${count}+Item.",\n message = Base_translateString("Sorry,+you+can+not+delete+${count}+item.",\n
mapping={\'count\': not_deleted_count})\n mapping={\'count\': not_deleted_count})\n
elif not_deleted_count > 1:\n elif not_deleted_count > 1:\n
message = Base_translateString("Sorry+You+Can+Not+Delete+${count}+Items.",\n message = Base_translateString("Sorry,+you+can+not+delete+${count}+items.",\n
mapping={\'count\': not_deleted_count})\n mapping={\'count\': not_deleted_count})\n
qs = \'?portal_status_message=%s\' % message\n qs = \'?portal_status_message=%s\' % message\n
\n \n
...@@ -319,6 +319,12 @@ return REQUEST.RESPONSE.redirect("%s%s" % (ret_url, qs))\n ...@@ -319,6 +319,12 @@ return REQUEST.RESPONSE.redirect("%s%s" % (ret_url, qs))\n
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Delete objects from a folder</string> </value> <value> <string>Delete objects from a folder</string> </value>
</item> </item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>warnings</string> </key> <key> <string>warnings</string> </key>
<value> <value>
......
...@@ -46,6 +46,16 @@ ...@@ -46,6 +46,16 @@
<key> <string>action</string> </key> <key> <string>action</string> </key>
<value> <string>Folder_delete</string> </value> <value> <string>Folder_delete</string> </value>
</item> </item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>edit_order</string> </key>
<value>
<list/>
</value>
</item>
<item> <item>
<key> <string>encoding</string> </key> <key> <string>encoding</string> </key>
<value> <string>UTF-8</string> </value> <value> <string>UTF-8</string> </value>
...@@ -112,7 +122,7 @@ ...@@ -112,7 +122,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Delete The Objects</string> </value> <value> <string>Delete Objects</string> </value>
</item> </item>
<item> <item>
<key> <string>unicode_mode</string> </key> <key> <string>unicode_mode</string> </key>
......
...@@ -223,7 +223,7 @@ ...@@ -223,7 +223,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Delete The Objects</string> </value> <value> <string>Delete Objects</string> </value>
</item> </item>
<item> <item>
<key> <string>width</string> </key> <key> <string>width</string> </key>
...@@ -246,7 +246,7 @@ ...@@ -246,7 +246,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python: field.getTemplateField().get_value(\'columns\') + [(\'related_object_list_quantity\', \'No. Related Objects\')]</string> </value> <value> <string>python: field.getTemplateField().get_value(\'columns\') + [(\'related_object_list_quantity\', \'No related objects.\')]</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
...@@ -262,7 +262,7 @@ ...@@ -262,7 +262,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python: field.getTemplateField().get_value(\'editable_columns\') + [(\'related_object_list_quantity\', \'No. Related Objects\')]</string> </value> <value> <string>python: field.getTemplateField().get_value(\'editable_columns\') + [(\'related_object_list_quantity\', \'No related objects.\')]</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -52,6 +52,16 @@ ...@@ -52,6 +52,16 @@
<key> <string>action</string> </key> <key> <string>action</string> </key>
<value> <string>TemplateTool_downloadRepositoryBusinessTemplateList</string> </value> <value> <string>TemplateTool_downloadRepositoryBusinessTemplateList</string> </value>
</item> </item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>edit_order</string> </key>
<value>
<list/>
</value>
</item>
<item> <item>
<key> <string>encoding</string> </key> <key> <string>encoding</string> </key>
<value> <string>UTF-8</string> </value> <value> <string>UTF-8</string> </value>
...@@ -118,7 +128,7 @@ ...@@ -118,7 +128,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Download Business Templates From Repositories</string> </value> <value> <string>Download Business Templates from Repositories</string> </value>
</item> </item>
<item> <item>
<key> <string>unicode_mode</string> </key> <key> <string>unicode_mode</string> </key>
......
...@@ -52,6 +52,16 @@ ...@@ -52,6 +52,16 @@
<key> <string>action</string> </key> <key> <string>action</string> </key>
<value> <string>TemplateTool_installRepositoryBusinessTemplateList</string> </value> <value> <string>TemplateTool_installRepositoryBusinessTemplateList</string> </value>
</item> </item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>edit_order</string> </key>
<value>
<list/>
</value>
</item>
<item> <item>
<key> <string>encoding</string> </key> <key> <string>encoding</string> </key>
<value> <string>UTF-8</string> </value> <value> <string>UTF-8</string> </value>
...@@ -119,7 +129,7 @@ ...@@ -119,7 +129,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Install Business Templates From Repositories</string> </value> <value> <string>Install Business Templates from Repositories</string> </value>
</item> </item>
<item> <item>
<key> <string>unicode_mode</string> </key> <key> <string>unicode_mode</string> </key>
......
...@@ -52,6 +52,16 @@ ...@@ -52,6 +52,16 @@
<key> <string>action</string> </key> <key> <string>action</string> </key>
<value> <string>TemplateTool_installRepositoryBusinessTemplateList</string> </value> <value> <string>TemplateTool_installRepositoryBusinessTemplateList</string> </value>
</item> </item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>edit_order</string> </key>
<value>
<list/>
</value>
</item>
<item> <item>
<key> <string>encoding</string> </key> <key> <string>encoding</string> </key>
<value> <string>UTF-8</string> </value> <value> <string>UTF-8</string> </value>
...@@ -118,7 +128,7 @@ ...@@ -118,7 +128,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Upgrade Business Templates From Repositories</string> </value> <value> <string>Upgrade Business Templates from Repositories</string> </value>
</item> </item>
<item> <item>
<key> <string>unicode_mode</string> </key> <key> <string>unicode_mode</string> </key>
......
...@@ -52,6 +52,16 @@ ...@@ -52,6 +52,16 @@
<key> <string>action</string> </key> <key> <string>action</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>edit_order</string> </key>
<value>
<list/>
</value>
</item>
<item> <item>
<key> <string>encoding</string> </key> <key> <string>encoding</string> </key>
<value> <string>UTF-8</string> </value> <value> <string>UTF-8</string> </value>
...@@ -138,7 +148,7 @@ ...@@ -138,7 +148,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>List Objects In Trash Bin</string> </value> <value> <string>List Objects in Trash Bin</string> </value>
</item> </item>
<item> <item>
<key> <string>unicode_mode</string> </key> <key> <string>unicode_mode</string> </key>
......
...@@ -83,7 +83,7 @@ for p in portal.portal_preferences.searchFolder(spec=(\'ERP5 Preference\',)) :\n ...@@ -83,7 +83,7 @@ for p in portal.portal_preferences.searchFolder(spec=(\'ERP5 Preference\',)) :\n
\'disable_action\',\n \'disable_action\',\n
wf_id=\'preference_workflow\', \n wf_id=\'preference_workflow\', \n
comment=translateString(\n comment=translateString(\n
\'Automatically disabled when enabling ${preference_title}\',\n \'Automatically disabled when enabling ${preference_title}.\',\n
mapping={\'preference_title\': pref.getTitle()}))\n mapping={\'preference_title\': pref.getTitle()}))\n
except \'Unauthorized\', a :\n except \'Unauthorized\', a :\n
LOG("not authorized to deactivate %s"%p)\n LOG("not authorized to deactivate %s"%p)\n
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
</item> </item>
<item> <item>
<key> <string>actbox_name</string> </key> <key> <string>actbox_name</string> </key>
<value> <string>Persons to validate (%(count)s)</string> </value> <value> <string>Persons to Validate (%(count)s)</string> </value>
</item> </item>
<item> <item>
<key> <string>actbox_url</string> </key> <key> <string>actbox_url</string> </key>
...@@ -33,7 +33,7 @@ person_module/view?validation_state=draft&local_roles:list=Assignee&local_roles: ...@@ -33,7 +33,7 @@ person_module/view?validation_state=draft&local_roles:list=Assignee&local_roles:
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>Persons to validate</string> </value> <value> <string>Persons to Validate</string> </value>
</item> </item>
<item> <item>
<key> <string>guard</string> </key> <key> <string>guard</string> </key>
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
</item> </item>
<item> <item>
<key> <string>actbox_name</string> </key> <key> <string>actbox_name</string> </key>
<value> <string>Organisations to validate (%(count)s)</string> </value> <value> <string>Organisations to Validate (%(count)s)</string> </value>
</item> </item>
<item> <item>
<key> <string>actbox_url</string> </key> <key> <string>actbox_url</string> </key>
...@@ -33,7 +33,7 @@ organisation_module/view?validation_state=draft&local_roles:list=Assignee&local_ ...@@ -33,7 +33,7 @@ organisation_module/view?validation_state=draft&local_roles:list=Assignee&local_
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>Organisations to validate</string> </value> <value> <string>Organisations to Validate</string> </value>
</item> </item>
<item> <item>
<key> <string>guard</string> </key> <key> <string>guard</string> </key>
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
</item> </item>
<item> <item>
<key> <string>actbox_name</string> </key> <key> <string>actbox_name</string> </key>
<value> <string>Purchase Trade Conditions to validate (%(count)s)</string> </value> <value> <string>Purchase Trade Conditions to Validate (%(count)s)</string> </value>
</item> </item>
<item> <item>
<key> <string>actbox_url</string> </key> <key> <string>actbox_url</string> </key>
...@@ -33,7 +33,7 @@ purchase_trade_condition_module/view?validation_state=draft&local_roles:list=Ass ...@@ -33,7 +33,7 @@ purchase_trade_condition_module/view?validation_state=draft&local_roles:list=Ass
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>Purchase Trade Conditions to validate</string> </value> <value> <string>Purchase Trade Conditions to Validate</string> </value>
</item> </item>
<item> <item>
<key> <string>guard</string> </key> <key> <string>guard</string> </key>
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
</item> </item>
<item> <item>
<key> <string>actbox_name</string> </key> <key> <string>actbox_name</string> </key>
<value> <string>Products to validate (%(count)s)</string> </value> <value> <string>Products to Validate (%(count)s)</string> </value>
</item> </item>
<item> <item>
<key> <string>actbox_url</string> </key> <key> <string>actbox_url</string> </key>
...@@ -33,7 +33,7 @@ product_module/view?validation_state=draft&local_roles:list=Assignee&local_roles ...@@ -33,7 +33,7 @@ product_module/view?validation_state=draft&local_roles:list=Assignee&local_roles
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>Products to validate</string> </value> <value> <string>Products to Validate</string> </value>
</item> </item>
<item> <item>
<key> <string>guard</string> </key> <key> <string>guard</string> </key>
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
</item> </item>
<item> <item>
<key> <string>actbox_name</string> </key> <key> <string>actbox_name</string> </key>
<value> <string>Services to validate (%(count)s)</string> </value> <value> <string>Services to Validate (%(count)s)</string> </value>
</item> </item>
<item> <item>
<key> <string>actbox_url</string> </key> <key> <string>actbox_url</string> </key>
...@@ -33,7 +33,7 @@ service_module/view?validation_state=draft&local_roles:list=Assignee&local_roles ...@@ -33,7 +33,7 @@ service_module/view?validation_state=draft&local_roles:list=Assignee&local_roles
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>Services to validate</string> </value> <value> <string>Services to Validate</string> </value>
</item> </item>
<item> <item>
<key> <string>guard</string> </key> <key> <string>guard</string> </key>
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
</item> </item>
<item> <item>
<key> <string>actbox_name</string> </key> <key> <string>actbox_name</string> </key>
<value> <string>Sale Trade Conditions to validate (%(count)s)</string> </value> <value> <string>Sale Trade Conditions to Validate (%(count)s)</string> </value>
</item> </item>
<item> <item>
<key> <string>actbox_url</string> </key> <key> <string>actbox_url</string> </key>
...@@ -33,7 +33,7 @@ sale_trade_condition_module/view?validation_state=draft&local_roles:list=Assigne ...@@ -33,7 +33,7 @@ sale_trade_condition_module/view?validation_state=draft&local_roles:list=Assigne
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>Sale Trade Conditions to validate</string> </value> <value> <string>Sale Trade Conditions to Validate</string> </value>
</item> </item>
<item> <item>
<key> <string>guard</string> </key> <key> <string>guard</string> </key>
......
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