| 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 <message name="IDS_ASH_PALETTE_CAPTURE_REGION_ACTION" desc="Title of the c
apture region action in the palette (a pop-up panel next to the status tray). Th
is causes a partial screenshot to be taken, where after clicking the palette is
dimissed and the user selects an area of the screen to take a screenshot of."> | 131 <message name="IDS_ASH_PALETTE_CAPTURE_REGION_ACTION" desc="Title of the c
apture region action in the palette (a pop-up panel next to the status tray). Th
is causes a partial screenshot to be taken, where after clicking the palette is
dimissed and the user selects an area of the screen to take a screenshot of."> |
| 132 Capture Region | 132 Capture Region |
| 133 </message> | 133 </message> |
| 134 <message name="IDS_ASH_PALETTE_CAPTURE_SCREEN_ACTION" desc="Title of the c
apture screen action in the palette (a pop-up panel next to the status tray). Cl
icking this button takes a screenshot of the entire screen. Additionally, the pa
lette tray is closed."> | 134 <message name="IDS_ASH_PALETTE_CAPTURE_SCREEN_ACTION" desc="Title of the c
apture screen action in the palette (a pop-up panel next to the status tray). Cl
icking this button takes a screenshot of the entire screen. Additionally, the pa
lette tray is closed."> |
| 135 Capture Screen | 135 Capture Screen |
| 136 </message> | 136 </message> |
| 137 <message name="IDS_ASH_PALETTE_CREATE_NOTE_ACTION" desc="Title of the capt
ure screen action in the palette (a pop-up panel next to the status tray). Click
ing this opens up an application that the user can quickly jot a note down in. A
dditionally, the palette tray is closed."> |
| 138 Create Note |
| 139 </message> |
| 137 | 140 |
| 138 <!-- TODO(zork): Only include these in Aura builds --> | 141 <!-- TODO(zork): Only include these in Aura builds --> |
| 139 <message name="IDS_ASH_SHELF_APP_LIST_TITLE" desc="The title used for the
Ash App List in the Shelf"> | 142 <message name="IDS_ASH_SHELF_APP_LIST_TITLE" desc="The title used for the
Ash App List in the Shelf"> |
| 140 Apps | 143 Apps |
| 141 </message> | 144 </message> |
| 142 <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."> | 145 <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."> |
| 143 Syncing apps... | 146 Syncing apps... |
| 144 </message> | 147 </message> |
| 145 <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)."> | 148 <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)."> |
| 146 Launcher | 149 Launcher |
| (...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 423 | 426 |
| 424 <!-- ChromeOS-specific strings --> | 427 <!-- ChromeOS-specific strings --> |
| 425 <if expr="chromeos"> | 428 <if expr="chromeos"> |
| 426 <part file="ash_chromeos_strings.grdp" /> | 429 <part file="ash_chromeos_strings.grdp" /> |
| 427 </if> | 430 </if> |
| 428 | 431 |
| 429 </messages> | 432 </messages> |
| 430 </release> | 433 </release> |
| 431 </grit> | 434 </grit> |
| 432 | 435 |
| OLD | NEW |