[Erp5-report] r23436 - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: SkinTemplateItem/p...
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Sep 5 00:33:47 CEST 2008
Author: yusei
Date: Fri Sep 5 00:33:47 2008
New Revision: 23436
URL: http://svn.erp5.org?rev=23436&view=rev
Log:
2008-09-04 yusei
* Update English messages.
Modified:
erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_paste.xml
erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log
erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_paste.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_paste.xml?rev=23436&r1=23435&r2=23436&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_paste.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_paste.xml Fri Sep 5 00:33:47 2008
@@ -76,24 +76,24 @@
try:\n
portal_type_list = [x.getPortalType() for x in object_list]\n
except AttributeError:\n
- error_message = Base_translateString(\'Sorry+you+can+not+paste+theses+Items+here\')\n
+ error_message = Base_translateString(\'Sorry,+you+can+not+paste+theses+items+here.\')\n
else:\n
allowed_type_list = [x for x in context.getVisibleAllowedContentTypeList()]\n
for portal_type in portal_type_list:\n
if portal_type not in allowed_type_list:\n
- error_message = Base_translateString(\'Sorry+you+can+not+paste+theses+Items+here\')\n
+ error_message = Base_translateString(\'Sorry,+you+can+not+paste+theses+items+here.\')\n
if context.cb_dataValid and error_message==\'\':\n
try:\n
new_item_list = context.manage_pasteObjects(REQUEST[\'__cp\'])\n
except KeyError:\n
- msg = Base_translateString(\'Nothing+To+Paste.\')\n
+ msg = Base_translateString(\'Nothing+to+paste.\')\n
return REQUEST.RESPONSE.redirect(context.absolute_url() + \'/\' + form_id + \'?portal_status_message=%s\' % msg)\n
else:\n
new_id_list = [i[\'new_id\'] for i in new_item_list]\n
for my_id in new_id_list:\n
context[my_id].flushActivity(invoke=0, method_id=\'immediateReindexObject\')\n
context[my_id].recursiveImmediateReindexObject()\n
- msg = Base_translateString(\'Item(s)+Pasted.\')\n
+ msg = Base_translateString(\'Item(s)+pasted.\')\n
return REQUEST.RESPONSE.redirect(context.absolute_url() + \'/\' + form_id + \'?portal_status_message=%s\' % msg)\n
elif context.cb_dataValid and error_message!=\'\':\n
return REQUEST.RESPONSE.redirect(context.absolute_url() + \'/\' + form_id + \'?portal_status_message=%s\' % error_message)\n
@@ -186,6 +186,12 @@
<value> <string>Paste objects to a folder from the clipboard</string> </value>
</item>
<item>
+ <key> <string>uid</string> </key>
+ <value>
+ <none/>
+ </value>
+ </item>
+ <item>
<key> <string>warnings</string> </key>
<value>
<tuple/>
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log?rev=23436&r1=23435&r2=23436&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log Fri Sep 5 00:33:47 2008
@@ -1,3 +1,6 @@
+2008-09-04 yusei
+* Update English messages.
+
2008-09-03 yusei
* Remove Route Tool portal type which is not used.
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision?rev=23436&r1=23435&r2=23436&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision Fri Sep 5 00:33:47 2008
@@ -1,1 +1,1 @@
-949
+951
More information about the Erp5-report
mailing list