OLD | NEW |
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 |
3 <!-- | 3 <!-- |
4 This file contains definitions of resources that will be translated for each | 4 This file contains definitions of resources that will be translated for each |
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available | 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available |
6 for making strings OS specific. Other platform defines such as use_titlecase | 6 for making strings OS specific. Other platform defines such as use_titlecase |
7 are declared in build/common.gypi. | 7 are declared in build/common.gypi. |
8 --> | 8 --> |
9 | 9 |
10 <grit base_dir="." latest_public_release="0" current_release="1" | 10 <grit base_dir="." latest_public_release="0" current_release="1" |
(...skipping 14575 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
14586 <ph name="PROFILE_NAME">$1<ex>New User</ex></ph> (current) | 14586 <ph name="PROFILE_NAME">$1<ex>New User</ex></ph> (current) |
14587 </message> | 14587 </message> |
14588 <message name="IDS_PROFILES_SINGLE_USER_MESSAGE" desc="Text to display in th
e multi-profiles section when there is only one user"> | 14588 <message name="IDS_PROFILES_SINGLE_USER_MESSAGE" desc="Text to display in th
e multi-profiles section when there is only one user"> |
14589 You are currently the only <ph name="PRODUCT_NAME">$1<ex>Chrome</ex></ph>
user. | 14589 You are currently the only <ph name="PRODUCT_NAME">$1<ex>Chrome</ex></ph>
user. |
14590 </message> | 14590 </message> |
14591 | 14591 |
14592 <!-- Tracing about page strings --> | 14592 <!-- Tracing about page strings --> |
14593 <message name="IDS_TRACING_TITLE" desc="Title for the about:tracing page."> | 14593 <message name="IDS_TRACING_TITLE" desc="Title for the about:tracing page."> |
14594 Tracing | 14594 Tracing |
14595 </message> | 14595 </message> |
| 14596 |
| 14597 <!-- Aura strings --> |
| 14598 <if expr="pp_ifdef('use_aura')"> |
| 14599 <message name="IDS_SEARCH_BOX_HINT" desc="Hint text for the search box in
app list window."> |
| 14600 Search apps and more |
| 14601 </message> |
| 14602 </if> |
| 14603 |
14596 </messages> | 14604 </messages> |
14597 <structures fallback_to_english="true"> | 14605 <structures fallback_to_english="true"> |
14598 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> | 14606 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> |
14599 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 14607 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
14600 </structure> | 14608 </structure> |
14601 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 14609 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
14602 </structure> | 14610 </structure> |
14603 </structures> | 14611 </structures> |
14604 </release> | 14612 </release> |
14605 </grit> | 14613 </grit> |
OLD | NEW |