diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-03-27 10:27:23 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-27 04:57:23 +0000 |
commit | 8258c08f10f662f4e438ffbc9a3c9aaf099127b9 (patch) | |
tree | 3e19846db849f9ed31056e4d2c73f8867792b501 /app/src/main/res | |
parent | 8e14f8ccaf4d208cc176739aab63a61600fb9fed (diff) |
Sync localisations from Crowdin (#2440)
strings: sync with crowdin
Co-authored-by: GitHub Actions <noreply@github.com>
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values-gl/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/values-gl/strings.xml b/app/src/main/res/values-gl/strings.xml index 09bcbf15..912efcb8 100644 --- a/app/src/main/res/values-gl/strings.xml +++ b/app/src/main/res/values-gl/strings.xml @@ -334,4 +334,7 @@ a app desde unha fonte de confianza, como a Play Store, Amazon Appstore, F-Droid <string name="activity_label_pgp_key_manager">Xestor de Chaves PGP</string> <string name="pgp_key_manager_delete_confirmation_dialog_title">Eliminar chave?</string> <string name="git_utils_reset_remote_branch_title">Nome da rama remota</string> + <string name="pgp_key_manager_no_keys_guidance">Importar unha chave usando o botón inferior Engadir</string> + <string name="no_keys_imported_dialog_title">Non se importaron chaves</string> + <string name="no_keys_imported_dialog_message">Aínda non hai chaves PGP importadas na app, preme no botón inferior para seleccionar un ficheiro de chave</string> </resources> |