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

Side by Side Diff: components/components_strings.grd

Issue 2814173002: [Web Payments] Prettify the payment sheet rows in some states. (Closed)
Patch Set: Rebase Created 3 years, 8 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/payments/payment_sheet_view_controller_browsertest.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 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> 4 output_all_resource_defines="false" 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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 <if expr="not use_titlecase"> 270 <if expr="not use_titlecase">
271 <message name="IDS_RECENTLY_CLOSED" desc="The section header for the Rec ently Closed section of the Recent Tabs menu."> 271 <message name="IDS_RECENTLY_CLOSED" desc="The section header for the Rec ently Closed section of the Recent Tabs menu.">
272 Recently closed 272 Recently closed
273 </message> 273 </message>
274 </if> 274 </if>
275 <if expr="use_titlecase"> 275 <if expr="use_titlecase">
276 <message name="IDS_RECENTLY_CLOSED" desc="In Title Case: The section hea der for the Recently Closed section of the Recent Tabs menu."> 276 <message name="IDS_RECENTLY_CLOSED" desc="In Title Case: The section hea der for the Recently Closed section of the Recent Tabs menu.">
277 Recently Closed 277 Recently Closed
278 </message> 278 </message>
279 </if> 279 </if>
280 <message name="IDS_CHOOSE" desc="Label for a button to choose something, l ike a shipping address for a payment request. [CHAR-LIMIT=20]" formatter_data="a ndroid_java">
281 Choose
282 </message>
280 283
281 <!-- Accessibility labels for generic items --> 284 <!-- Accessibility labels for generic items -->
282 <message name="IDS_ACCNAME_BACK" desc="The accessible name for the back bu tton."> 285 <message name="IDS_ACCNAME_BACK" desc="The accessible name for the back bu tton.">
283 Back 286 Back
284 </message> 287 </message>
285 <message name="IDS_ACCNAME_FORWARD" desc="The accessible name for the forw ard button."> 288 <message name="IDS_ACCNAME_FORWARD" desc="The accessible name for the forw ard button.">
286 Forward 289 Forward
287 </message> 290 </message>
288 <message name="IDS_ACCNAME_OK" desc="The accessible name for the Ok button ."> 291 <message name="IDS_ACCNAME_OK" desc="The accessible name for the Ok button .">
289 Ok 292 Ok
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 Your connection to this site is not private. 327 Your connection to this site is not private.
325 </message> 328 </message>
326 329
327 <!-- Advanced Section Titles --> 330 <!-- Advanced Section Titles -->
328 <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_PRIVACY"> 331 <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_PRIVACY">
329 Privacy 332 Privacy
330 </message> 333 </message>
331 </messages> 334 </messages>
332 </release> 335 </release>
333 </grit> 336 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/payments/payment_sheet_view_controller_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698