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

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

Issue 158143002: Fine tuned availability of hotword plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 6 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 | Annotate | Revision Log
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 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required."> 5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required.">
6 </message> 6 </message>
7 <!-- Idle logout dialog for retail mode --> 7 <!-- Idle logout dialog for retail mode -->
8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only."> 8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only.">
9 Are you still there? 9 Are you still there?
10 </message> 10 </message>
(...skipping 2433 matching lines...) Expand 10 before | Expand all | Expand 10 after
2444 </message> 2444 </message>
2445 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_LOGIN_FOR_USER_CERT" desc ="In the network connect dialog, when creating a VPN or enterprise Wi-Fi connect ion, error message to display when not logged in and user certificates are requ ired."> 2445 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_LOGIN_FOR_USER_CERT" desc ="In the network connect dialog, when creating a VPN or enterprise Wi-Fi connect ion, error message to display when not logged in and user certificates are requ ired.">
2446 Sign-in required for user certificate. 2446 Sign-in required for user certificate.
2447 </message> 2447 </message>
2448 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_REQUIRE_HARDWARE_BACKED" desc="In the network connect dialog, when creating a VPN or enterprise Wi-Fi con nection, error message to display when a non hardware-backed user certificate is selected."> 2448 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_REQUIRE_HARDWARE_BACKED" desc="In the network connect dialog, when creating a VPN or enterprise Wi-Fi con nection, error message to display when a non hardware-backed user certificate is selected.">
2449 User certificate must be hardware-backed. 2449 User certificate must be hardware-backed.
2450 </message> 2450 </message>
2451 <message name="IDS_OPTIONS_ENABLE_CONTENT_PROTECTION_ATTESTATION" desc="descri ption label for verified access about premium contents"> 2451 <message name="IDS_OPTIONS_ENABLE_CONTENT_PROTECTION_ATTESTATION" desc="descri ption label for verified access about premium contents">
2452 Enable Verified Access service 2452 Enable Verified Access service
2453 </message> 2453 </message>
2454 <message name="IDS_OPTIONS_ENABLE_HOTWORD_APP_LIST" desc="description label fo r the checkbox to enable/disable hotword in the app list search">
2455 Enable "Ok, Google" to start a voice search in the app launcher.
2456 </message>
2454 <message name="IDS_NETWORK_RECONNECT_TITLE" desc="In network menu, title of th e reconnect button that allows user to retry connection on error."> 2457 <message name="IDS_NETWORK_RECONNECT_TITLE" desc="In network menu, title of th e reconnect button that allows user to retry connection on error.">
2455 Reconnect 2458 Reconnect
2456 </message> 2459 </message>
2457 <message name="IDS_NETWORK_SSID_HINT" desc="In network menu, hint text for net work name field."> 2460 <message name="IDS_NETWORK_SSID_HINT" desc="In network menu, hint text for net work name field.">
2458 network name 2461 network name
2459 </message> 2462 </message>
2460 <message name="IDS_NETWORK_PASSWORD_HINT" desc="In network menu, hint text for network password field."> 2463 <message name="IDS_NETWORK_PASSWORD_HINT" desc="In network menu, hint text for network password field.">
2461 network password 2464 network password
2462 </message> 2465 </message>
2463 2466
(...skipping 2477 matching lines...) Expand 10 before | Expand all | Expand 10 after
4941 We see that you've ordered a replacement charger. 4944 We see that you've ordered a replacement charger.
4942 </message> 4945 </message>
4943 <message name="IDS_CHARGER_REPLACEMENT_CHARGER_MORE_INFO" desc="Text for finin g more info for charger"> 4946 <message name="IDS_CHARGER_REPLACEMENT_CHARGER_MORE_INFO" desc="Text for finin g more info for charger">
4944 You can find more info at 4947 You can find more info at
4945 </message> 4948 </message>
4946 <message name="IDS_CHARGER_REPLACEMENT_DIALOG_TITLE" desc="Title of the charge r replacement UI dialg"> 4949 <message name="IDS_CHARGER_REPLACEMENT_DIALOG_TITLE" desc="Title of the charge r replacement UI dialg">
4947 Check charger 4950 Check charger
4948 </message> 4951 </message>
4949 4952
4950 </grit-part> 4953 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698