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

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

Issue 8137003: Add display of available bluetooth devices, and mechanism for retrieving the list. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: BlueTooth -> Bluetooth. Created 9 years, 2 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. 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 11159 matching lines...) Expand 10 before | Expand all | Expand 10 after
11170 </message> 11170 </message>
11171 <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."> 11171 <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.">
11172 Fast 11172 Fast
11173 </message> 11173 </message>
11174 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_ENABLE"> 11174 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_ENABLE">
11175 Enable bluetooth 11175 Enable bluetooth
11176 </message> 11176 </message>
11177 <message name="IDS_OPTIONS_SETTINGS_FIND_BLUETOOTH_DEVICES"> 11177 <message name="IDS_OPTIONS_SETTINGS_FIND_BLUETOOTH_DEVICES">
11178 Find devices 11178 Find devices
11179 </message> 11179 </message>
11180 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_SCANNING">
11181 Scanning...
James Hawkins 2011/10/04 20:43:39 This should likely not have ellipses after it. Us
kevers 2011/10/05 14:23:01 Done.
11182 </message>
11183 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_CONNECTED">
11184 Connected
11185 </message>
11186 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_NOT_PAIRED">
11187 Not Paired
11188 </message>
11180 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_DESCRIPTION" desc="In th e settings tab, the text next to the checkbox for accessbility."> 11189 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_DESCRIPTION" desc="In th e settings tab, the text next to the checkbox for accessbility.">
11181 Enable accessibility features 11190 Enable accessibility features
11182 </message> 11191 </message>
11183 <message name="IDS_OPTIONS_SETTINGS_KEYBOARD_LAYOUT_TEXT" desc="In the set tings tab, the text of the keyboard layouti label."> 11192 <message name="IDS_OPTIONS_SETTINGS_KEYBOARD_LAYOUT_TEXT" desc="In the set tings tab, the text of the keyboard layouti label.">
11184 Keyboard Layout: 11193 Keyboard Layout:
11185 </message> 11194 </message>
11186 <message name="IDS_OPTIONS_SETTINGS_CONNECT" desc="In the settings tab, th e text on the button to connect to a network."> 11195 <message name="IDS_OPTIONS_SETTINGS_CONNECT" desc="In the settings tab, th e text on the button to connect to a network.">
11187 Connect 11196 Connect
11188 </message> 11197 </message>
11189 <message name="IDS_OPTIONS_SETTINGS_DISCONNECT" desc="In the settings tab, the text on the button to disconnect from a network."> 11198 <message name="IDS_OPTIONS_SETTINGS_DISCONNECT" desc="In the settings tab, the text on the button to disconnect from a network.">
(...skipping 2615 matching lines...) Expand 10 before | Expand all | Expand 10 after
13805 </messages> 13814 </messages>
13806 <structures fallback_to_english="true"> 13815 <structures fallback_to_english="true">
13807 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 13816 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
13808 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13817 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13809 </structure> 13818 </structure>
13810 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13819 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13811 </structure> 13820 </structure>
13812 </structures> 13821 </structures>
13813 </release> 13822 </release>
13814 </grit> 13823 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698