Implement missing account settings
This commit is contained in:
parent
4a71884bbe
commit
3d999b6ba0
6 changed files with 106 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue