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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 134103005: [Hotword] Putting preferences under search for hotword service. Putting behind a flag. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fixing comments and call order Created 6 years, 11 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index c73a3af03a21d5f0112aa41d4666be02f62b30fd..dc65052460f9d0552bff39b3e63cae0e545ad3fd 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -6908,6 +6908,21 @@ Keep your key file in a safe place. You will need it to create new versions of y
Set which search engine is used when searching from the
<ph name="BEGIN_LINK">&lt;a target="_blank" href="$1"&gt;</ph>omnibox<ph name="END_LINK">&lt;/a&gt;<ex>&lt;/a&gt;</ex></ph>.
</message>
+ <message name="IDS_HOTWORD_SEARCH_PREF_CHKBOX" desc="A checkbox under Search on the Settings page to allow audio capture devices to initiate searches.">
+ Enable "Ok Google" to start a voice search. <ph name="BEGIN_LINK">&lt;a target="_blank" href="$1"&gt;</ph>Learn more<ph name="END_LINK">&lt;/a&gt;<ex>&lt;/a&gt;</ex></ph>
samarth 2014/01/17 01:26:41 I assume these string have already been approved?
rpetterson 2014/01/17 23:53:24 They are directly from the mocks I was given, but
+ </message>
+ <message name="IDS_HOTWORD_SEARCH_PREF_DESCRIPTION" desc="Description of the hotword search preference">
+ Important: If you enable this feature, Chrome will listen for you to say "Ok Google" and then send the sound of the next thing you say, plus a few seconds before, to Google.
+ </message>
+ <message name="IDS_HOTWORD_SEARCH_TIMEOUT_PREF_CHKBOX" desc="A checkbox under the hotword search preference to define the preference for whether to stop listening after 5 minutes.">
+ Stop listening for "Ok Google" after 5 minutes
+ </message>
+ <message name="IDS_HOTWORD_SEARCH_TIMEOUT_PREF_DESCRIPTION" desc="Description of the hotword listening timeout preference.">
+ This will help reduce battery consumption on a laptop
+ </message>
+ <message name="IDS_HOTWORD_SEARCH_INCOGNITO_PREF_CHKBOX" desc="A checkbox under the hotword search preference to allow hotword searching in incognito mode.">
+ Allow in incognito
+ </message>
<!-- Conflicts page -->
<message name="IDS_CONFLICTS_CHECK_PAGE_TABLE_TITLE_SUFFIX_ONE" desc="What gets appended after the page title if no conflicts were found.">

Powered by Google App Engine
This is Rietveld 408576698