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

Side by Side Diff: components/autofill_strings.grdp

Issue 2971783002: Skeleton for showing "Show all saved passwords row" for Linux/CrOs/Windows platforms (Closed)
Patch Set: more tests Created 3 years, 5 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 <grit-part> 2 <grit-part>
3 3
4 <if expr="not is_ios"> 4 <if expr="not is_ios">
5 <message name="IDS_AUTOFILL_CLEAR_FORM_MENU_ITEM" desc="The entry in the sug gestions dropdown that clears an auto-filled form."> 5 <message name="IDS_AUTOFILL_CLEAR_FORM_MENU_ITEM" desc="The entry in the sug gestions dropdown that clears an auto-filled form.">
6 Clear form 6 Clear form
7 </message> 7 </message>
8 </if> 8 </if>
9 <if expr="is_ios"> 9 <if expr="is_ios">
10 <message name="IDS_AUTOFILL_CLEAR_FORM_MENU_ITEM" desc="iOS: The entry in th e suggestions keyboard accessory that clears an auto-filled form."> 10 <message name="IDS_AUTOFILL_CLEAR_FORM_MENU_ITEM" desc="iOS: The entry in th e suggestions keyboard accessory that clears an auto-filled form.">
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 </message> 169 </message>
170 170
171 <message name="IDS_AUTOFILL_PASSWORD_FIELD_SUGGESTIONS_TITLE" desc="Text shown as the title of the suggestion drop down when a password field is clicked."> 171 <message name="IDS_AUTOFILL_PASSWORD_FIELD_SUGGESTIONS_TITLE" desc="Text shown as the title of the suggestion drop down when a password field is clicked.">
172 Use password for: 172 Use password for:
173 </message> 173 </message>
174 174
175 <message name="IDS_AUTOFILL_LOGIN_HTTP_WARNING_MESSAGE" desc="Chrome can help the user fill login web forms by showing a pop-up with text suggestions next to a focused text field. If the form is on an insecure site (e.g., http://), this t ext is shown on top of those suggestions."> 175 <message name="IDS_AUTOFILL_LOGIN_HTTP_WARNING_MESSAGE" desc="Chrome can help the user fill login web forms by showing a pop-up with text suggestions next to a focused text field. If the form is on an insecure site (e.g., http://), this t ext is shown on top of those suggestions.">
176 Login not secure 176 Login not secure
177 </message> 177 </message>
178 178
179 <message name="IDS_AUTOFILL_SHOW_ALL_SAVED_FALLBACK" desc="The text shown as a n option in the suggestion drop down when a password field is clicked">
180 Show all saved passwords
181 </message>
182
179 <!-- Autofill Credit Card Assisted Filling Infobar --> 183 <!-- Autofill Credit Card Assisted Filling Infobar -->
180 <if expr="is_android"> 184 <if expr="is_android">
181 <message name="IDS_AUTOFILL_CREDIT_CARD_FILLING_INFOBAR_TITLE" desc="Title t ext for the Autofill Credit Card Assisted Filling Infobar"> 185 <message name="IDS_AUTOFILL_CREDIT_CARD_FILLING_INFOBAR_TITLE" desc="Title t ext for the Autofill Credit Card Assisted Filling Infobar">
182 Do you want to fill in your card info? 186 Do you want to fill in your card info?
183 </message> 187 </message>
184 </if> 188 </if>
185 <if expr="is_ios"> 189 <if expr="is_ios">
186 <message name="IDS_AUTOFILL_CREDIT_CARD_FILLING_INFOBAR_FORMATTED_TITLE" des c="Title text for the Autofill Credit Card Assisted Filling Infobar, which conta ins the card description in it."> 190 <message name="IDS_AUTOFILL_CREDIT_CARD_FILLING_INFOBAR_FORMATTED_TITLE" des c="Title text for the Autofill Credit Card Assisted Filling Infobar, which conta ins the card description in it.">
187 Do you want to fill in your <ph name="CARD_DETAIL">$1<ex>Visa - 1234</ex>< /ph>? 191 Do you want to fill in your <ph name="CARD_DETAIL">$1<ex>Visa - 1234</ex>< /ph>?
188 </message> 192 </message>
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 <message name="IDS_AUTOFILL_FAILED_LOADING_REGIONS" desc="The string to displa y in the regions combo box when loading the region data failed."> 369 <message name="IDS_AUTOFILL_FAILED_LOADING_REGIONS" desc="The string to displa y in the regions combo box when loading the region data failed.">
366 Failed loading regions data 370 Failed loading regions data
367 </message> 371 </message>
368 <message name="IDS_AUTOFILL_SELECT" desc="The string to display in comboboxes when nothing got selected yet."> 372 <message name="IDS_AUTOFILL_SELECT" desc="The string to display in comboboxes when nothing got selected yet.">
369 Select 373 Select
370 </message> 374 </message>
371 <message name="IDS_AUTOFILL_NO_SAVED_ADDRESS" desc="The string to display in c omboboxes when no addresses are available."> 375 <message name="IDS_AUTOFILL_NO_SAVED_ADDRESS" desc="The string to display in c omboboxes when no addresses are available.">
372 No saved addresses 376 No saved addresses
373 </message> 377 </message>
374 </grit-part> 378 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698