Commit 6fbbad09 authored by Lucas Carvalho's avatar Lucas Carvalho

Fixed some messages.

Changed the date format from 'Thu, Aug 2009 15:26 PM'  to 'Thu, 20 Aug 2009 15:26 PM'.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28530 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ca30e3cd
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
<item> <item>
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>creation_date = context.getCreationDate()\n <value> <string>creation_date = context.getCreationDate()\n
return creation_date.strftime(\'%a, %b %Y %H:%M %p\')\n return creation_date.strftime(\'%a, %d %b %Y %H:%M %p\')\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
......
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
<span tal:replace="python: here.Base_translateString(\'My shopping cart\')"/>\n <span tal:replace="python: here.Base_translateString(\'My shopping cart\')"/>\n
</h2>\n </h2>\n
<tal:block tal:condition = "empty_cart"> \n <tal:block tal:condition = "empty_cart"> \n
<h3><span tal:replace="python: here.Base_translateString(\'Your shopping cart is empty.\')"/></h3>\n <h3><span tal:replace="python: here.Base_translateString(\'Your shopping cart is empty.\')"/></h3><br/>\n
</tal:block>\n </tal:block>\n
\n \n
<tal:block tal:condition = "not: empty_cart">\n <tal:block tal:condition = "not: empty_cart">\n
......
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
<tal:block tal:condition = "empty_cart">\n <tal:block tal:condition = "empty_cart">\n
<tr><td>\n <tr><td>\n
<p class="article"> \n <p class="article"> \n
<span tal:replace="python: here.Base_translateString(\'You shopping cart is empty.\')"/>\n <span tal:replace="python: here.Base_translateString(\'Your shopping cart is empty.\')"/>\n
</p>\n </p>\n
</td></tr>\t\t \n </td></tr>\t\t \n
</tal:block>\n </tal:block>\n
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
<tal:block tal:condition = "not: empty_cart">\n <tal:block tal:condition = "not: empty_cart">\n
<tr><td class="cart_middle">\n <tr><td class="cart_middle">\n
<div class="cart_left">\n <div class="cart_left">\n
<span tal:replace="python: here.Base_translateString(\'Total cart\')"/> \n <span tal:replace="python: here.Base_translateString(\'Total\')"/> \n
</div>\n </div>\n
<div class="cart_right">\n <div class="cart_right">\n
<span tal:replace="total_price"/>\n <span tal:replace="total_price"/>\n
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
<div class="cart_left">\n <div class="cart_left">\n
<a class="articlelink" \n <a class="articlelink" \n
tal:attributes="href python: \'%s/%s\' % (website.absolute_url(), website.getLayoutProperty(\'ecommerce_cart_section_id\', \'\'))">\n tal:attributes="href python: \'%s/%s\' % (website.absolute_url(), website.getLayoutProperty(\'ecommerce_cart_section_id\', \'\'))">\n
<span tal:replace="python: here.Base_translateString(\'Edit Shopping Cart\')"/>\n <span tal:replace="python: here.Base_translateString(\'Shopping Cart\')"/>\n
</a>\n </a>\n
</div>\n </div>\n
<div class="cart_right">\n <div class="cart_right">\n
...@@ -105,7 +105,6 @@ ...@@ -105,7 +105,6 @@
</tal:block>\n </tal:block>\n
</tal:block>\n </tal:block>\n
</table>\n </table>\n
\n
]]></string> </value> ]]></string> </value>
......
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