| 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 the strings for ash. | 4 This file contains the strings for ash. |
| 5 --> | 5 --> |
| 6 | 6 |
| 7 <grit base_dir="." latest_public_release="0" current_release="1" | 7 <grit base_dir="." latest_public_release="0" current_release="1" |
| 8 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> | 8 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> |
| 9 <outputs> | 9 <outputs> |
| 10 <output filename="grit/ash_strings.h" type="rc_header"> | 10 <output filename="grit/ash_strings.h" type="rc_header"> |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 <file path="common/strings/ash_strings_zh-CN.xtb" lang="zh-CN" /> | 122 <file path="common/strings/ash_strings_zh-CN.xtb" lang="zh-CN" /> |
| 123 <file path="common/strings/ash_strings_zh-TW.xtb" lang="zh-TW" /> | 123 <file path="common/strings/ash_strings_zh-TW.xtb" lang="zh-TW" /> |
| 124 </translations> | 124 </translations> |
| 125 <release seq="1" allow_pseudo="false"> | 125 <release seq="1" allow_pseudo="false"> |
| 126 <messages fallback_to_english="true"> | 126 <messages fallback_to_english="true"> |
| 127 <!-- TODO add all of your "string table" messages here. Remember to | 127 <!-- TODO add all of your "string table" messages here. Remember to |
| 128 change nontranslateable parts of the messages into placeholders (using the | 128 change nontranslateable parts of the messages into placeholders (using the |
| 129 <ph> element). You can also use the 'grit add' tool to help you identify | 129 <ph> element). You can also use the 'grit add' tool to help you identify |
| 130 nontranslateable parts and create placeholders for them. --> | 130 nontranslateable parts and create placeholders for them. --> |
| 131 <!-- TODO(zork): Only include these in Aura builds --> | 131 <!-- TODO(zork): Only include these in Aura builds --> |
| 132 <message name="IDS_ASH_PALETTE_LASER_POINTER_MODE" desc="Title of the lase
r pointer in the palette (a pop-up panel next to the status tray). Clicking this
turns the mouse into a laser pointer. Additionally, the palette tray is closed.
"> |
| 133 Laser Pointer |
| 134 </message> |
| 132 <message name="IDS_ASH_SHELF_APP_LIST_TITLE" desc="The title used for the
Ash App List in the Shelf"> | 135 <message name="IDS_ASH_SHELF_APP_LIST_TITLE" desc="The title used for the
Ash App List in the Shelf"> |
| 133 Apps | 136 Apps |
| 134 </message> | 137 </message> |
| 135 <message name="IDS_ASH_SHELF_APP_LIST_SYNCING_TITLE" desc="The title used
for the Ash App List in the Shelf to indicate loading/syncing apps."> | 138 <message name="IDS_ASH_SHELF_APP_LIST_SYNCING_TITLE" desc="The title used
for the Ash App List in the Shelf to indicate loading/syncing apps."> |
| 136 Syncing apps... | 139 Syncing apps... |
| 137 </message> | 140 </message> |
| 138 <message name="IDS_ASH_SHELF_APP_LIST_LAUNCHER_TITLE" desc="The title used
for the Ash Launcher in the Shelf (not mentioning 'Apps' since this is a genera
l launcher)."> | 141 <message name="IDS_ASH_SHELF_APP_LIST_LAUNCHER_TITLE" desc="The title used
for the Ash Launcher in the Shelf (not mentioning 'Apps' since this is a genera
l launcher)."> |
| 139 Launcher | 142 Launcher |
| 140 </message> | 143 </message> |
| 141 <message name="IDS_ASH_SHELF_APP_LIST_LAUNCHER_SYNCING_TITLE" desc="The ti
tle used for the Ash Launcher in the Shelf to indicate loading/syncinc apps."> | 144 <message name="IDS_ASH_SHELF_APP_LIST_LAUNCHER_SYNCING_TITLE" desc="The ti
tle used for the Ash Launcher in the Shelf to indicate loading/syncinc apps."> |
| (...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 419 | 422 |
| 420 <!-- ChromeOS-specific strings --> | 423 <!-- ChromeOS-specific strings --> |
| 421 <if expr="chromeos"> | 424 <if expr="chromeos"> |
| 422 <part file="ash_chromeos_strings.grdp" /> | 425 <part file="ash_chromeos_strings.grdp" /> |
| 423 </if> | 426 </if> |
| 424 | 427 |
| 425 </messages> | 428 </messages> |
| 426 </release> | 429 </release> |
| 427 </grit> | 430 </grit> |
| 428 | 431 |
| OLD | NEW |