Chromium Code Reviews| 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 | 131 |
| 132 <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."> | |
| 133 Capture Region | |
| 134 </message> | |
| 135 <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."> | |
| 136 Capture Screen | |
| 137 </message> | |
| 138 <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."> | |
| 139 Create Note | |
| 140 </message> | |
| 141 <message name="IDS_ASH_PALETTE_MAGNIFIER_MODE" desc="Title of the magnific ation mode in the palette. Clicking this button opens up a magnifier. The magnif ier remains active until the user turns it off by tapping the same button again. "> | |
| 142 Magnifier | |
| 143 </message> | |
| 144 | |
| 145 <!-- TODO(zork): Only include these in Aura builds --> | 132 <!-- TODO(zork): Only include these in Aura builds --> |
| 146 <message name="IDS_ASH_SHELF_APP_LIST_TITLE" desc="The title used for the Ash App List in the Shelf"> | 133 <message name="IDS_ASH_SHELF_APP_LIST_TITLE" desc="The title used for the Ash App List in the Shelf"> |
| 147 Apps | 134 Apps |
| 148 </message> | 135 </message> |
| 149 <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 <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."> |
| 150 Syncing apps... | 137 Syncing apps... |
| 151 </message> | 138 </message> |
| 152 <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 <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)."> |
| 153 Launcher | 140 Launcher |
| 154 </message> | 141 </message> |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 373 </message> | 360 </message> |
| 374 | 361 |
| 375 <message name="IDS_ASH_STATUS_TRAY_SUPERVISED_LABEL" desc="Label shown ins tead of email for supervised users"> | 362 <message name="IDS_ASH_STATUS_TRAY_SUPERVISED_LABEL" desc="Label shown ins tead of email for supervised users"> |
| 376 Supervised user | 363 Supervised user |
| 377 </message> | 364 </message> |
| 378 | 365 |
| 379 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex t for header entries for detailed versions of status tray items."> | 366 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex t for header entries for detailed versions of status tray items."> |
| 380 Previous menu | 367 Previous menu |
| 381 </message> | 368 </message> |
| 382 | 369 |
| 370 <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."> | |
|
stevenjb
2016/08/25 18:27:16
As long as we are moving these and changing the te
jdufault
2016/08/25 21:48:02
Done.
| |
| 371 Capture region | |
| 372 </message> | |
| 373 <message name="IDS_ASH_PALETTE_CAPTURE_REGION_TOAST" desc="Message content on the toast that appears when the user activates the capture region action in the palette."> | |
| 374 Use the stylus to select a region | |
| 375 </message> | |
| 376 <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."> | |
| 377 Capture screen | |
| 378 </message> | |
| 379 <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."> | |
| 380 New note | |
| 381 </message> | |
| 382 <message name="IDS_ASH_PALETTE_MAGNIFIER_MODE" desc="Title of the magnific ation mode in the palette. Clicking this button opens up a magnifier. The magnif ier remains active until the user turns it off by tapping the same button again. "> | |
| 383 Magnifier mode | |
| 384 </message> | |
| 383 <message name="IDS_ASH_PALETTE_TITLE" desc="The title of the palette in th e ash shelf."> | 385 <message name="IDS_ASH_PALETTE_TITLE" desc="The title of the palette in th e ash shelf."> |
| 384 Palette | 386 Stylus tools |
| 385 </message> | 387 </message> |
| 386 | 388 |
| 387 <message name="IDS_ASH_TOAST_DISMISS_BUTTON" desc="The text button shown i n toasts to close the toast immediately without waiting timeout."> | 389 <message name="IDS_ASH_TOAST_DISMISS_BUTTON" desc="The text button shown i n toasts to close the toast immediately without waiting timeout."> |
| 388 DISMISS | 390 DISMISS |
| 389 </message> | 391 </message> |
| 390 | 392 |
| 391 <message name="IDS_ASH_NOTIFICATION_UNREAD_COUNT_NINE_PLUS" desc="The text shown in the notification icon for the unread count when the count is more than 9."> | 393 <message name="IDS_ASH_NOTIFICATION_UNREAD_COUNT_NINE_PLUS" desc="The text shown in the notification icon for the unread count when the count is more than 9."> |
| 392 9+ | 394 9+ |
| 393 </message> | 395 </message> |
| 394 <message name="IDS_ASH_INTERNAL_DISPLAY_NAME" desc="The name used for inte rnal displays, which is shown in the display settings."> | 396 <message name="IDS_ASH_INTERNAL_DISPLAY_NAME" desc="The name used for inte rnal displays, which is shown in the display settings."> |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 433 | 435 |
| 434 <!-- ChromeOS-specific strings --> | 436 <!-- ChromeOS-specific strings --> |
| 435 <if expr="chromeos"> | 437 <if expr="chromeos"> |
| 436 <part file="ash_chromeos_strings.grdp" /> | 438 <part file="ash_chromeos_strings.grdp" /> |
| 437 </if> | 439 </if> |
| 438 | 440 |
| 439 </messages> | 441 </messages> |
| 440 </release> | 442 </release> |
| 441 </grit> | 443 </grit> |
| 442 | 444 |
| OLD | NEW |