Commit 04384c6d 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@23404 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e73bb1e0
......@@ -55,7 +55,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Clone Ticket And Events</string> </value>
<value> <string>Clone Ticket and Events</string> </value>
</item>
<item>
<key> <string>visible</string> </key>
......
......@@ -55,7 +55,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Clone Ticket And Events</string> </value>
<value> <string>Clone Ticket and Events</string> </value>
</item>
<item>
<key> <string>visible</string> </key>
......
......@@ -57,7 +57,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Create new events</string> </value>
<value> <string>Create New Events</string> </value>
</item>
<item>
<key> <string>visible</string> </key>
......
......@@ -55,7 +55,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Clone Ticket And Events</string> </value>
<value> <string>Clone Ticket and Events</string> </value>
</item>
<item>
<key> <string>visible</string> </key>
......
......@@ -55,7 +55,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Clone Ticket And Events</string> </value>
<value> <string>Clone Ticket and Events</string> </value>
</item>
<item>
<key> <string>visible</string> </key>
......
......@@ -113,7 +113,7 @@ event_kw[\'causality\'] = causality\n
module = context.getDefaultModule(portal_type=portal_type)\n
event = module.newContent(**event_kw)\n
\n
message = context.Base_translateString(\'New Event Created\')\n
message = context.Base_translateString(\'New event created.\')\n
\n
event.Base_redirect(keep_items={\'portal_status_message\': message})\n
</string> </value>
......
......@@ -89,11 +89,11 @@ if dms_module is not None:\n
if len(uids) == 1:\n
return context.REQUEST.RESPONSE.redirect(\n
\'%s/view?portal_status_message=%s+%s.\' % (doc.absolute_url(), doc.getTranslatedPortalType(),\n
Base_translateString(\'+Created+Successfully\')))\n
Base_translateString(\'+created+successfully.\')))\n
\n
return context.REQUEST.RESPONSE.redirect(\n
\'%s?portal_status_message=%s+%s.\' % (dms_module.absolute_url(),len(uids),\n
Base_translateString(\'+Documents+created+Successfully\')))\n
Base_translateString(\'+documents+created+successfully\')))\n
</string> </value>
</item>
<item>
......
......@@ -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>
......@@ -123,7 +129,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Assign to ticket</string> </value>
<value> <string>Assign to Ticket</string> </value>
</item>
<item>
<key> <string>unicode_mode</string> </key>
......
......@@ -593,7 +593,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>listbox</string> </value>
<value> <string>Attachments</string> </value>
</item>
<item>
<key> <string>url_columns</string> </key>
......
......@@ -107,7 +107,7 @@ else:\n
if direction == \'incoming\' and len(person_list) > 1:\n
# This case is not possible\n
portal_status_message = translateString(\n
"The Single Event option can only be used with outgoing messages")\n
"The single event option can only be used with outgoing messages.")\n
return context.Base_redirect(form_id, keep_items = dict(portal_status_message=portal_status_message, selection_name=selection_name), **kw)\n
# Proceed to event creation\n
event = module.newContent(portal_type=portal_type, \n
......@@ -120,7 +120,7 @@ else:\n
event.plan()\n
count = 1\n
\n
portal_status_message = translateString("Created and associated ${count} new Events to the selected Ticket.", \n
portal_status_message = translateString("Created and associated ${count} new events to the selected ticket.", \n
mapping=dict(count=count))\n
context.Base_redirect(form_id, keep_items = dict(portal_status_message=portal_status_message,\n
selection_name=selection_name), **kw)\n
......
......@@ -76,7 +76,7 @@ module = context.getDefaultModule(portal_type)\n
if portal_type not in module.getVisibleAllowedContentTypeList():\n
return context.Base_redirect(form_id,\n
keep_items=dict(\n
portal_status_message=Base_translateString("You do not have permission to add new bug")))\n
portal_status_message=Base_translateString("You do not have permission to add new bug.")))\n
\n
# Create a new event\n
bug = module.newContent(portal_type=portal_type,\n
......
......@@ -75,7 +75,7 @@ module = context.getDefaultModule(portal_type)\n
if portal_type not in module.getVisibleAllowedContentTypeList():\n
return context.Base_redirect(form_id,\n
keep_items=dict(\n
portal_status_message=translateString("You do not have permission to add new event")))\n
portal_status_message=translateString("You do not have permission to add new event.")))\n
\n
# Create a new event\n
event = module.newContent(portal_type=portal_type, description=description, title=title, follow_up=context.getRelativeUrl())\n
......
2008-09-04 yusei
* Update English messages.
2008-08-29 yusei
* Correct message text.
......
297
\ No newline at end of file
298
\ No newline at end of file
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