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 8384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8395 </if> | 8395 </if> |
8396 <if expr="not pp_ifdef('use_titlecase')"> | 8396 <if expr="not pp_ifdef('use_titlecase')"> |
8397 <message name="IDS_PROFILES_NOT_SIGNED_IN_MENU" desc="The text to displa
y on the browser frame when the user is not using a personalized profile."> | 8397 <message name="IDS_PROFILES_NOT_SIGNED_IN_MENU" desc="The text to displa
y on the browser frame when the user is not using a personalized profile."> |
8398 not signed in | 8398 not signed in |
8399 </message> | 8399 </message> |
8400 </if> | 8400 </if> |
8401 <message name="IDS_PROFILES_DEFAULT_NAME" desc="The name to display for a
profile when the user is not signed in."> | 8401 <message name="IDS_PROFILES_DEFAULT_NAME" desc="The name to display for a
profile when the user is not signed in."> |
8402 Default | 8402 Default |
8403 </message> | 8403 </message> |
8404 <message name="IDS_SYNC_CUSTOMIZE_LINK_LABEL" desc="The text to display on
the link to customize the sync preferences."> | 8404 <message name="IDS_SYNC_CUSTOMIZE_LINK_LABEL" desc="The text to display on
the link to customize the sync preferences."> |
8405 Customize | 8405 Advanced |
8406 </message> | 8406 </message> |
8407 <message name="IDS_SYNC_USE_DEFAULT_SETTINGS" desc="The text to display on
the link to go back to the default sync preferences."> | 8407 <message name="IDS_SYNC_USE_DEFAULT_SETTINGS" desc="The text to display on
the link to go back to the default sync preferences."> |
8408 Use default settings | 8408 Use default settings |
8409 </message> | 8409 </message> |
8410 <if expr="pp_ifdef('use_titlecase')"> | 8410 <if expr="pp_ifdef('use_titlecase')"> |
8411 <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."> | 8411 <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."> |
8412 Set Up <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> Sync | 8412 Set Up <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> Sync |
8413 </message> | 8413 </message> |
8414 </if> | 8414 </if> |
8415 <if expr="not pp_ifdef('use_titlecase')"> | 8415 <if expr="not pp_ifdef('use_titlecase')"> |
(...skipping 4578 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
12994 </includes> | 12994 </includes> |
12995 <structures fallback_to_english="true"> | 12995 <structures fallback_to_english="true"> |
12996 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 12996 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
12997 </structure> | 12997 </structure> |
12998 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 12998 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
12999 </structure> | 12999 </structure> |
13000 </structures> | 13000 </structures> |
13001 | 13001 |
13002 </release> | 13002 </release> |
13003 </grit> | 13003 </grit> |
OLD | NEW |