Implement missing account settings

This commit is contained in:
Christian Pauly 2020-09-21 17:50:01 +02:00
commit 3d999b6ba0
6 changed files with 106 additions and 1 deletions

View file

@ -342,6 +342,11 @@ class L10n extends MatrixLocalizations {
String get delete => Intl.message("Delete");
String get deactivateAccountWarning => Intl.message(
'This will deactivate your user account. This can not be undone! Are you sure?');
String get deleteAccount => Intl.message('Delete account');
String get deleteMessage => Intl.message("Delete message");
String get deny => Intl.message("Deny");
@ -636,6 +641,9 @@ class L10n extends MatrixLocalizations {
String get password => Intl.message("Password");
String get passwordHasBeenChanged =>
Intl.message('Password has been changed');
String get pickImage => Intl.message('Pick image');
String get pin => Intl.message('Pin');
@ -988,6 +996,8 @@ class L10n extends MatrixLocalizations {
Intl.message("Waiting for partner to accept the numbers...",
name: "waitingPartnerNumbers");
String get warning => Intl.message('Warning!');
String get wallpaper => Intl.message("Wallpaper");
String get warningEncryptionInBeta => Intl.message(