1<?xml version="1.0" encoding="utf-8"?>
2<!--
3  ~ Copyright (C) 2023 The Android Open Source Project
4  ~
5  ~ Licensed under the Apache License, Version 2.0 (the "License");
6  ~ you may not use this file except in compliance with the License.
7  ~ You may obtain a copy of the License at
8  ~
9  ~      http://www.apache.org/licenses/LICENSE-2.0
10  ~
11  ~ Unless required by applicable law or agreed to in writing, software
12  ~ distributed under the License is distributed on an "AS IS" BASIS,
13  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  ~ See the License for the specific language governing permissions and
15  ~ limitations under the License.
16  -->
17<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18  <!-- The name of this application. Credential Manager is a service that centralizes and provides
19  access to a user's credentials used to sign in to various apps. [CHAR LIMIT=80] -->
20  <string name="app_name">Credential Manager</string>
21  <!-- Title of a screen prompting if the user would like to use their saved passkey.
22  [CHAR LIMIT=80] -->
23  <string name="use_passkey_title">Use passkey?</string>
24  <!-- Title of a screen prompting if the user would like to sign in with provider
25  [CHAR LIMIT=80] -->
26  <string name="use_password_title">Use password?</string>
27  <!-- Text on this dismiss button of a screen. [CHAR LIMIT=NONE] -->
28  <string name="dialog_dismiss_button">Dismiss</string>
29  <!-- Text on the continue button of a screen. [CHAR LIMIT=NONE] -->
30  <string name="dialog_continue_button">Continue</string>
31  <!-- Text on the sign in options button of a screen. [CHAR LIMIT=NONE] -->
32  <string name="dialog_sign_in_options_button">Sign-in Options</string>
33  <!-- Title for multiple credentials folded screen. [CHAR LIMIT=NONE] -->
34  <string name="sign_in_options_title">Sign-in Options</string>
35  <!-- Provider settings list title. [CHAR LIMIT=NONE] -->
36  <string name="provider_list_title">Manage sign-ins</string>
37  <!-- Title for multiple credentials screen. [CHAR LIMIT=NONE] -->
38  <string name="choose_sign_in_title">Choose a sign in</string>
39  <!-- Title for multiple credentials screen with only passkeys. [CHAR LIMIT=NONE] -->
40  <string name="choose_passkey_title">Choose passkey</string>
41  <!-- Title for multiple credentials screen with only passwords. [CHAR LIMIT=NONE] -->
42  <string name="choose_password_title">Choose password</string>
43  <!-- Text on the sign in on phone button [CHAR LIMIT=NONE] -->
44  <string name="sign_in_on_phone_button">Sign in on phone</string>
45  <!-- Text on the locked provider button when unlocked[CHAR LIMIT=NONE] -->
46  <string name="locked_credential_entry_label_subtext_no_sign_in">No sign-in info</string>
47  <!-- Text on the locked provider button when locked[CHAR LIMIT=NONE] -->
48  <string name="locked_credential_entry_label_subtext_tap_to_unlock">Tap to unlock</string>
49
50</resources>