mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
fix: add dedicated e2ee string without 'tap for more info'
This commit is contained in:
@@ -226,6 +226,7 @@ public class DcHelper {
|
||||
dcContext.setStockTranslation(235, context.getString(R.string.video_call));
|
||||
dcContext.setStockTranslation(240, context.getString(R.string.chat_description_changed_by_you));
|
||||
dcContext.setStockTranslation(241, context.getString(R.string.chat_description_changed_by_other));
|
||||
dcContext.setStockTranslation(242, context.getString(R.string.messages_are_e2ee));
|
||||
}
|
||||
|
||||
public static File getImexDir() {
|
||||
|
||||
@@ -959,6 +959,7 @@
|
||||
<!-- %1$s will be replaced by the number of weeks (always >1) the timer is set to, %2$s will be replaced by name of the contact -->
|
||||
<string name="ephemeral_timer_weeks_by_other">Disappearing messages timer set to %1$s weeks by %2$s.</string>
|
||||
<string name="chat_unencrypted_explanation">Messages in this chat use classic email and are not end-to-end encrypted.</string>
|
||||
<string name="messages_are_e2ee">Messages are end-to-end encrypted.</string>
|
||||
<string name="chat_protection_enabled_tap_to_learn_more">Messages are end-to-end encrypted. Tap to learn more.</string>
|
||||
<string name="chat_protection_enabled_explanation">All messages in this chat are end-to-end encrypted.\n\nEnd-to-end encryption keeps messages private between you and your chat partners. Not even servers, providers or relays can read them.</string>
|
||||
<string name="invalid_unencrypted_tap_to_learn_more">⚠️ %1$s requires end-to-end encryption which is not setup for this chat yet. Tap to learn more.</string>
|
||||
|
||||
Reference in New Issue
Block a user