| 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 definitions of resources that will be translated for each | 4 This file contains definitions of resources that will be translated for each |
| 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available | 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available |
| 6 for making strings OS specific. Other platform defines such as use_titlecase | 6 for making strings OS specific. Other platform defines such as use_titlecase |
| 7 are declared in build/common.gypi. | 7 are declared in build/common.gypi. |
| 8 --> | 8 --> |
| 9 | 9 |
| 10 <grit base_dir="." latest_public_release="0" current_release="1" | 10 <grit base_dir="." latest_public_release="0" current_release="1" |
| (...skipping 3529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3540 </if> | 3540 </if> |
| 3541 <if expr="pp_ifdef('chromeos')"> | 3541 <if expr="pp_ifdef('chromeos')"> |
| 3542 <message name="IDS_EXIT_FULLSCREEN_MODE" desc="Clickable message display
ed on entering fullscreen mode to tell users how to return to normal mode (for C
hrome OS, which has a dedicated fullscreen key on the top row in the F3 position
)"> | 3542 <message name="IDS_EXIT_FULLSCREEN_MODE" desc="Clickable message display
ed on entering fullscreen mode to tell users how to return to normal mode (for C
hrome OS, which has a dedicated fullscreen key on the top row in the F3 position
)"> |
| 3543 Exit full screen | 3543 Exit full screen |
| 3544 </message> | 3544 </message> |
| 3545 </if> | 3545 </if> |
| 3546 | 3546 |
| 3547 | 3547 |
| 3548 <!-- Task Manager Window --> | 3548 <!-- Task Manager Window --> |
| 3549 <message name="IDS_TASK_MANAGER_KILL" desc="The caption of the Task Manage
r kill button"> | 3549 <message name="IDS_TASK_MANAGER_KILL" desc="The caption of the Task Manage
r kill button"> |
| 3550 End process | 3550 &End process |
| 3551 </message> | 3551 </message> |
| 3552 <message name="IDS_TASK_MANAGER_PURGE_MEMORY" desc="The caption of the Tas
k Manager purge memory button"> | 3552 <message name="IDS_TASK_MANAGER_PURGE_MEMORY" desc="The caption of the Tas
k Manager purge memory button"> |
| 3553 Purge memory | 3553 Purge memory |
| 3554 </message> | 3554 </message> |
| 3555 <message name="IDS_TASK_MANAGER_ABOUT_MEMORY_LINK" desc="The caption of th
e Task Manager link to about:memory"> | 3555 <message name="IDS_TASK_MANAGER_ABOUT_MEMORY_LINK" desc="The caption of th
e Task Manager link to about:memory"> |
| 3556 Stats for nerds | 3556 Stats for nerds |
| 3557 </message> | 3557 </message> |
| 3558 <message name="IDS_TASK_MANAGER_PROCESS_ID_COLUMN" desc="The title for Tas
k Manager process ID column."> | 3558 <message name="IDS_TASK_MANAGER_PROCESS_ID_COLUMN" desc="The title for Tas
k Manager process ID column."> |
| 3559 Process ID | 3559 Process ID |
| 3560 </message> | 3560 </message> |
| (...skipping 9767 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 13328 </includes> | 13328 </includes> |
| 13329 <structures fallback_to_english="true"> | 13329 <structures fallback_to_english="true"> |
| 13330 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 13330 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
| 13331 </structure> | 13331 </structure> |
| 13332 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 13332 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
| 13333 </structure> | 13333 </structure> |
| 13334 </structures> | 13334 </structures> |
| 13335 | 13335 |
| 13336 </release> | 13336 </release> |
| 13337 </grit> | 13337 </grit> |
| OLD | NEW |