| 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 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 422 altgr | 422 altgr |
| 423 </message> | 423 </message> |
| 424 <message name="IDS_ASH_MOD3_KEY" desc="Name of ISOLevel5 (mod3) key name.
Shouldn't be translated in many languages actually. This name should be lower ca
se."> | 424 <message name="IDS_ASH_MOD3_KEY" desc="Name of ISOLevel5 (mod3) key name.
Shouldn't be translated in many languages actually. This name should be lower ca
se."> |
| 425 mod3 | 425 mod3 |
| 426 </message> | 426 </message> |
| 427 | 427 |
| 428 <!-- Overview Mode --> | 428 <!-- Overview Mode --> |
| 429 <message name="IDS_ASH_OVERVIEW_BUTTON_ACCESSIBLE_NAME" desc="The accessib
le name for the Overview button in the system tray."> | 429 <message name="IDS_ASH_OVERVIEW_BUTTON_ACCESSIBLE_NAME" desc="The accessib
le name for the Overview button in the system tray."> |
| 430 Toggle window overview | 430 Toggle window overview |
| 431 </message> | 431 </message> |
| 432 <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."> | |
| 433 Close <ph name="WINDOW_TITLE">$1</ph> | |
| 434 </message> | |
| 435 | 432 |
| 436 <!-- ChromeOS-specific strings --> | 433 <!-- ChromeOS-specific strings --> |
| 437 <if expr="chromeos"> | 434 <if expr="chromeos"> |
| 438 <part file="ash_chromeos_strings.grdp" /> | 435 <part file="ash_chromeos_strings.grdp" /> |
| 439 </if> | 436 </if> |
| 440 | 437 |
| 441 </messages> | 438 </messages> |
| 442 </release> | 439 </release> |
| 443 </grit> | 440 </grit> |
| 444 | 441 |
| OLD | NEW |