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

Side by Side Diff: chrome/app/chromeos_strings.grdp

Issue 12310048: Bluetooth: Add a "connectable" property to the BluetoothDevice. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 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
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- ChromeOS-specific strings (included from generated_resources.grd). 2 <!-- ChromeOS-specific strings (included from generated_resources.grd).
3 Everything in this file is wrapped in <if expr="pp_ifdef('chromeos')">. --> 3 Everything in this file is wrapped in <if expr="pp_ifdef('chromeos')">. -->
4 <grit-part> 4 <grit-part>
5 <!-- Idle Logout Dialog Strings --> 5 <!-- Idle Logout Dialog Strings -->
6 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog"> 6 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog">
7 Are you still there? 7 Are you still there?
8 </message> 8 </message>
9 <message name="IDS_IDLE_LOGOUT_WARNING_RESTART" desc="Restart label for the id le logout dialog"> 9 <message name="IDS_IDLE_LOGOUT_WARNING_RESTART" desc="Restart label for the id le logout dialog">
10 This computer will reset in <ph name="LOGOUT_TIME_LEFT">$1<ex>20</ex></ph> s econds. 10 This computer will reset in <ph name="LOGOUT_TIME_LEFT">$1<ex>20</ex></ph> s econds.
(...skipping 724 matching lines...) Expand 10 before | Expand all | Expand 10 after
735 </message> 735 </message>
736 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_CONNECT_AUTH_REJECTED"> 736 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_CONNECT_AUTH_REJECTED">
737 Authentication code rejected while connecting to "<ph name="DEVICE_NAME">%1< ex>Nexus 4</ex></ph>". 737 Authentication code rejected while connecting to "<ph name="DEVICE_NAME">%1< ex>Nexus 4</ex></ph>".
738 </message> 738 </message>
739 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_CONNECT_AUTH_TIMEOUT"> 739 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_CONNECT_AUTH_TIMEOUT">
740 Authentication timeout while connecting to "<ph name="DEVICE_NAME">%1<ex>Nex us 4</ex></ph>". 740 Authentication timeout while connecting to "<ph name="DEVICE_NAME">%1<ex>Nex us 4</ex></ph>".
741 </message> 741 </message>
742 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_CONNECT_UNSUPPORTED_DEVICE"> 742 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_CONNECT_UNSUPPORTED_DEVICE">
743 Unsupported Bluetooth device: "<ph name="DEVICE_NAME">%1<ex>Nexus 4</ex></ph >". 743 Unsupported Bluetooth device: "<ph name="DEVICE_NAME">%1<ex>Nexus 4</ex></ph >".
744 </message> 744 </message>
745 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_CONNECT_SDP_FAILED">
746 Error querying device properties while connecting to "<ph name="DEVICE_NAME" >%1<ex>Nexus 4</ex></ph>".
747 </message>
745 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_DISCONNECT_FAILED"> 748 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_DISCONNECT_FAILED">
746 Failed to disconnect from "<ph name="DEVICE_NAME">%1<ex>Nexus S</ex></ph>". 749 Failed to disconnect from "<ph name="DEVICE_NAME">%1<ex>Nexus S</ex></ph>".
747 </message> 750 </message>
748 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_FORGET_FAILED"> 751 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_FORGET_FAILED">
749 Failed to disconnect and unpair from "<ph name="DEVICE_NAME">%1<ex>Nexus S</ ex></ph>". 752 Failed to disconnect and unpair from "<ph name="DEVICE_NAME">%1<ex>Nexus S</ ex></ph>".
750 </message> 753 </message>
751 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_EXPLANATION" desc="In the se ttings tab, this text explains the accessibiliy features."> 754 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_EXPLANATION" desc="In the se ttings tab, this text explains the accessibiliy features.">
752 Enable accessibility features to make your device easier to use. 755 Enable accessibility features to make your device easier to use.
753 </message> 756 </message>
754 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_SPOKEN_FEEDBACK_DESCRIPTION" desc="In the settings tab, the text next to the checkbox for spoken feedback."> 757 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_SPOKEN_FEEDBACK_DESCRIPTION" desc="In the settings tab, the text next to the checkbox for spoken feedback.">
(...skipping 2853 matching lines...) Expand 10 before | Expand all | Expand 10 after
3608 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_SIGNOUT_REMINDER" desc="Text shown in the public account user pod, reminding the user to log out."> 3611 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_SIGNOUT_REMINDER" desc="Text shown in the public account user pod, reminding the user to log out.">
3609 Your information will be removed when you sign out. 3612 Your information will be removed when you sign out.
3610 </message> 3613 </message>
3611 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_ENTER" desc="Label text for the sign-i n button in the public account user pod."> 3614 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_ENTER" desc="Label text for the sign-i n button in the public account user pod.">
3612 Enter 3615 Enter
3613 </message> 3616 </message>
3614 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_ENTER_ACCESSIBLE_NAME" desc="Text to b e spoken when focus is set to the sign-in button in the public account user pod. "> 3617 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_ENTER_ACCESSIBLE_NAME" desc="Text to b e spoken when focus is set to the sign-in button in the public account user pod. ">
3615 Enter public session 3618 Enter public session
3616 </message> 3619 </message>
3617 </grit-part> 3620 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698