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

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: add ui changes Created 6 years, 3 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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 Access photos, music, and other media from your computer 250 Access photos, music, and other media from your computer
251 </message> 251 </message>
252 252
253 <!-- Policy strings. Please keep alphabetized. --> 253 <!-- Policy strings. Please keep alphabetized. -->
254 <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."> 254 <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.">
255 <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. 255 <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.
256 </message> 256 </message>
257 <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."> 257 <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.">
258 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. 258 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.
259 </message> 259 </message>
260 <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.">
261 The administrator of this machine requires <ph name="EXTENSION_NAME">$1< ex>Google Talk</ex></ph> to be installed. It cannot be uninstalled.
262 </message>
260 263
261 <!-- Settings override strings. Please keep alphabetized. --> 264 <!-- Settings override strings. Please keep alphabetized. -->
262 <message name="IDS_EXTENSION_PROMPT_WARNING_HOME_PAGE_SETTING_OVERRIDE" de sc="Permission string for home page override."> 265 <message name="IDS_EXTENSION_PROMPT_WARNING_HOME_PAGE_SETTING_OVERRIDE" de sc="Permission string for home page override.">
263 Change your home page to: <ph name="HOME_PAGE">$1<ex>home.page.com/home. html</ex></ph> 266 Change your home page to: <ph name="HOME_PAGE">$1<ex>home.page.com/home. html</ex></ph>
264 </message> 267 </message>
265 <message name="IDS_EXTENSION_PROMPT_WARNING_SEARCH_SETTINGS_OVERRIDE" desc ="Permission string for search settings override."> 268 <message name="IDS_EXTENSION_PROMPT_WARNING_SEARCH_SETTINGS_OVERRIDE" desc ="Permission string for search settings override.">
266 Change your search settings to: <ph name="SEARCH_HOST">$1<ex>url.search. com</ex></ph> 269 Change your search settings to: <ph name="SEARCH_HOST">$1<ex>url.search. com</ex></ph>
267 </message> 270 </message>
268 <message name="IDS_EXTENSION_PROMPT_WARNING_START_PAGE_SETTING_OVERRIDE" d esc="Permission string for start page override."> 271 <message name="IDS_EXTENSION_PROMPT_WARNING_START_PAGE_SETTING_OVERRIDE" d esc="Permission string for start page override.">
269 Change your start page to: <ph name="START_PAGE">$1<ex>start.page.com/st art.html</ex></ph> 272 Change your start page to: <ph name="START_PAGE">$1<ex>start.page.com/st art.html</ex></ph>
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 </message> 348 </message>
346 <message name="IDS_EXTENSION_WARNING_RELOAD_TOO_FREQUENT" desc="Warning me ssage which indates that an extension got stuck in a reload loop."> 349 <message name="IDS_EXTENSION_WARNING_RELOAD_TOO_FREQUENT" desc="Warning me ssage which indates that an extension got stuck in a reload loop.">
347 This extension reloaded itself too frequently. 350 This extension reloaded itself too frequently.
348 </message> 351 </message>
349 <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."> 352 <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.">
350 Access your Universal 2nd Factor devices 353 Access your Universal 2nd Factor devices
351 </message> 354 </message>
352 </messages> 355 </messages>
353 </release> 356 </release>
354 </grit> 357 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698