- add sources.
[platform/framework/web/crosswalk.git] / src / components / autofill_strings.grdp
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 suggestions 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 secure connection.">
11     Automatic credit card filling is disabled because this form does not use a secure 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_UNION_PAY" desc="China UnionPay credit card name.">
29     China UnionPay
30   </message>
31   <message name="IDS_AUTOFILL_CC_VISA" desc="Visa credit card name.">
32     Visa
33   </message>
34   <message name="IDS_AUTOFILL_MAC_ADDRESS_LINE_SEPARATOR" desc="The separator character used to join multi-line addresses on the Mac.">
35     , '''
36   </message>
37   <message name="IDS_AUTOFILL_ADDRESS_SUMMARY_SEPARATOR" desc="The separator character used in the summary of an address.">
38     , '''
39   </message>
40   <message name="IDS_CREDIT_CARD_NUMBER_PREVIEW_FORMAT" desc="Credit card preview format">
41     <ph name="OBFUSCATED_CC_NUMBER">$1<ex>************1234</ex>
42     </ph>, Exp: <ph name="CC_EXPIRATION_DATE">$2<ex>03/2020</ex>
43     </ph>
44   </message>
45
46   <!-- These are all variants of the same logical field: The major subdivision below the "country" level. -->
47   <message name="IDS_AUTOFILL_FIELD_LABEL_STATE" desc="The label of the State entry.">
48     State
49   </message>
50   <message name="IDS_AUTOFILL_FIELD_LABEL_AREA" desc="The label of the Area entry.">
51     Area
52   </message>
53   <message name="IDS_AUTOFILL_FIELD_LABEL_COUNTY" desc="The label of the County entry.">
54     County
55   </message>
56   <message name="IDS_AUTOFILL_FIELD_LABEL_DEPARTMENT" desc="The label of the Department entry.">
57     Department
58   </message>
59   <message name="IDS_AUTOFILL_FIELD_LABEL_DISTRICT" desc="The label of the District entry.">
60     District
61   </message>
62   <message name="IDS_AUTOFILL_FIELD_LABEL_EMIRATE" desc="The label of the Emirate entry.">
63     Emirate
64   </message>
65   <message name="IDS_AUTOFILL_FIELD_LABEL_ISLAND" desc="The label of the Island entry.">
66     Island
67   </message>
68   <message name="IDS_AUTOFILL_FIELD_LABEL_PARISH" desc="The label of the Parish entry.">
69     Parish
70   </message>
71   <message name="IDS_AUTOFILL_FIELD_LABEL_PREFECTURE" desc="The label of the Prefecture entry.">
72     Prefecture
73   </message>
74   <message name="IDS_AUTOFILL_FIELD_LABEL_PROVINCE" desc="The label of the Province entry.">
75     Province
76   </message>
77   <!-- End state variants. -->
78
79   <message name="IDS_AUTOFILL_FIELD_LABEL_ZIP_CODE" desc="The label of the ZIP code entry.">
80     ZIP code
81   </message>
82   <message name="IDS_AUTOFILL_FIELD_LABEL_POSTAL_CODE" desc="The label of the Postal code entry.">
83     Postal code
84   </message>
85   <message name="IDS_AUTOFILL_FIELD_LABEL_COUNTRY" desc="The label of the Country entry.">
86     Country
87   </message>
88
89   <message name="IDS_AUTOFILL_SHOW_PREDICTIONS_TITLE" desc="The title for form elements when annotated with Autofill predictions.">
90     heuristic type: <ph name="HEURISTIC_TYPE">$1<ex>NAME_FIRST</ex></ph>
91     server type: <ph name="SERVER_TYPE">$2<ex>NAME_FIRST</ex></ph>
92     field signature: <ph name="FIELD_SIGNATURE">$3<ex>12345678</ex></ph>
93     form signature: <ph name="FORM_SIGNATURE">$4<ex>1234567812345678</ex></ph>
94     experiment id: "<ph name="EXPERIMENT_ID">$5<ex>ar1</ex></ph>"
95   </message>
96
97   <!-- Autofill dialog: legal documents -->
98   <message name="IDS_AUTOFILL_DIALOG_PRIVACY_POLICY_LINK" desc="The text of an extra link that is appended to the end of whatever other legal documents need to be accepted or updated.">
99     Privacy Policy
100   </message>
101
102   <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The value of the Autofill options menu entry.">
103     Chrome Autofill settings
104   </message>
105
106   <message name="IDS_AUTOFILL_CREDIT_CARD_NOT_SUPPORTED_BY_WALLET" desc="Message displayed to user when user entered a credit card number that is not supported by Google Wallet.">
107     This type of card is not supported by Google Wallet. Please select a different card.
108   </message>
109   <message name="IDS_AUTOFILL_CREDIT_CARD_NOT_SUPPORTED_BY_WALLET_FOR_MERCHANT" desc="Message displayed to user when user entered a credit card number that is not supported by Google Wallet for the particular merchant site the user is on.">
110     This type of card is not supported by Google Wallet for this merchant. Please select a different card.
111   </message>
112
113 </grit-part>