OLD | NEW |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <!-- This file contains definitions of strings that are specific to | 2 <!-- This file contains definitions of strings that are specific to |
3 Google Chrome. These strings will be translated for each locale that Google | 3 Google Chrome. These strings will be translated for each locale that Google |
4 Chrome supports. --> | 4 Chrome supports. --> |
5 | 5 |
6 <grit base_dir="." latest_public_release="0" current_release="1" | 6 <grit base_dir="." latest_public_release="0" current_release="1" |
7 source_lang_id="en" enc_check="möl"> | 7 source_lang_id="en" enc_check="möl"> |
8 <outputs> | 8 <outputs> |
9 <output filename="grit/google_chrome_strings.h" type="rc_header"> | 9 <output filename="grit/google_chrome_strings.h" type="rc_header"> |
10 <emit emit_type='prepend'></emit> | 10 <emit emit_type='prepend'></emit> |
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
181 <message name="IDS_SXS_SHORTCUT_NAME" desc="The Chrome short cut name for SxS channel"> | 181 <message name="IDS_SXS_SHORTCUT_NAME" desc="The Chrome short cut name for SxS channel"> |
182 Google Chrome Canary | 182 Google Chrome Canary |
183 </message> | 183 </message> |
184 <message name="IDS_PRODUCT_DESCRIPTION" desc="Browser description"> | 184 <message name="IDS_PRODUCT_DESCRIPTION" desc="Browser description"> |
185 Google Chrome is a web browser that runs web pages and applications with lightning speed. It's fast, stable, and easy to use. Browse the web more safely with malware and phishing protection built into Google Chrome. | 185 Google Chrome is a web browser that runs web pages and applications with lightning speed. It's fast, stable, and easy to use. Browse the web more safely with malware and phishing protection built into Google Chrome. |
186 </message> | 186 </message> |
187 <if expr="pp_ifdef('chromeos')"> | 187 <if expr="pp_ifdef('chromeos')"> |
188 <message name="IDS_PRODUCT_OS_NAME" desc="The Chrome OS application name "> | 188 <message name="IDS_PRODUCT_OS_NAME" desc="The Chrome OS application name "> |
189 Chrome OS | 189 Chrome OS |
190 </message> | 190 </message> |
191 <message name="IDS_WELCOME_SCREEN_TITLE" desc="Title of the OOBE welcome screen"> | |
192 Chrome > Connect | |
whywhat
2011/05/26 19:48:47
Though maybe it's okay this way.
Nikita (slow)
2011/05/27 12:23:24
Done.
| |
193 </message> | |
194 <message name="IDS_EULA_SCREEN_TITLE" desc="Title of the OOBE EULA scree n"> | |
195 Chrome > The small print | |
196 </message> | |
191 </if> | 197 </if> |
192 <if expr="os.find('win') != -1"> | 198 <if expr="os.find('win') != -1"> |
193 <message name="IDS_PRODUCT_FRAME_NAME" desc="The Chrome Frame applicatio n name"> | 199 <message name="IDS_PRODUCT_FRAME_NAME" desc="The Chrome Frame applicatio n name"> |
194 Google Chrome Frame | 200 Google Chrome Frame |
195 </message> | 201 </message> |
196 <message name="IDS_VERSIONMISMATCH_HEADER"> | 202 <message name="IDS_VERSIONMISMATCH_HEADER"> |
197 Chrome Frame Update. | 203 Chrome Frame Update. |
198 </message> | 204 </message> |
199 <message name="IDS_VERSIONMISMATCH"> | 205 <message name="IDS_VERSIONMISMATCH"> |
200 Chrome Frame has been updated. Please relaunch your browser. Chrome ve rsion: <ph name="TODO_0001">%ls<ex>TODO</ex></ph>, Chrome Frame version: <ph nam e="TODO_0002">%ls<ex>TODO</ex></ph> | 206 Chrome Frame has been updated. Please relaunch your browser. Chrome ve rsion: <ph name="TODO_0001">%ls<ex>TODO</ex></ph>, Chrome Frame version: <ph nam e="TODO_0002">%ls<ex>TODO</ex></ph> |
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
554 <message name="IDS_UTILITY_APP_NAME" desc="The utility application's nam e. Should contain the Chrome application name (IDS_PRODUCT_NAME). Example: Goog le Chrome Utility."> | 560 <message name="IDS_UTILITY_APP_NAME" desc="The utility application's nam e. Should contain the Chrome application name (IDS_PRODUCT_NAME). Example: Goog le Chrome Utility."> |
555 Google Chrome Utility | 561 Google Chrome Utility |
556 </message> | 562 </message> |
557 <message name="IDS_SHORT_UTILITY_APP_NAME" desc="The utility application 's short name, used for the Mac's application menu, activity monitor, etc. Examp le: Chrome Utility, not Google Chrome Utility."> | 563 <message name="IDS_SHORT_UTILITY_APP_NAME" desc="The utility application 's short name, used for the Mac's application menu, activity monitor, etc. Examp le: Chrome Utility, not Google Chrome Utility."> |
558 Chrome Utility | 564 Chrome Utility |
559 </message> | 565 </message> |
560 </if> | 566 </if> |
561 </messages> | 567 </messages> |
562 </release> | 568 </release> |
563 </grit> | 569 </grit> |
OLD | NEW |