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

Side by Side Diff: extensions/extensions_strings.grd

Issue 536753003: Add recommended extension installation support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ext-3
Patch Set: rebase Created 6 years, 2 months 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
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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 Access photos, music, and other media from your computer 256 Access photos, music, and other media from your computer
257 </message> 257 </message>
258 258
259 <!-- Policy strings. Please keep alphabetized. --> 259 <!-- Policy strings. Please keep alphabetized. -->
260 <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."> 260 <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.">
261 <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. 261 <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.
262 </message> 262 </message>
263 <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."> 263 <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.">
264 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. 264 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.
265 </message> 265 </message>
266 <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.">
267 The administrator of this machine requires <ph name="EXTENSION_NAME">$1< ex>Google Talk</ex></ph> to be installed. It cannot be uninstalled.
268 </message>
266 269
267 <!-- Settings override strings. Please keep alphabetized. --> 270 <!-- Settings override strings. Please keep alphabetized. -->
268 <message name="IDS_EXTENSION_PROMPT_WARNING_HOME_PAGE_SETTING_OVERRIDE" de sc="Permission string for home page override."> 271 <message name="IDS_EXTENSION_PROMPT_WARNING_HOME_PAGE_SETTING_OVERRIDE" de sc="Permission string for home page override.">
269 Change your home page to: <ph name="HOME_PAGE">$1<ex>home.page.com/home. html</ex></ph> 272 Change your home page to: <ph name="HOME_PAGE">$1<ex>home.page.com/home. html</ex></ph>
270 </message> 273 </message>
271 <message name="IDS_EXTENSION_PROMPT_WARNING_SEARCH_SETTINGS_OVERRIDE" desc ="Permission string for search settings override."> 274 <message name="IDS_EXTENSION_PROMPT_WARNING_SEARCH_SETTINGS_OVERRIDE" desc ="Permission string for search settings override.">
272 Change your search settings to: <ph name="SEARCH_HOST">$1<ex>url.search. com</ex></ph> 275 Change your search settings to: <ph name="SEARCH_HOST">$1<ex>url.search. com</ex></ph>
273 </message> 276 </message>
274 <message name="IDS_EXTENSION_PROMPT_WARNING_START_PAGE_SETTING_OVERRIDE" d esc="Permission string for start page override."> 277 <message name="IDS_EXTENSION_PROMPT_WARNING_START_PAGE_SETTING_OVERRIDE" d esc="Permission string for start page override.">
275 Change your start page to: <ph name="START_PAGE">$1<ex>start.page.com/st art.html</ex></ph> 278 Change your start page to: <ph name="START_PAGE">$1<ex>start.page.com/st art.html</ex></ph>
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 <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."> 367 <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.">
365 Access your Universal 2nd Factor devices 368 Access your Universal 2nd Factor devices
366 </message> 369 </message>
367 <message name="IDS_EXTENSION_PROMPT_WARNING_WEB_CONNECTABLE" desc="Permiss ion string for allowing websites to connect to extensions."> 370 <message name="IDS_EXTENSION_PROMPT_WARNING_WEB_CONNECTABLE" desc="Permiss ion string for allowing websites to connect to extensions.">
368 Communicate with cooperating websites 371 Communicate with cooperating websites
369 </message> 372 </message>
370 373
371 </messages> 374 </messages>
372 </release> 375 </release>
373 </grit> 376 </grit>
OLDNEW
« extensions/browser/test_management_policy.h ('K') | « extensions/browser/test_management_policy.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698