Chromium Code Reviews| 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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 279 <!-- Policy strings. Please keep alphabetized. --> | 279 <!-- Policy strings. Please keep alphabetized. --> |
| 280 <message name="IDS_EXTENSION_CANT_INSTALL_POLICY_BLOCKED" desc="Error mess age when a user tries to install an extension that is blocked by administrator p olicy."> | 280 <message name="IDS_EXTENSION_CANT_INSTALL_POLICY_BLOCKED" desc="Error mess age when a user tries to install an extension that is blocked by administrator p olicy."> |
| 281 <ph name="EXTENSION_NAME">$1<ex>Google Talk</ex></ph> (extension ID "<ph name="EXTENSION_ID">$2<ex>nckgahadagoaajjgafhacjanaoiihapd</ex></ph>") is block ed by the administrator. | 281 <ph name="EXTENSION_NAME">$1<ex>Google Talk</ex></ph> (extension ID "<ph name="EXTENSION_ID">$2<ex>nckgahadagoaajjgafhacjanaoiihapd</ex></ph>") is block ed by the administrator. |
| 282 </message> | 282 </message> |
| 283 <message name="IDS_EXTENSION_CANT_MODIFY_POLICY_REQUIRED" desc="Error mess age when a user tries to remove or change an extension that is required by admin istrator policy."> | 283 <message name="IDS_EXTENSION_CANT_MODIFY_POLICY_REQUIRED" desc="Error mess age when a user tries to remove or change an extension that is required by admin istrator policy."> |
| 284 The administrator of this machine requires <ph name="EXTENSION_NAME">$1< ex>Google Talk</ex></ph> to be installed. It cannot be removed or modified. | 284 The administrator of this machine requires <ph name="EXTENSION_NAME">$1< ex>Google Talk</ex></ph> to be installed. It cannot be removed or modified. |
| 285 </message> | 285 </message> |
| 286 <message name="IDS_EXTENSION_CANT_UNINSTALL_POLICY_REQUIRED" desc="Error m essage when a user tries to uninstall an extension that is required by administr ator policy."> | 286 <message name="IDS_EXTENSION_CANT_UNINSTALL_POLICY_REQUIRED" desc="Error m essage when a user tries to uninstall an extension that is required by administr ator policy."> |
| 287 The administrator of this machine requires <ph name="EXTENSION_NAME">$1< ex>Google Talk</ex></ph> to be installed. It cannot be uninstalled. | 287 The administrator of this machine requires <ph name="EXTENSION_NAME">$1< ex>Google Talk</ex></ph> to be installed. It cannot be uninstalled. |
| 288 </message> | 288 </message> |
| 289 <message name="IDS_EXTENSION_DISABLED_UPDATE_REQUIRED_BY_POLICY" desc="Err or message when an extension doesn't meet minimum version required by administra tor policy."> | |
| 290 The administrator of this machine requires <ph name="EXTENSION_NAME">$1< ex>Google Talk</ex></ph> to have a minimum version of <ph name="EXTENSION_VERSIO N">$2<ex>1.1.0</ex></ph>. It cannot be enabled until being updated to the minimu m version or higher. | |
|
Finnur
2014/11/19 10:16:26
How about: It cannot be enabled until it has updat
binjin
2014/11/19 13:36:11
Done.
| |
| 291 </message> | |
| 289 | 292 |
| 290 <!-- Settings override strings. Please keep alphabetized. --> | 293 <!-- Settings override strings. Please keep alphabetized. --> |
| 291 <message name="IDS_EXTENSION_PROMPT_WARNING_HOME_PAGE_SETTING_OVERRIDE" de sc="Permission string for home page override."> | 294 <message name="IDS_EXTENSION_PROMPT_WARNING_HOME_PAGE_SETTING_OVERRIDE" de sc="Permission string for home page override."> |
| 292 Change your home page to: <ph name="HOME_PAGE">$1<ex>home.page.com/home. html</ex></ph> | 295 Change your home page to: <ph name="HOME_PAGE">$1<ex>home.page.com/home. html</ex></ph> |
| 293 </message> | 296 </message> |
| 294 <message name="IDS_EXTENSION_PROMPT_WARNING_SEARCH_SETTINGS_OVERRIDE" desc ="Permission string for search settings override."> | 297 <message name="IDS_EXTENSION_PROMPT_WARNING_SEARCH_SETTINGS_OVERRIDE" desc ="Permission string for search settings override."> |
| 295 Change your search settings to: <ph name="SEARCH_HOST">$1<ex>url.search. com</ex></ph> | 298 Change your search settings to: <ph name="SEARCH_HOST">$1<ex>url.search. com</ex></ph> |
| 296 </message> | 299 </message> |
| 297 <message name="IDS_EXTENSION_PROMPT_WARNING_START_PAGE_SETTING_OVERRIDE" d esc="Permission string for start page override."> | 300 <message name="IDS_EXTENSION_PROMPT_WARNING_START_PAGE_SETTING_OVERRIDE" d esc="Permission string for start page override."> |
| 298 Change your start page to: <ph name="START_PAGE">$1<ex>start.page.com/st art.html</ex></ph> | 301 Change your start page to: <ph name="START_PAGE">$1<ex>start.page.com/st art.html</ex></ph> |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 411 <message name="IDS_EXTENSION_PROMPT_WARNING_U2F_DEVICES" desc="Warning mes sage which indicates that an extension has access to Universal 2nd Factor device s."> | 414 <message name="IDS_EXTENSION_PROMPT_WARNING_U2F_DEVICES" desc="Warning mes sage which indicates that an extension has access to Universal 2nd Factor device s."> |
| 412 Access your Universal 2nd Factor devices | 415 Access your Universal 2nd Factor devices |
| 413 </message> | 416 </message> |
| 414 <message name="IDS_EXTENSION_PROMPT_WARNING_WEB_CONNECTABLE" desc="Permiss ion string for allowing websites to connect to extensions."> | 417 <message name="IDS_EXTENSION_PROMPT_WARNING_WEB_CONNECTABLE" desc="Permiss ion string for allowing websites to connect to extensions."> |
| 415 Communicate with cooperating websites | 418 Communicate with cooperating websites |
| 416 </message> | 419 </message> |
| 417 | 420 |
| 418 </messages> | 421 </messages> |
| 419 </release> | 422 </release> |
| 420 </grit> | 423 </grit> |
| OLD | NEW |