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 18<resources xmlns:android="http://schemas.android.com/apk/res/android" 19 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 20 <string name="app_name" msgid="7384524142163511792">"Gestor de credencials"</string> 21 <string name="use_passkey_title" msgid="716598039340757817">"Vols utilitzar la clau d\'accés?"</string> 22 <string name="use_password_title" msgid="4655101984031246476">"Vols utilitzar la contrasenya?"</string> 23 <string name="dialog_dismiss_button" msgid="989567669882005067">"Ignora"</string> 24 <string name="dialog_continue_button" msgid="8630290044077052145">"Continua"</string> 25 <string name="dialog_sign_in_options_button" msgid="448002958902615054">"Opcions d\'inici de sessió"</string> 26 <string name="sign_in_options_title" msgid="6720572645638986680">"Opcions d\'inici de sessió"</string> 27 <string name="provider_list_title" msgid="6803918216129492212">"Gestiona els inicis de sessió"</string> 28 <string name="choose_sign_in_title" msgid="3616025924746872202">"Tria un inici de sessió"</string> 29 <string name="choose_passkey_title" msgid="8459270617632817465">"Tria una clau d\'accés"</string> 30 <string name="choose_password_title" msgid="7610721820858017214">"Tria una contrasenya"</string> 31 <string name="sign_in_on_phone_button" msgid="7618621977586522403">"Inicia la sessió al telèfon"</string> 32 <string name="locked_credential_entry_label_subtext_no_sign_in" msgid="1733094937495140605">"Sense informació d\'inici de sessió"</string> 33 <string name="locked_credential_entry_label_subtext_tap_to_unlock" msgid="4320941096211904568">"Toca per desbloquejar"</string> 34</resources> 35