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

Unified Diff: chrome/app/generated_resources.grd

Issue 7481023: Adding notifications for new sync types. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Now acknowledges sync types when notification is clocked. Created 9 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/new_tab.js » ('j') | chrome/browser/sync/profile_sync_service.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 ec3cc351fc64f416d7cef9094a7256699dcd5234..33332ead5e3785f8e576617841dfc9dbd6047083 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -4406,10 +4406,10 @@ Keep your key file in a safe place. You will need it to create new versions of y
Annotates web forms with Autofill field type predictions as placeholder text.
</message>
<message name="IDS_FLAGS_SYNC_TYPED_URLS_NAME" desc="Title for the flag to enable syncing the TypedUrl datatype">
- Enable syncing typed URLs
+ Enable syncing Omnibox History
</message>
<message name="IDS_FLAGS_SYNC_TYPED_URLS_DESCRIPTION" desc="Description for the flag to enable syncing the TypedURL datatype">
- Enable typed URLs in the sync options. This allows syncing your typed URL history to other clients to assist in omnibox auto-completion.
+ Enable Omnibox History in the sync options. This allows syncing your typed URL history to other clients to assist in omnibox auto-completion.
</message>
<message name="IDS_FLAGS_PRERENDER_FROM_OMNIBOX_NAME" desc="Title for the flag to prerender from the omnibox">
Prerender from omnibox
@@ -9375,6 +9375,18 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_SYNC_TIME_JUST_NOW" desc="Indicates that a sync cycle just finished.">
Just now
</message>
+ <message name="IDS_SYNC_ADVANCED_OPTIONS" desc="The text in the link that brings up the sync configure screen in the new tab page new data type notification.">
+ Advanced options
+ </message>
+ <message name="IDS_SYNC_ADDED_SESSIONS_AND_TYPED_URLS" desc="The text in the new tab page notifying the user that we've enabled session and typed url sync.">
+ New! Chrome is now syncing your Omnibox History and Foreign Sessions.
+ </message>
+ <message name="IDS_SYNC_ADDED_SESSIONS" desc="The text in the new tab page notifying the user that we've enabled session sync.">
+ New! Chrome is now syncing your Foreign Sessions.
+ </message>
+ <message name="IDS_SYNC_ADDED_TYPED_URLS" desc="The text in the new tab page notifying the user that we've enabled typed url sync.">
+ New! Chrome is now syncing your Omnibox History.
+ </message>
<!-- Sync / Extension interaction messages -->
<message name="IDS_SYNC_EXTENSIONS_MALFUNCTION_DISABLE_SYNC_OPTION" desc="The label of a button allowing the user to choose to disable sync when an extension is believed to be causing sync problems preventing sync operation.">
@@ -9467,7 +9479,7 @@ Keep your key file in a safe place. You will need it to create new versions of y
Passwords
</message>
<message name="IDS_SYNC_DATATYPE_TYPED_URLS" desc="Typed URLs, one of the data types that we allow syncing.">
- Typed URLs
+ Omnibox History
</message>
<message name="IDS_SYNC_DATATYPE_APPS" desc="Apps, one of the data types that we allow syncing.">
Apps
« no previous file with comments | « no previous file | chrome/browser/resources/new_tab.js » ('j') | chrome/browser/sync/profile_sync_service.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698