i18n: Change to lower case

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
This commit is contained in:
Valdnet 2022-11-27 21:20:34 +01:00 committed by Andy Scherzinger
parent e57bf0eb2a
commit 1433dec21b
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -1058,13 +1058,13 @@
<string name="pin_home">Pin to Home screen</string> <string name="pin_home">Pin to Home screen</string>
<string name="pin_shortcut_label">Open %1$s</string> <string name="pin_shortcut_label">Open %1$s</string>
<string name="displays_mnemonic">Displays your 12 word passphrase</string> <string name="displays_mnemonic">Displays your 12 word passphrase</string>
<string name="prefs_setup_e2e">Set up End-to-end encryption</string> <string name="prefs_setup_e2e">Set up end-to-end encryption</string>
<string name="prefs_e2e_active">End-to-end encryption is set up!</string> <string name="prefs_e2e_active">End-to-end encryption is set up!</string>
<string name="prefs_remove_e2e">Remove encryption locally</string> <string name="prefs_remove_e2e">Remove encryption locally</string>
<string name="remove_e2e">You can remove End-to-end encryption locally on this client</string> <string name="remove_e2e">You can remove end-to-end encryption locally on this client</string>
<string name="confirm_removal">Remove local encryption</string> <string name="confirm_removal">Remove local encryption</string>
<string name="remove_e2e_message">You can remove End-to-end encryption locally on this client. The encrypted files will remain on server, but will not be synced to this computer any longer.</string> <string name="remove_e2e_message">You can remove end-to-end encryption locally on this client. The encrypted files will remain on server, but will not be synced to this computer any longer.</string>
<string name="setup_e2e">During setup of End-to-end encryption, you will receive a random 12 word mnemonic, which you will need to open your files on other devices. This will only be stored on this device, and can be shown again in this screen. Please note it down in a secure place!</string> <string name="setup_e2e">During setup of end-to-end encryption, you will receive a random 12 word mnemonic, which you will need to open your files on other devices. This will only be stored on this device, and can be shown again in this screen. Please note it down in a secure place!</string>
<string name="error_showing_encryption_dialog">Error showing setup encryption dialog!</string> <string name="error_showing_encryption_dialog">Error showing setup encryption dialog!</string>
<string name="prefs_keys_exist">Add End-to-end encryption to this client</string> <string name="prefs_keys_exist">Add end-to-end encryption to this client</string>
</resources> </resources>