| OLD | NEW |
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 | 2 |
| 3 <!-- This file contains definitions of resources that will be translated for | 3 <!-- This file contains definitions of resources that will be translated for |
| 4 each locale. Specifically, these are UI strings that are used by app/ that | 4 each locale. Specifically, these are UI strings that are used by app/ that |
| 5 need to be translated for each locale.--> | 5 need to be translated for each locale.--> |
| 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 <!-- TODO add each of your output files. Modify the three below, and add | 10 <!-- TODO add each of your output files. Modify the three below, and add |
| (...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 337 press | 337 press |
| 338 </message> | 338 </message> |
| 339 <message name="IDS_AX_SELECT_ACTION_VERB" desc="Verb stating the action th
at will occur when an element such as a radio button is selected, as used by acc
essibility."> | 339 <message name="IDS_AX_SELECT_ACTION_VERB" desc="Verb stating the action th
at will occur when an element such as a radio button is selected, as used by acc
essibility."> |
| 340 select | 340 select |
| 341 </message> | 341 </message> |
| 342 <message name="IDS_AX_UNCHECK_ACTION_VERB" desc="Verb stating the action t
hat will occur when a checked checkbox is clicked, as used by accessibility."> | 342 <message name="IDS_AX_UNCHECK_ACTION_VERB" desc="Verb stating the action t
hat will occur when a checked checkbox is clicked, as used by accessibility."> |
| 343 uncheck | 343 uncheck |
| 344 </message> | 344 </message> |
| 345 | 345 |
| 346 <!--Accessible name strings--> | 346 <!--Accessible name strings--> |
| 347 <if expr="is_macosx"> |
| 348 <message name="IDS_ACCNAME_TAB_ROLE_DESCRIPTION" desc="A generic descrip
tion of a tab button's role." meaning="UI element"> |
| 349 Tab |
| 350 </message> |
| 351 </if> |
| 347 <message name="IDS_APP_ACCNAME_CLOSE" desc="The accessible name for the Cl
ose button."> | 352 <message name="IDS_APP_ACCNAME_CLOSE" desc="The accessible name for the Cl
ose button."> |
| 348 Close | 353 Close |
| 349 </message> | 354 </message> |
| 350 <message name="IDS_APP_ACCNAME_MINIMIZE" desc="The accessible name for the
Minimize button."> | 355 <message name="IDS_APP_ACCNAME_MINIMIZE" desc="The accessible name for the
Minimize button."> |
| 351 Minimize | 356 Minimize |
| 352 </message> | 357 </message> |
| 353 <message name="IDS_APP_ACCNAME_MAXIMIZE" desc="The accessible name for the
Maximize button."> | 358 <message name="IDS_APP_ACCNAME_MAXIMIZE" desc="The accessible name for the
Maximize button."> |
| 354 Maximize | 359 Maximize |
| 355 </message> | 360 </message> |
| 356 <message name="IDS_APP_ACCNAME_RESTORE" desc="The accessible name for the
Restore button."> | 361 <message name="IDS_APP_ACCNAME_RESTORE" desc="The accessible name for the
Restore button."> |
| (...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 677 </message> | 682 </message> |
| 678 <message name="IDS_DISPLAY_NAME_INTERNAL" desc="The name used for internal
displays, which is shown in the display settings."> | 683 <message name="IDS_DISPLAY_NAME_INTERNAL" desc="The name used for internal
displays, which is shown in the display settings."> |
| 679 Internal Display | 684 Internal Display |
| 680 </message> | 685 </message> |
| 681 <message name="IDS_DISPLAY_NAME_VIRTUAL" desc="The name used for virtual d
isplays, which is shown in the display settings. Virtual displays are not associ
ated with a physical monitor."> | 686 <message name="IDS_DISPLAY_NAME_VIRTUAL" desc="The name used for virtual d
isplays, which is shown in the display settings. Virtual displays are not associ
ated with a physical monitor."> |
| 682 Virtual Display | 687 Virtual Display |
| 683 </message> | 688 </message> |
| 684 </messages> | 689 </messages> |
| 685 </release> | 690 </release> |
| 686 </grit> | 691 </grit> |
| OLD | NEW |