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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 7033018: Handler settings page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Responded to comments Created 9 years, 7 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 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. OS values are passed through from Python's sys.platform: 5 locale. OS values are passed through from Python's sys.platform:
6 6
7 win32 - Windows 7 win32 - Windows
8 darwin - Mac 8 darwin - Mac
9 linux2 - Linux (both Views and GTK+) 9 linux2 - Linux (both Views and GTK+)
10 10
(...skipping 5267 matching lines...) Expand 10 before | Expand all | Expand 10 after
5278 </message> 5278 </message>
5279 <message name="IDS_JAVASCRIPT_HEADER" desc="Label for JavaScript exception management page on Content Settings dialog"> 5279 <message name="IDS_JAVASCRIPT_HEADER" desc="Label for JavaScript exception management page on Content Settings dialog">
5280 JavaScript Exceptions 5280 JavaScript Exceptions
5281 </message> 5281 </message>
5282 <message name="IDS_JS_ALLOW_RADIO" desc="A radio button in the Content Set tings dialog for allowing JavaScript use on any site."> 5282 <message name="IDS_JS_ALLOW_RADIO" desc="A radio button in the Content Set tings dialog for allowing JavaScript use on any site.">
5283 Allow all sites to run JavaScript (recommended) 5283 Allow all sites to run JavaScript (recommended)
5284 </message> 5284 </message>
5285 <message name="IDS_JS_DONOTALLOW_RADIO" desc="A radio button in the Conten t Settings dialog for preventing JavaScript use on any site."> 5285 <message name="IDS_JS_DONOTALLOW_RADIO" desc="A radio button in the Conten t Settings dialog for preventing JavaScript use on any site.">
5286 Do not allow any site to run JavaScript 5286 Do not allow any site to run JavaScript
5287 </message> 5287 </message>
5288 <message name="IDS_HANDLERS_TAB_LABEL" desc="Label for Handlers tab on Con tent Settings dialog">
5289 Handlers
5290 </message>
5291 <message name="IDS_HANDLERS_ALLOW_RADIO" desc="A radio button in the Conte nt Settings dialog for allowing sites to register themselves as handlers for pro tocols.">
5292 Allow sites to ask to become default handlers for protocols
5293 </message>
5294 <message name="IDS_HANDLERS_DONOTALLOW_RADIO" desc="A radio button in the Content Settings dialog for preventing sites from registering themselves as hand lers for protocols.">
5295 Do not allow any site to handle protocols
5296 </message>
5297 <message name="IDS_BLOCKED_HANDLERS_TITLE" desc="Bubble info header text w hen a page is not allowed register handlers.">
5298 This site was prevented from registering a custom URL handler.
5299 </message>
5300 <message name="IDS_HANDLERS_BUBBLE_MANAGE_LINK" desc="Link on the register p rotocol handler bubble that opens up the Content Settings management dialog.">
5301 Manage handler settings...
5302 </message>
5303 <message name="IDS_HANDLERS_TYPE_COLUMN_HEADER" desc="Header on the settings page for the column showing handler protocols.">
5304 Type
5305 </message>
5306 <message name="IDS_HANDLERS_SITE_COLUMN_HEADER" desc="Header on the settings page for the column showing handler sites.">
5307 Site
5308 </message>
5309 <message name="IDS_HANDLERS_REMOVE_HANDLER_LINK" desc="Text on the link that removes a registered protocol handler from a user's settings.">
5310 remove this site
5311 </message>
5312
5313 <message name="IDS_HANDLER_OPTIONS_WINDOW_TITLE" desc="The title of the wind ow that lets a user change what handlers they have registered for various protoc ols / mimetypes.">
5314 Protocol and Mimetype Handlers
5315 </message>
5288 <message name="IDS_GEOLOCATION_TAB_LABEL" desc="Label for Geolocation tab on Content Settings dialog"> 5316 <message name="IDS_GEOLOCATION_TAB_LABEL" desc="Label for Geolocation tab on Content Settings dialog">
5289 Location 5317 Location
5290 </message> 5318 </message>
5291 <message name="IDS_GEOLOCATION_HEADER" desc="Label for Geolocation excepti on management page on Content Settings dialog"> 5319 <message name="IDS_GEOLOCATION_HEADER" desc="Label for Geolocation excepti on management page on Content Settings dialog">
5292 Geolocation Exceptions 5320 Geolocation Exceptions
5293 </message> 5321 </message>
5294 <message name="IDS_GEOLOCATION_ALLOW_RADIO" desc="A radio button in the Co ntent Settings dialog for allowing all sites access to geolocation data."> 5322 <message name="IDS_GEOLOCATION_ALLOW_RADIO" desc="A radio button in the Co ntent Settings dialog for allowing all sites access to geolocation data.">
5295 Allow all sites to track my physical location 5323 Allow all sites to track my physical location
5296 </message> 5324 </message>
5297 <message name="IDS_GEOLOCATION_ASK_RADIO" desc="A radio button in the Cont ent Settings dialog for asking before allowing sites access to gelocation data." > 5325 <message name="IDS_GEOLOCATION_ASK_RADIO" desc="A radio button in the Cont ent Settings dialog for asking before allowing sites access to gelocation data." >
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
5373 embedded on any other site 5401 embedded on any other site
5374 </message> 5402 </message>
5375 5403
5376 <if expr="pp_ifdef('use_titlecase')"> 5404 <if expr="pp_ifdef('use_titlecase')">
5377 <message name="IDS_EXCEPTIONS_MANAGE" desc="The label on the button that launches the exceptions management page for a given content type"> 5405 <message name="IDS_EXCEPTIONS_MANAGE" desc="The label on the button that launches the exceptions management page for a given content type">
5378 Manage Exceptions... 5406 Manage Exceptions...
5379 </message> 5407 </message>
5380 <message name="IDS_COOKIES_SHOW_COOKIES_BUTTON" desc="A button in the Co ntent Settings dialog for showing cookies and other stored site data."> 5408 <message name="IDS_COOKIES_SHOW_COOKIES_BUTTON" desc="A button in the Co ntent Settings dialog for showing cookies and other stored site data.">
5381 All Cookies and Site Data... 5409 All Cookies and Site Data...
5382 </message> 5410 </message>
5411 <message name="IDS_HANDLERS_MANAGE" desc="The label on the button that l aunches the exceptions management page for a given content type">
5412 Manage Handlers...
5413 </message>
5383 </if> 5414 </if>
5384 <if expr="not pp_ifdef('use_titlecase')"> 5415 <if expr="not pp_ifdef('use_titlecase')">
5385 <message name="IDS_EXCEPTIONS_MANAGE" desc="The label on the button that launches the exceptions management page for a given content type"> 5416 <message name="IDS_EXCEPTIONS_MANAGE" desc="The label on the button that launches the exceptions management page for a given content type">
5386 Manage exceptions... 5417 Manage exceptions...
5387 </message> 5418 </message>
5388 <message name="IDS_COOKIES_SHOW_COOKIES_BUTTON" desc="A button in the Co ntent Settings dialog for showing cookies and other stored site data."> 5419 <message name="IDS_COOKIES_SHOW_COOKIES_BUTTON" desc="A button in the Co ntent Settings dialog for showing cookies and other stored site data.">
5389 All cookies and site data... 5420 All cookies and site data...
5390 </message> 5421 </message>
5422 <message name="IDS_HANDLERS_MANAGE" desc="The label on the button that l aunches the exceptions management page for a given content type">
5423 Manage handlers...
5424 </message>
5391 </if> 5425 </if>
5392 5426
5393 <!-- Cookie/Images/JavaScript/Plugins/Pop-ups/Location exception editor di alogs --> 5427 <!-- Cookie/Images/JavaScript/Plugins/Pop-ups/Location exception editor di alogs -->
5394 <message name="IDS_EXCEPTION_EDITOR_PATTERN_TITLE" desc="Title of the patt ern field in the exception editor"> 5428 <message name="IDS_EXCEPTION_EDITOR_PATTERN_TITLE" desc="Title of the patt ern field in the exception editor">
5395 Pattern: 5429 Pattern:
5396 </message> 5430 </message>
5397 <message name="IDS_EXCEPTION_EDITOR_OTR_TITLE" desc="Title of the incognit o checkbox in the exception editor"> 5431 <message name="IDS_EXCEPTION_EDITOR_OTR_TITLE" desc="Title of the incognit o checkbox in the exception editor">
5398 Only apply to this incognito session 5432 Only apply to this incognito session
5399 </message> 5433 </message>
5400 5434
(...skipping 6905 matching lines...) Expand 10 before | Expand all | Expand 10 after
12306 <message name="IDS_ENTERPRISE_ENROLLMENT_NETWORK_ENROLLMENT_ERROR" desc="E rror message to show when there is a network problem talking to the device manag ement server."> 12340 <message name="IDS_ENTERPRISE_ENROLLMENT_NETWORK_ENROLLMENT_ERROR" desc="E rror message to show when there is a network problem talking to the device manag ement server.">
12307 Oops! A network communication problem occurred while trying to enroll t his device. Please check your network connection and try again. 12341 Oops! A network communication problem occurred while trying to enroll t his device. Please check your network connection and try again.
12308 </message> 12342 </message>
12309 <message name="IDS_ENTERPRISE_ENROLLMENT_FATAL_ENROLLMENT_ERROR" desc="Err or message to show when there is an unrecoverable error while performing enrollm ent."> 12343 <message name="IDS_ENTERPRISE_ENROLLMENT_FATAL_ENROLLMENT_ERROR" desc="Err or message to show when there is an unrecoverable error while performing enrollm ent.">
12310 Oops! Something went really wrong while enrolling this device. Please try again or contact your support representative. 12344 Oops! Something went really wrong while enrolling this device. Please try again or contact your support representative.
12311 </message> 12345 </message>
12312 </if> 12346 </if>
12313 12347
12314 <!-- Register Protocol Handler Strings --> 12348 <!-- Register Protocol Handler Strings -->
12315 <message name="IDS_REGISTER_PROTOCOL_HANDLER_CONFIRM" desc="The message to d isplay when asking a user to confirm the registration of a protocol handler."> 12349 <message name="IDS_REGISTER_PROTOCOL_HANDLER_CONFIRM" desc="The message to d isplay when asking a user to confirm the registration of a protocol handler.">
12316 Would you like to use <ph name="HANDLER_TITLE">$1<ex>Google Search</ex></p h> (<ph name="HANDLER_HOSTNAME">$2<ex>google.com</ex></ph>) to handle <ph name=" PROTOCOL">$3<ex>search</ex></ph>:// links from now on? 12350 Would you like to use <ph name="HANDLER_TITLE">$1<ex>Google Search</ex></p h> (<ph name="HANDLER_HOSTNAME">$2<ex>google.com</ex></ph>) to handle <ph name=" PROTOCOL">$3<ex>search</ex></ph>: links from now on?
12317 </message> 12351 </message>
12318 12352
12319 <message name="IDS_REGISTER_PROTOCOL_HANDLER_CONFIRM_REPLACE" desc="The mess age to display when asking a user to confirm the registration of a protocol hand ler."> 12353 <message name="IDS_REGISTER_PROTOCOL_HANDLER_CONFIRM_REPLACE" desc="The mess age to display when asking a user to confirm the registration of a protocol hand ler.">
12320 Would you like to use <ph name="HANDLER_TITLE">$1<ex>Google Search</ex></p h> (<ph name="HANDLER_HOSTNAME">$2<ex>google.com</ex></ph>) to handle <ph name=" PROTOCOL">$3<ex>search</ex></ph>:// links instead of <ph name="REPLACED_HANDLER_ TITLE">$4<ex>Elgoog Search</ex></ph> from now on? 12354 Would you like to use <ph name="HANDLER_TITLE">$1<ex>Google Search</ex></p h> (<ph name="HANDLER_HOSTNAME">$2<ex>google.com</ex></ph>) to handle <ph name=" PROTOCOL">$3<ex>search</ex></ph>: links instead of <ph name="REPLACED_HANDLER_TI TLE">$4<ex>Elgoog Search</ex></ph> from now on?
12321 </message> 12355 </message>
12322 12356
12323 <message name="IDS_REGISTER_PROTOCOL_HANDLER_ACCEPT" desc="Text to show for the accept button for the register protocol handler request infobar."> 12357 <message name="IDS_REGISTER_PROTOCOL_HANDLER_ACCEPT" desc="Text to show for the accept button for the register protocol handler request infobar.">
12324 Use <ph name="HANDLER_TITLE">$1<ex>Google Search</ex></ph> 12358 Use <ph name="HANDLER_TITLE">$1<ex>Google Search</ex></ph>
12325 </message> 12359 </message>
12326 12360
12327 <message name="IDS_REGISTER_PROTOCOL_HANDLER_DENY" desc="Text to show for th e deny button for the register protocol handler request infobar."> 12361 <message name="IDS_REGISTER_PROTOCOL_HANDLER_DENY" desc="Text to show for th e deny button for the register protocol handler request infobar.">
12328 Do nothing 12362 Do nothing
12329 </message> 12363 </message>
12330 12364
12331 <message name="IDS_REGISTER_PROTOCOL_HANDLER_ALREADY_REGISTERED" desc="Text to show when the user tries to register a protocol handler that they have alread y registered."> 12365 <message name="IDS_REGISTER_PROTOCOL_HANDLER_ALREADY_REGISTERED" desc="Text to show when the user tries to register a protocol handler that they have alread y registered.">
12332 <ph name="HANDLER_TITLE">$1<ex>Google Search</ex></ph> is already being us ed to handle <ph name="PROTOCOL">$2<ex>search</ex></ph>:// links. 12366 <ph name="HANDLER_TITLE">$1<ex>Google Search</ex></ph> is already being us ed to handle <ph name="PROTOCOL">$2<ex>search</ex></ph>: links.
12333 </message> 12367 </message>
12334 12368
12335 <!-- PDF with unsupported feature Info Bar --> 12369 <!-- PDF with unsupported feature Info Bar -->
12336 <message name="IDS_PDF_INFOBAR_QUESTION_READER_INSTALLED" desc="Question ask ed on the info bar when a user views a PDF with an unsupported feature and they have Adobe Reader installed."> 12370 <message name="IDS_PDF_INFOBAR_QUESTION_READER_INSTALLED" desc="Question ask ed on the info bar when a user views a PDF with an unsupported feature and they have Adobe Reader installed.">
12337 Parts of this PDF document could not be displayed. Open in Adobe Reader? 12371 Parts of this PDF document could not be displayed. Open in Adobe Reader?
12338 </message> 12372 </message>
12339 12373
12340 <message name="IDS_PDF_INFOBAR_QUESTION_READER_NOT_INSTALLED" desc="Question asked on the info bar when a user views a PDF with an unsupported feature and t hey don't have Adobe Reader installed."> 12374 <message name="IDS_PDF_INFOBAR_QUESTION_READER_NOT_INSTALLED" desc="Question asked on the info bar when a user views a PDF with an unsupported feature and t hey don't have Adobe Reader installed.">
12341 Parts of this PDF document could not be displayed. Install Adobe Reader? 12375 Parts of this PDF document could not be displayed. Install Adobe Reader?
12342 </message> 12376 </message>
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
12400 </includes> 12434 </includes>
12401 <structures fallback_to_english="true"> 12435 <structures fallback_to_english="true">
12402 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12436 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12403 </structure> 12437 </structure>
12404 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12438 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12405 </structure> 12439 </structure>
12406 </structures> 12440 </structures>
12407 12441
12408 </release> 12442 </release>
12409 </grit> 12443 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698