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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
169 <file path="resources/google_chrome_strings_vi.xtb" lang="vi" /> | 169 <file path="resources/google_chrome_strings_vi.xtb" lang="vi" /> |
170 <file path="resources/google_chrome_strings_zh-CN.xtb" lang="zh-CN" /> | 170 <file path="resources/google_chrome_strings_zh-CN.xtb" lang="zh-CN" /> |
171 <file path="resources/google_chrome_strings_zh-TW.xtb" lang="zh-TW" /> | 171 <file path="resources/google_chrome_strings_zh-TW.xtb" lang="zh-TW" /> |
172 </translations> | 172 </translations> |
173 <release seq="1" allow_pseudo="false"> | 173 <release seq="1" allow_pseudo="false"> |
174 <messages fallback_to_english="true"> | 174 <messages fallback_to_english="true"> |
175 <message name="IDS_PRODUCT_NAME" desc="The Chrome application name"> | 175 <message name="IDS_PRODUCT_NAME" desc="The Chrome application name"> |
176 Google Chrome | 176 Google Chrome |
177 </message> | 177 </message> |
178 <message name="IDS_SXS_SHORTCUT_NAME" desc="The Chrome short cut name for
SxS channel"> | 178 <message name="IDS_SXS_SHORTCUT_NAME" desc="The Chrome short cut name for
SxS channel"> |
179 Google Chrome Canary | 179 Google Chrome Canary Build |
180 </message> | 180 </message> |
181 <message name="IDS_PRODUCT_DESCRIPTION" desc="Browser description"> | 181 <message name="IDS_PRODUCT_DESCRIPTION" desc="Browser description"> |
182 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. | 182 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. |
183 </message> | 183 </message> |
184 <if expr="pp_ifdef('chromeos')"> | 184 <if expr="pp_ifdef('chromeos')"> |
185 <message name="IDS_PRODUCT_OS_NAME" desc="The Chrome OS application name
"> | 185 <message name="IDS_PRODUCT_OS_NAME" desc="The Chrome OS application name
"> |
186 Google Chrome OS | 186 Google Chrome OS |
187 </message> | 187 </message> |
188 </if> | 188 </if> |
189 <if expr="os == 'win32'"> | 189 <if expr="os == 'win32'"> |
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
512 <message name="IDS_PROFILEIMPORTER_APP_NAME" desc="The profile importer
application's name. Should contain the Chrome application name (IDS_PRODUCT_NAM
E). Example: Google Chrome Profile Importer."> | 512 <message name="IDS_PROFILEIMPORTER_APP_NAME" desc="The profile importer
application's name. Should contain the Chrome application name (IDS_PRODUCT_NAM
E). Example: Google Chrome Profile Importer."> |
513 Google Chrome Profile Importer | 513 Google Chrome Profile Importer |
514 </message> | 514 </message> |
515 <message name="IDS_SHORT_PROFILEIMPORTER_APP_NAME" desc="The profile imp
orter application's short name, used for the Mac's application menu, activity mo
nitor, etc. Example: Chrome Profile Importer, not Google Chrome Profile Importer
."> | 515 <message name="IDS_SHORT_PROFILEIMPORTER_APP_NAME" desc="The profile imp
orter application's short name, used for the Mac's application menu, activity mo
nitor, etc. Example: Chrome Profile Importer, not Google Chrome Profile Importer
."> |
516 Chrome Profile Importer | 516 Chrome Profile Importer |
517 </message> | 517 </message> |
518 </if> | 518 </if> |
519 </messages> | 519 </messages> |
520 </release> | 520 </release> |
521 </grit> | 521 </grit> |
OLD | NEW |