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

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

Issue 7607036: [Sync] Add sessions sync to about:flags (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 4401 matching lines...) Expand 10 before | Expand all | Expand 10 after
4412 When pre-login is turned on, connecting a profile to a Google Account wi ll add the account's cookies 4412 When pre-login is turned on, connecting a profile to a Google Account wi ll add the account's cookies
4413 to the profile's cookie jar, so that retyping the username and password in the browser is not necessary. 4413 to the profile's cookie jar, so that retyping the username and password in the browser is not necessary.
4414 Pre-login is always disabled if the profile is not connected to a Google Account. 4414 Pre-login is always disabled if the profile is not connected to a Google Account.
4415 </message> 4415 </message>
4416 <message name="IDS_FLAGS_SHOW_AUTOFILL_TYPE_PREDICTIONS_NAME" desc="Title for the flag to show Autofill field type predictions for all forms"> 4416 <message name="IDS_FLAGS_SHOW_AUTOFILL_TYPE_PREDICTIONS_NAME" desc="Title for the flag to show Autofill field type predictions for all forms">
4417 Show Autofill predictions 4417 Show Autofill predictions
4418 </message> 4418 </message>
4419 <message name="IDS_FLAGS_SHOW_AUTOFILL_TYPE_PREDICTIONS_DESCRIPTION" desc= "Description for the flag to show Autofill field type predictions for all forms" > 4419 <message name="IDS_FLAGS_SHOW_AUTOFILL_TYPE_PREDICTIONS_DESCRIPTION" desc= "Description for the flag to show Autofill field type predictions for all forms" >
4420 Annotates web forms with Autofill field type predictions as placeholder text. 4420 Annotates web forms with Autofill field type predictions as placeholder text.
4421 </message> 4421 </message>
4422 <message name="IDS_FLAGS_SYNC_SESSIONS_NAME" desc="Title for the flag to e nable syncing the Sessions datatype">
4423 Enable syncing sessions
4424 </message>
4425 <message name="IDS_FLAGS_SYNC_SESSIONS_DESCRIPTION" desc="Description for the flag to enable syncing the Sessions datatype">
4426 Enable sessions in the sync options. This allows syncing your sessions t o other clients.
4427 </message>
4422 <message name="IDS_FLAGS_SYNC_TYPED_URLS_NAME" desc="Title for the flag to enable syncing the TypedUrl datatype"> 4428 <message name="IDS_FLAGS_SYNC_TYPED_URLS_NAME" desc="Title for the flag to enable syncing the TypedUrl datatype">
4423 Enable syncing typed URLs 4429 Enable syncing typed URLs
4424 </message> 4430 </message>
4425 <message name="IDS_FLAGS_SYNC_TYPED_URLS_DESCRIPTION" desc="Description fo r the flag to enable syncing the TypedURL datatype"> 4431 <message name="IDS_FLAGS_SYNC_TYPED_URLS_DESCRIPTION" desc="Description fo r the flag to enable syncing the TypedURL datatype">
4426 Enable typed URLs in the sync options. This allows syncing your typed UR L history to other clients to assist in omnibox auto-completion. 4432 Enable typed URLs in the sync options. This allows syncing your typed UR L history to other clients to assist in omnibox auto-completion.
4427 </message> 4433 </message>
4428 <message name="IDS_FLAGS_PRERENDER_FROM_OMNIBOX_NAME" desc="Title for the flag to prerender from the omnibox"> 4434 <message name="IDS_FLAGS_PRERENDER_FROM_OMNIBOX_NAME" desc="Title for the flag to prerender from the omnibox">
4429 Prerender from omnibox 4435 Prerender from omnibox
4430 </message> 4436 </message>
4431 <message name="IDS_FLAGS_PRERENDER_FROM_OMNIBOX_DESCRIPTION" desc="Descrip tion for the flag to prerender from the omnibox"> 4437 <message name="IDS_FLAGS_PRERENDER_FROM_OMNIBOX_DESCRIPTION" desc="Descrip tion for the flag to prerender from the omnibox">
(...skipping 8889 matching lines...) Expand 10 before | Expand all | Expand 10 after
13321 </includes> 13327 </includes>
13322 <structures fallback_to_english="true"> 13328 <structures fallback_to_english="true">
13323 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13329 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13324 </structure> 13330 </structure>
13325 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13331 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13326 </structure> 13332 </structure>
13327 </structures> 13333 </structures>
13328 13334
13329 </release> 13335 </release>
13330 </grit> 13336 </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