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

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

Issue 2693013004: MD Settings: Bluetooth: Add a11y label for toggle button (Closed)
Patch Set: 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_page.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 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 </message> 486 </message>
487 <message name="IDS_SETTINGS_BLUETOOTH_NO_DEVICES_FOUND" desc="Message displa yed when 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.">
488 No Bluetooth devices found. 488 No Bluetooth devices found.
489 </message> 489 </message>
490 <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.">
491 Enabled 491 Enabled
492 </message> 492 </message>
493 <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.">
494 Disabled 494 Disabled
495 </message> 495 </message>
496 <message name="IDS_SETTINGS_BLUETOOTH_TOGGLE_ACCESSIBILITY_LABEL" desc="Acce ssibility only label for Bluetooth enable/disable toggle .">
497 Bluetooth enable
498 </message>
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."> 499 <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.">
497 Show available Bluetooth devices 500 Show available Bluetooth devices
498 </message> 501 </message>
499 <message name="IDS_SETTINGS_BLUETOOTH_REMOVE" desc="Label for removing (unpa iring) a paired Bluetooth device"> 502 <message name="IDS_SETTINGS_BLUETOOTH_REMOVE" desc="Label for removing (unpa iring) a paired Bluetooth device">
500 Remove from list 503 Remove from list
501 </message> 504 </message>
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."> 505 <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.">
503 Please enter the PIN for "<ph name="DEVICE_NAME">$1<ex>Nexus S</ex></ph>": 506 Please enter the PIN for "<ph name="DEVICE_NAME">$1<ex>Nexus S</ex></ph>":
504 </message> 507 </message>
505 <message name="IDS_SETTINGS_BLUETOOTH_DISPLAY_PINCODE" desc="Bluetooth pairi ng message typically displayed when pairing a Bluetooth 2.0 and older wireless k eyboard."> 508 <message name="IDS_SETTINGS_BLUETOOTH_DISPLAY_PINCODE" desc="Bluetooth pairi ng message typically displayed when pairing a Bluetooth 2.0 and older wireless k eyboard.">
(...skipping 2347 matching lines...) Expand 10 before | Expand all | Expand 10 after
2853 System 2856 System
2854 </message> 2857 </message>
2855 <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."> 2858 <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.">
2856 Use hardware acceleration when available 2859 Use hardware acceleration when available
2857 </message> 2860 </message>
2858 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2861 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
2859 Change proxy settings 2862 Change proxy settings
2860 </message> 2863 </message>
2861 </if> 2864 </if>
2862 </grit-part> 2865 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698