OLD | NEW |
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 | 2 |
3 <!-- | 3 <!-- |
4 Strings for the extensions module. Used mostly for low-level error messages. | 4 Strings for the extensions module. Used mostly for low-level error messages. |
5 Where possible new strings should be kept in Chrome and the extensions module | 5 Where possible new strings should be kept in Chrome and the extensions module |
6 should return an error code, message flag, etc. | 6 should return an error code, message flag, etc. |
7 --> | 7 --> |
8 | 8 |
9 <grit latest_public_release="0" current_release="1" | 9 <grit latest_public_release="0" current_release="1" |
10 source_lang_id="en" enc_check="möl"> | 10 source_lang_id="en" enc_check="möl"> |
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
299 </message> | 299 </message> |
300 <message name="IDS_EXTENSION_TASK_MANAGER_APPVIEW_TAG_PREFIX" desc="The pr
efix for a guest page loaded in an appview tag in the Task Manager"> | 300 <message name="IDS_EXTENSION_TASK_MANAGER_APPVIEW_TAG_PREFIX" desc="The pr
efix for a guest page loaded in an appview tag in the Task Manager"> |
301 Appview: <ph name="APPVIEW_TAG_NAME">$1<ex>Google Hangouts</ex></ph> | 301 Appview: <ph name="APPVIEW_TAG_NAME">$1<ex>Google Hangouts</ex></ph> |
302 </message> | 302 </message> |
303 <message name="IDS_EXTENSION_TASK_MANAGER_EXTENSIONOPTIONS_TAG_PREFIX" des
c="The prefix for a guest page loaded in an extensionoptions tag in the Task Man
ager"> | 303 <message name="IDS_EXTENSION_TASK_MANAGER_EXTENSIONOPTIONS_TAG_PREFIX" des
c="The prefix for a guest page loaded in an extensionoptions tag in the Task Man
ager"> |
304 Options: <ph name="EXTENSIONOPTIONS_TAG_NAME">$1<ex>Google Hangouts</ex>
</ph> | 304 Options: <ph name="EXTENSIONOPTIONS_TAG_NAME">$1<ex>Google Hangouts</ex>
</ph> |
305 </message> | 305 </message> |
306 <message name="IDS_EXTENSION_TASK_MANAGER_WEBVIEW_TAG_PREFIX" desc="The pr
efix for a guest page loaded in a webview tag in the Task Manager"> | 306 <message name="IDS_EXTENSION_TASK_MANAGER_WEBVIEW_TAG_PREFIX" desc="The pr
efix for a guest page loaded in a webview tag in the Task Manager"> |
307 Webview: <ph name="WEBVIEW_TAG_NAME">$1<ex>Google</ex></ph> | 307 Webview: <ph name="WEBVIEW_TAG_NAME">$1<ex>Google</ex></ph> |
308 </message> | 308 </message> |
| 309 |
| 310 <!-- Global error messages for extensions. Please keep alphabetized. --> |
| 311 <message name="IDS_EXTENSION_WARNINGS_NETWORK_DELAY" desc="Warning message
indicating that an extension caused excessive network delays for web requests"> |
| 312 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. |
| 313 </message> |
| 314 <message name="IDS_EXTENSION_WARNINGS_NETWORK_CONFLICT" desc="Warning mess
age which indicates that two or more extensions tried to modify a network reques
t in a conflicting way and the modification of this extension was ignored"> |
| 315 This extension failed to modify a network request because the modificati
on conflicted with another extension. |
| 316 </message> |
| 317 <message name="IDS_EXTENSION_WARNINGS_REDIRECT_CONFLICT" desc="Warning mes
sage indicating that two extensions tried to redirect to different destinations"
> |
| 318 This extension failed to redirect a network request to <ph name="ATTEMPT
ED_REDIRECT_DESTINATION">$1<ex>http://www.google.com</ex></ph> because another e
xtension (<ph name="EXTENSION_NAME">$2<ex>My Cool Extension</ex></ph>) redirecte
d it to <ph name="ACTUAL_REDIRECT_DESTINATION">$3<ex>https://www.google.com</ex>
</ph>. |
| 319 </message> |
| 320 <message name="IDS_EXTENSION_WARNINGS_REQUEST_HEADER_CONFLICT" desc="Warni
ng message which indicates that two or more extensions tried to modify a network
request in a conflicting way and the modification of this extension was ignored
"> |
| 321 This extension failed to modify the request header "<ph name="HEADER_NAM
E">$1<ex>User-Agent</ex></ph>" of a network request because the modification con
flicted with another extension (<ph name="EXTENSION_NAME">$2<ex>My Cool Extensio
n</ex></ph>). |
| 322 </message> |
| 323 <message name="IDS_EXTENSION_WARNINGS_RESPONSE_HEADER_CONFLICT" desc="Warn
ing message which indicates that two or more extensions tried to modify a networ
k request in a conflicting way and the modification of this extension was ignore
d"> |
| 324 This extension failed to modify the response header "<ph name="HEADER_NA
ME">$1<ex>User-Agents</ex></ph>" of a network request because the modification c
onflicted with another extension (<ph name="EXTENSION_NAME">$2<ex>My Cool Extens
ion</ex></ph>). |
| 325 </message> |
| 326 <message name="IDS_EXTENSION_WARNINGS_CREDENTIALS_CONFLICT" desc="Warning
message which indicates that two or more extensions tried to modify a network re
quest in a conflicting way and the modification of this extension was ignored"> |
| 327 This extension failed to provide credentials to a network request becaus
e another extension (<ph name="EXTENSION_NAME">$1<ex>My Cool Extension</ex></ph>
) provided different credentials. |
| 328 </message> |
| 329 <message name="IDS_EXTENSION_WARNINGS_DOWNLOAD_FILENAME_CONFLICT" desc="Wa
rning message which indicates that two or more extensions tried to determine the
filename of a downloaded file in a conflicting way and the modification of this
extension was ignored"> |
| 330 This extension failed to name the download "<ph name="ATTEMPTED_FILENAME
">$1<ex>apple.png</ex></ph>" because another extension (<ph name="EXTENSION_NAME
">$2<ex>My Cool Extension</ex></ph>) determined a different filename "<ph name="
ACTUAL_FILENAME">$3<ex>banana.png</ex></ph>". |
| 331 </message> |
| 332 <message name="IDS_EXTENSION_WARNING_RELOAD_TOO_FREQUENT" desc="Warning me
ssage which indates that an extension got stuck in a reload loop."> |
| 333 This extension reloaded itself too frequently. |
| 334 </message> |
| 335 |
309 </messages> | 336 </messages> |
310 </release> | 337 </release> |
311 </grit> | 338 </grit> |
OLD | NEW |