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

Side by Side Diff: components/components_strings.grd

Issue 1405383006: [sync] Componentize strings used by ProfileSyncService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pss_switches_strings
Patch Set: Rebase Created 5 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
« no previous file with comments | « components/browser_sync_strings.grdp ('k') | no next file » | 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 <grit latest_public_release="0" current_release="1" 3 <grit latest_public_release="0" current_release="1"
4 source_lang_id="en" enc_check="möl"> 4 source_lang_id="en" enc_check="möl">
5 <outputs> 5 <outputs>
6 <output filename="grit/components_strings.h" type="rc_header"> 6 <output filename="grit/components_strings.h" type="rc_header">
7 <emit emit_type='prepend'></emit> 7 <emit emit_type='prepend'></emit>
8 </output> 8 </output>
9 <output filename="components_strings_am.pak" type="data_package" lang="am" / > 9 <output filename="components_strings_am.pak" type="data_package" lang="am" / >
10 <output filename="components_strings_ar.pak" type="data_package" lang="ar" / > 10 <output filename="components_strings_ar.pak" type="data_package" lang="ar" / >
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 <file path="strings/components_strings_uk.xtb" lang="uk" /> 128 <file path="strings/components_strings_uk.xtb" lang="uk" />
129 <file path="strings/components_strings_vi.xtb" lang="vi" /> 129 <file path="strings/components_strings_vi.xtb" lang="vi" />
130 <file path="strings/components_strings_zh-CN.xtb" lang="zh-CN" /> 130 <file path="strings/components_strings_zh-CN.xtb" lang="zh-CN" />
131 <file path="strings/components_strings_zh-TW.xtb" lang="zh-TW" /> 131 <file path="strings/components_strings_zh-TW.xtb" lang="zh-TW" />
132 </translations> 132 </translations>
133 <release seq="1" allow_pseudo="false"> 133 <release seq="1" allow_pseudo="false">
134 <messages fallback_to_english="true"> 134 <messages fallback_to_english="true">
135 <part file="app_modal_strings.grdp" /> 135 <part file="app_modal_strings.grdp" />
136 <part file="autofill_strings.grdp" /> 136 <part file="autofill_strings.grdp" />
137 <part file="bookmark_bar_strings.grdp" /> 137 <part file="bookmark_bar_strings.grdp" />
138 <part file="browser_sync_strings.grdp" />
138 <part file="crash_strings.grdp" /> 139 <part file="crash_strings.grdp" />
139 <part file="data_reduction_proxy_strings.grdp" /> 140 <part file="data_reduction_proxy_strings.grdp" />
140 <part file="dom_distiller_strings.grdp" /> 141 <part file="dom_distiller_strings.grdp" />
141 <part file="error_page_strings.grdp" /> 142 <part file="error_page_strings.grdp" />
142 <part file="flags_ui_strings.grdp" /> 143 <part file="flags_ui_strings.grdp" />
143 <part file="omnibox_strings.grdp" /> 144 <part file="omnibox_strings.grdp" />
144 <part file="password_manager_strings.grdp" /> 145 <part file="password_manager_strings.grdp" />
145 <part file="pdf_strings.grdp" /> 146 <part file="pdf_strings.grdp" />
146 <part file="policy_strings.grdp" /> 147 <part file="policy_strings.grdp" />
147 <part file="security_interstitials_strings.grdp" /> 148 <part file="security_interstitials_strings.grdp" />
148 <part file="ssl_errors_strings.grdp" /> 149 <part file="ssl_errors_strings.grdp" />
149 <part file="translate_strings.grdp" /> 150 <part file="translate_strings.grdp" />
150 <part file="undo_strings.grdp" /> 151 <part file="undo_strings.grdp" />
151 <part file="version_ui_strings.grdp" /> 152 <part file="version_ui_strings.grdp" />
152 153
153 <!-- Generic terms --> 154 <!-- Generic terms -->
154 <message name="IDS_LEARN_MORE" desc="Learn more text"> 155 <message name="IDS_LEARN_MORE" desc="Learn more text">
155 Learn more 156 Learn more
156 </message> 157 </message>
157 <message name="IDS_UTILITY_PROCESS_JSON_PARSER_NAME" desc="The name of the utility process used for parsing JSON files."> 158 <message name="IDS_UTILITY_PROCESS_JSON_PARSER_NAME" desc="The name of the utility process used for parsing JSON files.">
158 JSON Parser 159 JSON Parser
159 </message> 160 </message>
160 </messages> 161 </messages>
161 </release> 162 </release>
162 </grit> 163 </grit>
OLDNEW
« no previous file with comments | « components/browser_sync_strings.grdp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698