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

Side by Side Diff: components/components_strings.grd

Issue 2112653003: grit: Automatically replace ... with … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 Learn more 225 Learn more
226 </message> 226 </message>
227 <message name="IDS_OK" desc="Used for OK on buttons"> 227 <message name="IDS_OK" desc="Used for OK on buttons">
228 OK 228 OK
229 </message> 229 </message>
230 <message name="IDS_PLUGIN_NOT_SUPPORTED" desc="The placeholder text for an unsupported plugin."> 230 <message name="IDS_PLUGIN_NOT_SUPPORTED" desc="The placeholder text for an unsupported plugin.">
231 This plugin is not supported. 231 This plugin is not supported.
232 </message> 232 </message>
233 <if expr="not is_android"> 233 <if expr="not is_android">
234 <if expr="not use_titlecase"> 234 <if expr="not use_titlecase">
235 <message name="IDS_PRINT" desc="The text label of the Print... menu it em. Opens a dialog box to select print settings"> 235 <message name="IDS_PRINT" desc="The text label of the Print&#8230; men u item. Opens a dialog box to select print settings">
236 &amp;Print... 236 &amp;Print&#8230;
237 </message> 237 </message>
238 </if> 238 </if>
239 <if expr="use_titlecase"> 239 <if expr="use_titlecase">
240 <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"> 240 <message name="IDS_PRINT" desc="In Title Case: The text label of the P rint&#8230; menu item. Opens a dialog box to select print settings">
241 &amp;Print... 241 &amp;Print&#8230;
242 </message> 242 </message>
243 </if> 243 </if>
244 </if> 244 </if>
245 <if expr="not use_titlecase"> 245 <if expr="not use_titlecase">
246 <message name="IDS_RECENTLY_CLOSED" desc="The section header for the Rec ently Closed section of the Recent Tabs menu."> 246 <message name="IDS_RECENTLY_CLOSED" desc="The section header for the Rec ently Closed section of the Recent Tabs menu.">
247 Recently closed 247 Recently closed
248 </message> 248 </message>
249 </if> 249 </if>
250 <if expr="use_titlecase"> 250 <if expr="use_titlecase">
251 <message name="IDS_RECENTLY_CLOSED" desc="In Title Case: The section hea der for the Recently Closed section of the Recent Tabs menu."> 251 <message name="IDS_RECENTLY_CLOSED" desc="In Title Case: The section hea der for the Recently Closed section of the Recent Tabs menu.">
(...skipping 28 matching lines...) Expand all
280 Your connection to this site is not private. 280 Your connection to this site is not private.
281 </message> 281 </message>
282 282
283 <!-- Advanced Section Titles --> 283 <!-- Advanced Section Titles -->
284 <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_PRIVACY"> 284 <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_PRIVACY">
285 Privacy 285 Privacy
286 </message> 286 </message>
287 </messages> 287 </messages>
288 </release> 288 </release>
289 </grit> 289 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698