Skip to content

Commit

Permalink
Fix transifex translations
Browse files Browse the repository at this point in the history
  • Loading branch information
VishalNehra committed Nov 27, 2023
1 parent 3a59c6d commit afb2539
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -607,10 +607,10 @@
<string name="encrypt_file_save_as">Enregistrer le fichier crypté sous&#8230;</string>
<string name="encrypt_folder_save_as">Enregistrer le dossier crypté sous&#8230;</string>
<string name="encrypt_option_use_aze">Utiliser le format de chiffrement Amaze</string>
<string name="encrypt_option_use_aescrypt_desc">< ![CDATA[
<string name="encrypt_option_use_aescrypt_desc"><![CDATA[
<p>AESCrypt est un format de chiffrement de fichiers open source basé sur le chiffrement AES. Il est également portable et peut être déchiffré avec des programmes AESCrypt sur d\'autres plateformes.</p>
<p><a href=\"https://www.aescrypt.com\" target=\"_blank>Site web d\'AESCrypt</a></p>]]></string>
<string name="encrypt_option_use_azecrypt_desc">< ![CDATA[
<string name="encrypt_option_use_azecrypt_desc"><![CDATA[
<p>Le format de chiffrement d\'Amaze est également basé sur le chiffrement AES ; mais contrairement au format AESCrypt, il ne peut être déchiffré que par cet appareil ; vous ne devez pas non plus désinstaller Amaze File Manager de cet appareil ni modifier la façon dont vous verrouillez l\'écran, sinon vous n\'aurez aucun moyen de récupérer le fichier chiffré.</p>
]]></string>
<string name="encrypt_file_must_end_with_aze">Les fichiers cryptés doivent utiliser \".aze\" comme extension de fichier.</string>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion app/src/main/res/values-it/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ Dovrai farlo solo questa volta, fino a quando non sceglierai un percorso diverso
<string name="compressed_explorer_fragment_error_open_uri">Errore aprendo l\'URI \"%s\" per la lettura.</string>
<string name="error_empty_archive">\"%s\" è un archivio vuoto.</string>
<string name="error_bad_archive_without_info">\"%s\" è un archivio corrotto.</string>
<string name="error_bad_archive_with_info">"%s" è un archivio corrotto.\nMessaggio dall'estrattore: "%s"</string>
<string name="error_bad_archive_with_info">"%s" è un archivio corrotto.\nMessaggio dall\'estrattore: "%s"</string>
<string name="security_error">Impossibile aprire il file usando quest\'app</string>
<string name="cloud_drive_tooltip">Crea una connessione Google Drive™ per gestire i file da Amaze File Manager.</string>
<string name="signin_with_google_title">Autenticati per usare Google Drive™</string>
Expand Down
3 changes: 2 additions & 1 deletion transifex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ settings:
zh_CN: zh-rCN
zh_TW: zh-rTW
zh_HK: zh-rHK
pt_BR: pt-rBR
pt_BR: pt-rBR
it_IT: it-rIT

0 comments on commit afb2539

Please sign in to comment.