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

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

Issue 7497069: Support Sync following Gaia OAuth authentication (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Final review comments Created 9 years, 4 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/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 4410 matching lines...) Expand 10 before | Expand all | Expand 10 after
4421 </message> 4421 </message>
4422 <message name="IDS_FLAGS_SHOW_AUTOFILL_TYPE_PREDICTIONS_DESCRIPTION" desc= "Description for the flag to show Autofill field type predictions for all forms" > 4422 <message name="IDS_FLAGS_SHOW_AUTOFILL_TYPE_PREDICTIONS_DESCRIPTION" desc= "Description for the flag to show Autofill field type predictions for all forms" >
4423 Annotates web forms with Autofill field type predictions as placeholder text. 4423 Annotates web forms with Autofill field type predictions as placeholder text.
4424 </message> 4424 </message>
4425 <message name="IDS_FLAGS_SYNC_SESSIONS_NAME" desc="Title for the flag to e nable syncing the Sessions datatype"> 4425 <message name="IDS_FLAGS_SYNC_SESSIONS_NAME" desc="Title for the flag to e nable syncing the Sessions datatype">
4426 Enable syncing sessions 4426 Enable syncing sessions
4427 </message> 4427 </message>
4428 <message name="IDS_FLAGS_SYNC_SESSIONS_DESCRIPTION" desc="Description for the flag to enable syncing the Sessions datatype"> 4428 <message name="IDS_FLAGS_SYNC_SESSIONS_DESCRIPTION" desc="Description for the flag to enable syncing the Sessions datatype">
4429 Enable sessions in the sync options. This allows syncing your sessions t o other clients. 4429 Enable sessions in the sync options. This allows syncing your sessions t o other clients.
4430 </message> 4430 </message>
4431 <message name="IDS_FLAGS_SYNC_OAUTH_NAME" desc="Title for the flag to enab le authenticating with OAuth">
4432 Use OAuth to authenticate Sync operations.
4433 </message>
4434 <message name="IDS_FLAGS_SYNC_OAUTH_DESCRIPTION" desc="Description for the flag to enable authenticating with OAuth">
4435 Use OAuth, rather than ClientLogin, to authenticate Sync operations. Th is decouples authentication-specific user interface elements from the browser an d enables a rich set of second-factor mechanisms.
4436 </message>
4431 <message name="IDS_FLAGS_SYNC_TYPED_URLS_NAME" desc="Title for the flag to enable syncing the TypedUrl datatype"> 4437 <message name="IDS_FLAGS_SYNC_TYPED_URLS_NAME" desc="Title for the flag to enable syncing the TypedUrl datatype">
4432 Enable syncing Omnibox History 4438 Enable syncing Omnibox History
4433 </message> 4439 </message>
4434 <message name="IDS_FLAGS_SYNC_TYPED_URLS_DESCRIPTION" desc="Description fo r the flag to enable syncing the TypedURL datatype"> 4440 <message name="IDS_FLAGS_SYNC_TYPED_URLS_DESCRIPTION" desc="Description fo r the flag to enable syncing the TypedURL datatype">
4435 Enable Omnibox History in the sync options. This allows syncing your typ ed URL history to other clients to assist in omnibox auto-completion. 4441 Enable Omnibox History in the sync options. This allows syncing your typ ed URL history to other clients to assist in omnibox auto-completion.
4436 </message> 4442 </message>
4437 <message name="IDS_FLAGS_PRERENDER_FROM_OMNIBOX_NAME" desc="Title for the flag to prerender from the omnibox"> 4443 <message name="IDS_FLAGS_PRERENDER_FROM_OMNIBOX_NAME" desc="Title for the flag to prerender from the omnibox">
4438 Prerender from omnibox 4444 Prerender from omnibox
4439 </message> 4445 </message>
4440 <message name="IDS_FLAGS_PRERENDER_FROM_OMNIBOX_DESCRIPTION" desc="Descrip tion for the flag to prerender from the omnibox"> 4446 <message name="IDS_FLAGS_PRERENDER_FROM_OMNIBOX_DESCRIPTION" desc="Descrip tion for the flag to prerender from the omnibox">
(...skipping 8905 matching lines...) Expand 10 before | Expand all | Expand 10 after
13346 </includes> 13352 </includes>
13347 <structures fallback_to_english="true"> 13353 <structures fallback_to_english="true">
13348 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13354 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13349 </structure> 13355 </structure>
13350 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13356 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13351 </structure> 13357 </structure>
13352 </structures> 13358 </structures>
13353 13359
13354 </release> 13360 </release>
13355 </grit> 13361 </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