| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <!-- | 2 <!-- |
| 3 This strings are used in WebUI views created by WUG framework. Resource id is | 3 This strings are used in WebUI views created by WUG framework. Resource id is |
| 4 deduced from string id and view's type. For example, if view's type is | 4 deduced from string id and view's type. For example, if view's type is |
| 5 'foo_bar' and string id is 'some_string', resource id should be | 5 'foo_bar' and string id is 'some_string', resource id should be |
| 6 'IDS_WUG_FOO_BAR_SOME_STRING'. | 6 'IDS_WUG_FOO_BAR_SOME_STRING'. |
| 7 --> | 7 --> |
| 8 <grit-part> | 8 <grit-part> |
| 9 <message translateable="false" name="IDS_WUG_STRINGS_DEMO_REGULAR_STRING"> |
| 10 I am an regular string. |
| 11 </message> |
| 12 <message translateable="false" name="IDS_WUG_STRINGS_DEMO_TIME_TEMPLATE"> |
| 13 Current time is <ph name="HOURS">$1</ph>:<ph name="MINUTES">$2</ph>:<ph name
="SECONDS">$3</ph>. |
| 14 </message> |
| 9 </grit-part> | 15 </grit-part> |
| OLD | NEW |