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

Side by Side Diff: chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc

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 | « chrome/browser/resources/settings/bluetooth_page/bluetooth_subpage.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/ui/webui/settings/md_settings_localized_strings_provide r.h" 5 #include "chrome/browser/ui/webui/settings/md_settings_localized_strings_provide r.h"
6 6
7 #include <string> 7 #include <string>
8 8
9 #include "base/command_line.h" 9 #include "base/command_line.h"
10 #include "base/i18n/number_formatting.h" 10 #include "base/i18n/number_formatting.h"
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 {"bluetoothAccept", IDS_OPTIONS_SETTINGS_BLUETOOTH_ACCEPT_PASSKEY}, 323 {"bluetoothAccept", IDS_OPTIONS_SETTINGS_BLUETOOTH_ACCEPT_PASSKEY},
324 {"bluetoothConnected", IDS_SETTINGS_BLUETOOTH_CONNECTED}, 324 {"bluetoothConnected", IDS_SETTINGS_BLUETOOTH_CONNECTED},
325 {"bluetoothConnecting", IDS_SETTINGS_BLUETOOTH_CONNECTING}, 325 {"bluetoothConnecting", IDS_SETTINGS_BLUETOOTH_CONNECTING},
326 {"bluetoothDeviceListPaired", IDS_SETTINGS_BLUETOOTH_DEVICE_LIST_PAIRED}, 326 {"bluetoothDeviceListPaired", IDS_SETTINGS_BLUETOOTH_DEVICE_LIST_PAIRED},
327 {"bluetoothDeviceListUnpaired", 327 {"bluetoothDeviceListUnpaired",
328 IDS_SETTINGS_BLUETOOTH_DEVICE_LIST_UNPAIRED}, 328 IDS_SETTINGS_BLUETOOTH_DEVICE_LIST_UNPAIRED},
329 {"bluetoothDisabled", IDS_SETTINGS_BLUETOOTH_DISABLED}, 329 {"bluetoothDisabled", IDS_SETTINGS_BLUETOOTH_DISABLED},
330 {"bluetoothDisconnect", IDS_OPTIONS_SETTINGS_BLUETOOTH_DISCONNECT}, 330 {"bluetoothDisconnect", IDS_OPTIONS_SETTINGS_BLUETOOTH_DISCONNECT},
331 {"bluetoothDismiss", IDS_OPTIONS_SETTINGS_BLUETOOTH_DISMISS_ERROR}, 331 {"bluetoothDismiss", IDS_OPTIONS_SETTINGS_BLUETOOTH_DISMISS_ERROR},
332 {"bluetoothEnabled", IDS_SETTINGS_BLUETOOTH_ENABLED}, 332 {"bluetoothEnabled", IDS_SETTINGS_BLUETOOTH_ENABLED},
333 {"bluetoothToggleA11yLabel",
334 IDS_SETTINGS_BLUETOOTH_TOGGLE_ACCESSIBILITY_LABEL},
333 {"bluetoothExpandA11yLabel", 335 {"bluetoothExpandA11yLabel",
334 IDS_SETTINGS_BLUETOOTH_EXPAND_ACCESSIBILITY_LABEL}, 336 IDS_SETTINGS_BLUETOOTH_EXPAND_ACCESSIBILITY_LABEL},
335 {"bluetoothNoDevices", IDS_SETTINGS_BLUETOOTH_NO_DEVICES}, 337 {"bluetoothNoDevices", IDS_SETTINGS_BLUETOOTH_NO_DEVICES},
336 {"bluetoothNoDevicesFound", IDS_SETTINGS_BLUETOOTH_NO_DEVICES_FOUND}, 338 {"bluetoothNoDevicesFound", IDS_SETTINGS_BLUETOOTH_NO_DEVICES_FOUND},
337 {"bluetoothNotConnected", IDS_SETTINGS_BLUETOOTH_NOT_CONNECTED}, 339 {"bluetoothNotConnected", IDS_SETTINGS_BLUETOOTH_NOT_CONNECTED},
338 {"bluetoothOff", IDS_SETTINGS_BLUETOOTH_OFF}, 340 {"bluetoothOff", IDS_SETTINGS_BLUETOOTH_OFF},
339 {"bluetoothOn", IDS_SETTINGS_BLUETOOTH_ON}, 341 {"bluetoothOn", IDS_SETTINGS_BLUETOOTH_ON},
340 {"bluetoothPageTitle", IDS_SETTINGS_BLUETOOTH}, 342 {"bluetoothPageTitle", IDS_SETTINGS_BLUETOOTH},
341 {"bluetoothPair", IDS_SETTINGS_BLUETOOTH_PAIR}, 343 {"bluetoothPair", IDS_SETTINGS_BLUETOOTH_PAIR},
342 {"bluetoothPairDevicePageTitle", 344 {"bluetoothPairDevicePageTitle",
(...skipping 1584 matching lines...) Expand 10 before | Expand all | Expand 10 after
1927 1929
1928 #if defined(OS_CHROMEOS) 1930 #if defined(OS_CHROMEOS)
1929 chromeos::network_element::AddLocalizedStrings(html_source); 1931 chromeos::network_element::AddLocalizedStrings(html_source);
1930 #endif 1932 #endif
1931 policy_indicator::AddLocalizedStrings(html_source); 1933 policy_indicator::AddLocalizedStrings(html_source);
1932 1934
1933 html_source->SetJsonPath(kLocalizedStringsFile); 1935 html_source->SetJsonPath(kLocalizedStringsFile);
1934 } 1936 }
1935 1937
1936 } // namespace settings 1938 } // namespace settings
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/bluetooth_page/bluetooth_subpage.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698