Change string for never ask permission

This commit is contained in:
J-Jamet
2018-03-01 22:49:34 +01:00
parent c501d6bdc6
commit 657c810c1f
2 changed files with 2 additions and 2 deletions

View File

@@ -256,7 +256,7 @@
<string name="permission_external_storage_rationale_write_database">KeePass DX a besoin d\'une permission de stockage externe pour écrire une base de données</string>
<string name="permission_external_storage_rationale_read_database">KeePass DX a besoin d\'une permission de stockage externe pour lire une URI non fournie par un Content Provider</string>
<string name="permission_external_storage_denied">Permission de stockage externe refusée</string>
<string name="permission_external_storage_never_ask">Ne plus demander d\'autorisation de sockage externe</string>
<string name="permission_external_storage_never_ask">Impossible d\'effectuer l\'action sans autorisation de stockage externe</string>
<string-array name="clipboard_timeout_options">
<item>5 secondes</item>

View File

@@ -257,7 +257,7 @@
<string name="permission_external_storage_rationale_write_database">KeePass DX need external storage permission to write a database</string>
<string name="permission_external_storage_rationale_read_database">KeePass DX need external storage permission to read an URI not provided by a Content Provider</string>
<string name="permission_external_storage_denied">External storage permission denied</string>
<string name="permission_external_storage_never_ask">Never ask for external storage permission</string>
<string name="permission_external_storage_never_ask">Can\'t perform the action without external storage permission</string>
<string-array name="clipboard_timeout_options">
<item>5 seconds</item>