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 7822 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7833 Set <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> as my defaul
t browser | 7833 Set <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> as my defaul
t browser |
7834 </message> | 7834 </message> |
7835 <message name="IDS_FIRSTRUN_DLG_MAC_OPTIONS_SEND_USAGE_STATS_LABEL" desc
="Label for checkbox to ask whether to send usage stats to Google"> | 7835 <message name="IDS_FIRSTRUN_DLG_MAC_OPTIONS_SEND_USAGE_STATS_LABEL" desc
="Label for checkbox to ask whether to send usage stats to Google"> |
7836 Help make <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> better
by automatically sending usage statistics and crash reports to Google | 7836 Help make <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> better
by automatically sending usage statistics and crash reports to Google |
7837 </message> | 7837 </message> |
7838 <message name="IDS_FIRSTRUN_DLG_MAC_START_CHROME_BUTTON" desc="Button to
Start Google Chrome"> | 7838 <message name="IDS_FIRSTRUN_DLG_MAC_START_CHROME_BUTTON" desc="Button to
Start Google Chrome"> |
7839 Start <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> | 7839 Start <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> |
7840 </message> | 7840 </message> |
7841 </if> | 7841 </if> |
7842 | 7842 |
7843 <!-- Search engine dialog messages --> | |
7844 <message name="IDS_FR_SEARCH_MAIN_LABEL" desc="Tells the user to choose a
search engine"> | |
7845 Choose a search engine | |
7846 </message> | |
7847 <message name="IDS_FR_SEARCH_TEXT" desc="Explains the omnibox and asks the
user to choose a search engine for this feature"> | |
7848 <ph name="PRODUCT_NAME"> | |
7849 $1<ex>Google Chrome</ex></ph> allows you to search the web using the o
mnibox. Please choose which search engine you would like it to use: | |
7850 </message> | |
7851 <message name="IDS_FR_SEARCH_CHOOSE" desc="Command on button to choose a s
earch engine"> | |
7852 Choose | |
7853 </message> | |
7854 | |
7855 <!-- First run bubble popup --> | 7843 <!-- First run bubble popup --> |
7856 <message name="IDS_FR_BUBBLE_TITLE" desc="Bubble-like popup dialog title"> | 7844 <message name="IDS_FR_BUBBLE_TITLE" desc="Bubble-like popup dialog title"> |
7857 You can search from here with <ph name="SEARCH_ENGINE">$1<ex>Google</ex>
</ph> | 7845 You can search from here with <ph name="SEARCH_ENGINE">$1<ex>Google</ex>
</ph> |
7858 </message> | 7846 </message> |
7859 <message name="IDS_FR_BUBBLE_SUBTEXT" desc="Text under the title for the b
ubble"> | 7847 <message name="IDS_FR_BUBBLE_SUBTEXT" desc="Text under the title for the b
ubble"> |
7860 Type to search or enter a URL to navigate - everything just works. | 7848 Type to search or enter a URL to navigate - everything just works. |
7861 </message> | 7849 </message> |
7862 <message name="IDS_FR_BUBBLE_CHANGE" desc="Text for the change button on t
he bubble"> | 7850 <message name="IDS_FR_BUBBLE_CHANGE" desc="Text for the change button on t
he bubble"> |
7863 Change | 7851 Change |
7864 </message> | 7852 </message> |
(...skipping 7139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
15004 </messages> | 14992 </messages> |
15005 <structures fallback_to_english="true"> | 14993 <structures fallback_to_english="true"> |
15006 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> | 14994 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> |
15007 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 14995 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
15008 </structure> | 14996 </structure> |
15009 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 14997 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
15010 </structure> | 14998 </structure> |
15011 </structures> | 14999 </structures> |
15012 </release> | 15000 </release> |
15013 </grit> | 15001 </grit> |
OLD | NEW |