| 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 2397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2408 Create application &shortcuts... | 2408 Create application &shortcuts... |
| 2409 </message> | 2409 </message> |
| 2410 </if> | 2410 </if> |
| 2411 <if expr="pp_ifdef('use_titlecase')"> | 2411 <if expr="pp_ifdef('use_titlecase')"> |
| 2412 <message name="IDS_CREATE_SHORTCUTS" desc="In Title Case: Default instal
lation menu label"> | 2412 <message name="IDS_CREATE_SHORTCUTS" desc="In Title Case: Default instal
lation menu label"> |
| 2413 Create Application &Shortcuts... | 2413 Create Application &Shortcuts... |
| 2414 </message> | 2414 </message> |
| 2415 </if> | 2415 </if> |
| 2416 | 2416 |
| 2417 <!-- "Create application shortcuts" dialog --> | 2417 <!-- "Create application shortcuts" dialog --> |
| 2418 <if expr="not pp_ifdef('use_titlecase') or os != 'linux2'"> | 2418 <if expr="not pp_ifdef('use_titlecase')"> |
| 2419 <message name="IDS_CREATE_SHORTCUTS_TITLE" desc="Title of the dialog to
create application shortcuts for current page."> | 2419 <message name="IDS_CREATE_SHORTCUTS_TITLE" desc="Title of the dialog to
create application shortcuts for current page."> |
| 2420 Create application shortcuts | 2420 Create application shortcuts |
| 2421 </message> | 2421 </message> |
| 2422 </if> | 2422 </if> |
| 2423 <if expr="pp_ifdef('use_titlecase') and os == 'linux2'"> | 2423 <if expr="pp_ifdef('use_titlecase')"> |
| 2424 <message name="IDS_CREATE_SHORTCUTS_TITLE" desc="In Title Case: title of
the dialog to create application shortcuts for current page."> | 2424 <message name="IDS_CREATE_SHORTCUTS_TITLE" desc="In Title Case: title of
the dialog to create application shortcuts for current page."> |
| 2425 Create Application Shortcuts | 2425 Create Application Shortcuts |
| 2426 </message> | 2426 </message> |
| 2427 </if> | 2427 </if> |
| 2428 <message name="IDS_CREATE_SHORTCUTS_LABEL" desc="Contents of the main labe
l in the create application shortcuts dialog explaining the dialog."> | 2428 <message name="IDS_CREATE_SHORTCUTS_LABEL" desc="Contents of the main labe
l in the create application shortcuts dialog explaining the dialog."> |
| 2429 Create application shortcuts in the following places: | 2429 Create application shortcuts in the following places: |
| 2430 </message> | 2430 </message> |
| 2431 <message name="IDS_CREATE_SHORTCUTS_DESKTOP_CHKBOX" desc="Label of the che
ckbox to create an application shortcut on the desktop."> | 2431 <message name="IDS_CREATE_SHORTCUTS_DESKTOP_CHKBOX" desc="Label of the che
ckbox to create an application shortcut on the desktop."> |
| 2432 Desktop | 2432 Desktop |
| 2433 </message> | 2433 </message> |
| (...skipping 10281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 12715 </includes> | 12715 </includes> |
| 12716 <structures fallback_to_english="true"> | 12716 <structures fallback_to_english="true"> |
| 12717 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 12717 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
| 12718 </structure> | 12718 </structure> |
| 12719 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 12719 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
| 12720 </structure> | 12720 </structure> |
| 12721 </structures> | 12721 </structures> |
| 12722 | 12722 |
| 12723 </release> | 12723 </release> |
| 12724 </grit> | 12724 </grit> |
| OLD | NEW |