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 10804 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
10815 </message> | 10815 </message> |
10816 <message name="IDS_SYNC_PROMO_TITLE" desc="The title at the top of the syn
c promo"> | 10816 <message name="IDS_SYNC_PROMO_TITLE" desc="The title at the top of the syn
c promo"> |
10817 Welcome to <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> | 10817 Welcome to <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> |
10818 </message> | 10818 </message> |
10819 <message name="IDS_SYNC_PROMO_MESSAGE_TITLE" desc="The first part of the s
ync promo message."> | 10819 <message name="IDS_SYNC_PROMO_MESSAGE_TITLE" desc="The first part of the s
ync promo message."> |
10820 Set up <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> with your Go
ogle Account | 10820 Set up <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> with your Go
ogle Account |
10821 </message> | 10821 </message> |
10822 <message name="IDS_SYNC_PROMO_MESSAGE_BODY" desc="The body of the sync pro
mo message. This is followed by a learn more link."> | 10822 <message name="IDS_SYNC_PROMO_MESSAGE_BODY" desc="The body of the sync pro
mo message. This is followed by a learn more link."> |
10823 Get your bookmarks, history, and settings on all your devices. | 10823 Get your bookmarks, history, and settings on all your devices. |
10824 </message> | 10824 </message> |
| 10825 <message name="IDS_SYNC_PROMO_MESSAGE_BODY_A" desc="The body of the sync p
romo message. Experiment choice 0."> |
| 10826 Get your bookmarks, history, and settings on all your devices. |
| 10827 </message> |
| 10828 <message name="IDS_SYNC_PROMO_MESSAGE_BODY_B" desc="The body of the sync p
romo message. Experiment choice 1."> |
| 10829 Back up your bookmarks, history, and settings to the web. |
| 10830 </message> |
| 10831 <message name="IDS_SYNC_PROMO_MESSAGE_BODY_C" desc="The body of the sync p
romo message. Experiment choice 2."> |
| 10832 Sync your personalized browser features between all your devices. |
| 10833 </message> |
| 10834 <message name="IDS_SYNC_PROMO_MESSAGE_BODY_D" desc="The body of the sync p
romo message. Experiment choice 3."> |
| 10835 You'll be automatically signed into to your favorite Google services. |
| 10836 </message> |
10825 <if expr="pp_ifdef('use_titlecase')"> | 10837 <if expr="pp_ifdef('use_titlecase')"> |
10826 <message name="IDS_SYNC_PROMO_SKIP_BUTTON" desc="In Title Case: The butt
on at the bottom to let the user skip the sync promo."> | 10838 <message name="IDS_SYNC_PROMO_SKIP_BUTTON" desc="In Title Case: The butt
on at the bottom to let the user skip the sync promo."> |
10827 No Thanks | 10839 No Thanks |
10828 </message> | 10840 </message> |
10829 </if> | 10841 </if> |
10830 <if expr="not pp_ifdef('use_titlecase')"> | 10842 <if expr="not pp_ifdef('use_titlecase')"> |
10831 <message name="IDS_SYNC_PROMO_SKIP_BUTTON" desc="The button at the botto
m to let the user skip the sync promo."> | 10843 <message name="IDS_SYNC_PROMO_SKIP_BUTTON" desc="The button at the botto
m to let the user skip the sync promo."> |
10832 No thanks | 10844 No thanks |
10833 </message> | 10845 </message> |
10834 </if> | 10846 </if> |
(...skipping 3861 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
14696 </messages> | 14708 </messages> |
14697 <structures fallback_to_english="true"> | 14709 <structures fallback_to_english="true"> |
14698 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> | 14710 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> |
14699 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 14711 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
14700 </structure> | 14712 </structure> |
14701 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 14713 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
14702 </structure> | 14714 </structure> |
14703 </structures> | 14715 </structures> |
14704 </release> | 14716 </release> |
14705 </grit> | 14717 </grit> |
OLD | NEW |