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

Side by Side Diff: chrome/app/policy/policy_templates.grd

Issue 6134006: Integrate user strings into the JSON policy template file (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 9 years, 11 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 | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- This file contains definitions of resources that are used in policy 3 <!-- This file contains definitions of resources that are used in policy
4 templates and will be translated for each locale. --> 4 templates and will be translated for each locale. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="app/policy/windows/admx/chrome.admx" type="admx" lang="en" /> 9 <output filename="app/policy/windows/admx/chrome.admx" type="admx" lang="en" />
10 <output filename="app/policy/windows/admx/en-US/chrome.adml" type="adml" lan g="en" /> 10 <output filename="app/policy/windows/admx/en-US/chrome.adml" type="adml" lan g="en" />
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 <file path="policy_templates_zh-TW.xtb" lang="zh-TW" /> 75 <file path="policy_templates_zh-TW.xtb" lang="zh-TW" />
76 </translations> 76 </translations>
77 <!-- TODO(gfeher): set allow_pseudo="false" before release --> 77 <!-- TODO(gfeher): set allow_pseudo="false" before release -->
78 <release seq="1" allow_pseudo="true"> 78 <release seq="1" allow_pseudo="true">
79 79
80 <structures> 80 <structures>
81 <!-- List of policies and placeholder texts. This item should precede any 81 <!-- List of policies and placeholder texts. This item should precede any
82 message definitions. --> 82 message definitions. -->
83 <structure name="IDD_POLICY_SOURCE_FILE" file="policy_templates.json" type ="policy_template_metafile" /> 83 <structure name="IDD_POLICY_SOURCE_FILE" file="policy_templates.json" type ="policy_template_metafile" />
84 </structures> 84 </structures>
85
86 <messages fallback_to_english="false">
87
88 <!-- Strings for ADM/ADMX/MCX policy templates: -->
89
90 <message name="IDS_POLICY_HOMEPAGE_CAPTION" desc="Caption of the group of ho mepage-related policies.">
91 Home page
92 </message>
93 <message name="IDS_POLICY_HOMEPAGE_DESC" desc="Description of the group of h omepage-related policies.">
94 Configure the default home page in <ph name="PRODUCT_NAME">$1<ex>Google Ch rome</ex></ph> and prevents users from changing it.
95
96 The user's home page settings are only completely locked down, if you eith er select the home page to be the new tab page, or set it to be a URL and specif y a home page URL. If you don't specify the home page URL, then the user is stil l able to set the home page to the new tab page by specifying 'chrome://newtab'.
97 </message>
98 <message name="IDS_POLICY_HOMEPAGELOCATION_DESC" desc="Description of the 'h omepage location' policy.">
99 Configures the default home page URL in <ph name="PRODUCT_NAME">$1<ex>Goog le Chrome</ex></ph> and prevents users from changing it.
100
101 The home page type can either be set to a URL you specify here or set to t he New Tab Page.
102
103 If you select the New Tab Page, then this policy is ignored.
104
105 If you enable this setting, users cannot change their home page URL in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>, but they can still can choos e the New Tab Page as their home page.
106 </message>
107 <message name="IDS_POLICY_HOMEPAGELOCATION_CAPTION" desc="Caption of the hom epage URL policy">
108 Configure the home page URL
109 </message>
110 <message name="IDS_POLICY_HOMEPAGELOCATION_LABEL" desc="Caption of the homep age URL text field in the homepage policy settings page.">
111 Home page URL
112 </message>
113
114 <message name="IDS_POLICY_HOMEPAGEISNEWTABPAGE_DESC" desc="Description of th e 'Use New Tab Page as homepage' policy settings page.">
115 Configures the type of the default home page in <ph name="PRODUCT_NAME">$1 <ex>Google Chrome</ex></ph> and prevents users from changing home page preferenc es. The home page can either be set to a URL you specify or set to the New Tab P age.
116
117 If you enable this setting, always the New Tab Page is used for the home p age, and the home page URL location is ignored.
118
119 If you disable this setting, the user's homepage will never be the New Tab Page, unless its URL is set to 'chrome://newtab'.
120
121 If you enable or disable this setting, users cannot change their homepage type in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
122 </message>
123 <message name="IDS_POLICY_HOMEPAGEISNEWTABPAGE_CAPTION" desc="Caption of the 'homepage type' selection dropdown menu in the 'homepage type' policy settings page.">
124 Use New Tab Page as homepage
125 </message>
126
127 <message name="IDS_POLICY_APPLICATIONLOCALEVALUE_CAPTION" desc="Caption of t he 'application locale' policy settings page.">
128 Application locale
129 </message>
130 <message name="IDS_POLICY_APPLICATIONLOCALEVALUE_LABEL" desc="Caption of the text entry field of the 'application locale' policy.">
131 Application locale
132 </message>
133 <message name="IDS_POLICY_APPLICATIONLOCALEVALUE_DESC" desc="Description of the 'application locale' policy.">
134 Configures the application locale in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing the locale.
135
136 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e x></ph> uses the specified locale. If the configured locale is not supported, 'e n-US' is used instead.
137
138 If this setting is disabled or not configured, <ph name="PRODUCT_NAME">$1< ex>Google Chrome</ex></ph> uses either the user-specified preferred locale (if c onfigured), the system locale or the fallback locale 'en-US'.
139 </message>
140
141 <message name="IDS_POLICY_ALTERNATEERRORPAGESENABLED_CAPTION" desc="Caption of the 'alternate error pages' policy.">
142 Enable alternate error pages
143 </message>
144 <message name="IDS_POLICY_ALTERNATEERRORPAGESENABLED_DESC" desc="Description of the 'alternate error pages' policy.">
145 Enables the use of alternate error pages that are built into <ph name="PRO DUCT_NAME">$1<ex>Google Chrome</ex></ph> (such as 'page not found') and prevents users from changing this setting.
146
147 If you enable this setting, alternate error pages are used.
148
149 If you disable this setting, alternate error pages are never used.
150
151 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
152 </message>
153
154 <message name="IDS_POLICY_SEARCHSUGGESTENABLED_CAPTION" desc="Caption of the 'search suggestions' policy.">
155 Enable search suggestions
156 </message>
157 <message name="IDS_POLICY_SEARCHSUGGESTENABLED_DESC" desc="Description of th e 'search suggestions' policy.">
158 Enables search suggestions in <ph name="PRODUCT_NAME">$1<ex>Google Chrome< /ex></ph>'s Omnibox and prevents users from changing this setting.
159
160 If you enable this setting, search suggestions are used.
161
162 If you disable this setting, search suggestions are never used.
163
164 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
165 </message>
166
167 <message name="IDS_POLICY_DNSPREFETCHINGENABLED_CAPTION" desc="Caption of th e 'DNS prefetching' policy.">
168 Enable DNS prefetching
169 </message>
170 <message name="IDS_POLICY_DNSPREFETCHINGENABLED_DESC" desc="Description of t he 'DNS prefetching' policy.">
171 Enables DNS prefetching in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex ></ph> and prevents users from changing this setting.
172
173 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
174 </message>
175
176 <message name="IDS_POLICY_DISABLESPDY_CAPTION" desc="Caption of the 'Disable SPDY' policy.">
177 Disable SPDY protocol
178 </message>
179 <message name="IDS_POLICY_DISABLESPDY_DESC" desc="Description of the 'Disabl e SPDY' policy.">
180 Disables use of the SPDY protocol in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
181 </message>
182
183 <message name="IDS_POLICY_JAVASCRIPTENABLED_CAPTION" desc="Caption of the 'J avaScript enabled' policy settings page.">
184 Enable JavaScript
185 </message>
186 <message name="IDS_POLICY_JAVASCRIPTENABLED_DESC" desc="Description of the ' JavaScript enabled' policy settings page.">
187 Enables JavaScript in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph > and prevents users from changing this setting.
188
189 If this setting is enabled or not configured, web pages can use JavaScript .
190
191 If this setting is disabled, web pages cannot use JavaScript.
192 </message>
193
194 <message name="IDS_POLICY_SAVINGBROWSERHISTORYDISABLED_CAPTION" desc="Captio n of the 'Disable saving browser history' policy settings page.">
195 Disable saving browser history
196 </message>
197 <message name="IDS_POLICY_SAVINGBROWSERHISTORYDISABLED_DESC" desc="Descripti on of the 'Disable saving browser history' policy settings page.">
198 Disables saving browser history in <ph name="PRODUCT_NAME">$1<ex>Google Ch rome</ex></ph> and prevents users from changing this setting.
199
200 If this setting is enabled, browsing history is not saved.
201
202 If this setting is disabled or not configured, browsing history is saved.
203 </message>
204
205 <message name="IDS_POLICY_PRINTINGENABLED_CAPTION" desc="Caption of the 'Pri nting enabled' policy settings page.">
206 Enable printing
207 </message>
208 <message name="IDS_POLICY_PRINTINGENABLED_DESC" desc="Description of the 'Pr inting enabled' policy settings page.">
209 Enables printing in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing this setting.
210
211 If this setting is enabled or not configured, users can print.
212
213 If this setting is disabled, users cannot print from <ph name="PRODUCT_NAM E">$1<ex>Google Chrome</ex></ph>. Printing is disabled in the wrench menu, exten sions, JavaScript applications, etc. It is still possible to print from plugins that bypass <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> while printing . For example certain Flash applications has the print option in their context m enu, and that will not be disabled.
214 </message>
215
216 <message name="IDS_POLICY_AUTOFILLENABLED_CAPTION" desc="Caption of the 'aut ofill' policy.">
217 Enable AutoFill
218 </message>
219 <message name="IDS_POLICY_AUTOFILLENABLED_DESC" desc="Description of the 'au tofill' policy.">
220 Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s AutoFill fea ture and allows users to auto complete web forms using previously stored informa tion such as address or credit card information.
221
222 If you disable this setting, AutoFill will be inaccessible to users.
223
224 If you enable this setting or do not configure a value, AutoFill will remain under the control of the user. This will allow them to configure AutoFill profi les and to switch AutoFill on or off at their own discretion.
225 </message>
226
227 <message name="IDS_POLICY_SHOWHOMEBUTTON_CAPTION" desc="Caption of the 'show Home button' policy.">
228 Show Home button on toolbar
229 </message>
230 <message name="IDS_POLICY_SHOWHOMEBUTTON_DESC" desc="Description of the 'sho w Home button' policy.">
231 Shows the Home button on <ph name="PRODUCT_NAME">$1<ex>Google
232 Chrome</ex></ph>'s toolbar.
233
234 If you enable this setting, the Home button is always shown.
235
236 If you disable this setting, the Home button is never shown.
237
238 If you enable or disable this setting, users cannot change or override this setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
239
240 </message>
241
242 <message name="IDS_POLICY_DEVELOPERTOOLSDISABLED_CAPTION" desc="Caption of t he 'developer tools disabled' policy.">
243 Disable Developer Tools
244 </message>
245 <message name="IDS_POLICY_DEVELOPERTOOLSDISABLED_DESC" desc="Description of the 'developer tools disabled' policy.">
246 Disables the Developer Tools and the JavaScript console.
247
248 If you enable this setting, the Developer Tools can not be accessed and we b-site elements can not be inspected anymore. Any keyboard shortcuts and any men u or context menu entries to open the Developer Tools or the JavaScript Console will be disabled.
249 </message>
250
251 <message name="IDS_POLICY_SAFEBROWSINGENABLED_CAPTION" desc="Caption of the 'safe browsing' policy.">
252 Enable Safe Browsing
253 </message>
254 <message name="IDS_POLICY_SAFEBROWSINGENABLED_DESC" desc="Description of the 'safe browsing' policy.">
255 Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s Safe Brows ing feature and prevents users from changing this setting.
256
257 If you enable this setting, Safe Browsing is always active.
258
259 If you disable this setting, Safe Browsing is never active.
260
261 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
262 </message>
263
264 <message name="IDS_POLICY_SYNCDISABLED_CAPTION" desc="Caption of the 'disabl e sync' policy.">
265 Disable synchronization of data with Google
266 </message>
267 <message name="IDS_POLICY_SYNCDISABLED_DESC" desc="Description of the 'disab le sync' policy.">
268 Disables data synchronization in <ph name="PRODUCT_NAME">$1<ex>Google Chro me</ex></ph> using Google-hosted synchronization services and prevents users fro m changing this setting.
269
270 If you enable this setting, users cannot change or override this setting i n <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
271 </message>
272
273 <message name="IDS_POLICY_PROXY_CAPTION" desc="Caption of the 'proxy' policy group.">
274 Proxy server
275 </message>
276 <message name="IDS_POLICY_PROXY_DESC" desc="Description of the 'proxy' polic y group.">
277 Allows you to specify the proxy server used by <ph name="PRODUCT_NAME">$1< ex>Google Chrome</ex></ph> and prevents users from changing proxy settings.
278
279 If you choose to never use a proxy server and always connect directly, all other options are ignored.
280
281 If you choose to auto detect the proxy server, all other options are ignor ed.
282
283 For detailed examples, visit:
284 <ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/design- documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph>
285
286 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e x></ph> ignores all proxy-related options specified from the command line.
287 </message>
288 <message name="IDS_POLICY_PROXYSERVERMODE_CAPTION" desc="Text describing the dropdown menu for selecting proxy server mode in the 'proxy' policy settings pa ge.">
289 Choose how to specify proxy server settings
290 </message>
291 <message name="IDS_POLICY_ENUM_PROXYSERVERDISABLED_CAPTION" desc="Label in t he 'proxy server mode' dropdown menu for selecting no proxy server.">
292 Never use a proxy
293 </message>
294 <message name="IDS_POLICY_ENUM_PROXYSERVERAUTODETECT_CAPTION" desc="Label in the 'proxy server mode' dropdown menu for selecting to auto-detect proxy settin gs.">
295 Auto detect proxy settings
296 </message>
297 <message name="IDS_POLICY_ENUM_PROXYSERVERMANUAL_CAPTION" desc="Label in the 'proxy server mode' dropdown menu for selecting manual proxy settings.">
298 Manually specify proxy settings
299 </message>
300 <message name="IDS_POLICY_ENUM_PROXYSERVERUSESYSTEM_CAPTION" desc="Label in the 'proxy server mode' dropdown menu for selecting to use system proxy settings .">
301 Use system proxy settings
302 </message>
303 <message name="IDS_POLICY_PROXYSERVER_CAPTION" desc="The label of the 'proxy server address' text field in the 'proxy' policy settings page.">
304 Address or URL of proxy server
305 </message>
306 <message name="IDS_POLICY_PROXYBYPASSLIST_CAPTION" desc="The label of the 'p roxy bypass rules' text field in the 'proxy' policy settings page.">
307 Proxy bypass rules
308 </message>
309 <message name="IDS_POLICY_PROXYBYPASSLIST_LABEL" desc="The label of the 'pro xy bypass rules' text field in the 'proxy' policy settings page.">
310 Comma-separated list of proxy bypass rules
311 </message>
312 <message name="IDS_POLICY_PROXYPACURL_CAPTION" desc="The label of the 'proxy pac URL' text field in the 'proxy' policy settings page.">
313 URL to a proxy .pac file
314 </message>
315 <message name="IDS_POLICY_PROXYSERVERMODE_DESC" desc="The description of the 'proxy bypass rules' policy when displayed in OSX Workgroup Manager.">
316 Allows you to specify the proxy server used by <ph name="PRODUCT_NAME">$1< ex>Google Chrome</ex></ph> and prevents users from changing proxy settings.
317
318 If you choose to never use a proxy server and always connect directly, all other options are ignored.
319
320 If you choose to use system proxy settings or auto detect the proxy server , all other options are ignored.
321
322 If you choose manual proxy settings, you can specify further options in 'A ddress or URL of proxy server', 'URL to a proxy .pac file' and 'Comma-separated list of proxy bypass rules'.
323
324 For detailed examples, visit:
325 <ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/design- documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph>
326
327 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e x></ph> ignores all proxy-related options specified from the command line.
328 </message>
329 <message name="IDS_POLICY_PROXYSERVER_DESC" desc="The description of the 'pr oxy server address' policy when displayed in OSX Workgroup Manager.">
330 You can specify the URL of the proxy server here.
331
332 This policy only takes effect if you have selected manual proxy settings a t 'Choose how to specify proxy server settings'.
333
334 For more options and detailed examples, visit:
335 <ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/design- documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph>
336 </message>
337 <message name="IDS_POLICY_PROXYBYPASSLIST_DESC" desc="The description of the 'proxy bypass rules' policy when displayed in OSX Workgroup Manager.">
338 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will bypass any prox y for the list of hosts given here.
339
340 This policy only takes effect if you have selected manual proxy settings a t 'Choose how to specify proxy server settings'.
341
342 For more detailed examples, visit:
343 <ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/design- documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph>
344 </message>
345 <message name="IDS_POLICY_PROXYPACURL_DESC" desc="The description of the 'pr oxy pac URL' policy when displayed in OSX Workgroup Manager.">
346 You can specify a URL to a proxy .pac file here.
347
348 This policy only takes effect if you have selected manual proxy settings a t 'Choose how to specify proxy server settings'.
349
350 For detailed examples, visit:
351 <ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/design- documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph>
352 </message>
353 <!-- Content Settings messages -->
354 <message name="IDS_POLICY_CONTENTSETTINGS_CAPTION" desc="Caption of the 'con tent settings' policy group.">
355 Content Settings
356 </message>
357 <message name="IDS_POLICY_CONTENTSETTINGS_DESC" desc="Description of the 'co ntent settings' policy group.">
358 Content Settings allow you to specify how contents of a specific type (for example Cookies, Images or JavaScript) is handled.
359 </message>
360
361 <message name="IDS_POLICY_DEFAULTCOOKIESSETTING_CAPTION" desc="Text describi ng the dropdown menu for selecting the default notification setting.">
362 Default cookies setting
363 </message>
364 <message name="IDS_POLICY_DEFAULTCOOKIESSETTING_DESC" desc="Description of t he 'default cookies setting' policy.">
365 Allows you to set whether websites are allowed to set local data. Setting local data can be either allowed for all websites or denied for all websites.
366 </message>
367 <message name="IDS_POLICY_ENUM_ALLOWCOOKIES_CAPTION" desc="Label in a 'defau lt content settings' dropdown menu for selecting the default content settings 'A LLOW'.">
368 Allow all sites to set local data.
369 </message>
370 <message name="IDS_POLICY_ENUM_BLOCKCOOKIES_CAPTION" desc="Label in a 'defau lt content settings' dropdown menu for selecting the default content settings 'B LOCK'.">
371 Do not allow any site to set local data
372 </message>
373
374 <message name="IDS_POLICY_DEFAULTIMAGESSETTING_CAPTION" desc="Text describin g the dropdown menu for selecting the default notification setting.">
375 Default images setting
376 </message>
377 <message name="IDS_POLICY_DEFAULTIMAGESSETTING_DESC" desc="Description of th e 'default images setting' policy.">
378 Allows you to set whether websites are allowed to display images. Displayi ng images can be either allowed for all websites or denied for all websites.
379 </message>
380 <message name="IDS_POLICY_ENUM_ALLOWIMAGES_CAPTION" desc="Label in a 'defaul t content settings' dropdown menu for selecting the default content settings 'AL LOW'.">
381 Allow all sites to show all images
382 </message>
383 <message name="IDS_POLICY_ENUM_BLOCKIMAGES_CAPTION" desc="Label in a 'defaul t content settings' dropdown menu for selecting the default content settings 'BL OCK'.">
384 Do not allow any site to show images
385 </message>
386
387 <message name="IDS_POLICY_DEFAULTJAVASCRIPTSETTING_CAPTION" desc="Text descr ibing the dropdown menu for selecting the default notification setting.">
388 Default JavaScript setting
389 </message>
390 <message name="IDS_POLICY_DEFAULTJAVASCRIPTSETTING_DESC" desc="Description o f the 'default JavaScript setting' policy.">
391 Allows you to set whether websites are allowed to run JavaScript. Running JavaScript can be either allowed for all websites or denied for all websites.
392 </message>
393 <message name="IDS_POLICY_ENUM_ALLOWJAVASCRIPT_CAPTION" desc="Label in a 'de fault content settings' dropdown menu for selecting the default content settings 'ALLOW'.">
394 Allow all sites to run JavaScript
395 </message>
396 <message name="IDS_POLICY_ENUM_BLOCKJAVASCRIPT_CAPTION" desc="Label in a 'de fault content settings' dropdown menu for selecting the default content settings 'BLOCK'.">
397 Do not allow any site to run JavaScript
398 </message>
399
400 <message name="IDS_POLICY_DEFAULTPLUGINSSETTING_CAPTION" desc="Text describi ng the dropdown menu for selecting the default notification setting.">
401 Default plugins setting
402 </message>
403 <message name="IDS_POLICY_DEFAULTPLUGINSSETTING_DESC" desc="Description of t he 'default plug-ins setting' policy.">
404 Allows you to set whether websites are allowed to automatically run plugin s. Automatically running plugins can be either allowed for all websites or denie d for all websites.
405 </message>
406 <message name="IDS_POLICY_ENUM_ALLOWPLUGINS_CAPTION" desc="Label in a 'defau lt content settings' dropdown menu for selecting the default content settings 'A LLOW'.">
407 Allow all sites to automatically run plugins
408 </message>
409 <message name="IDS_POLICY_ENUM_BLOCKPLUGINS_CAPTION" desc="Label in a 'defau lt content settings' dropdown menu for selecting the default content settings 'B LOCK'.">
410 Block all plugins
411 </message>
412
413 <message name="IDS_POLICY_DEFAULTPOPUPSSETTING_CAPTION" desc="Text describin g the dropdown menu for selecting the default notification setting.">
414 Default popups setting
415 </message>
416 <message name="IDS_POLICY_DEFAULTPOPUPSSETTING_DESC" desc="Description of th e 'default popups setting' policy.">
417 Allows you to set whether websites are allowed to show pop-ups. Showing pop ups can be either allowed for all websites or denied for all websites.
418 </message>
419 <message name="IDS_POLICY_ENUM_ALLOWPOPUPS_CAPTION" desc="Label in a 'defaul t content settings' dropdown menu for selecting the default content settings 'AL LOW'.">
420 Allow all sites to show pop-ups
421 </message>
422 <message name="IDS_POLICY_ENUM_BLOCKPOPUPS_CAPTION" desc="Label in a 'defaul t content settings' dropdown menu for selecting the default content settings 'BL OCK'.">
423 Do not allow any site to show popups
424 </message>
425
426 <message name="IDS_POLICY_DEFAULTNOTIFICATIONSETTING_CAPTION" desc="Text des cribing the dropdown menu for selecting the default notification setting.">
427 Default notification setting
428 </message>
429 <message name="IDS_POLICY_DEFAULTNOTIFICATIONSETTING_DESC" desc="Description of the 'default notification setting' policy.">
430 Allows you to set whether websites are allowed to display desktop notifica tions. Displaying desktop notifications can be allowed by default, denied by def ault or the user can be asked everytime a website wants to show desktop notifica tions.
431 </message>
432 <message name="IDS_POLICY_ENUM_ALLOWNOTIFICATIONS_CAPTION" desc="Label in a 'default content settings' dropdown menu for selecting the default content setti ngs 'ALLOW'.">
433 Allow sites to show desktop notifications
434 </message>
435 <message name="IDS_POLICY_ENUM_BLOCKNOTIFICATIONS_CAPTION" desc="Label in a 'default content settings' dropdown menu for selecting the default content setti ngs 'BLOCK'.">
436 Do not allow any site to show desktop notifications
437 </message>
438 <message name="IDS_POLICY_ENUM_ASKNOTIFICATIONS_CAPTION" desc="Label in a 'd efault content settings' dropdown menu for selecting the default content setting s 'ASK'.">
439 Ask every time a site wants to show desktop notifications
440 </message>
441
442 <message name="IDS_POLICY_DEFAULTGEOLOCATIONSETTING_CAPTION" desc="Text desc ribing the dropdown menu for selecting the default notification setting.">
443 Default geolocation setting
444 </message>
445 <message name="IDS_POLICY_DEFAULTGEOLOCATIONSETTING_DESC" desc="Description of the 'default geolocation setting' policy.">
446 Allows you to set whether websites are allowed to track the users' physica l location. Tracking the users' physical location can be allowed by default, den ied by default or the user can be asked everytime a website requests the pysical location.
447 </message>
448
449 <message name="IDS_POLICY_ENUM_ALLOWGEOLOCATION_CAPTION" desc="Label in a 'd efault content settings' dropdown menu for selecting the default content setting s 'ALLOW'.">
450 Allow sites to track the users' physical location
451 </message>
452 <message name="IDS_POLICY_ENUM_BLOCKGEOLOCATION_CAPTION" desc="Label in a 'd efault content settings' dropdown menu for selecting the default content setting s 'BLOCK'.">
453 Do not allow any site to track the users' physical location
454 </message>
455 <message name="IDS_POLICY_ENUM_ASKGEOLOCATION_CAPTION" desc="Label in a 'def ault content settings' dropdown menu for selecting the default content settings 'ASK'.">
456 Ask whenever a site wants to track the users' physical location
457 </message>
458 <!-- End HTTP Policy messages -->
459
460 <!-- HTTP Authentication Policy messages -->
461 <message name="IDS_POLICY_HTTPAUTHENTICATION_CAPTION" desc="Caption of the ' HTTPAuthentication' policy group">
462 Policies for HTTP Authentication
463 </message>
464 <message name="IDS_POLICY_HTTPAUTHENTICATION_DESC" desc="Description of the 'HTTPAuthentication' policy group">
465 Policies related to integrated HTTP authentication.
466 </message>
467
468 <message name="IDS_POLICY_AUTHSCHEMES_CAPTION" desc="Caption of the 'support ed auth schemes' policy.">
469 Supported authentication schemes
470 </message>
471 <message name="IDS_POLICY_AUTHSCHEMES_DESC" desc="Description of the 'suppor ted auth schemes' policy.">
472 Specifies which HTTP Authentication schemes are supported by <ph name="PRO DUCT_NAME">$1<ex>Google Chrome</ex></ph>.
473
474 Possible values are 'basic', 'digest', 'ntlm' and 'negotiate'. Separate mu ltiple values with commas.
475 </message>
476 <message name="IDS_POLICY_DISABLEAUTHNEGOTIATECNAMELOOKUP_CAPTION" desc="Cap tion of the 'disable auth negotiate CNAME lookup' policy.">
477 Disable CNAME lookup when negotiating Kerberos authentication
478 </message>
479 <message name="IDS_POLICY_DISABLEAUTHNEGOTIATECNAMELOOKUP_DESC" desc="Descri ption of the 'disable auth negotiate CNAME lookup' policy.">
480 Specifies whether the generated Kerberos SPN is based on the canonical DNS name or the original name entered.
481
482 If you enable this setting, CNAME lookup will be skipped and the server na me will be used as entered.
483
484 If you enable this setting, the canonical name of the server will be deter mined via CNAME lookup.
485 </message>
486 <message name="IDS_POLICY_ENABLEAUTHNEGOTIATEPORT_CAPTION" desc="Caption of the 'enable auth negotiate port' policy.">
487 Include non-standard port in Kerberos SPN
488 </message>
489 <message name="IDS_POLICY_ENABLEAUTHNEGOTIATEPORT_DESC" desc="Description of the 'enable auth negotiate port' policy.">
490 Specifies whether the generated Kerberos SPN should include a non-standard port.
491
492 If you enable this setting, and a non-standard port (i.e., a port other th an 80 or 443) is entered, it will be included in the generated Kerberos SPN.
493
494 If you disable this setting, the generated Kerberos SPN will not include a port in any case.
495 </message>
496 <message name="IDS_POLICY_AUTHSERVERWHITELIST_CAPTION" desc="Caption of the 'auth server whitelist' policy.">
497 Authentication server whitelist
498 </message>
499 <message name="IDS_POLICY_AUTHSERVERWHITELIST_DESC" desc="Description of the 'auth server whitelist' policy.">
500 Specifies which servers should be whitelisted for integrated authenticatio n. Integrated authentication is only enabled when <ph name="PRODUCT_NAME">$1<ex> Google Chrome</ex></ph> receives an authentication challenge from a proxy or fro m a server which is in this permitted list.
501
502 Separate multiple server names with commas. Wildcards (*) are allowed.
503 </message>
504 <message name="IDS_POLICY_AUTHNEGOTIATEDELEGATEWHITELIST_CAPTION" desc="Capt ion of the 'auth negotiate delegate whitelist' policy.">
505 Kerberos delegation server whitelist
506 </message>
507 <message name="IDS_POLICY_AUTHNEGOTIATEDELEGATEWHITELIST_DESC" desc="Descrip tion of the 'auth negotiate delegate whitelist' policy.">
508 Servers that <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> may del egate to.
509 </message>
510 <message name="IDS_POLICY_GSSAPILIBRARYNAME_CAPTION" desc="Caption of the 'G SSAPI library name' policy">
511 GSSAPI library name
512 </message>
513 <message name="IDS_POLICY_GSSAPILIBRARYNAME_DESC" desc="Description of the ' GSSAPI library name' policy">
514 Specifies which GSSAPI library to use for HTTP Authentication. You can set either just a library name, or a full path. If no setting is provided, <ph name ="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will fall back to using a default library name.
515 </message>
516 <!-- End HTTP Authentication Policy messages -->
517
518 <message name="IDS_POLICY_METRICSREPORTINGENABLED_CAPTION" desc="Caption of the 'crash reporting' policy.">
519 Enable reporting of usage and crash-related data
520 </message>
521 <message name="IDS_POLICY_METRICSREPORTINGENABLED_DESC" desc="Description of the 'crash reporting' policy.">
522 Enables anonymous reporting of usage and crash-related data about <ph name ="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to Google and prevents users from changing this setting.
523
524 If you enable this setting, anonymous reporting of usage and crash-related data is sent to Google.
525
526 If you disable this setting, anonymous reporting of usage and crash-relate d data is never sent to Google.
527
528 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
529 </message>
530
531 <message name="IDS_POLICY_PASSWORDMANAGER_CAPTION" desc="Caption of the grou p of 'password manager' related policies.">
532 Password manager
533 </message>
534 <message name="IDS_POLICY_PASSWORDMANAGER_DESC" desc="Description of the gro up of 'password manager' related policies.">
535 Configures the password manager. If the password manager is enabled, then you can choose to enable or disable whether the user may show stored passwords i n clear text.
536 </message>
537
538 <message name="IDS_POLICY_PASSWORDMANAGERENABLED_CAPTION" desc="Caption of t he 'password manager' policy.">
539 Enable the password manager
540 </message>
541 <message name="IDS_POLICY_PASSWORDMANAGERENABLED_DESC" desc="Description of the 'password manager' policy.">
542 Enables saving passwords and using saved passwords in <ph name="PRODUCT_NA ME">$1<ex>Google Chrome</ex></ph>.
543
544 If you enable this setting, users can have <ph name="PRODUCT_NAME">$1<ex>G oogle Chrome</ex></ph> memorize passwords and provide them automatically the nex t time they log in to a site.
545
546 If you disable this setting, users are not able to save passwords or use a lready saved passwords.
547
548 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
549 </message>
550
551 <message name="IDS_POLICY_PASSWORDMANAGERALLOWSHOWPASSWORDS_CAPTION" desc="C aption of the 'allow show passwords in password manager' policy.">
552 Allow users to show passwords in Password Manager
553 </message>
554 <message name="IDS_POLICY_PASSWORDMANAGERALLOWSHOWPASSWORDS_DESC" desc="Desc ription of the 'allow show passwords in password manager' policy.">
555 Controls whether the user may show passwords in clear text in the password manager.
556
557 If you disable this setting, the password manager does not allow showing s tored passwords in clear text in the password manager window.
558
559 If you enable or do not configure this setting, users can view their passw ords in clear text in the password manager.
560 </message>
561
562 <message name="IDS_POLICY_DISABLEDPLUGINS_CAPTION" desc="Caption of the 'dis able plugins' policy.">
563 Specify a list of disabled plugins
564 </message>
565 <message name="IDS_POLICY_DISABLEDPLUGINS_DESC" desc="Description of the 'di sable plugins' policy.">
566 Specifies a list of plugins that are disabled in <ph name="PRODUCT_NAME">$ 1<ex>Google Chrome</ex></ph> and prevents users from changing this setting.
567
568 The wildcard characters '*' and '?' can be used to match sequences of arbi trary characters. '*' matches an arbitrary number of characters while '?' specif ies an optional single character, i.e. matches zero or one characters. The escap e character is '\', so to match actual '*', '?', or '\' characters, you can put a '\' in front of them.
569
570 If you enable this setting, the specified list of plugins is never used in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. The plugins are marked a s disabled in 'about:plugins' and users cannot enable them.
571 </message>
572 <message name="IDS_POLICY_DISABLEDPLUGINS_LABEL" desc="Label of the 'list of disabled plugins' text field in the 'disabled plugins' policy settings page.">
573 List of disabled plugins
574 </message>
575
576 <message name="IDS_POLICY_EXTENSIONS_CAPTION" desc="Caption of the group of extension-related policies.">
577 Extensions
578 </message>
579 <message name="IDS_POLICY_EXTENSIONS_DESC" desc="Description of the group of extension-related policies.">
580 Configures extension-related policies. The user is not allowed to install blacklisted extensions unless they are whitelisted. You can also force <ph name= "PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to automatically install extensions by specifying them in <ph name="EXTENSIONINSTALLFORCELIST_POLICY_NAME">Extensio nInstallForcelist</ph>. The blacklist takes precedence over the list of forced e xtensions.
581 </message>
582
583 <message name="IDS_POLICY_EXTENSIONINSTALLBLACKLIST_CAPTION" desc="Caption o f the 'extension blacklist' policy settings page.">
584 Configure extension installation blacklist
585 </message>
586 <message name="IDS_POLICY_EXTENSIONINSTALLBLACKLIST_LABEL" desc="Label of th e 'blacklisted extensions' list editor view in the 'extension blacklist' policy settings page.">
587 Extension IDs the user should be prevented from installing (or * for all)
588 </message>
589 <message name="IDS_POLICY_EXTENSIONINSTALLBLACKLIST_DESC" desc="Description of the 'extension blacklist' policy settings page.">
590 Allows you to specify which extensions the users can NOT install.
591
592 A blacklist value of * means all extensions are blacklisted unless they ar e explicitly listed in the whitelist.
593 </message>
594
595 <message name="IDS_POLICY_EXTENSIONINSTALLWHITELIST_CAPTION" desc="Caption o f the 'extension whitelist' policy settings page.">
596 Configure extension installation whitelist
597 </message>
598 <message name="IDS_POLICY_EXTENSIONINSTALLWHITELIST_LABEL" desc="Label of th e 'whitelisted extensions' list editor view in the 'extension whitelist' policy settings page.">
599 Extension IDs to exempt from the blacklist
600 </message>
601 <message name="IDS_POLICY_EXTENSIONINSTALLWHITELIST_DESC" desc="Description of the 'extension whitelist' policy settings page.">
602 Allows you to specify which extensions are not subject to the blacklist.
603
604 A blacklist value of * means all extensions are blacklisted and users can only install extensions listed in the whitelist.
605
606 By default, all extensions are whitelisted, but if all extensions have bee n blacklisted by policy, the whitelist can be used to override that policy.
607 </message>
608 <message name="IDS_POLICY_EXTENSIONINSTALLFORCELIST_CAPTION" desc="Caption o f the 'extension force-list' policy settings page.">
609 Configure the list of force-installed extensions
610 </message>
611 <message name="IDS_POLICY_EXTENSIONINSTALLFORCELIST_LABEL" desc="Label of th e 'extension force-list' list editor view in the 'extension whitelist' policy se ttings page.">
612 Extension IDs and update URLs to be silently installed
613 </message>
614 <message name="IDS_POLICY_EXTENSIONINSTALLFORCELIST_DESC" desc="Description of the 'extension force-list' policy settings page.">
615 Allows you to specify a list of extensions that will be installed silently , without user interaction.
616
617 Each item of the list is a string, that contains an extension ID and an up date URL delimited by a semicolon (<ph name="SEMICOLON">;</ph>). For example: <p h name="EXTENSION_POLICY_EXAMPLE">lcncmkcnkcdbbanbjakcencbaoegdjlp;https://clien ts2.google.com/service/update2/crx</ph>. For each item, <ph name="PRODUCT_NAME"> $1<ex>Google Chrome</ex></ph> will retrieve the extension specified by the ID fr om the specified URL and silently install it. The following pages explain how yo u can host extensions on your own server. About update URLs: <ph name="LINK_TO_E XTENSION_DOC1">http://code.google.com/chrome/extensions/autoupdate.html</ph> , a bout hosting extensions in general: <ph name="LINK_TO_EXTENSION_DOC2">http://cod e.google.com/chrome/extensions/hosting.html</ph>.
618
619 Users will be unable to uninstall extensions that are specified by this po licy. If you remove an extension from this list, then it will be automatically u ninstalled by <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. Extensions that are blacklisted in 'ExtensionInstallBlacklist' and not whitelisted, cannot be force-installed by this policy.
620 </message>
621
622 <message name="IDS_POLICY_WIN_SUPPORTED_WINXPSP2" desc="A label specifying t he oldest possible compatible version of Windows. This text will appear right ne xt to a label containing the text 'Supported on:'.">
623 Microsoft Windows XP SP2 or later
624 </message>
625 <message name="IDS_POLICY_MAC_CHROME_PREFERENCES" desc="A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chrome are being edited">
626 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferences
627 </message>
628
629 <message name="IDS_POLICY_RESTOREONSTARTUPGROUP_CAPTION" desc="Caption of
630 the 'restore on startup' policy settings page">
631 Startup pages
632 </message>
633 <message name="IDS_POLICY_RESTOREONSTARTUPGROUP_DESC" desc="Description of
634 the 'restore on startup' policy settings page.">
635 Allows you to configure the pages that are loaded on startup.
636
637 The contents of the list 'URLs to open at startup' are ignored unless you select 'Open a list of URLs' in 'Action on startup'.
638 </message>
639
640 <message name="IDS_POLICY_RESTOREONSTARTUP_CAPTION" desc="Caption of the dro pbox 'restore on startup mode' of the policy settings page 'restore on startup'. ">
641 Action on startup
642 </message>
643 <message name="IDS_POLICY_RESTOREONSTARTUP_DESC" desc="Description of the dr opbox 'restore on startup mode' of the policy settings page 'restore on startup' ">
644 Allows you to specify the behavior on startup.
645
646 If you choose 'Open home page' the home page will always be opened when yo u start <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
647
648 If you choose 'Reopen the URLs that were open last', the URLs that were op en last time <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> was closed wi ll be reopened.
649
650 If you choose 'Open a list of URLs', the list of 'URLs to open on startup' will be opened when a user starts <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ ex></ph>.
651
652 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
653 </message>
654
655 <message name="IDS_POLICY_ENUM_RESTOREONSTARTUPISNONE_CAPTION" desc="Label i n the dropdown menu 'restore on startup mode' for opening the home page on start up.">
656 Open home page
657 </message>
658 <message name="IDS_POLICY_ENUM_RESTOREONSTARTUPISLASTSESSION_CAPTION" desc=" Label in the dropdown menu 'restore on startup mode' for opening the URLs that w ere open last.">
659 Reopen the URLs that were open last
660 </message>
661 <message name="IDS_POLICY_ENUM_RESTOREONSTARTUPISURLS_CAPTION" desc="Label i n the dropdown menu 'restore on startup mode' for opening a list of URLs on star tup.">
662 Open a list of URLs
663 </message>
664
665 <message name="IDS_POLICY_RESTOREONSTARTUPURLS_CAPTION" desc="Label of the l ist editor 'restore startup urls' of the policy settings page 'restore on startu p'.">
666 URLs to open on startup
667 </message>
668 <message name="IDS_POLICY_RESTOREONSTARTUPURLS_DESC" desc="Description of th e list editor 'restore startup urls' of the policy settings page 'restore on sta rtup'.">
669 If 'Open a list of URLs' is selected as the startup action, this allows yo u to specify the list of URLs that are opened.
670 </message>
671 <message name="IDS_POLICY_DEFAULTSEARCHPROVIDER_CAPTION" desc="Caption of th e group of 'Default Search Provider' related policies.">
672 Default search provider
673 </message>
674 <message name="IDS_POLICY_DEFAULTSEARCHPROVIDER_DESC" desc="Description of t he group of 'Default Search Provider' related policies.">
675 Configures the default search provider. You can specify the default search provider that the user will use or choose to disable default search.
676 </message>
677 <message name="IDS_POLICY_DEFAULTSEARCHPROVIDERENABLED_CAPTION" desc="Captio n of the 'Default Search Provider' policy.">
678 Enable the default search provider
679 </message>
680 <message name="IDS_POLICY_DEFAULTSEARCHPROVIDERENABLED_DESC" desc="Descripti on of the 'Default Search Provider' policy.">
681 Enables the use of a default search provider.
682
683 If you enable this setting, a default search is performed when the user ty pes text in the omnibox that is not a URL.
684
685 You can specify the default search provider to be used by setting the rest of the default search policies. If these are left empty, the user can choose th e default provider.
686
687 If you diable this setting, no search is performed when the user enters no n-URL text in the omnibox.
688
689 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">
690 $1<ex>Google Chrome</ex>
691 </ph>.
692 </message>
693 <message name="IDS_POLICY_DEFAULTSEARCHPROVIDERNAME_CAPTION" desc="The label of the 'Name' text field in the 'Default Search Provider' policy settings page. ">
694 Default search provider name
695 </message>
696 <message name="IDS_POLICY_DEFAULTSEARCHPROVIDERNAME_DESC" desc="Caption of t he 'Name' text field in the 'Default Search Provider' policy settings page.">
697 Specifies the name of the default search provider. If left empty, the host name specified by the search URL will be used.
698 </message>
699 <message name="IDS_POLICY_DEFAULTSEARCHPROVIDERKEYWORD_CAPTION" desc="The la bel of the 'Keyword' text field in the 'Default Search Provider' policy settings page.">
700 Default search provider keyword
701 </message>
702 <message name="IDS_POLICY_DEFAULTSEARCHPROVIDERKEYWORD_DESC" desc="Caption o f the 'Keyword' text field in the 'Default Search Provider' policy settings page .">
703 Specifies the keyword, which is the shortcut used in the omnibox to trigge r the search for this provider. Optional.
704 </message>
705 <message name="IDS_POLICY_DEFAULTSEARCHPROVIDERSEARCHURL_CAPTION" desc="The label of the 'Search URL' text field in the 'Default Search Provider' policy set tings page.">
706 Default search provider search URL
707 </message>
708 <message name="IDS_POLICY_DEFAULTSEARCHPROVIDERSEARCHURL_DESC" desc="Caption of the 'Search URL' text field in the 'Default Search Provider' policy settings page.">
709 Specifies the URL of the search engine used when doing a default search. T he URL should contain the string '<ph name="SEARCH_TERM_MARKER">{searchTerms}</p h>', which will be replaced at query time by the terms the user is searching for .
710 </message>
711 <message name="IDS_POLICY_DEFAULTSEARCHPROVIDERSUGGESTURL_CAPTION" desc="The label of the 'Suggest URL' text field in the 'Default Search Provider' policy s ettings page.">
712 Default search provider suggest URL
713 </message>
714 <message name="IDS_POLICY_DEFAULTSEARCHPROVIDERSUGGESTURL_DESC" desc="Captio n of the 'Suggest URL' text field in the 'Default Search Provider' policy settin gs page.">
715 Specifies the URL of the search engine used to provide search suggestions. The URL should contain the string '<ph name="SEARCH_TERM_MARKER">{searchTerms}< /ph>', which will be replaced at query time by the text the user has entered so far. Optional.
716 </message>
717 <message name="IDS_POLICY_DEFAULTSEARCHPROVIDERICONURL_CAPTION" desc="The la bel of the 'Icon URL' text field in the 'Default Search Provider' policy setting s page.">
718 Default search provider icon
719 </message>
720 <message name="IDS_POLICY_DEFAULTSEARCHPROVIDERICONURL_DESC" desc="Caption o f the 'Icon URL' text field in the 'Default Search Provider' policy settings pag e.">
721 Specifies the favorite icon URL of the default search provider. Optional.
722 </message>
723 <message name="IDS_POLICY_DEFAULTSEARCHPROVIDERENCODINGS_CAPTION" desc="The label of the 'Encodings' text field in the 'Default Search Provider' policy sett ings page.">
724 Default search provider encodings
725 </message>
726 <message name="IDS_POLICY_DEFAULTSEARCHPROVIDERENCODINGS_DESC" desc="Caption of the 'Encodings' text field in the 'Default Search Provider' policy settings page.">
727 Specifies the character encodings supported by the search provider. Encodi ngs are code page names like UTF-8, GB2312, and ISO-8859-1. They are tried in th e order provided. The default is UTF-8.
728 </message>
729 <message name="IDS_POLICY_DISABLE3DAPIS_CAPTION" desc="Label of the Disable3 DAPIs policy text field.">
730 Disable support for 3D graphics APIs
731 </message>
732 <message name="IDS_POLICY_DISABLE3DAPIS_DESC" desc="Caption of the Disable3D APIs policy text field.">
733 Disable support for 3D graphics APIs.
734
735 Enabling this setting prevents web pages from accessing the graphics proce ssing unit (GPU). Specifically, web pages can not access the WebGL API and plugi ns can not use the Pepper 3D API.
736
737 Disabling this setting potentially allows web pages to use the WebGL API a nd plugins to use the Pepper 3D API. The default settings of the browser may sti ll require command line arguments to be passed in order to use these APIs.
738 </message>
739 <!-- Begin Chrome Frame messages -->
740 <message name="IDS_POLICY_CHROMEFRAMERENDERERSETTINGS_CAPTION"
741 desc="Caption of Chrome Frame renderer policy group">
742 Default HTML renderer for <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrom e Frame</ex></ph>
743 </message>
744 <message name="IDS_POLICY_CHROMEFRAMERENDERERSETTINGS_DESC"
745 desc="Description of the 'Chrome Frame renderer' policy group">
746 Allows you to configure the default HTML renderer when <ph name="PRODUCT_F RAME_NAME">$3<ex>Google Chrome Frame</ex>
747 </ph> is installed.
748 The default setting is to allow the host browser do the rendering, but you
749 can optionally override this and have <ph name="PRODUCT_FRAME_NAME">$3<ex>
750 Google Chrome Frame</ex></ph> render HTML pages by default.
751 </message>
752
753 <message name="IDS_POLICY_ENUM_RENDERINHOST_CAPTION"
754 desc="Caption for 'Use the host browser as the default HTML rendere r'.">
755 Use the host browser by default
756 </message>
757
758 <message name="IDS_POLICY_ENUM_RENDERINCHROMEFRAME_CAPTION"
759 desc="Make Chrome Frame the default renderer - caption">
760 Use <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> by d efault
761 </message>
762
763 <message name="IDS_POLICY_RENDERINCHROMEFRAMELIST_CAPTION"
764 desc="Caption for list of URLs that should always be displayed in C hrome Frame">
765 Always render the following URL patterns in <ph name="PRODUCT_FRAME_NAME"> $3<ex>Google Chrome Frame</ex></ph>
766 </message>
767 <message name="IDS_POLICY_RENDERINCHROMEFRAMELIST_DESC"
768 desc="Description for list of URLs that should always be displayed in Chrome Frame">
769 Customize the list of URL patterns that should always be rendered by <ph n ame="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph>.
770
771 For example patterns see http://www.chromium.org/developers/how-tos/chrome -frame-getting-started.
772 </message>
773
774 <message name="IDS_POLICY_RENDERINHOSTLIST_CAPTION"
775 desc="Caption for list of URLs that should always be displayed in t he host browser">
776 Always render the following URL patterns in the host browser
777 </message>
778 <message name="IDS_POLICY_RENDERINHOSTLIST_DESC"
779 desc="Description for list of URLs that should always be displayed in the host browser">
780 Customize the list of URL patterns that should always be rendered by the h ost browser.
781 For example patterns see http://www.chromium.org/developers/how-tos/chrome -frame-getting-started.
782 </message>
783
784 <message name="IDS_POLICY_CHROMEFRAMECONTENTTYPES_CAPTION"
785 desc="Caption for list of Content-Type values that should additiona lly be supported by Chrome Frame">
786 Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> to handle the following content types.
787 </message>
788 <message name="IDS_POLICY_CHROMEFRAMECONTENTTYPES_DESC"
789 desc="Description for list of Content-Type values that should addit ionally be supported by Chrome Frame">
790 Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> to handle the following content types.
791 </message>
792 <!-- End Chrome Frame messages -->
793
794 <!-- Begin ChromeOs messages -->
795 <message name="IDS_POLICY_CHROMEOSLOCKONIDLESUSPEND_CAPTION"
796 desc="Caption of ChromeOsLockOnIdleSuspend policy">
797 Enable lock when ChromeOS devices become idle or suspended.
798 </message>
799 <message name="IDS_POLICY_CHROMEOSLOCKONIDLESUSPEND_DESC"
800 desc="Description of ChromeOsLockOnIdleSuspend policy">
801 Enable lock when ChromeOS devices become idle or suspended.
802
803 If you enable this setting, users will be asked for a password to unlock C hromeOS devices from sleep.
804
805 If you disable this setting, users will not be asked for a password to wak e ChromeOS devices from sleep.
806
807 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome OS</ex></ph>.
808 </message>
809 <!-- End ChromeOs messages -->
810
811 <!-- Generated documentation messages -->
812 <message name="IDS_POLICY_DOC_DATA_TYPE"
813 desc="Caption text of the field 'data type' in the summary chart of a policy in the generated documentation">
814 Data type:
815 </message>
816 <message name="IDS_POLICY_DOC_WIN_REG_LOC"
817 desc="Caption text of the field 'windows registry location' in the summary chart of a policy in the generated documentation">
818 Windows registry location:
819 </message>
820 <message name="IDS_POLICY_DOC_MAC_LINUX_PREF_NAME"
821 desc="Caption text of the field 'mac/linux preference name' in the summary chart of a policy in the generated documentation">
822 Mac/Linux preference name:
823 </message>
824 <message name="IDS_POLICY_DOC_SUPPORTED_ON"
825 desc="Caption text of the list of 'products, platforms and versions where this policy is supported' in the summary chart of a policy in the generat ed documentation">
826 Supported on:
827 </message>
828 <message name="IDS_POLICY_DOC_SINCE_VERSION"
829 desc="Text in the summary chart of a policy that specifies the vers ion number in which the policy was introduced.">
830 since version <ph name="SINCE_VERSION">$6<ex>8</ex></ph>
831 </message>
832 <message name="IDS_POLICY_DOC_UNTIL_VERSION"
833 desc="Text in the summary chart of a policy that specifies the vers ion number after which the policy was dropped.">
834 until version <ph name="UNTIL_VERSION">$6<ex>10</ex></ph>
835 </message>
836 <message name="IDS_POLICY_DOC_SUPPORTED_FEATURES"
837 desc="Caption text of the list of 'policy features that this policy supports' in the summary chart of a policy in the generated documentation">
838 Supported features:
839 </message>
840 <message name="IDS_POLICY_DOC_DESCRIPTION"
841 desc="Caption text of the 'description text' in the summary chart o f a policy in the generated documentation">
842 Description:
843 </message>
844 <message name="IDS_POLICY_DOC_EXAMPLE_VALUE"
845 desc="Caption text of the field 'example value' in the summary char t of a policy in the generated documentation">
846 Example value:
847 </message>
848 <message name="IDS_POLICY_DOC_INTRO"
849 desc="Introduction text for the generated policy documentation">
850 This is the list of policies that <ph name="PRODUCT_NAME">$1<ex>Google Chr ome</ex></ph> respects.
851
852 You don't need to change these settings by hand! You can download easy-to -use templates from
853 <ph name="POLICY_TEMPLATE_DOWNLOAD_URL">$5<ex>
854 http://www.chromium.org/administrators/policy-templates</ex></ph>.
855
856 The list of supported policies is the same for Chromium and Google Chrome, but their Windows registry locations differ.
857
858 It starts with <ph name="CHROMIUM_KEY">Software\Policies\Chromium</ph> for Chromium policies and with <ph name="GOOGLE_CHROME_KEY">Software\Policies\Googl e\Chrome</ph> for Google Chrome policies.
859 </message>
860 <message name="IDS_POLICY_DOC_BACK_TO_TOP"
861 desc="Text of a link in the generated policy documentation, that ta kes the user to the top of the page">
862 Back to top
863 </message>
864 <message name="IDS_POLICY_DOC_SUPPORTED"
865 desc="Appears next to the name of each supported feature in the 'li st of supported policy features' in the generated policy documentation">
866 Yes
867 </message>
868 <message name="IDS_POLICY_DOC_NOT_SUPPORTED"
869 desc="Appears next to the name of each unsupported feature in the ' list of supported policy features' in the generated policy documentation">
870 No
871 </message>
872 <message name="IDS_POLICY_DOC_NAME_COLUMN_TITLE"
873 desc="Appears at the top of the policy summary table, over the colu mn of policy names, in the generated policy documentation">
874 Policy Name
875 </message>
876 <message name="IDS_POLICY_DOC_DESCRIPTION_COLUMN_TITLE"
877 desc="Appears at the top of the policy summary table, over the colu mn of short policy descriptions, in the generated policy documentation">
878 Description
879 </message>
880 <message name="IDS_POLICY_DOC_FEATURE_DYNAMIC_REFRESH"
881 desc="The name of the feature that indicates for a given policy tha t changes to it are respected by Chrome without a browser restart">
882 Dynamic Policy Refresh
883 </message>
884 <!-- End of generated documentation messages -->
885 </messages>
886 </release> 85 </release>
887 </grit> 86 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/policy/policy_templates.json » ('j') | tools/grit/grit/gather/policy_json.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698