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

Unified Diff: chrome/app/generated_resources.grd

Issue 10828140: Upstream about:welcome page for Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
« no previous file with comments | « no previous file | chrome/browser/browser_about_handler.h » ('j') | chrome/browser/browser_about_handler.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index c2a265e034b9c85e717d013b37a2386641ac5873..72c4b665404c8dc5b935f2cf8f66ef714c8b8d1b 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -6232,6 +6232,9 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_ABOUT_VERSION_TITLE" desc="Title on the about:version page">
About Version
</message>
+ <message name="IDS_ABOUT_VERSION_APPLICATION" desc="label for the application on the about:version page">
+ Application
+ </message>
<message name="IDS_ABOUT_VERSION_OFFICIAL" desc="official build on the about:version page">
Official Build
</message>
@@ -8888,6 +8891,22 @@ The following plug-in is unresponsive: <ph name="PLUGIN_NAME">$1
</message>
</if>
+ <!-- Android First-run messages -->
+ <if expr="pp_ifdef('android')">
+ <message name="IDS_FIRSTRUN_TAKE_TOUR" desc="Button or link to begin a product tour of Chrome">
+ Take a tour
+ </message>
+ <message name="IDS_FIRSTRUN_SIGNED_IN" desc="Message informing the user that they are now signed in and sync is turned on.">
+ You are now signed in to Chrome. Your open tabs, bookmarks and omnibox data are being synced with your Google Account.
+ </message>
+ <message name="IDS_FIRSTRUN_SETTINGS_LINK" desc="Link to take user to Chrome's settings menu.">
+ Settings
+ </message>
+ <message name="IDS_FIRSTRUN_TOS_EXPLANATION" desc="Message explaining that use of Chrome is governed by Chrome's terms of service.">
+ Your use of Chrome is subject to the Chrome <ph name="BEGIN_LINK1">&lt;a href="$1"&gt;</ph>Terms of Service<ph name="END_LINK1">&lt;/a&gt;</ph> and <ph name="BEGIN_LINK2">&lt;a href="$2"&gt;</ph>Privacy Notice<ph name="END_LINK2">&lt;/a&gt;</ph>.
+ </message>
+ </if>
+
<!-- First run bubble popup -->
<message name="IDS_FR_BUBBLE_TITLE" desc="Bubble-like popup dialog title">
You can search from here with <ph name="SEARCH_ENGINE">$1<ex>Google</ex></ph>
« no previous file with comments | « no previous file | chrome/browser/browser_about_handler.h » ('j') | chrome/browser/browser_about_handler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698