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

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

Issue 8539022: Bluetooth UI update. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with trunk. Created 9 years, 1 month 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
« no previous file with comments | « no previous file | chrome/browser/resources/options/chromeos/bluetooth_list_element.js » ('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 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. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 11848 matching lines...) Expand 10 before | Expand all | Expand 10 after
11859 </message> 11859 </message>
11860 <message name="IDS_OPTIONS_SETTINGS_SENSITIVITY_DESCRIPTION" desc="In the settings tab, the text next to the slider for the touchpad touch sensitivity."> 11860 <message name="IDS_OPTIONS_SETTINGS_SENSITIVITY_DESCRIPTION" desc="In the settings tab, the text next to the slider for the touchpad touch sensitivity.">
11861 Pointer speed: 11861 Pointer speed:
11862 </message> 11862 </message>
11863 <message name="IDS_OPTIONS_SETTINGS_SENSITIVITY_LESS_DESCRIPTION" desc="In the settings tab, the text under the left (less sensitive) side of the slider f or the touchpad touch sensitivity."> 11863 <message name="IDS_OPTIONS_SETTINGS_SENSITIVITY_LESS_DESCRIPTION" desc="In the settings tab, the text under the left (less sensitive) side of the slider f or the touchpad touch sensitivity.">
11864 Slow 11864 Slow
11865 </message> 11865 </message>
11866 <message name="IDS_OPTIONS_SETTINGS_SENSITIVITY_MORE_DESCRIPTION" desc="In the settings tab, the text under the right (more sensitive) side of the slider for the touchpad touch sensitivity."> 11866 <message name="IDS_OPTIONS_SETTINGS_SENSITIVITY_MORE_DESCRIPTION" desc="In the settings tab, the text under the right (more sensitive) side of the slider for the touchpad touch sensitivity.">
11867 Fast 11867 Fast
11868 </message> 11868 </message>
11869 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_DISABLE">
11870 Disable bluetooth
11871 </message>
11869 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_ENABLE"> 11872 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_ENABLE">
11870 Enable bluetooth 11873 Enable bluetooth
11871 </message> 11874 </message>
11872 <message name="IDS_OPTIONS_SETTINGS_FIND_BLUETOOTH_DEVICES"> 11875 <message name="IDS_OPTIONS_SETTINGS_FIND_BLUETOOTH_DEVICES">
11873 Find devices 11876 Search for devices
11877 </message>
11878 <message name="IDS_OPTIONS_SETTINGS_NO_BLUETOOTH_DEVICES_FOUND">
11879 No devices found.
11874 </message> 11880 </message>
11875 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_SCANNING"> 11881 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_SCANNING">
11876 Scanning 11882 Searching...
11877 </message> 11883 </message>
11878 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_CONNECTED"> 11884 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_CONNECTED">
11879 Connected 11885 Connected
11880 </message> 11886 </message>
11881 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_CONNECTING"> 11887 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_CONNECTING">
11882 Connecting 11888 Connecting
11883 </message> 11889 </message>
11884 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_NOT_PAIRED"> 11890 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_NOT_PAIRED">
11885 Not Paired 11891 Not Paired
11886 </message> 11892 </message>
(...skipping 2724 matching lines...) Expand 10 before | Expand all | Expand 10 after
14611 </messages> 14617 </messages>
14612 <structures fallback_to_english="true"> 14618 <structures fallback_to_english="true">
14613 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14619 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14614 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14620 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14615 </structure> 14621 </structure>
14616 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14622 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14617 </structure> 14623 </structure>
14618 </structures> 14624 </structures>
14619 </release> 14625 </release>
14620 </grit> 14626 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/chromeos/bluetooth_list_element.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698