TF-1194 create new default identity: add presentation layer
This commit is contained in:
@@ -1212,6 +1212,13 @@ class AppLocalizations {
|
||||
name: 'identities');
|
||||
}
|
||||
|
||||
String get setDefaultIdentity {
|
||||
return Intl.message(
|
||||
'Set as default identity',
|
||||
name: 'setDefaultIdentity'
|
||||
);
|
||||
}
|
||||
|
||||
String get identitiesSettingExplanation {
|
||||
return Intl.message(
|
||||
'Select the identity or email address you want to use to send an emails',
|
||||
@@ -1235,16 +1242,16 @@ class AppLocalizations {
|
||||
name: 'name');
|
||||
}
|
||||
|
||||
String get reply_to_address {
|
||||
String get reply_to {
|
||||
return Intl.message(
|
||||
'Reply to address',
|
||||
name: 'reply_to_address');
|
||||
'Reply to',
|
||||
name: 'reply_to');
|
||||
}
|
||||
|
||||
String get bcc_to_address {
|
||||
String get bcc_to {
|
||||
return Intl.message(
|
||||
'Bcc to address',
|
||||
name: 'bcc_to_address');
|
||||
'Bcc to',
|
||||
name: 'bcc_to');
|
||||
}
|
||||
|
||||
String get signature {
|
||||
@@ -1265,6 +1272,12 @@ class AppLocalizations {
|
||||
name: 'html_template');
|
||||
}
|
||||
|
||||
String get html {
|
||||
return Intl.message(
|
||||
'Html',
|
||||
name: 'html');
|
||||
}
|
||||
|
||||
String get create {
|
||||
return Intl.message(
|
||||
'Create',
|
||||
@@ -1277,6 +1290,12 @@ class AppLocalizations {
|
||||
name: 'you_have_created_a_new_identity');
|
||||
}
|
||||
|
||||
String get you_have_created_a_new_default_identity {
|
||||
return Intl.message(
|
||||
'You have created a new default identity',
|
||||
name: 'you_have_created_a_new_default_identity');
|
||||
}
|
||||
|
||||
String get all_identities {
|
||||
return Intl.message(
|
||||
'All identities',
|
||||
@@ -2683,4 +2702,10 @@ class AppLocalizations {
|
||||
name: 'enableSpamReport',
|
||||
);
|
||||
}
|
||||
|
||||
String get required {
|
||||
return Intl.message(
|
||||
'required',
|
||||
name: 'required');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user