Add e2ee settings
This commit is contained in:
parent
178e50a564
commit
c6c419f76d
15 changed files with 357 additions and 50 deletions
|
|
@ -265,6 +265,14 @@ class I18n {
|
|||
|
||||
String get emptyChat => Intl.message("Empty chat");
|
||||
|
||||
String get enableEncryptionWarning => Intl.message(
|
||||
"You won't be able to disable the encryption anymore. Are you sure?");
|
||||
|
||||
String get encryptionAlgorithm => Intl.message("Encryption algorithm");
|
||||
|
||||
String get end2endEncryptionSettings =>
|
||||
Intl.message("End-to-end encryption settings");
|
||||
|
||||
String get enterAGroupName => Intl.message("Enter a group name");
|
||||
|
||||
String get enterAUsername => Intl.message("Enter a username");
|
||||
|
|
@ -388,6 +396,9 @@ class I18n {
|
|||
|
||||
String get muteChat => Intl.message('Mute chat');
|
||||
|
||||
String get needPantalaimonWarning => Intl.message(
|
||||
"Please be aware that you need Pantalaimon to use end-to-end encryption for now.");
|
||||
|
||||
String get newMessageInFluffyChat =>
|
||||
Intl.message('New message in FluffyChat');
|
||||
|
||||
|
|
@ -396,6 +407,8 @@ class I18n {
|
|||
String get noGoogleServicesWarning => Intl.message(
|
||||
"It seems that you have no google services on your phone. That's a good decision for your privacy! To receive push notifications in FluffyChat we recommend using microG: https://microg.org/");
|
||||
|
||||
String get none => Intl.message("None");
|
||||
|
||||
String get noRoomsFound => Intl.message("No rooms found...");
|
||||
|
||||
String get notSupportedInWeb => Intl.message("Not supported in web");
|
||||
|
|
@ -407,6 +420,9 @@ class I18n {
|
|||
|
||||
String get optionalGroupName => Intl.message("(Optional) Group name");
|
||||
|
||||
String get participatingUserDevices =>
|
||||
Intl.message("Participating user devices");
|
||||
|
||||
String get password => Intl.message("Password");
|
||||
|
||||
String play(String fileName) => Intl.message(
|
||||
|
|
@ -637,6 +653,8 @@ class I18n {
|
|||
|
||||
String get writeAMessage => Intl.message("Write a message...");
|
||||
|
||||
String get yes => Intl.message("Yes");
|
||||
|
||||
String get you => Intl.message("You");
|
||||
|
||||
String get youAreInvitedToThisChat =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue