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

Side by Side Diff: components/components_strings.grd

Issue 1586663004: Componentize IDS_PRINT string so that it can be shared on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ids-close
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/views/frame/global_menu_bar_x11.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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 </message> 218 </message>
219 <message name="IDS_LEARN_MORE" desc="Learn more text"> 219 <message name="IDS_LEARN_MORE" desc="Learn more text">
220 Learn more 220 Learn more
221 </message> 221 </message>
222 <message name="IDS_OK" desc="Used for OK on buttons"> 222 <message name="IDS_OK" desc="Used for OK on buttons">
223 OK 223 OK
224 </message> 224 </message>
225 <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.">
226 JSON Parser 226 JSON Parser
227 </message> 227 </message>
228 <if expr="not is_android">
229 <if expr="not use_titlecase">
230 <message name="IDS_PRINT" desc="The text label of the Print... menu it em. Opens a dialog box to select print settings">
231 &amp;Print...
232 </message>
233 </if>
234 <if expr="use_titlecase">
235 <message name="IDS_PRINT" desc="In Title Case: The text label of the P rint... menu item. Opens a dialog box to select print settings">
236 &amp;Print...
237 </message>
238 </if>
239 </if>
228 </messages> 240 </messages>
229 </release> 241 </release>
230 </grit> 242 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/frame/global_menu_bar_x11.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698