Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Catalan locale and improve existing Spanish translation strings #155

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
<resource-file src="res/android/values/fpauth-strings.xml" target="res/values/fpauth-strings.xml" />
<resource-file src="res/android/values-it" target="res/values-it" />
<resource-file src="res/android/values-es" target="res/values-es" />
<resource-file src="res/android/values-ca-es" target="res/values-ca-es" />
<resource-file src="res/android/values-ru" target="res/values-ru" />
<resource-file src="res/android/values-fr" target="res/values-fr" />
<resource-file src="res/android/values-zh" target="res/values-zh" />
Expand Down
29 changes: 29 additions & 0 deletions res/android/values-ca-es/fpauth-strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2015 The Android Open Source Project
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License
-->
<resources>
<string name="cancel">Cancel·lar</string>
<string name="use_backup">Verificació</string>
<string name="fingerprint_auth_dialog_title">Autenticació d'empremta dactilar</string>
<string name="ok">D'acord</string>
<string name="fingerprint_description">Confirmi l'empremta dactilar per a continuar</string>
<string name="fingerprint_hint">Pressioni el sensor</string>
<string name="fingerprint_not_recognized">No es reconeix l'empremta dactilar. Intenti-ho de nou.</string>
<string name="fingerprint_success">Empremta dactilar reconeguda</string>
<string name="new_fingerprint_enrolled_description">Una nova empremta dactilar va ser agregada a aquest dispositiu, per la qual cosa es requereix la contrasenya.</string>
<string name="secure_lock_screen_required">Requereix pantalla de bloqueig segur!</string>
<string name="fingerprint_too_many_attempts">Massa intents. Intenti-ho de nou més tard.</string>
</resources>
14 changes: 7 additions & 7 deletions res/android/values-es/fpauth-strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<resources>
<string name="cancel">Cancelar</string>
<string name="use_backup">Verificación</string>
<string name="fingerprint_auth_dialog_title">Autenticación de Huellas Digitales</string>
<string name="ok">De Acuerdo</string>
<string name="fingerprint_description">Confirmar la huella digital para continuar</string>
<string name="fingerprint_hint">Sensor tactil</string>
<string name="fingerprint_not_recognized">No se reconoce la huella digital. Inténtalo de nuevo.</string>
<string name="fingerprint_success">Reconocido de huella dactilar</string>
<string name="new_fingerprint_enrolled_description">Una nueva huella digital fue agregada a este dispositivo, por lo que se requiere la contraseña.</string>
<string name="fingerprint_auth_dialog_title">Autenticación de huella dactilar</string>
<string name="ok">De acuerdo</string>
<string name="fingerprint_description">Confirme la huella dactilar para continuar</string>
<string name="fingerprint_hint">Presione el sensor</string>
<string name="fingerprint_not_recognized">No se reconoce la huella dactilar. Inténtelo de nuevo.</string>
<string name="fingerprint_success">Huella dactilar reconocida</string>
<string name="new_fingerprint_enrolled_description">Una nueva huella dactilar fue agregada a este dispositivo, por lo que se requiere la contraseña.</string>
<string name="secure_lock_screen_required">¡Requiere pantalla de bloqueo seguro!</string>
<string name="fingerprint_too_many_attempts">Demasiados intentos. Inténtelo de nuevo más tarde.</string>
</resources>