26 lines
1.3 KiB
Plaintext
26 lines
1.3 KiB
Plaintext
/* This file can be used to temporarily add strings to the project without needing to use Localazy. */
|
||
/***** None of the strings in here will be available for translation *****/
|
||
|
||
/* Used for testing */
|
||
"untranslated" = "Untranslated";
|
||
|
||
// MARK: - Soft logout
|
||
|
||
"soft_logout_forgot_password" = "Forgot password";
|
||
"soft_logout_signin_title" = "Sign in";
|
||
"soft_logout_signin_notice" = "Your homeserver (%1$s) admin has signed you out of your account %2$s (%3$s).";
|
||
"soft_logout_signin_e2e_warning_notice" = "Sign in to recover encryption keys stored exclusively on this device. You need them to read all of your secure messages on any device.";
|
||
"soft_logout_clear_data_title" = "Clear personal data";
|
||
"soft_logout_clear_data_notice" = "Warning: Your personal data (including encryption keys) is still stored on this device.\n\nClear it if you’re finished using this device, or want to sign in to another account.";
|
||
"soft_logout_clear_data_submit" = "Clear all data";
|
||
"soft_logout_clear_data_dialog_title" = "Clear data";
|
||
"soft_logout_clear_data_dialog_content" = "Clear all data currently stored on this device?\nSign in again to access your account data and messages.";
|
||
|
||
// MARK: - Media upload
|
||
|
||
"media_upload_camera_picker" = "Camera";
|
||
|
||
"media_upload_photo_and_video_picker" = "Photo & Video Library";
|
||
|
||
"media_upload_document_picker" = "Document";
|