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 4195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4206 <message name="IDS_EXTENSION_PROMPT_PERMISSIONS_BUTTON" desc="Text for the
allow button on the extension permissions prompt"> | 4206 <message name="IDS_EXTENSION_PROMPT_PERMISSIONS_BUTTON" desc="Text for the
allow button on the extension permissions prompt"> |
4207 Allow | 4207 Allow |
4208 </message> | 4208 </message> |
4209 <message name="IDS_EXTENSION_PROMPT_PERMISSIONS_ABORT_BUTTON" desc="Text f
or the deny button on the extension permissions prompt"> | 4209 <message name="IDS_EXTENSION_PROMPT_PERMISSIONS_ABORT_BUTTON" desc="Text f
or the deny button on the extension permissions prompt"> |
4210 Deny | 4210 Deny |
4211 </message> | 4211 </message> |
4212 <message name="IDS_EXTENSION_WEB_STORE_TITLE" desc="Text for the Chrome We
b Store"> | 4212 <message name="IDS_EXTENSION_WEB_STORE_TITLE" desc="Text for the Chrome We
b Store"> |
4213 Web Store | 4213 Web Store |
4214 </message> | 4214 </message> |
4215 | 4215 |
| 4216 <!-- TODO(dmazzoni) uncomment these strings once this change is merged. |
| 4217 <message name="IDS_EXTENSIONS_SHOW_DETAILS" desc="Tooltip for the button n
ext to an extension that shows more details"> |
| 4218 Show Details |
| 4219 </message> |
| 4220 <message name="IDS_EXTENSIONS_HIDE_DETAILS" desc="Tooltip for the button n
ext to an extension that hides details"> |
| 4221 Hide Details |
| 4222 </message> |
| 4223 --> |
| 4224 |
4216 <!-- Global error messages for extensions --> | 4225 <!-- Global error messages for extensions --> |
4217 <message name="IDS_EXTENSION_WARNINGS_WRENCH_MENU_ITEM" desc="The wrench m
enu item indicating that extensions caused problems"> | 4226 <message name="IDS_EXTENSION_WARNINGS_WRENCH_MENU_ITEM" desc="The wrench m
enu item indicating that extensions caused problems"> |
4218 Misbehaving extension | 4227 Misbehaving extension |
4219 </message> | 4228 </message> |
4220 <message name="IDS_EXTENSION_WARNINGS_TITLE" desc="The title of a section
in chrome://extensions which contains the warning(s) that relates to one particu
lar extension"> | 4229 <message name="IDS_EXTENSION_WARNINGS_TITLE" desc="The title of a section
in chrome://extensions which contains the warning(s) that relates to one particu
lar extension"> |
4221 Warning: | 4230 Warning: |
4222 </message> | 4231 </message> |
4223 <message name="IDS_EXTENSION_WARNINGS_NETWORK_DELAY" desc="Warning message
indicating that an extension caused excessive network delays for web requests"> | 4232 <message name="IDS_EXTENSION_WARNINGS_NETWORK_DELAY" desc="Warning message
indicating that an extension caused excessive network delays for web requests"> |
4224 This extension is slowing down <ph name="PRODUCT_NAME">$1<ex>Google Chro
me</ex></ph>. You should disable it to restore <ph name="PRODUCT_NAME">$1<ex>Goo
gle Chrome</ex></ph>'s performance. | 4233 This extension is slowing down <ph name="PRODUCT_NAME">$1<ex>Google Chro
me</ex></ph>. You should disable it to restore <ph name="PRODUCT_NAME">$1<ex>Goo
gle Chrome</ex></ph>'s performance. |
4225 </message> | 4234 </message> |
(...skipping 10153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
14379 </messages> | 14388 </messages> |
14380 <structures fallback_to_english="true"> | 14389 <structures fallback_to_english="true"> |
14381 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> | 14390 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> |
14382 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 14391 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
14383 </structure> | 14392 </structure> |
14384 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 14393 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
14385 </structure> | 14394 </structure> |
14386 </structures> | 14395 </structures> |
14387 </release> | 14396 </release> |
14388 </grit> | 14397 </grit> |
OLD | NEW |