| 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 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 380 Magnifying glass mode | 380 Magnifying glass mode |
| 381 </message> | 381 </message> |
| 382 <message name="IDS_ASH_STYLUS_TOOLS_TITLE" desc="The title of the stylus t
ools dialog in the ash shelf."> | 382 <message name="IDS_ASH_STYLUS_TOOLS_TITLE" desc="The title of the stylus t
ools dialog in the ash shelf."> |
| 383 Stylus tools | 383 Stylus tools |
| 384 </message> | 384 </message> |
| 385 | 385 |
| 386 <message name="IDS_ASH_TOAST_DISMISS_BUTTON" desc="The text button shown i
n toasts to close the toast immediately without waiting timeout."> | 386 <message name="IDS_ASH_TOAST_DISMISS_BUTTON" desc="The text button shown i
n toasts to close the toast immediately without waiting timeout."> |
| 387 DISMISS | 387 DISMISS |
| 388 </message> | 388 </message> |
| 389 | 389 |
| 390 <message name="IDS_ASH_EXIT_WARNING_POPUP_TEXT" desc="The text of the popu
p when the user preses the exit shortcut."> | |
| 391 Press Ctrl+Shift+Q twice to quit. | |
| 392 </message> | |
| 393 <message name="IDS_ASH_EXIT_WARNING_POPUP_TEXT_ACCESSIBLE" desc="The messa
ge used by accessibility to indicate the content of the popup when the user pres
es the exit shortcut."> | |
| 394 Press Control Shift Q twice to quit. | |
| 395 </message> | |
| 396 | |
| 397 <message name="IDS_ASH_CONTROL_KEY" desc="Name of [Ctrl] key name. Shouldn
't be translated in many languages actually. This name should be lower case."> | 390 <message name="IDS_ASH_CONTROL_KEY" desc="Name of [Ctrl] key name. Shouldn
't be translated in many languages actually. This name should be lower case."> |
| 398 ctrl | 391 ctrl |
| 399 </message> | 392 </message> |
| 400 <message name="IDS_ASH_SHIFT_KEY" desc="Name of [Shift] key. Shouldn't be
translated in many languages actually. This name should be lower case."> | 393 <message name="IDS_ASH_SHIFT_KEY" desc="Name of [Shift] key. Shouldn't be
translated in many languages actually. This name should be lower case."> |
| 401 shift | 394 shift |
| 402 </message> | 395 </message> |
| 403 <message name="IDS_ASH_ALT_KEY" desc="Name of [Alt] key name. Shouldn't be
translated in many languages actually. This name should be lower case."> | 396 <message name="IDS_ASH_ALT_KEY" desc="Name of [Alt] key name. Shouldn't be
translated in many languages actually. This name should be lower case."> |
| 404 alt | 397 alt |
| 405 </message> | 398 </message> |
| 406 <message name="IDS_ASH_SEARCH_KEY" desc="Name of [Search] key name. This n
ame should be lower case."> | 399 <message name="IDS_ASH_SEARCH_KEY" desc="Name of [Search] key name. This n
ame should be lower case."> |
| (...skipping 13 matching lines...) Expand all Loading... |
| 420 | 413 |
| 421 <!-- ChromeOS-specific strings --> | 414 <!-- ChromeOS-specific strings --> |
| 422 <if expr="chromeos"> | 415 <if expr="chromeos"> |
| 423 <part file="ash_chromeos_strings.grdp" /> | 416 <part file="ash_chromeos_strings.grdp" /> |
| 424 </if> | 417 </if> |
| 425 | 418 |
| 426 </messages> | 419 </messages> |
| 427 </release> | 420 </release> |
| 428 </grit> | 421 </grit> |
| 429 | 422 |
| OLD | NEW |