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

Side by Side Diff: components/components_strings.grd

Issue 1582893002: Componentize IDS_CLOSE string so that it can be shared with iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
« no previous file with comments | « chrome/browser/ui/webui/certificate_viewer_ui.cc ('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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 <part file="ssl_errors_strings.grdp" /> 203 <part file="ssl_errors_strings.grdp" />
204 <part file="sync_ui_strings.grdp" /> 204 <part file="sync_ui_strings.grdp" />
205 <part file="translate_strings.grdp" /> 205 <part file="translate_strings.grdp" />
206 <part file="undo_strings.grdp" /> 206 <part file="undo_strings.grdp" />
207 <part file="version_ui_strings.grdp" /> 207 <part file="version_ui_strings.grdp" />
208 208
209 <!-- Generic terms --> 209 <!-- Generic terms -->
210 <message name="IDS_CANCEL" desc="Used for Cancel on buttons"> 210 <message name="IDS_CANCEL" desc="Used for Cancel on buttons">
211 Cancel 211 Cancel
212 </message> 212 </message>
213 <message name="IDS_CLOSE" desc="A generic term for Close on buttons and me nus.">
214 Close
215 </message>
213 <message name="IDS_DONE" desc="A generic term for Done on buttons and menu s."> 216 <message name="IDS_DONE" desc="A generic term for Done on buttons and menu s.">
214 Done 217 Done
215 </message> 218 </message>
216 <message name="IDS_LEARN_MORE" desc="Learn more text"> 219 <message name="IDS_LEARN_MORE" desc="Learn more text">
217 Learn more 220 Learn more
218 </message> 221 </message>
219 <message name="IDS_OK" desc="Used for OK on buttons"> 222 <message name="IDS_OK" desc="Used for OK on buttons">
220 OK 223 OK
221 </message> 224 </message>
222 <message name="IDS_UTILITY_PROCESS_JSON_PARSER_NAME" desc="The name of the utility process used for parsing JSON files."> 225 <message name="IDS_UTILITY_PROCESS_JSON_PARSER_NAME" desc="The name of the utility process used for parsing JSON files.">
223 JSON Parser 226 JSON Parser
224 </message> 227 </message>
225 </messages> 228 </messages>
226 </release> 229 </release>
227 </grit> 230 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/certificate_viewer_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698