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

Side by Side Diff: components/components_strings.grd

Issue 2588913002: EarlGrey tests for Payment Request (base CL) (Closed)
Patch Set: Moved the experimental flag back to the BVC Created 3 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 | « no previous file | ios/chrome/browser/payments/cells/page_info_item.h » ('j') | 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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 </message> 271 </message>
272 </if> 272 </if>
273 273
274 <!-- Accessibility labels for generic items --> 274 <!-- Accessibility labels for generic items -->
275 <message name="IDS_ACCNAME_BACK" desc="The accessible name for the back bu tton."> 275 <message name="IDS_ACCNAME_BACK" desc="The accessible name for the back bu tton.">
276 Back 276 Back
277 </message> 277 </message>
278 <message name="IDS_ACCNAME_FORWARD" desc="The accessible name for the forw ard button."> 278 <message name="IDS_ACCNAME_FORWARD" desc="The accessible name for the forw ard button.">
279 Forward 279 Forward
280 </message> 280 </message>
281 <message name="IDS_ACCNAME_CANCEL" desc="The accessible name for the Cance l button.">
282 Cancel
283 </message>
281 <message name="IDS_ACCNAME_CLOSE" desc="The accessible name for the Close button."> 284 <message name="IDS_ACCNAME_CLOSE" desc="The accessible name for the Close button.">
282 Close 285 Close
283 </message> 286 </message>
284 <message name="IDS_ACCNAME_LOCATION" desc="The accessible name for the edi table-text portion of the omnibox."> 287 <message name="IDS_ACCNAME_LOCATION" desc="The accessible name for the edi table-text portion of the omnibox.">
285 Address and search bar 288 Address and search bar
286 </message> 289 </message>
287 290
288 <message name="IDS_UTILITY_PROCESS_JSON_PARSER_NAME" desc="The name of the utility process used for parsing JSON files."> 291 <message name="IDS_UTILITY_PROCESS_JSON_PARSER_NAME" desc="The name of the utility process used for parsing JSON files.">
289 JSON Parser 292 JSON Parser
290 </message> 293 </message>
291 294
292 <message name="IDS_SESSION_CRASHED_VIEW_RESTORE_BUTTON" desc="Title of the restore button in the session crashed view."> 295 <message name="IDS_SESSION_CRASHED_VIEW_RESTORE_BUTTON" desc="Title of the restore button in the session crashed view.">
293 Restore 296 Restore
294 </message> 297 </message>
295 298
296 <!-- Website Settings UI --> 299 <!-- Website Settings UI -->
297 <message name="IDS_WEBSITE_SETTINGS_NON_SECURE_TRANSPORT" desc="Text that is displayed in the header of the Website Settings popup if the website uses non -secure transport."> 300 <message name="IDS_WEBSITE_SETTINGS_NON_SECURE_TRANSPORT" desc="Text that is displayed in the header of the Website Settings popup if the website uses non -secure transport.">
298 Your connection to this site is not private. 301 Your connection to this site is not private.
299 </message> 302 </message>
300 303
301 <!-- Advanced Section Titles --> 304 <!-- Advanced Section Titles -->
302 <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_PRIVACY"> 305 <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_PRIVACY">
303 Privacy 306 Privacy
304 </message> 307 </message>
305 </messages> 308 </messages>
306 </release> 309 </release>
307 </grit> 310 </grit>
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/payments/cells/page_info_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698