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

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

Issue 8294031: [Sync UI] Update "Disconnect your Google Account" dialog to reference Google Dashboard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/resources/sync_setup_overlay.html » ('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 10071 matching lines...) Expand 10 before | Expand all | Expand 10 after
10082 <message name="IDS_SYNC_STOP_SYNCING_DIALOG_TITLE" desc="The title of th e dialog that explains what 'stop syncing' means."> 10082 <message name="IDS_SYNC_STOP_SYNCING_DIALOG_TITLE" desc="The title of th e dialog that explains what 'stop syncing' means.">
10083 Disconnect your Google Account 10083 Disconnect your Google Account
10084 </message> 10084 </message>
10085 </if> 10085 </if>
10086 <if expr="pp_ifdef('use_titlecase')"> 10086 <if expr="pp_ifdef('use_titlecase')">
10087 <message name="IDS_SYNC_STOP_SYNCING_DIALOG_TITLE" desc="In title case: the title of the dialog that explains what 'stop syncing' means."> 10087 <message name="IDS_SYNC_STOP_SYNCING_DIALOG_TITLE" desc="In title case: the title of the dialog that explains what 'stop syncing' means.">
10088 Disconnect Your Google Account 10088 Disconnect Your Google Account
10089 </message> 10089 </message>
10090 </if> 10090 </if>
10091 <message name="IDS_SYNC_STOP_SYNCING_EXPLANATION_LABEL" desc="The text to display below the 'Stop syncing this account' button on the options pane, explai ning what the button does."> 10091 <message name="IDS_SYNC_STOP_SYNCING_EXPLANATION_LABEL" desc="The text to display below the 'Stop syncing this account' button on the options pane, explai ning what the button does.">
10092 By disconnecting your Google Account from <ph name="PRODUCT_NAME">$1<ex> Chrome</ex></ph>, changes to your data on this computer will no longer be synced to your Google Account. Data already stored in your Google Account will remain there. 10092 By disconnecting your Google Account from <ph name="PRODUCT_NAME">$1<ex> Chrome</ex></ph>, changes to your data on this computer will no longer be synced to your Google Account. Data already stored in your Google Account will remain there until you remove it using <ph name="BEGIN_LINK">&lt;a href="$2" target=&qu ot;_blank&quot;&gt;</ph>Google Dashboard<ph name="END_LINK">&lt;/a&gt;</ph>.
10093 </message> 10093 </message>
10094 <!-- Sync time strings --> 10094 <!-- Sync time strings -->
10095 <message name="IDS_SYNC_TIME_NEVER" desc="Indicates that the first sync ha s never completed."> 10095 <message name="IDS_SYNC_TIME_NEVER" desc="Indicates that the first sync ha s never completed.">
10096 Never 10096 Never
10097 </message> 10097 </message>
10098 <message name="IDS_SYNC_TIME_JUST_NOW" desc="Indicates that a sync cycle j ust finished."> 10098 <message name="IDS_SYNC_TIME_JUST_NOW" desc="Indicates that a sync cycle j ust finished.">
10099 Just now 10099 Just now
10100 </message> 10100 </message>
10101 <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 notificati on."> 10101 <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 notificati on.">
10102 Advanced options 10102 Advanced options
(...skipping 4214 matching lines...) Expand 10 before | Expand all | Expand 10 after
14317 </messages> 14317 </messages>
14318 <structures fallback_to_english="true"> 14318 <structures fallback_to_english="true">
14319 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14319 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14320 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14320 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14321 </structure> 14321 </structure>
14322 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14322 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14323 </structure> 14323 </structure>
14324 </structures> 14324 </structures>
14325 </release> 14325 </release>
14326 </grit> 14326 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/sync_setup_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698