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

Side by Side Diff: components/autofill_strings.grdp

Issue 16983014: components: Move autofill strings to autofill_strings.grdp. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync+rebase+fix Created 7 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « components/OWNERS ('k') | components/component_strings.grd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part>
3
4 <message name="IDS_AUTOFILL_CLEAR_FORM_MENU_ITEM" desc="The entry in the sugge stions dropdown that clears an auto-filled form.">
5 Clear form
6 </message>
7 <message name="IDS_AUTOFILL_WARNING_FORM_DISABLED" desc="Warning text to show when autofill is disabled by the website for a given form.">
8 This webpage has disabled automatic filling for this form.
9 </message>
10 <message name="IDS_AUTOFILL_WARNING_INSECURE_CONNECTION" desc="Warning text to show when credit card autofill is disabled because the website is not using a s ecure connection.">
11 Automatic credit card filling is disabled because this form does not use a s ecure connection.
12 </message>
13 <message name="IDS_AUTOFILL_CC_AMEX" desc="American Express credit card name." >
14 American Express
15 </message>
16 <message name="IDS_AUTOFILL_CC_DINERS" desc="Diners Club credit card name.">
17 Diners Club
18 </message>
19 <message name="IDS_AUTOFILL_CC_DISCOVER" desc="Discover credit card name.">
20 Discover
21 </message>
22 <message name="IDS_AUTOFILL_CC_JCB" desc="JCB credit card name.">
23 JCB
24 </message>
25 <message name="IDS_AUTOFILL_CC_MASTERCARD" desc="MasterCard credit card name." >
26 MasterCard
27 </message>
28 <message name="IDS_AUTOFILL_CC_VISA" desc="Visa credit card name.">
29 Visa
30 </message>
31 <message name="IDS_AUTOFILL_MAC_ADDRESS_LINE_SEPARATOR" desc="The separator ch aracter used to join multi-line addresses on the Mac.">
32 , '''
33 </message>
34 <message name="IDS_AUTOFILL_ADDRESS_SUMMARY_SEPARATOR" desc="The separator cha racter used in the summary of an address.">
35 , '''
36 </message>
37 <message name="IDS_CREDIT_CARD_NUMBER_PREVIEW_FORMAT" desc="Credit card previe w format">
38 <ph name="OBFUSCATED_CC_NUMBER">$1<ex>************1234</ex>
39 </ph>, Exp: <ph name="CC_EXPIRATION_DATE">$2<ex>03/2020</ex>
40 </ph>
41 </message>
42
43 <!-- These are all variants of the same logical field: The major subdivision b elow the "country" level. -->
44 <message name="IDS_AUTOFILL_FIELD_LABEL_STATE" desc="The label of the State en try.">
45 State
46 </message>
47 <message name="IDS_AUTOFILL_FIELD_LABEL_AREA" desc="The label of the Area entr y.">
48 Area
49 </message>
50 <message name="IDS_AUTOFILL_FIELD_LABEL_COUNTY" desc="The label of the County entry.">
51 County
52 </message>
53 <message name="IDS_AUTOFILL_FIELD_LABEL_DEPARTMENT" desc="The label of the Dep artment entry.">
54 Department
55 </message>
56 <message name="IDS_AUTOFILL_FIELD_LABEL_DISTRICT" desc="The label of the Distr ict entry.">
57 District
58 </message>
59 <message name="IDS_AUTOFILL_FIELD_LABEL_EMIRATE" desc="The label of the Emirat e entry.">
60 Emirate
61 </message>
62 <message name="IDS_AUTOFILL_FIELD_LABEL_ISLAND" desc="The label of the Island entry.">
63 Island
64 </message>
65 <message name="IDS_AUTOFILL_FIELD_LABEL_PARISH" desc="The label of the Parish entry.">
66 Parish
67 </message>
68 <message name="IDS_AUTOFILL_FIELD_LABEL_PREFECTURE" desc="The label of the Pre fecture entry.">
69 Prefecture
70 </message>
71 <message name="IDS_AUTOFILL_FIELD_LABEL_PROVINCE" desc="The label of the Provi nce entry.">
72 Province
73 </message>
74 <!-- End state variants. -->
75
76 <message name="IDS_AUTOFILL_FIELD_LABEL_ZIP_CODE" desc="The label of the ZIP c ode entry.">
77 ZIP code
78 </message>
79 <message name="IDS_AUTOFILL_FIELD_LABEL_POSTAL_CODE" desc="The label of the Po stal code entry.">
80 Postal code
81 </message>
82 <message name="IDS_AUTOFILL_FIELD_LABEL_COUNTRY" desc="The label of the Countr y entry.">
83 Country
84 </message>
85
86 <message name="IDS_AUTOFILL_SHOW_PREDICTIONS_TITLE" desc="The title for form e lements when annotated with Autofill predictions.">
87 heuristic type: <ph name="HEURISTIC_TYPE">$1<ex>NAME_FIRST</ex></ph>
88 server type: <ph name="SERVER_TYPE">$2<ex>NAME_FIRST</ex></ph>
89 field signature: <ph name="FIELD_SIGNATURE">$3<ex>12345678</ex></ph>
90 form signature: <ph name="FORM_SIGNATURE">$4<ex>1234567812345678</ex></ph>
91 experiment id: "<ph name="EXPERIMENT_ID">$5<ex>ar1</ex></ph>"
92 </message>
93
94 <!-- Autofill dialog: legal documents -->
95 <message name="IDS_AUTOFILL_DIALOG_PRIVACY_POLICY_LINK" desc="The text of an e xtra link that is appended to the end of whatever other legal documents need to be accepted or updated.">
96 Privacy Policy
97 </message>
98
99 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The value of the Autofill opt ions menu entry.">
100 Chrome Autofill settings
101 </message>
102
103 </grit-part>
OLDNEW
« no previous file with comments | « components/OWNERS ('k') | components/component_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698