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 source_lang_id="en" enc_check="möl"> | 8 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 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
376 <message name="IDS_ASH_INTERNAL_DISPLAY_NAME" desc="The name of the intern
al display which is shown in the display settings."> | 376 <message name="IDS_ASH_INTERNAL_DISPLAY_NAME" desc="The name of the intern
al display which is shown in the display settings."> |
377 Internal Display | 377 Internal Display |
378 </message> | 378 </message> |
379 <message name="IDS_ASH_EXIT_WARNING_POPUP_TEXT" desc="The text of the popu
p when the user preses the exit shortcut."> | 379 <message name="IDS_ASH_EXIT_WARNING_POPUP_TEXT" desc="The text of the popu
p when the user preses the exit shortcut."> |
380 Press Ctrl+Shift+Q twice to quit. | 380 Press Ctrl+Shift+Q twice to quit. |
381 </message> | 381 </message> |
382 <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."> | 382 <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."> |
383 Press Control Shift Q twice to quit. | 383 Press Control Shift Q twice to quit. |
384 </message> | 384 </message> |
385 | 385 |
386 <message name="IDS_ASH_IME_INFOLIST_WINDOW_TITLE" desc="The title of the i
nfolist window where the meanings and the usages of words are displayed."> | |
387 Information | |
388 </message> | |
389 | |
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."> | 386 <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."> |
391 ctrl | 387 ctrl |
392 </message> | 388 </message> |
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."> | 389 <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."> |
394 shift | 390 shift |
395 </message> | 391 </message> |
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."> | 392 <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."> |
397 alt | 393 alt |
398 </message> | 394 </message> |
399 <message name="IDS_ASH_SEARCH_KEY" desc="Name of [Search] key name. This n
ame should be lower case."> | 395 <message name="IDS_ASH_SEARCH_KEY" desc="Name of [Search] key name. This n
ame should be lower case."> |
(...skipping 25 matching lines...) Expand all Loading... |
425 | 421 |
426 <!-- ChromeOS-specific strings --> | 422 <!-- ChromeOS-specific strings --> |
427 <if expr="chromeos"> | 423 <if expr="chromeos"> |
428 <part file="ash_chromeos_strings.grdp" /> | 424 <part file="ash_chromeos_strings.grdp" /> |
429 </if> | 425 </if> |
430 | 426 |
431 </messages> | 427 </messages> |
432 </release> | 428 </release> |
433 </grit> | 429 </grit> |
434 | 430 |
OLD | NEW |