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

Side by Side Diff: chrome/android/java/strings/android_chrome_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 | « no previous file | chrome/browser/ui/views/payments/payment_request_browsertest_base.cc » ('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 <!-- android_chrome_strings.grd contains strings for Chrome for Android. 3 <!-- android_chrome_strings.grd contains strings for Chrome for Android.
4 4
5 FAQ: 5 FAQ:
6 - How do I add, change, or remove a string? 6 - How do I add, change, or remove a string?
7 Just update this file. 7 Just update this file.
8 - Translations will happen automatically?? 8 - Translations will happen automatically??
9 Yes, indeed. Just add your string before the branch point and 9 Yes, indeed. Just add your string before the branch point and
10 make the description good. 10 make the description good.
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 </message> 145 </message>
146 <message name="IDS_DELETE" desc="Label for a delete button. Used in multip le contexts. [CHAR-LIMIT=20]"> 146 <message name="IDS_DELETE" desc="Label for a delete button. Used in multip le contexts. [CHAR-LIMIT=20]">
147 Delete 147 Delete
148 </message> 148 </message>
149 <message name="IDS_REMOVE" desc="Label for a button to remove an item (e.g . a bookmark) from a list. [CHAR-LIMIT=20]"> 149 <message name="IDS_REMOVE" desc="Label for a button to remove an item (e.g . a bookmark) from a list. [CHAR-LIMIT=20]">
150 Remove 150 Remove
151 </message> 151 </message>
152 <message name="IDS_RESET" desc="Label for a button to reset information yo u are editing to a default."> 152 <message name="IDS_RESET" desc="Label for a button to reset information yo u are editing to a default.">
153 Reset 153 Reset
154 </message> 154 </message>
155 <message name="IDS_CHOOSE" desc="Label for a button to choose something, l ike a shipping address for a payment request. [CHAR-LIMIT=20]">
156 Choose
157 </message>
158 <message name="IDS_TITLE" desc="Text indicating the title of a button or a textfield. Ued in multiple contexts. [CHAR-LIMIT=32]"> 155 <message name="IDS_TITLE" desc="Text indicating the title of a button or a textfield. Ued in multiple contexts. [CHAR-LIMIT=32]">
159 Title 156 Title
160 </message> 157 </message>
161 <message name="IDS_TEXT_ON" desc="Text indicating that an option is turned on. [CHAR-LIMIT=20]"> 158 <message name="IDS_TEXT_ON" desc="Text indicating that an option is turned on. [CHAR-LIMIT=20]">
162 On 159 On
163 </message> 160 </message>
164 <message name="IDS_TEXT_OFF" desc="Text indicating that an option is turne d off. [CHAR-LIMIT=20]"> 161 <message name="IDS_TEXT_OFF" desc="Text indicating that an option is turne d off. [CHAR-LIMIT=20]">
165 Off 162 Off
166 </message> 163 </message>
167 <message name="IDS_LEARN_MORE" desc="Generic label for menu item to learn more about a feature. [CHAR-LIMIT=32]"> 164 <message name="IDS_LEARN_MORE" desc="Generic label for menu item to learn more about a feature. [CHAR-LIMIT=32]">
(...skipping 2767 matching lines...) Expand 10 before | Expand all | Expand 10 after
2935 Search with <ph name="PRODUCT_NAME">%1$s<ex>Google</ex></ph> 2932 Search with <ph name="PRODUCT_NAME">%1$s<ex>Google</ex></ph>
2936 </message> 2933 </message>
2937 2934
2938 <!-- Launcher Shortcuts --> 2935 <!-- Launcher Shortcuts -->
2939 <message name="IDS_DISABLED_INCOGNITO_LAUNCHER_SHORTCUT_MESSAGE" desc="Tex t for a toast displayed prompting the user to remove the disabled 'New incognito tab' app shortcut and recreate it."> 2936 <message name="IDS_DISABLED_INCOGNITO_LAUNCHER_SHORTCUT_MESSAGE" desc="Tex t for a toast displayed prompting the user to remove the disabled 'New incognito tab' app shortcut and recreate it.">
2940 Remove and recreate this shortcut 2937 Remove and recreate this shortcut
2941 </message> 2938 </message>
2942 </messages> 2939 </messages>
2943 </release> 2940 </release>
2944 </grit> 2941 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/views/payments/payment_request_browsertest_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698