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 13298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
13309 Delete | 13309 Delete |
13310 </message> | 13310 </message> |
13311 </if> | 13311 </if> |
13312 <message name="IDS_PROFILES_DELETE_MESSAGE" desc="Message explaining to the
user what will happen if they delete this profile"> | 13312 <message name="IDS_PROFILES_DELETE_MESSAGE" desc="Message explaining to the
user what will happen if they delete this profile"> |
13313 Are you sure you want to delete profile "<ph name="PROFILE_NAME">$1<ex>Def
ault Profile</ex></ph>" and all the data associated with it from this computer?
This cannot be undone! | 13313 Are you sure you want to delete profile "<ph name="PROFILE_NAME">$1<ex>Def
ault Profile</ex></ph>" and all the data associated with it from this computer?
This cannot be undone! |
13314 </message> | 13314 </message> |
13315 <message name="IDS_PROFILES_LIST_ITEM_CURRENT" desc="Text to display in the
multi-profiles list when this profile is the current profile"> | 13315 <message name="IDS_PROFILES_LIST_ITEM_CURRENT" desc="Text to display in the
multi-profiles list when this profile is the current profile"> |
13316 <ph name="PROFILE_NAME">$1<ex>Default Profile</ex></ph> (current profile) | 13316 <ph name="PROFILE_NAME">$1<ex>Default Profile</ex></ph> (current profile) |
13317 </message> | 13317 </message> |
13318 | 13318 |
| 13319 <!-- Tracing about page strings --> |
| 13320 <message name="IDS_TRACING_TITLE" desc="Title for the about:tracing page."> |
| 13321 Tracing |
| 13322 </message> |
| 13323 |
13319 </messages> | 13324 </messages> |
13320 <includes> | 13325 <includes> |
13321 <if expr="pp_ifdef('_google_chrome')"> | 13326 <if expr="pp_ifdef('_google_chrome')"> |
13322 <include name="IDI_CHROME_FRAME_ICON" file="theme\google_chrome\chrome.i
co" type="ICON" /> | 13327 <include name="IDI_CHROME_FRAME_ICON" file="theme\google_chrome\chrome.i
co" type="ICON" /> |
13323 </if> | 13328 </if> |
13324 <if expr="not pp_ifdef('_google_chrome')"> | 13329 <if expr="not pp_ifdef('_google_chrome')"> |
13325 <include name="IDI_CHROME_FRAME_ICON" file="theme\chromium\chromium.ico"
type="ICON" /> | 13330 <include name="IDI_CHROME_FRAME_ICON" file="theme\chromium\chromium.ico"
type="ICON" /> |
13326 </if> | 13331 </if> |
13327 </includes> | 13332 </includes> |
13328 <structures fallback_to_english="true"> | 13333 <structures fallback_to_english="true"> |
13329 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 13334 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
13330 </structure> | 13335 </structure> |
13331 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 13336 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
13332 </structure> | 13337 </structure> |
13333 </structures> | 13338 </structures> |
13334 | 13339 |
13335 </release> | 13340 </release> |
13336 </grit> | 13341 </grit> |
OLD | NEW |