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

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: Style fixes. 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
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 11840 matching lines...) Expand 10 before | Expand all | Expand 10 after
11851 </message> 11851 </message>
11852 <message name="IDS_OPTIONS_SETTINGS_SENSITIVITY_DESCRIPTION" desc="In the settings tab, the text next to the slider for the touchpad touch sensitivity."> 11852 <message name="IDS_OPTIONS_SETTINGS_SENSITIVITY_DESCRIPTION" desc="In the settings tab, the text next to the slider for the touchpad touch sensitivity.">
11853 Pointer speed: 11853 Pointer speed:
11854 </message> 11854 </message>
11855 <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."> 11855 <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.">
11856 Slow 11856 Slow
11857 </message> 11857 </message>
11858 <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."> 11858 <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.">
11859 Fast 11859 Fast
11860 </message> 11860 </message>
11861 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_DISABLE">
11862 Disable bluetooth
11863 </message>
11861 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_ENABLE"> 11864 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_ENABLE">
11862 Enable bluetooth 11865 Enable bluetooth
11863 </message> 11866 </message>
11864 <message name="IDS_OPTIONS_SETTINGS_FIND_BLUETOOTH_DEVICES"> 11867 <message name="IDS_OPTIONS_SETTINGS_FIND_BLUETOOTH_DEVICES">
11865 Find devices 11868 Search for devices
11869 </message>
11870 <message name="IDS_OPTIONS_SETTINGS_NO_BLUETOOTH_DEVICES_FOUND">
11871 No devices found.
11866 </message> 11872 </message>
11867 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_SCANNING"> 11873 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_SCANNING">
11868 Scanning 11874 Searching...
11869 </message> 11875 </message>
11870 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_CONNECTED"> 11876 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_CONNECTED">
11871 Connected 11877 Connected
11872 </message> 11878 </message>
11873 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_CONNECTING"> 11879 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_CONNECTING">
11874 Connecting 11880 Connecting
11875 </message> 11881 </message>
11876 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_NOT_PAIRED"> 11882 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_NOT_PAIRED">
11877 Not Paired 11883 Not Paired
11878 </message> 11884 </message>
(...skipping 2713 matching lines...) Expand 10 before | Expand all | Expand 10 after
14592 </messages> 14598 </messages>
14593 <structures fallback_to_english="true"> 14599 <structures fallback_to_english="true">
14594 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14600 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14595 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14601 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14596 </structure> 14602 </structure>
14597 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14603 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14598 </structure> 14604 </structure>
14599 </structures> 14605 </structures>
14600 </release> 14606 </release>
14601 </grit> 14607 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698