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

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

Issue 2701923003: [Payment Request] Error message screen (Closed)
Patch Set: Addressed comments Created 3 years, 10 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 <!-- 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 918 matching lines...) Expand 10 before | Expand all | Expand 10 after
929 </message> 929 </message>
930 <message name="IDS_IOS_PASSWORD_MANAGER_UPDATE_PASSWORD" desc="Infobar mes sage to update a password without associated credential [Length: 70em]."> 930 <message name="IDS_IOS_PASSWORD_MANAGER_UPDATE_PASSWORD" desc="Infobar mes sage to update a password without associated credential [Length: 70em].">
931 Do you want <ph name="PASSWORD_MANAGER_BRAND">$1<ex>Google Chrome</ex></ ph> to update your password for this site? 931 Do you want <ph name="PASSWORD_MANAGER_BRAND">$1<ex>Google Chrome</ex></ ph> to update your password for this site?
932 </message> 932 </message>
933 <message name="IDS_IOS_PASSWORD_MANAGER_UPDATE_PASSWORD_FOR_ACCOUNT" desc= "Infobar message to update a password for named account, referring to PASSWORD_M ANAGER_BRAND as the [Length:70em]"> 933 <message name="IDS_IOS_PASSWORD_MANAGER_UPDATE_PASSWORD_FOR_ACCOUNT" desc= "Infobar message to update a password for named account, referring to PASSWORD_M ANAGER_BRAND as the [Length:70em]">
934 Do you want <ph name="PASSWORD_MANAGER_BRAND">$1<ex>Google Chrome</ex></ ph> to update your password for <ph name="USERNAME">$2<ex>don.john.lemon@example .com</ex></ph> for this site? 934 Do you want <ph name="PASSWORD_MANAGER_BRAND">$1<ex>Google Chrome</ex></ ph> to update your password for <ph name="USERNAME">$2<ex>don.john.lemon@example .com</ex></ph> for this site?
935 </message> 935 </message>
936 <message name="IDS_IOS_PAYMENT_REQUEST_ADD_METHOD_BUTTON" desc="Label of t he button to add a new payment method (credit card) [iOS only]."> 936 <message name="IDS_IOS_PAYMENT_REQUEST_ADD_METHOD_BUTTON" desc="Label of t he button to add a new payment method (credit card) [iOS only].">
937 Add Card... 937 Add Card...
938 </message> 938 </message>
939 <message name="IDS_IOS_PAYMENT_REQUEST_ERROR_PAGE_OK_BUTTON" desc="Label o f the button to dismiss the payment request error page presented to the user [iO S only].">
940 Ok
please use gerrit instead 2017/02/21 16:37:08 Can you use IDS_OK instead?
Moe 2017/02/21 22:56:14 Done.
941 </message>
939 <message name="IDS_IOS_PAYMENT_REQUEST_CANCEL_BUTTON" desc="Label of the b utton to cancel the request for payment presented to the user [iOS only]."> 942 <message name="IDS_IOS_PAYMENT_REQUEST_CANCEL_BUTTON" desc="Label of the b utton to cancel the request for payment presented to the user [iOS only].">
940 Cancel 943 Cancel
941 </message> 944 </message>
942 <message name="IDS_IOS_PAYMENT_REQUEST_METHOD_SELECTION_TITLE" desc="Title of the view that allows the user to select the payment method (available credit cards or payment apps) for satisfying a payment request [iOS only]."> 945 <message name="IDS_IOS_PAYMENT_REQUEST_METHOD_SELECTION_TITLE" desc="Title of the view that allows the user to select the payment method (available credit cards or payment apps) for satisfying a payment request [iOS only].">
943 Payment 946 Payment
944 </message> 947 </message>
945 <message name="IDS_IOS_PAYMENT_REQUEST_PAYMENT_ITEMS_TITLE" desc="Title of the view that displays the payment items in a payment request (for example subt otal, tax, shipping cost) to the user [iOS only]."> 948 <message name="IDS_IOS_PAYMENT_REQUEST_PAYMENT_ITEMS_TITLE" desc="Title of the view that displays the payment items in a payment request (for example subt otal, tax, shipping cost) to the user [iOS only].">
946 Order Summary 949 Order Summary
947 </message> 950 </message>
948 <message name="IDS_IOS_PAYMENT_REQUEST_PAYMENT_ITEMS_TOTAL_FORMAT" desc="T he format specifier of the Total label in the payment items in a payment request [iOS only]."> 951 <message name="IDS_IOS_PAYMENT_REQUEST_PAYMENT_ITEMS_TOTAL_FORMAT" desc="T he format specifier of the Total label in the payment items in a payment request [iOS only].">
(...skipping 602 matching lines...) Expand 10 before | Expand all | Expand 10 after
1551 </message> 1554 </message>
1552 <message name="IDS_IOS_VOICE_SEARCH_SETTING_TITLE" desc="The title for Voi ce Search setting [Length: 29em] [iOS only]"> 1555 <message name="IDS_IOS_VOICE_SEARCH_SETTING_TITLE" desc="The title for Voi ce Search setting [Length: 29em] [iOS only]">
1553 Voice Search 1556 Voice Search
1554 </message> 1557 </message>
1555 <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]"> 1558 <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]">
1556 Speak Answers Back 1559 Speak Answers Back
1557 </message> 1560 </message>
1558 </messages> 1561 </messages>
1559 </release> 1562 </release>
1560 </grit> 1563 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698