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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 8585006: Turn app notifications sync to be on by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix unit tests Created 9 years, 1 month 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
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 4749 matching lines...) Expand 10 before | Expand all | Expand 10 after
4760 </message> 4760 </message>
4761 <message name="IDS_FLAGS_SYNC_SEARCH_ENGINES_DESCRIPTION" desc="Descriptio n for the flag to enable syncing the Search Engines datatype"> 4761 <message name="IDS_FLAGS_SYNC_SEARCH_ENGINES_DESCRIPTION" desc="Descriptio n for the flag to enable syncing the Search Engines datatype">
4762 Enable search engines in the sync options. This allows syncing your cust om search engines to other clients. 4762 Enable search engines in the sync options. This allows syncing your cust om search engines to other clients.
4763 </message> 4763 </message>
4764 <message name="IDS_FLAGS_SYNC_TABS_NAME" desc="Title for the flag to enabl e syncing the open tabs datatype"> 4764 <message name="IDS_FLAGS_SYNC_TABS_NAME" desc="Title for the flag to enabl e syncing the open tabs datatype">
4765 Enable syncing open tabs 4765 Enable syncing open tabs
4766 </message> 4766 </message>
4767 <message name="IDS_FLAGS_SYNC_TABS_DESCRIPTION" desc="Description for the flag to enable syncing the open tabs datatype"> 4767 <message name="IDS_FLAGS_SYNC_TABS_DESCRIPTION" desc="Description for the flag to enable syncing the open tabs datatype">
4768 Enable open tabs in the sync options. This allows syncing your open tabs to other clients. 4768 Enable open tabs in the sync options. This allows syncing your open tabs to other clients.
4769 </message> 4769 </message>
4770 <message name="IDS_FLAGS_SYNC_APP_NOTIFICATIONS_NAME" desc="Title for the flag to enable syncing the app notifications datatype"> 4770 <message name="IDS_FLAGS_SYNC_APP_NOTIFICATIONS_NAME" desc="Title for the flag to disable syncing the app notifications datatype">
4771 Enable syncing app notifications 4771 Disable syncing app notifications
4772 </message> 4772 </message>
4773 <message name="IDS_FLAGS_SYNC_APP_NOTIFICATIONS_DESCRIPTION" desc="Descrip tion for the flag to enable syncing the app notifications datatype"> 4773 <message name="IDS_FLAGS_SYNC_APP_NOTIFICATIONS_DESCRIPTION" desc="Descrip tion for the flag to disable syncing the app notifications datatype">
4774 Enable app notifications in the sync options. This allows syncing notifi cations received from your apps to other clients. 4774 Disable app notifications in the sync options. This turns off syncing no tifications received from your apps to other clients.
4775 </message> 4775 </message>
4776 <if expr="pp_ifdef('android')"> 4776 <if expr="pp_ifdef('android')">
4777 <message name="IDS_FLAGS_SYNC_TYPED_URLS_NAME" desc="Title for the flag to enable syncing the TypedUrl datatype"> 4777 <message name="IDS_FLAGS_SYNC_TYPED_URLS_NAME" desc="Title for the flag to enable syncing the TypedUrl datatype">
4778 Enable syncing typed URLs 4778 Enable syncing typed URLs
4779 </message> 4779 </message>
4780 <message name="IDS_FLAGS_SYNC_TYPED_URLS_DESCRIPTION" desc="Description for the flag to enable syncing the TypedURL datatype"> 4780 <message name="IDS_FLAGS_SYNC_TYPED_URLS_DESCRIPTION" desc="Description for the flag to enable syncing the TypedURL datatype">
4781 Enable typed URLs in the sync options. This allows syncing your typed URL history to other clients to assist in omnibox auto-completion. 4781 Enable typed URLs in the sync options. This allows syncing your typed URL history to other clients to assist in omnibox auto-completion.
4782 </message> 4782 </message>
4783 </if> 4783 </if>
4784 <if expr="not pp_ifdef('android')"> 4784 <if expr="not pp_ifdef('android')">
(...skipping 9827 matching lines...) Expand 10 before | Expand all | Expand 10 after
14612 </messages> 14612 </messages>
14613 <structures fallback_to_english="true"> 14613 <structures fallback_to_english="true">
14614 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14614 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14615 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14615 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14616 </structure> 14616 </structure>
14617 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14617 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14618 </structure> 14618 </structure>
14619 </structures> 14619 </structures>
14620 </release> 14620 </release>
14621 </grit> 14621 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698