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

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: Remove use of 'hidden' attribute to toglle visibility of scanning indicator. 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 11232 matching lines...) Expand 10 before | Expand all | Expand 10 after
11243 </message> 11243 </message>
11244 <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."> 11244 <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.">
11245 Fast 11245 Fast
11246 </message> 11246 </message>
11247 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_ENABLE"> 11247 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_ENABLE">
11248 Enable bluetooth 11248 Enable bluetooth
11249 </message> 11249 </message>
11250 <message name="IDS_OPTIONS_SETTINGS_FIND_BLUETOOTH_DEVICES"> 11250 <message name="IDS_OPTIONS_SETTINGS_FIND_BLUETOOTH_DEVICES">
11251 Find devices 11251 Find devices
11252 </message> 11252 </message>
11253 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_SCANNING">
11254 Scanning
11255 </message>
11256 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_CONNECTED">
James Hawkins 2011/10/06 20:50:16 Indentation off by one here.
kevers 2011/10/07 20:37:32 Done.
11257 Connected
11258 </message>
11259 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_NOT_PAIRED">
11260 Not Paired
11261 </message>
11253 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_DESCRIPTION" desc="In th e settings tab, the text next to the checkbox for accessbility."> 11262 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_DESCRIPTION" desc="In th e settings tab, the text next to the checkbox for accessbility.">
11254 Enable accessibility features 11263 Enable accessibility features
11255 </message> 11264 </message>
11256 <message name="IDS_OPTIONS_SETTINGS_KEYBOARD_LAYOUT_TEXT" desc="In the set tings tab, the text of the keyboard layouti label."> 11265 <message name="IDS_OPTIONS_SETTINGS_KEYBOARD_LAYOUT_TEXT" desc="In the set tings tab, the text of the keyboard layouti label.">
11257 Keyboard Layout: 11266 Keyboard Layout:
11258 </message> 11267 </message>
11259 <message name="IDS_OPTIONS_SETTINGS_CONNECT" desc="In the settings tab, th e text on the button to connect to a network."> 11268 <message name="IDS_OPTIONS_SETTINGS_CONNECT" desc="In the settings tab, th e text on the button to connect to a network.">
11260 Connect 11269 Connect
11261 </message> 11270 </message>
11262 <message name="IDS_OPTIONS_SETTINGS_DISCONNECT" desc="In the settings tab, the text on the button to disconnect from a network."> 11271 <message name="IDS_OPTIONS_SETTINGS_DISCONNECT" desc="In the settings tab, the text on the button to disconnect from a network.">
(...skipping 2621 matching lines...) Expand 10 before | Expand all | Expand 10 after
13884 </messages> 13893 </messages>
13885 <structures fallback_to_english="true"> 13894 <structures fallback_to_english="true">
13886 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 13895 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
13887 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13896 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13888 </structure> 13897 </structure>
13889 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13898 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13890 </structure> 13899 </structure>
13891 </structures> 13900 </structures>
13892 </release> 13901 </release>
13893 </grit> 13902 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698