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 @@
</item>
<item>
<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>
<key> <string>visible</string> </key>
......
......@@ -55,7 +55,7 @@
</item>
<item>
<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>
<key> <string>visible</string> </key>
......
......@@ -55,7 +55,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Diff BusinessTemplate</string> </value>
<value> <string>Diff Business Template</string> </value>
</item>
<item>
<key> <string>visible</string> </key>
......
......@@ -55,7 +55,7 @@
</item>
<item>
<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>
<key> <string>visible</string> </key>
......
......@@ -55,7 +55,7 @@
</item>
<item>
<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>
<key> <string>visible</string> </key>
......
......@@ -55,7 +55,7 @@
</item>
<item>
<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>
<key> <string>visible</string> </key>
......
......@@ -55,7 +55,7 @@
</item>
<item>
<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>
<key> <string>visible</string> </key>
......
......@@ -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
error = context.portal_selections.selectionHasChanged(kw[\'previous_md5_object_uid_list\'], object_uid_list)\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
# if dialog_category is object_search, then edit the selection\n
if dialog_category == "object_search" :\n
......@@ -416,6 +416,12 @@ return request.RESPONSE.redirect(redirect_url)\n
<key> <string>id</string> </key>
<value> <string>Base_callDialogMethod</string> </value>
</item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>warnings</string> </key>
<value>
......
......@@ -103,7 +103,7 @@ elif doAction0 == \'add\':\n
new_content = context.newContent(portal_type=type_name,\n
container=context,\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
redirect_url = \'%s/%s?portal_status_message=%s&editable_mode=1\' % (\n
new_content.WebSite_getDocumentPhysicalPath()\n
......@@ -128,9 +128,9 @@ elif doAction0 == \'template\':\n
new_content.makeTemplateInstance()\n
redirect_url = \'%s/%s?%s\' % ( new_content.absolute_url()\n
, \'view\'\n
, \'portal_status_message=Template+Created.\')\n
else: \n
message = Base_translateString("Template+Does+not+Exist.")\n
, \'portal_status_message=\'+Base_translateString(\'Template+created.\'))\n
else:\n
message = Base_translateString("Template+does+not+exist.")\n
redirect_url = \'%s/%s?portal_status_message=%s\' % ( context.absolute_url()\n
, \'view\'\n
, message)\n
......@@ -242,6 +242,12 @@ return getattr(context,form_id)(request)\n
<key> <string>id</string> </key>
<value> <string>Base_doAction</string> </value>
</item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>warnings</string> </key>
<value>
......
......@@ -234,7 +234,7 @@ def parseField(f):\n
kw = {}\n
encapsulated_editor_list = []\n
MARKER = []\n
message = Base_translateString("Data+Updated.")\n
message = Base_translateString("Data+updated.")\n
\n
try:\n
# We process all the field in form and\n
......
......@@ -105,7 +105,7 @@ except FormValidationError, validation_errors:\n
kw = {}\n
encapsulated_editor_list = []\n
MARKER = []\n
message = Base_translateString("Data+Updated.")\n
message = Base_translateString("Data+updated.")\n
\n
\n
def parseField(f):\n
......@@ -274,6 +274,12 @@ return request[\'RESPONSE\'].redirect(redirect_url)\n
<key> <string>id</string> </key>
<value> <string>Base_editUnrestricted</string> </value>
</item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>warnings</string> </key>
<value>
......
......@@ -70,7 +70,7 @@
return [\n
(\'\', \'\'),\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
</string> </value>
</item>
......@@ -140,6 +140,12 @@ return [\n
<key> <string>id</string> </key>
<value> <string>Base_getPrintModeItemList</string> </value>
</item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>warnings</string> </key>
<value>
......
......@@ -85,7 +85,7 @@ template.makeTemplate()\n
context.portal_caches.clearCacheFactory(\'erp5_ui_medium\')\n
\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
</string> </value>
</item>
......@@ -162,6 +162,12 @@ return context.Base_redirect(form_id,\n
<key> <string>id</string> </key>
<value> <string>Base_makeTemplateFromDocument</string> </value>
</item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>warnings</string> </key>
<value>
......
......@@ -254,7 +254,7 @@ except FormValidationError, validation_errors:\n
request.set(\'field_errors\', field_errors)\n
return form(request)\n
else:\n
message = Base_translateString(\'Relation+Unchanged.\')\n
message = Base_translateString(\'Relation+unchanged.\')\n
\n
if redirect_url is None:\n
if not selection_index:\n
......@@ -388,6 +388,12 @@ request[ \'RESPONSE\' ].redirect( redirect_url )\n
<key> <string>id</string> </key>
<value> <string>Base_validateRelation</string> </value>
</item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>warnings</string> </key>
<value>
......
......@@ -56,6 +56,12 @@
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>edit_order</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>encoding</string> </key>
<value> <string>UTF-8</string> </value>
......@@ -153,7 +159,13 @@
</item>
<item>
<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>
<key> <string>unicode_mode</string> </key>
......
......@@ -52,6 +52,16 @@
<key> <string>action</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>edit_order</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>encoding</string> </key>
<value> <string>UTF-8</string> </value>
......@@ -141,7 +151,13 @@
</item>
<item>
<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>
<key> <string>unicode_mode</string> </key>
......
......@@ -50,6 +50,12 @@
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>edit_order</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>encoding</string> </key>
<value> <string>UTF-8</string> </value>
......@@ -139,7 +145,7 @@
</item>
<item>
<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>
<key> <string>unicode_mode</string> </key>
......
......@@ -52,6 +52,16 @@
<key> <string>action</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>edit_order</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>encoding</string> </key>
<value> <string>UTF-8</string> </value>
......@@ -109,7 +119,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Cache factories list</string> </value>
<value> <string>Cache Factories List</string> </value>
</item>
<item>
<key> <string>unicode_mode</string> </key>
......
......@@ -121,7 +121,7 @@
</value>
</item>
<item>
<key> <string>columns</string> </key>
<key> <string>columns</string> </key>
<value>
<list>
<tuple>
......@@ -148,7 +148,7 @@
</value>
</item>
<item>
<key> <string>default_params</string> </key>
<key> <string>default_params</string> </key>
<value>
<list>
<tuple>
......@@ -159,12 +159,12 @@
</value>
</item>
<item>
<key> <string>editable_columns</string> </key>
<key> <string>editable_columns</string> </key>
<value>
<list>
<tuple>
<string>id</string>
<string>Id</string>
<string>ID</string>
</tuple>
<tuple>
<string>title</string>
......@@ -190,25 +190,25 @@
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>list_method</string> </key>
<key> <string>list_method</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>search</string> </key>
<key> <string>search</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>select</string> </key>
<key> <string>select</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>selection_name</string> </key>
<key> <string>selection_name</string> </key>
<value> <string>category_view_selection</string> </value>
</item>
<item>
<key> <string>sort</string> </key>
<key> <string>sort</string> </key>
<value>
<list>
<tuple>
......@@ -223,8 +223,8 @@
<value> <string>Click to edit the target</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Sub Categories</string> </value>
<key> <string>title</string> </key>
<value> <string>Subcategories</string> </value>
</item>
</dictionary>
</value>
......
......@@ -87,7 +87,7 @@
<value> <string>Click to edit the target</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<key> <string>title</string> </key>
<value> <string>Reference</string> </value>
</item>
</dictionary>
......
......@@ -77,7 +77,7 @@ request=context.REQUEST\n
\n
if uids != []:\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
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
......@@ -162,6 +162,12 @@ return request.RESPONSE.redirect(context.absolute_url() + \'/\' + form_id + \'?p
<key> <string>id</string> </key>
<value> <string>Folder_copy</string> </value>
</item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>warnings</string> </key>
<value>
......
......@@ -156,6 +156,12 @@ return REQUEST.RESPONSE.redirect(url)\n
<key> <string>id</string> </key>
<value> <string>Folder_create</string> </value>
</item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>warnings</string> </key>
<value>
......
......@@ -101,14 +101,14 @@ if uids != []:\n
\n
if object_used > 0:\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
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
qs = \'?portal_status_message=%s\' % message \n
else:\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
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
......@@ -203,6 +203,12 @@ return request.RESPONSE.redirect(context.absolute_url() + \'/\' + form_id + \'?p
<key> <string>title</string> </key>
<value> <string>Cut objects from a folder and copy to the clipboard</string> </value>
</item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>warnings</string> </key>
<value>
......
......@@ -101,7 +101,7 @@ def Object_hasRelation(obj):\n
\n
ret_url = context.absolute_url() + \'/\' + form_id\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
elif uids is not None:\n
# Check if there is some related objets.\n
......@@ -112,9 +112,9 @@ elif uids is not None:\n
\n
if object_used > 0:\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
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
qs = \'?portal_status_message=%s\' % message \n
else:\n
......@@ -177,10 +177,10 @@ elif uids is not None:\n
\n
# Generate message\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
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
qs = \'?portal_status_message=%s\' % message\n
\n
......@@ -319,6 +319,12 @@ return REQUEST.RESPONSE.redirect("%s%s" % (ret_url, qs))\n
<key> <string>title</string> </key>
<value> <string>Delete objects from a folder</string> </value>
</item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>warnings</string> </key>
<value>
......
......@@ -46,6 +46,16 @@
<key> <string>action</string> </key>
<value> <string>Folder_delete</string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>edit_order</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>encoding</string> </key>
<value> <string>UTF-8</string> </value>
......@@ -112,7 +122,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Delete The Objects</string> </value>
<value> <string>Delete Objects</string> </value>
</item>
<item>
<key> <string>unicode_mode</string> </key>
......
......@@ -69,17 +69,17 @@
<value>
<dictionary>
<item>
<key> <string>anchor</string> </key>
<key> <string>anchor</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>columns</string> </key>
<key> <string>columns</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>editable_columns</string> </key>
<key> <string>editable_columns</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
......@@ -97,19 +97,19 @@
</value>
</item>
<item>
<key> <string>list_method</string> </key>
<key> <string>list_method</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>search</string> </key>
<key> <string>search</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>select</string> </key>
<key> <string>select</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>selection_name</string> </key>
<key> <string>selection_name</string> </key>
<value> <string></string> </value>
</item>
<item>
......@@ -117,7 +117,7 @@
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
......@@ -138,11 +138,11 @@
</value>
</item>
<item>
<key> <string>anchor</string> </key>
<key> <string>anchor</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>columns</string> </key>
<key> <string>columns</string> </key>
<value>
<list>
<tuple>
......@@ -169,7 +169,7 @@
</value>
</item>
<item>
<key> <string>editable_columns</string> </key>
<key> <string>editable_columns</string> </key>
<value>
<list>
<tuple>
......@@ -196,7 +196,7 @@
<value> <string>SEARCH_LIST</string> </value>
</item>
<item>
<key> <string>list_method</string> </key>
<key> <string>list_method</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAY=</string> </persistent>
</value>
......@@ -206,15 +206,15 @@
<value> <int>0</int> </value>
</item>
<item>
<key> <string>search</string> </key>
<key> <string>search</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>select</string> </key>
<key> <string>select</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>selection_name</string> </key>
<key> <string>selection_name</string> </key>
<value> <string>folder_delete_selection</string> </value>
</item>
<item>
......@@ -222,8 +222,8 @@
<value> <string>Click to edit the target</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Delete The Objects</string> </value>
<key> <string>title</string> </key>
<value> <string>Delete Objects</string> </value>
</item>
<item>
<key> <string>width</string> </key>
......@@ -246,7 +246,7 @@
<dictionary>
<item>
<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>
</dictionary>
</pickle>
......@@ -262,7 +262,7 @@
<dictionary>
<item>
<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>
</dictionary>
</pickle>
......
......@@ -52,6 +52,16 @@
<key> <string>action</string> </key>
<value> <string>TemplateTool_downloadRepositoryBusinessTemplateList</string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>edit_order</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>encoding</string> </key>
<value> <string>UTF-8</string> </value>
......@@ -118,7 +128,7 @@
</item>
<item>
<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>
<key> <string>unicode_mode</string> </key>
......
......@@ -52,6 +52,16 @@
<key> <string>action</string> </key>
<value> <string>TemplateTool_installRepositoryBusinessTemplateList</string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>edit_order</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>encoding</string> </key>
<value> <string>UTF-8</string> </value>
......@@ -119,7 +129,7 @@
</item>
<item>
<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>
<key> <string>unicode_mode</string> </key>
......
......@@ -52,6 +52,16 @@
<key> <string>action</string> </key>
<value> <string>TemplateTool_installRepositoryBusinessTemplateList</string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>edit_order</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>encoding</string> </key>
<value> <string>UTF-8</string> </value>
......@@ -118,7 +128,7 @@
</item>
<item>
<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>
<key> <string>unicode_mode</string> </key>
......
......@@ -52,6 +52,16 @@
<key> <string>action</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>edit_order</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>encoding</string> </key>
<value> <string>UTF-8</string> </value>
......@@ -138,7 +148,7 @@
</item>
<item>
<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>
<key> <string>unicode_mode</string> </key>
......
......@@ -83,7 +83,7 @@ for p in portal.portal_preferences.searchFolder(spec=(\'ERP5 Preference\',)) :\n
\'disable_action\',\n
wf_id=\'preference_workflow\', \n
comment=translateString(\n
\'Automatically disabled when enabling ${preference_title}\',\n
\'Automatically disabled when enabling ${preference_title}.\',\n
mapping={\'preference_title\': pref.getTitle()}))\n
except \'Unauthorized\', a :\n
LOG("not authorized to deactivate %s"%p)\n
......
......@@ -21,7 +21,7 @@
</item>
<item>
<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>
<key> <string>actbox_url</string> </key>
......@@ -33,7 +33,7 @@ person_module/view?validation_state=draft&local_roles:list=Assignee&local_roles:
</item>
<item>
<key> <string>description</string> </key>
<value> <string>Persons to validate</string> </value>
<value> <string>Persons to Validate</string> </value>
</item>
<item>
<key> <string>guard</string> </key>
......
......@@ -21,7 +21,7 @@
</item>
<item>
<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>
<key> <string>actbox_url</string> </key>
......@@ -33,7 +33,7 @@ organisation_module/view?validation_state=draft&local_roles:list=Assignee&local_
</item>
<item>
<key> <string>description</string> </key>
<value> <string>Organisations to validate</string> </value>
<value> <string>Organisations to Validate</string> </value>
</item>
<item>
<key> <string>guard</string> </key>
......
......@@ -21,7 +21,7 @@
</item>
<item>
<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>
<key> <string>actbox_url</string> </key>
......@@ -33,7 +33,7 @@ purchase_trade_condition_module/view?validation_state=draft&local_roles:list=Ass
</item>
<item>
<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>
<key> <string>guard</string> </key>
......
......@@ -21,7 +21,7 @@
</item>
<item>
<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>
<key> <string>actbox_url</string> </key>
......@@ -33,7 +33,7 @@ product_module/view?validation_state=draft&local_roles:list=Assignee&local_roles
</item>
<item>
<key> <string>description</string> </key>
<value> <string>Products to validate</string> </value>
<value> <string>Products to Validate</string> </value>
</item>
<item>
<key> <string>guard</string> </key>
......
......@@ -21,7 +21,7 @@
</item>
<item>
<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>
<key> <string>actbox_url</string> </key>
......@@ -33,7 +33,7 @@ service_module/view?validation_state=draft&local_roles:list=Assignee&local_roles
</item>
<item>
<key> <string>description</string> </key>
<value> <string>Services to validate</string> </value>
<value> <string>Services to Validate</string> </value>
</item>
<item>
<key> <string>guard</string> </key>
......
......@@ -21,7 +21,7 @@
</item>
<item>
<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>
<key> <string>actbox_url</string> </key>
......@@ -33,7 +33,7 @@ sale_trade_condition_module/view?validation_state=draft&local_roles:list=Assigne
</item>
<item>
<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>
<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