| 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 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 406 </message> | 406 </message> |
| 407 <message name="IDS_APP_COPY" desc="The text label of the Copy menu item"> | 407 <message name="IDS_APP_COPY" desc="The text label of the Copy menu item"> |
| 408 &Copy | 408 &Copy |
| 409 </message> | 409 </message> |
| 410 <message name="IDS_APP_PASTE" desc="The text label of the Paste menu item"
> | 410 <message name="IDS_APP_PASTE" desc="The text label of the Paste menu item"
> |
| 411 &Paste | 411 &Paste |
| 412 </message> | 412 </message> |
| 413 <message name="IDS_APP_DELETE" desc="The text label of the Delete menu ite
m"> | 413 <message name="IDS_APP_DELETE" desc="The text label of the Delete menu ite
m"> |
| 414 &Delete | 414 &Delete |
| 415 </message> | 415 </message> |
| 416 <message name="IDS_APP_SELECT_ALL" desc="The text label of the Select All
menu item"> | 416 <if expr="not use_titlecase"> |
| 417 Select &all | 417 <message name="IDS_APP_SELECT_ALL" desc="The text label of the Select Al
l menu item"> |
| 418 </message> | 418 Select &all |
| 419 </message> |
| 420 </if> |
| 421 <if expr="use_titlecase"> |
| 422 <message name="IDS_APP_SELECT_ALL" desc="In Title Case: The text label o
f the Select All menu item"> |
| 423 Select &All |
| 424 </message> |
| 425 </if> |
| 419 | 426 |
| 420 <!-- Generic terms --> | 427 <!-- Generic terms --> |
| 421 <message name="IDS_APP_OK" desc="Used for Ok on buttons"> | 428 <message name="IDS_APP_OK" desc="Used for Ok on buttons"> |
| 422 OK | 429 OK |
| 423 </message> | 430 </message> |
| 424 <message name="IDS_APP_CANCEL" desc="Used for Cancel on buttons"> | 431 <message name="IDS_APP_CANCEL" desc="Used for Cancel on buttons"> |
| 425 Cancel | 432 Cancel |
| 426 </message> | 433 </message> |
| 427 <message name="IDS_APP_CLOSE" desc="A generic term for Close on buttons an
d menus."> | 434 <message name="IDS_APP_CLOSE" desc="A generic term for Close on buttons an
d menus."> |
| 428 Close | 435 Close |
| (...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 685 </message> | 692 </message> |
| 686 <message name="IDS_DISPLAY_NAME_INTERNAL" desc="The name used for internal
displays, which is shown in the display settings."> | 693 <message name="IDS_DISPLAY_NAME_INTERNAL" desc="The name used for internal
displays, which is shown in the display settings."> |
| 687 Internal Display | 694 Internal Display |
| 688 </message> | 695 </message> |
| 689 <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."> | 696 <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."> |
| 690 Virtual Display | 697 Virtual Display |
| 691 </message> | 698 </message> |
| 692 </messages> | 699 </messages> |
| 693 </release> | 700 </release> |
| 694 </grit> | 701 </grit> |
| OLD | NEW |