Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(518)

Side by Side Diff: extensions/extensions_strings.grd

Issue 706623004: Add minimum version to extension management (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ext-update-url
Patch Set: rebase Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « extensions/common/extension.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 it has updated to that vers ion (or higher).
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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
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."> 417 <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.">
415 Access your Universal 2nd Factor devices 418 Access your Universal 2nd Factor devices
416 </message> 419 </message>
417 <message name="IDS_EXTENSION_PROMPT_WARNING_WEB_CONNECTABLE" desc="Permiss ion string for allowing websites to connect to extensions."> 420 <message name="IDS_EXTENSION_PROMPT_WARNING_WEB_CONNECTABLE" desc="Permiss ion string for allowing websites to connect to extensions.">
418 Communicate with cooperating websites 421 Communicate with cooperating websites
419 </message> 422 </message>
420 423
421 </messages> 424 </messages>
422 </release> 425 </release>
423 </grit> 426 </grit>
OLDNEW
« no previous file with comments | « extensions/common/extension.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698