Author: bibryam
Date: Mon Feb 8 10:26:40 2010
New Revision: 907610
URL:
http://svn.apache.org/viewvc?rev=907610&view=revLog:
Removed freemarker expressions from labels.
Modified:
ofbiz/trunk/framework/example/config/ExampleUiLabels.xml
Modified: ofbiz/trunk/framework/example/config/ExampleUiLabels.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/config/ExampleUiLabels.xml?rev=907610&r1=907609&r2=907610&view=diff==============================================================================
--- ofbiz/trunk/framework/example/config/ExampleUiLabels.xml (original)
+++ ofbiz/trunk/framework/example/config/ExampleUiLabels.xml Mon Feb 8 10:26:40 2010
@@ -108,8 +108,8 @@
<value xml:lang="zh">æ°æ®é¡¹11ï¼å¸¦æç¼ºçå¼çæ¥æåæ¶é´éæ©</value>
</property>
<property key="ExampleDateField11Tooltip">
- <value xml:lang="en">Uses the \${r'${date:dayStart(nowTimestamp, timeZone, locale)}'} UEL expression to set the default value to the start of today</value>
- <value xml:lang="zh">使ç¨\${r'${date:dayStart(nowTimestamp, timeZone, locale)}'}è¡¨è¾¾å¼æ¥æç¼ºçå¼è®¾ç½®ä¸ºä»å¤©çå¼å§æ¶é´</value>
+ <value xml:lang="en">Uses the \${date:dayStart(nowTimestamp, timeZone, locale)} UEL expression to set the default value to the start of today</value>
+ <value xml:lang="zh">使ç¨\${date:dayStart(nowTimestamp, timeZone, locale)}è¡¨è¾¾å¼æ¥æç¼ºçå¼è®¾ç½®ä¸ºä»å¤©çå¼å§æ¶é´</value>
</property>
<property key="ExampleDateField1Title">
<value xml:lang="en">Field1: date and time selection field</value>
@@ -184,10 +184,10 @@
<value xml:lang="zh">æ°æ®é¡¹9ï¼æ¥æåæ¶é´éæ©å¸¦æç¼ºçå¼</value>
</property>
<property key="ExampleDateField9Tooltip">
- <value xml:lang="en">Same as above, uses the \${r'${groovy:...}'} notation to call an util method to get the now timestamp</value>
- <value xml:lang="fr">La même chose mais utilise la notation \${r'${groovy:...}'} pour appeler un méthode utilitaire pour obtenir l'heure du moment</value>
- <value xml:lang="it">Lo stesso di sopra, usare la notazione \${r'${groovy:...}'} per eseguire un metodo di utilità per ottenere un nuovo timestamp</value>
- <value xml:lang="zh">åä¸ï¼ä½¿ç¨\${r'${groovy:...}'}æ¥è°ç¨ä¸ä¸ªåºç¨æ¹æ³æ¥è·å¾ç°å¨çæ¶é´æ³</value>
+ <value xml:lang="en">Same as above, uses the \${groovy:...} notation to call an util method to get the now timestamp</value>
+ <value xml:lang="fr">La même chose mais utilise la notation \${groovy:...} pour appeler un méthode utilitaire pour obtenir l'heure du moment</value>
+ <value xml:lang="it">Lo stesso di sopra, usare la notazione \${groovy:...} per eseguire un metodo di utilità per ottenere un nuovo timestamp</value>
+ <value xml:lang="zh">åä¸ï¼ä½¿ç¨\${groovy:...}æ¥è°ç¨ä¸ä¸ªåºç¨æ¹æ³æ¥è·å¾ç°å¨çæ¶é´æ³</value>
</property>
<property key="ExampleDateTimeFields">
<value xml:lang="en">Date/Time fields</value>