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

Side by Side Diff: chrome/app/settings_strings.grdp

Issue 2676103002: MD Settings: Move bluetooth UI from dialog to subpage (Closed)
Patch Set: Feedback Created 3 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html » ('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 <!-- Settings-specific strings (included from generated_resources.grd). --> 2 <!-- Settings-specific strings (included from generated_resources.grd). -->
3 <grit-part> 3 <grit-part>
4 <!-- About Page --> 4 <!-- About Page -->
5 <message name="IDS_SETTINGS_ABOUT_PAGE_BROWSER_VERSION" desc="The text label d escribing the version of the browser, example: Version 57.0.2937.0 (Developer Bu ild) unknown (64-bit)"> 5 <message name="IDS_SETTINGS_ABOUT_PAGE_BROWSER_VERSION" desc="The text label d escribing the version of the browser, example: Version 57.0.2937.0 (Developer Bu ild) unknown (64-bit)">
6 Version <ph name="PRODUCT_VERSION">$1<ex>15.0.865.0</ex></ph> (<ph name="PRO DUCT_CHANNEL">$2<ex>Developer Build</ex></ph>) <ph name="PRODUCT_MODIFIER">$3</p h> <ph name="PRODUCT_VERSION_BITS">$4</ph> 6 Version <ph name="PRODUCT_VERSION">$1<ex>15.0.865.0</ex></ph> (<ph name="PRO DUCT_CHANNEL">$2<ex>Developer Build</ex></ph>) <ph name="PRODUCT_MODIFIER">$3</p h> <ph name="PRODUCT_VERSION_BITS">$4</ph>
7 </message> 7 </message>
8 <if expr="chromeos"> 8 <if expr="chromeos">
9 <message name="IDS_SETTINGS_ABOUT_PAGE_DETAILED_BUILD_INFO" desc="Label desc ribing the section that shows detailed information about the current Chrome buil d."> 9 <message name="IDS_SETTINGS_ABOUT_PAGE_DETAILED_BUILD_INFO" desc="Label desc ribing the section that shows detailed information about the current Chrome buil d.">
10 Detailed build information 10 Detailed build information
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 <message name="IDS_SETTINGS_DEFAULT_BROWSER_MAKE_DEFAULT_BUTTON" desc="Text of the button used to make Chrome the default browser on the user's system."> 462 <message name="IDS_SETTINGS_DEFAULT_BROWSER_MAKE_DEFAULT_BUTTON" desc="Text of the button used to make Chrome the default browser on the user's system.">
463 Make default 463 Make default
464 </message> 464 </message>
465 </if> 465 </if>
466 466
467 <!-- Bluetooth Page --> 467 <!-- Bluetooth Page -->
468 <if expr="chromeos"> 468 <if expr="chromeos">
469 <message name="IDS_SETTINGS_BLUETOOTH" desc="Name of the settings page which displays Bluetooth device settings."> 469 <message name="IDS_SETTINGS_BLUETOOTH" desc="Name of the settings page which displays Bluetooth device settings.">
470 Bluetooth 470 Bluetooth
471 </message> 471 </message>
472 <message name="IDS_SETTINGS_BLUETOOTH_DEVICE_LIST_PAIRED" desc="Title of the settings subsection listing paired Bluetooth devices.">
473 Paired devices
474 </message>
475 <message name="IDS_SETTINGS_BLUETOOTH_DEVICE_LIST_UNPAIRED" desc="Title of t he settings subsection listing unpaired Bluetooth devices.">
476 Unpaired devices
477 </message>
472 <message name="IDS_SETTINGS_BLUETOOTH_PAIR" desc="Label for the settings but ton to pair a previously paired Bluetooth device."> 478 <message name="IDS_SETTINGS_BLUETOOTH_PAIR" desc="Label for the settings but ton to pair a previously paired Bluetooth device.">
473 Pair 479 Pair
474 </message> 480 </message>
475 <message name="IDS_SETTINGS_BLUETOOTH_PAIR_DEVICE" desc="Label for the setti ngs button to add and pair a new Bluetooth device.">
476 Pair device
477 </message>
478 <message name="IDS_SETTINGS_BLUETOOTH_PAIR_DEVICE_TITLE" desc="Title of the settings dialog for adding or pairing Bluetooth a device."> 481 <message name="IDS_SETTINGS_BLUETOOTH_PAIR_DEVICE_TITLE" desc="Title of the settings dialog for adding or pairing Bluetooth a device.">
479 Pair Bluetooth device 482 Pair Bluetooth device
480 </message> 483 </message>
481 <message name="IDS_SETTINGS_BLUETOOTH_SCANNING" desc="Message displayed whil e scanning for Bluetooth devices."> 484 <message name="IDS_SETTINGS_BLUETOOTH_NO_DEVICES" desc="Message displayed wh en there are no paired Bluetooth devices scan.">
482 Scanning for devices... 485 No paired devices.
483 </message> 486 </message>
484 <message name="IDS_SETTINGS_BLUETOOTH_NO_DEVICES" desc="Message displayed wh en no Bluetooth devices are found after a scan."> 487 <message name="IDS_SETTINGS_BLUETOOTH_NO_DEVICES_FOUND" desc="Message displa yed when no Bluetooth devices are found after a scan.">
485 No Bluetooth devices found. 488 No Bluetooth devices found.
486 </message> 489 </message>
487 <message name="IDS_SETTINGS_BLUETOOTH_ENABLED" desc="Label for Bluetooth sec tion when enabled."> 490 <message name="IDS_SETTINGS_BLUETOOTH_ENABLED" desc="Label for Bluetooth sec tion when enabled.">
488 Bluetooth enabled 491 Enabled
489 </message> 492 </message>
490 <message name="IDS_SETTINGS_BLUETOOTH_DISABLED" desc="Label for Bluetooth se ction when disabled."> 493 <message name="IDS_SETTINGS_BLUETOOTH_DISABLED" desc="Label for Bluetooth se ction when disabled.">
491 Bluetooth disabled 494 Disabled
492 </message> 495 </message>
493 <message name="IDS_SETTINGS_BLUETOOTH_EXPAND_ACCESSIBILITY_LABEL" desc="Labe l for the button that toggles showing available Bluetooth devices. Only visible by screen reader software."> 496 <message name="IDS_SETTINGS_BLUETOOTH_EXPAND_ACCESSIBILITY_LABEL" desc="Labe l for the button that toggles showing available Bluetooth devices. Only visible by screen reader software.">
494 Show available Bluetooth devices 497 Show available Bluetooth devices
495 </message> 498 </message>
496 <message name="IDS_SETTINGS_BLUETOOTH_REMOVE" desc="Label for removing (unpa iring) a paired Bluetooth device"> 499 <message name="IDS_SETTINGS_BLUETOOTH_REMOVE" desc="Label for removing (unpa iring) a paired Bluetooth device">
497 Remove from list 500 Remove from list
498 </message> 501 </message>
499 <message name="IDS_SETTINGS_BLUETOOTH_REQUEST_PINCODE" desc="Bluetooth pairi ng message typically displayed when the external Bluetooth 2.0 and older device has no display or means of input."> 502 <message name="IDS_SETTINGS_BLUETOOTH_REQUEST_PINCODE" desc="Bluetooth pairi ng message typically displayed when the external Bluetooth 2.0 and older device has no display or means of input.">
500 Please enter the PIN for "<ph name="DEVICE_NAME">$1<ex>Nexus S</ex></ph>": 503 Please enter the PIN for "<ph name="DEVICE_NAME">$1<ex>Nexus S</ex></ph>":
501 </message> 504 </message>
(...skipping 2307 matching lines...) Expand 10 before | Expand all | Expand 10 after
2809 System 2812 System
2810 </message> 2813 </message>
2811 <message name="IDS_SETTINGS_SYSTEM_HARDWARE_ACCELERATION_LABEL" desc="Label for the checkbox that forces Chrome to render via hardware acceleration (GPU) wh en available."> 2814 <message name="IDS_SETTINGS_SYSTEM_HARDWARE_ACCELERATION_LABEL" desc="Label for the checkbox that forces Chrome to render via hardware acceleration (GPU) wh en available.">
2812 Use hardware acceleration when available 2815 Use hardware acceleration when available
2813 </message> 2816 </message>
2814 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2817 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
2815 Change proxy settings 2818 Change proxy settings
2816 </message> 2819 </message>
2817 </if> 2820 </if>
2818 </grit-part> 2821 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698