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 13497 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
13508 </message> | 13508 </message> |
13509 <message name="IDS_PROFILES_LIST_ITEM_CURRENT" desc="Text to display in the
multi-profiles list when this profile is the current profile"> | 13509 <message name="IDS_PROFILES_LIST_ITEM_CURRENT" desc="Text to display in the
multi-profiles list when this profile is the current profile"> |
13510 <ph name="PROFILE_NAME">$1<ex>New User</ex></ph> (current) | 13510 <ph name="PROFILE_NAME">$1<ex>New User</ex></ph> (current) |
13511 </message> | 13511 </message> |
13512 | 13512 |
13513 <!-- Tracing about page strings --> | 13513 <!-- Tracing about page strings --> |
13514 <message name="IDS_TRACING_TITLE" desc="Title for the about:tracing page."> | 13514 <message name="IDS_TRACING_TITLE" desc="Title for the about:tracing page."> |
13515 Tracing | 13515 Tracing |
13516 </message> | 13516 </message> |
13517 </messages> | 13517 </messages> |
13518 <includes> | |
13519 <if expr="pp_ifdef('_google_chrome')"> | |
13520 <include name="IDI_CHROME_FRAME_ICON" file="theme\google_chrome\chrome.i
co" type="ICON" /> | |
13521 </if> | |
13522 <if expr="not pp_ifdef('_google_chrome')"> | |
13523 <include name="IDI_CHROME_FRAME_ICON" file="theme\chromium\chromium.ico"
type="ICON" /> | |
13524 </if> | |
13525 </includes> | |
13526 <structures fallback_to_english="true"> | 13518 <structures fallback_to_english="true"> |
| 13519 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> |
13527 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 13520 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
13528 </structure> | 13521 </structure> |
13529 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 13522 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
13530 </structure> | 13523 </structure> |
13531 </structures> | 13524 </structures> |
13532 </release> | 13525 </release> |
13533 </grit> | 13526 </grit> |
OLD | NEW |