diff options
-rw-r--r-- | app/src/main/res/values-de/strings.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/values-fr/strings.xml | 7 | ||||
-rw-r--r-- | app/src/main/res/values-gl/strings.xml | 2 | ||||
-rw-r--r-- | app/src/nonFree/res/values-ar-rSA/strings.xml | 8 |
4 files changed, 19 insertions, 0 deletions
diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 819c2165..a582befb 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -331,4 +331,6 @@ <string name="pgp_key_import_succeeded">PGP-Key erfolgreich importiert</string> <string name="pgp_key_import_succeeded_message">Die Schlüssel-ID des importierten Schlüssels ist unten angegeben. Bitte überprüfe sie auf Korrektheit:\n%1$s</string> <string name="pref_category_pgp_title">PGP Einstellungen</string> + <string name="pwgen_some_error_occurred">Ein Fehler ist aufgetreten</string> + <string name="git_run_gc_job">Garbage Collection ausführen</string> </resources> diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 32477126..9ed41153 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -129,6 +129,7 @@ <string name="pwgen_no_chars_error">Aucun critère sélectionné</string> <string name="pwgen_length_too_short_error">Longueur trop faible pour les critères sélectionnés</string> <string name="pwgen_max_iterations_exceeded">Impossible de générer un mot de passe satisfaisant les critères. Essayez d\'augmenter la longueur.</string> + <string name="pwgen_separator">Séparateur</string> <!-- Password generator prefs --> <string name="pref_password_generator_type_title">Type de générateur de mot de passe</string> <!-- ssh keygen fragment --> @@ -322,7 +323,13 @@ <string name="clear_saved_host_key">Effacer la clé d\'hôte enregistrée</string> <string name="clear_saved_host_key_success">La clé d\'hôte a été effacée avec succès!</string> <string name="otp_import_qr_code">Scanner le code QR</string> + <string name="otp_import_from_file">Choisissez une image</string> <string name="otp_import_manual_entry">Saisir manuellement</string> <string name="otp_import_manual_hint_secret">Secret</string> <string name="otp_import_manual_hint_account">Compte</string> + <string name="password_list_fab_content_description">Créer un nouveau mot de passe ou dossier</string> + <string name="pgp_key_import_failed">Impossible d\'importer la clé PGP</string> + <string name="pgp_key_import_succeeded">Clé PGP importée avec succès</string> + <string name="pgp_key_import_succeeded_message">La clé d\'identification de la clé importée est donné ci-dessous, veuillez la vérifier pour qu\'elle soit correcte :\n%1$s</string> + <string name="pref_category_pgp_title">Paramètres PGP</string> </resources> diff --git a/app/src/main/res/values-gl/strings.xml b/app/src/main/res/values-gl/strings.xml index 657c7de6..6bababb4 100644 --- a/app/src/main/res/values-gl/strings.xml +++ b/app/src/main/res/values-gl/strings.xml @@ -337,4 +337,6 @@ a app desde unha fonte de confianza, como a Play Store, Amazon Appstore, F-Droid <string name="pgp_key_import_succeeded">Chave PGP importada correctamente</string> <string name="pgp_key_import_succeeded_message">Aquí abaixo está o ID da chave importada, comproba que é correcto:\n%1$s</string> <string name="pref_category_pgp_title">Axustes PGP</string> + <string name="pwgen_some_error_occurred">Houbo un fallo</string> + <string name="git_run_gc_job">Recolle o lixo</string> </resources> diff --git a/app/src/nonFree/res/values-ar-rSA/strings.xml b/app/src/nonFree/res/values-ar-rSA/strings.xml new file mode 100644 index 00000000..114742cd --- /dev/null +++ b/app/src/nonFree/res/values-ar-rSA/strings.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + ~ Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved. + ~ SPDX-License-Identifier: GPL-3.0-only + --> +<resources> + <string name="oreo_autofill_waiting_for_sms">في انتظار الرسائل القصيرة…</string> +</resources> |