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 424 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
435 </message> | 435 </message> |
436 | 436 |
437 <!-- Overview Mode --> | 437 <!-- Overview Mode --> |
438 <message name="IDS_ASH_OVERVIEW_BUTTON_ACCESSIBLE_NAME" desc="The accessib
le name for the Overview button in the system tray."> | 438 <message name="IDS_ASH_OVERVIEW_BUTTON_ACCESSIBLE_NAME" desc="The accessib
le name for the Overview button in the system tray."> |
439 Toggle window overview | 439 Toggle window overview |
440 </message> | 440 </message> |
441 <message name="IDS_ASH_OVERVIEW_CLOSE_ITEM_BUTTON_ACCESSIBLE_NAME" desc="T
he accessible name for the close button on windows while in Overview mode."> | 441 <message name="IDS_ASH_OVERVIEW_CLOSE_ITEM_BUTTON_ACCESSIBLE_NAME" desc="T
he accessible name for the close button on windows while in Overview mode."> |
442 Close <ph name="WINDOW_TITLE">$1</ph> | 442 Close <ph name="WINDOW_TITLE">$1</ph> |
443 </message> | 443 </message> |
444 | 444 |
445 <!-- Localized layout constants (like chrome's locale_settings.grd) --> | |
446 <message name="IDS_SYSTEM_TRAY_MENU_BUBBLE_WIDTH_PIXELS" desc="Width of th
e system tray menu in display-independent pixels" use_name_for_id="true"> | |
447 300 | |
448 </message> | |
449 | |
450 <!-- ChromeOS-specific strings --> | 445 <!-- ChromeOS-specific strings --> |
451 <if expr="chromeos"> | 446 <if expr="chromeos"> |
452 <part file="ash_chromeos_strings.grdp" /> | 447 <part file="ash_chromeos_strings.grdp" /> |
453 </if> | 448 </if> |
454 | 449 |
455 </messages> | 450 </messages> |
456 </release> | 451 </release> |
457 </grit> | 452 </grit> |
458 | 453 |
OLD | NEW |