<!-- Title for the autofill save dialog shown when the the contents of the activity can be saved
by an autofill service, but the service does not know what the activity represents [CHAR LIMIT=NONE] -->
<stringname="autofill_save_title">Save to <xliff:gid="label"example="MyPass">%1$s</xliff:g>?</string>
<stringname="autofill_save_title">Save to <b><xliff:gid="label"example="MyPass">%1$s</xliff:g></b>?</string>
<!-- Title for the autofill save dialog shown when the the contents of the activity can be saved
by an autofill service, and the service does knows what the activity represents (for example, credit card info) [CHAR LIMIT=NONE] -->
<stringname="autofill_save_title_with_type">Save <xliff:gid="type"example="Credit Card">%1$s</xliff:g> to <xliff:gid="label"example="MyPass">%2$s</xliff:g>?</string>
<stringname="autofill_save_title_with_type">Save <xliff:gid="type"example="Credit Card">%1$s</xliff:g> to <b><xliff:gid="label"example="MyPass">%2$s</xliff:g></b>?</string>
<!-- Title for the autofill save dialog shown when the the contents of the activity can be saved
by an autofill service, and the service does knows what the activity represents, and it represents 2 types of
data (for example, password and credit card info) [CHAR LIMIT=NONE] -->
<stringname="autofill_save_title_with_2types">Save <xliff:gid="type"example="Password">%1$s</xliff:g>,<xliff:gid="type"example="Credit Card">%2$s</xliff:g> to <xliff:gid="label"example="MyPass">%3$s</xliff:g>?</string>
<stringname="autofill_save_title_with_2types">Save <xliff:gid="type"example="Password">%1$s</xliff:g> and<xliff:gid="type"example="Credit Card">%2$s</xliff:g> to <b><xliff:gid="label"example="MyPass">%3$s</xliff:g></b>?</string>
<!-- Title for the autofill save dialog shown when the the contents of the activity can be saved
by an autofill service, and the service does knows what the activity represents, and it represents 3 types of
data (for example, username, password and credit card info) [CHAR LIMIT=NONE] -->
<stringname="autofill_save_title_with_3types">Save <xliff:gid="type"example="Username">%1$s</xliff:g>, <xliff:gid="type"example="Password">%2$s</xliff:g>, <xliff:gid="type"example="Credit Card">%3$s</xliff:g> to <xliff:gid="label"example="MyPass">%4$s</xliff:g>?</string>
<stringname="autofill_save_title_with_3types">Save <xliff:gid="type"example="Username">%1$s</xliff:g>, <xliff:gid="type"example="Password">%2$s</xliff:g>, and <xliff:gid="type"example="Credit Card">%3$s</xliff:g> to <b><xliff:gid="label"example="MyPass">%4$s</xliff:g></b>?</string>
<!-- Label for the autofill save button [CHAR LIMIT=NONE] -->
<stringname="autofill_save_yes">Save</string>
<!-- Label for the autofill cancel button [CHAR LIMIT=NONE] -->