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 8354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8365 </if> | 8365 </if> |
8366 <message name="IDS_PROFILES_DEFAULT_NAME" desc="The name to display for a
profile when the user is not signed in."> | 8366 <message name="IDS_PROFILES_DEFAULT_NAME" desc="The name to display for a
profile when the user is not signed in."> |
8367 Default | 8367 Default |
8368 </message> | 8368 </message> |
8369 <message name="IDS_SYNC_CUSTOMIZE_LINK_LABEL" desc="The text to display on
the link to customize the sync preferences."> | 8369 <message name="IDS_SYNC_CUSTOMIZE_LINK_LABEL" desc="The text to display on
the link to customize the sync preferences."> |
8370 Customize | 8370 Customize |
8371 </message> | 8371 </message> |
8372 <message name="IDS_SYNC_USE_DEFAULT_SETTINGS" desc="The text to display on
the link to go back to the default sync preferences."> | 8372 <message name="IDS_SYNC_USE_DEFAULT_SETTINGS" desc="The text to display on
the link to go back to the default sync preferences."> |
8373 Use default settings | 8373 Use default settings |
8374 </message> | 8374 </message> |
8375 | 8375 <if expr="pp_ifdef('use_titlecase')"> |
| 8376 <message name="IDS_SHOW_SYNC_SETUP" desc="In title case. The title of th
e menu item to open the sync setup page. Shown in the Wrench menu."> |
| 8377 Set Up <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> Sync |
| 8378 </message> |
| 8379 </if> |
| 8380 <if expr="not pp_ifdef('use_titlecase')"> |
| 8381 <message name="IDS_SHOW_SYNC_SETUP" desc="The title of the menu item to
open the sync setup page. Shown in the Wrench menu."> |
| 8382 Set up <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> sync |
| 8383 </message> |
| 8384 </if> |
8376 <!-- SafeBrowsing --> | 8385 <!-- SafeBrowsing --> |
8377 <message name="IDS_SAFE_BROWSING_MALWARE_TITLE" desc="SafeBrowsing Malware
HTML title"> | 8386 <message name="IDS_SAFE_BROWSING_MALWARE_TITLE" desc="SafeBrowsing Malware
HTML title"> |
8378 Malware Detected! | 8387 Malware Detected! |
8379 </message> | 8388 </message> |
8380 <message name="IDS_SAFE_BROWSING_MALWARE_HEADLINE" desc="SafeBrowsing Malw
are HTML headline"> | 8389 <message name="IDS_SAFE_BROWSING_MALWARE_HEADLINE" desc="SafeBrowsing Malw
are HTML headline"> |
8381 Warning: Something's Not Right Here! | 8390 Warning: Something's Not Right Here! |
8382 </message> | 8391 </message> |
8383 <message name="IDS_SAFE_BROWSING_MALWARE_DESCRIPTION1" desc="SafeBrowsing
Malware HTML description, first line"> | 8392 <message name="IDS_SAFE_BROWSING_MALWARE_DESCRIPTION1" desc="SafeBrowsing
Malware HTML description, first line"> |
8384 <ph name="HOST_NAME"><strong>$1<ex>www.malware.com</ex></strong
></ph> contains malware. Your computer might catch a virus if you visit this
site. | 8393 <ph name="HOST_NAME"><strong>$1<ex>www.malware.com</ex></strong
></ph> contains malware. Your computer might catch a virus if you visit this
site. |
8385 </message> | 8394 </message> |
(...skipping 4564 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
12950 </includes> | 12959 </includes> |
12951 <structures fallback_to_english="true"> | 12960 <structures fallback_to_english="true"> |
12952 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 12961 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
12953 </structure> | 12962 </structure> |
12954 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 12963 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
12955 </structure> | 12964 </structure> |
12956 </structures> | 12965 </structures> |
12957 | 12966 |
12958 </release> | 12967 </release> |
12959 </grit> | 12968 </grit> |
OLD | NEW |