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

Side by Side Diff: ios/chrome/app/strings/ios_strings.grd

Issue 2588913002: EarlGrey tests for Payment Request (base CL) (Closed)
Patch Set: Moved everything except the egtest upsream Created 4 years 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 <!-- 3 <!--
4 This file contains definition of resources that will be translated for each 4 This file contains definition of resources that will be translated for each
5 locale. The strings in this file are specific to iOS. 5 locale. The strings in this file are specific to iOS.
6 --> 6 -->
7 7
8 <grit base_dir="." latest_public_release="0" current_release="1" 8 <grit base_dir="." latest_public_release="0" current_release="1"
9 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> 9 output_all_resource_defines="false" source_lang_id="en" enc_check="möl">
10 <outputs> 10 <outputs>
(...skipping 954 matching lines...) Expand 10 before | Expand all | Expand 10 after
965 </message> 965 </message>
966 <message name="IDS_IOS_PAYMENT_REQUEST_SHIPPING_ADDRESS_SELECTION_ADD_BUTT ON" desc="Label of the button to add a new shipping address [iOS only]."> 966 <message name="IDS_IOS_PAYMENT_REQUEST_SHIPPING_ADDRESS_SELECTION_ADD_BUTT ON" desc="Label of the button to add a new shipping address [iOS only].">
967 Add Address... 967 Add Address...
968 </message> 968 </message>
969 <message name="IDS_IOS_PAYMENT_REQUEST_PAYMENT_METHOD_HEADER" desc="Label of the header of the section which displays the options (available credit cards or payment apps) for satisfying a payment request [iOS only]."> 969 <message name="IDS_IOS_PAYMENT_REQUEST_PAYMENT_METHOD_HEADER" desc="Label of the header of the section which displays the options (available credit cards or payment apps) for satisfying a payment request [iOS only].">
970 Payment 970 Payment
971 </message> 971 </message>
972 <message name="IDS_IOS_PAYMENT_REQUEST_PAY_BUTTON" desc="Label of the butt on to confirm that the user wishes to pay for a good or service [iOS only]."> 972 <message name="IDS_IOS_PAYMENT_REQUEST_PAY_BUTTON" desc="Label of the butt on to confirm that the user wishes to pay for a good or service [iOS only].">
973 Pay 973 Pay
974 </message> 974 </message>
975 <message name="IDS_IOS_ACCNAME_PAYMENT_REQUEST_PAY_BUTTON" desc="The acces sible name for the button to confirm that the user wishes to pay for a good or s ervice [iOS only].">
Justin Donnelly 2016/12/29 18:36:57 Is this used? I didn't see it when looking through
Moe 2017/01/03 17:42:19 Done. It was being used in payment_request_view_co
976 Pay
977 </message>
975 <message name="IDS_IOS_PAYMENT_REQUEST_TITLE" desc="Title of the dialog th at presents a request for payment for some good or service [iOS only]."> 978 <message name="IDS_IOS_PAYMENT_REQUEST_TITLE" desc="Title of the dialog th at presents a request for payment for some good or service [iOS only].">
976 Your Payment 979 Your Payment
977 </message> 980 </message>
978 <message name="IDS_IOS_PAYMENT_REQUEST_TOTAL_HEADER" desc="Label of the he ader of the section which displays the total charge for a payment request [iOS o nly]."> 981 <message name="IDS_IOS_PAYMENT_REQUEST_TOTAL_HEADER" desc="Label of the he ader of the section which displays the total charge for a payment request [iOS o nly].">
979 Total 982 Total
980 </message> 983 </message>
981 <message name="IDS_IOS_PHOTO_LIBRARY_USAGE_DESCRIPTION" desc="Specifies th e reason for accessing the user's photo library while the app is in use [Length: unlimited] [iOS only]."> 984 <message name="IDS_IOS_PHOTO_LIBRARY_USAGE_DESCRIPTION" desc="Specifies th e reason for accessing the user's photo library while the app is in use [Length: unlimited] [iOS only].">
982 This lets you save and upload photos. 985 This lets you save and upload photos.
983 </message> 986 </message>
984 <message name="IDS_IOS_PLACEHOLDER_FIND_IN_PAGE" desc="The iOS placeholder for searching in the current page [Length: 30em] [iOS only]"> 987 <message name="IDS_IOS_PLACEHOLDER_FIND_IN_PAGE" desc="The iOS placeholder for searching in the current page [Length: 30em] [iOS only]">
(...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after
1527 </message> 1530 </message>
1528 <message name="IDS_IOS_VOICE_SEARCH_SETTING_TITLE" desc="The title for Voi ce Search setting [Length: 29em] [iOS only]"> 1531 <message name="IDS_IOS_VOICE_SEARCH_SETTING_TITLE" desc="The title for Voi ce Search setting [Length: 29em] [iOS only]">
1529 Voice Search 1532 Voice Search
1530 </message> 1533 </message>
1531 <message name="IDS_IOS_VOICE_SEARCH_SETTING_TTS" desc="The label for setti ng switch enabling text-to-speech response after voice search [Length: 29em] [iO S only]"> 1534 <message name="IDS_IOS_VOICE_SEARCH_SETTING_TTS" desc="The label for setti ng switch enabling text-to-speech response after voice search [Length: 29em] [iO S only]">
1532 Speak Answers Back 1535 Speak Answers Back
1533 </message> 1536 </message>
1534 </messages> 1537 </messages>
1535 </release> 1538 </release>
1536 </grit> 1539 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698