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

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

Issue 5144001: DOMUI: Hide the sync section if sync is disabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 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/dom_ui/options/personal_options_handler.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 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. --> 4 each locale. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/generated_resources.h" type="rc_header"> 9 <output filename="grit/generated_resources.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 7926 matching lines...) Expand 10 before | Expand all | Expand 10 after
7937 </message> 7937 </message>
7938 </if> 7938 </if>
7939 <message name="IDS_REMOTING_SETUP_DIALOG_TITLE" desc="Title of the remotin g setup dialog."> 7939 <message name="IDS_REMOTING_SETUP_DIALOG_TITLE" desc="Title of the remotin g setup dialog.">
7940 Set up remoting 7940 Set up remoting
7941 </message> 7941 </message>
7942 7942
7943 7943
7944 <!-- Sync strings --> 7944 <!-- Sync strings -->
7945 7945
7946 <!-- Sync options dialog strings --> 7946 <!-- Sync options dialog strings -->
7947 <message name="IDS_SYNC_IS_DISABLED_INFO">
7948 Sync is disabled in this mode.
7949 </message>
7950 <if expr="not pp_ifdef('use_titlecase') or os != 'linux2'"> 7947 <if expr="not pp_ifdef('use_titlecase') or os != 'linux2'">
7951 <message name="IDS_SYNC_OPTIONS_GROUP_NAME" desc="The name of the sync g roup in the options dialog."> 7948 <message name="IDS_SYNC_OPTIONS_GROUP_NAME" desc="The name of the sync g roup in the options dialog.">
7952 Sync: 7949 Sync:
7953 </message> 7950 </message>
7954 </if> 7951 </if>
7955 <if expr="pp_ifdef('use_titlecase') and os == 'linux2'"> 7952 <if expr="pp_ifdef('use_titlecase') and os == 'linux2'">
7956 <message name="IDS_SYNC_OPTIONS_GROUP_NAME" desc="In Title Case and with out trailing colon: The name of the sync group in the options dialog."> 7953 <message name="IDS_SYNC_OPTIONS_GROUP_NAME" desc="In Title Case and with out trailing colon: The name of the sync group in the options dialog.">
7957 Sync 7954 Sync
7958 </message> 7955 </message>
7959 </if> 7956 </if>
(...skipping 3076 matching lines...) Expand 10 before | Expand all | Expand 10 after
11036 11033
11037 </messages> 11034 </messages>
11038 11035
11039 <structures fallback_to_english="true"> 11036 <structures fallback_to_english="true">
11040 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11037 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11041 </structure> 11038 </structure>
11042 </structures> 11039 </structures>
11043 11040
11044 </release> 11041 </release>
11045 </grit> 11042 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/dom_ui/options/personal_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698