Gallery.app: Does not open files not having an image exntension in their file name.
[chromium-blink-merge.git] / components / autofill_strings.grdp
blob5a3fd5ed13d91e05a1fbc4399763b8f7542f1457
1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part>
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_ADDRESS_LINE_SEPARATOR" desc="The separator character used to join multi-line addresses.">
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>
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. -->
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>
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>
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>
102 <if expr="_google_chrome">
103 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The text displayed in the Autofill popup to direct the user to the Autofill settings UI.">
104 Chrome Autofill settings...
105 </message>
106 </if>
107 <if expr="not _google_chrome">
108 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The text displayed in the Autofill popup to direct the user to the Autofill settings UI.">
109 Chromium Autofill settings...
110 </message>
111 </if>
113 <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.">
114 This type of card is not supported by Google Wallet. Please select a different card.
115 </message>
116 <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.">
117 This type of card is not supported by Google Wallet for this merchant. Please select a different card.
118 </message>
120 <!-- Autofill on OSX -->
121 <if expr="is_macosx">
122 <message name="IDS_AUTOFILL_ACCESS_MAC_CONTACTS" desc="When the user selects this Autofill entry, the browser prompts the user for access to the user's OSX contacts.">
123 Enable Autofill using Contacts…
124 </message>
125 </if>
127 </grit-part>