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

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: cleanup 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 2413 matching lines...) Expand 10 before | Expand all | Expand 10 after
2424 </message> 2424 </message>
2425 <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."> 2425 <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.">
2426 Sign-in required for user certificate. 2426 Sign-in required for user certificate.
2427 </message> 2427 </message>
2428 <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."> 2428 <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.">
2429 User certificate must be hardware-backed. 2429 User certificate must be hardware-backed.
2430 </message> 2430 </message>
2431 <message name="IDS_OPTIONS_ENABLE_CONTENT_PROTECTION_ATTESTATION" desc="descri ption label for verified access about premium contents"> 2431 <message name="IDS_OPTIONS_ENABLE_CONTENT_PROTECTION_ATTESTATION" desc="descri ption label for verified access about premium contents">
2432 Enable Verified Access service 2432 Enable Verified Access service
2433 </message> 2433 </message>
2434 <message name="IDS_OPTIONS_ENABLE_HOTWORD_APP_LIST" desc="description label fo r the checkbox to enable/disable hotword in the app list search">
2435 Enable "Ok, Google" to start a voice search in the app launcher.
2436 </message>
2434 <message name="IDS_NETWORK_RECONNECT_TITLE" desc="In network menu, title of th e reconnect button that allows user to retry connection on error."> 2437 <message name="IDS_NETWORK_RECONNECT_TITLE" desc="In network menu, title of th e reconnect button that allows user to retry connection on error.">
2435 Reconnect 2438 Reconnect
2436 </message> 2439 </message>
2437 <message name="IDS_NETWORK_SSID_HINT" desc="In network menu, hint text for net work name field."> 2440 <message name="IDS_NETWORK_SSID_HINT" desc="In network menu, hint text for net work name field.">
2438 network name 2441 network name
2439 </message> 2442 </message>
2440 <message name="IDS_NETWORK_PASSWORD_HINT" desc="In network menu, hint text for network password field."> 2443 <message name="IDS_NETWORK_PASSWORD_HINT" desc="In network menu, hint text for network password field.">
2441 network password 2444 network password
2442 </message> 2445 </message>
2443 2446
(...skipping 2477 matching lines...) Expand 10 before | Expand all | Expand 10 after
4921 We see that you've ordered a replacement charger. 4924 We see that you've ordered a replacement charger.
4922 </message> 4925 </message>
4923 <message name="IDS_CHARGER_REPLACEMENT_CHARGER_MORE_INFO" desc="Text for finin g more info for charger"> 4926 <message name="IDS_CHARGER_REPLACEMENT_CHARGER_MORE_INFO" desc="Text for finin g more info for charger">
4924 You can find more info at 4927 You can find more info at
4925 </message> 4928 </message>
4926 <message name="IDS_CHARGER_REPLACEMENT_DIALOG_TITLE" desc="Title of the charge r replacement UI dialg"> 4929 <message name="IDS_CHARGER_REPLACEMENT_DIALOG_TITLE" desc="Title of the charge r replacement UI dialg">
4927 Check charger 4930 Check charger
4928 </message> 4931 </message>
4929 4932
4930 </grit-part> 4933 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698