diff --git a/EnvelopeGenerator.Application/Resources/Resource.cs b/EnvelopeGenerator.Application/Resources/Resource.cs
index 13223106..630b45b1 100644
--- a/EnvelopeGenerator.Application/Resources/Resource.cs
+++ b/EnvelopeGenerator.Application/Resources/Resource.cs
@@ -397,4 +397,412 @@ public static class Extensions
///
///
public static string LockedFooterBody(this IStringLocalizer localizer, string suffix) => localizer[nameof(LockedFooterBody) + suffix].Value;
+
+ // Sender-side UI resources
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string NewEnvelope(this IStringLocalizer localizer) => localizer[nameof(NewEnvelope)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string LoadEnvelope(this IStringLocalizer localizer) => localizer[nameof(LoadEnvelope)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string DeleteEnvelope(this IStringLocalizer localizer) => localizer[nameof(DeleteEnvelope)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string RefreshData(this IStringLocalizer localizer) => localizer[nameof(RefreshData)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string RefreshedAt(this IStringLocalizer localizer) => localizer[nameof(RefreshedAt)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string ShowDocument(this IStringLocalizer localizer) => localizer[nameof(ShowDocument)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string ContactReceiver(this IStringLocalizer localizer) => localizer[nameof(ContactReceiver)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string EnvelopeId(this IStringLocalizer localizer) => localizer[nameof(EnvelopeId)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string OpenLogDirectory(this IStringLocalizer localizer) => localizer[nameof(OpenLogDirectory)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string ShowResultsReport(this IStringLocalizer localizer) => localizer[nameof(ShowResultsReport)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string SupportMail(this IStringLocalizer localizer) => localizer[nameof(SupportMail)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string ResendInvitation(this IStringLocalizer localizer) => localizer[nameof(ResendInvitation)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string Export(this IStringLocalizer localizer) => localizer[nameof(Export)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string Receivers(this IStringLocalizer localizer) => localizer[nameof(Receivers)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string EmailSalutation(this IStringLocalizer localizer) => localizer[nameof(EmailSalutation)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string SignedWhen(this IStringLocalizer localizer) => localizer[nameof(SignedWhen)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string AccessCode(this IStringLocalizer localizer) => localizer[nameof(AccessCode)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string User(this IStringLocalizer localizer) => localizer[nameof(User)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string Type(this IStringLocalizer localizer) => localizer[nameof(Type)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string Title(this IStringLocalizer localizer) => localizer[nameof(Title)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string CreatedOn(this IStringLocalizer localizer) => localizer[nameof(CreatedOn)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string LastModified(this IStringLocalizer localizer) => localizer[nameof(LastModified)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string OpenEnvelopes(this IStringLocalizer localizer) => localizer[nameof(OpenEnvelopes)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string CompletedEnvelopes(this IStringLocalizer localizer) => localizer[nameof(CompletedEnvelopes)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string SendAccessCode(this IStringLocalizer localizer) => localizer[nameof(SendAccessCode)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string TwoFactorProperties(this IStringLocalizer localizer) => localizer[nameof(TwoFactorProperties)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string Name(this IStringLocalizer localizer) => localizer[nameof(Name)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string PhoneNumber(this IStringLocalizer localizer) => localizer[nameof(PhoneNumber)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string AddReceiver(this IStringLocalizer localizer) => localizer[nameof(AddReceiver)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string DeleteReceiver(this IStringLocalizer localizer) => localizer[nameof(DeleteReceiver)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string AddFile(this IStringLocalizer localizer) => localizer[nameof(AddFile)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string MergeFiles(this IStringLocalizer localizer) => localizer[nameof(MergeFiles)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string DeleteFile(this IStringLocalizer localizer) => localizer[nameof(DeleteFile)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string ShowFile(this IStringLocalizer localizer) => localizer[nameof(ShowFile)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string EditFields(this IStringLocalizer localizer) => localizer[nameof(EditFields)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string EditData(this IStringLocalizer localizer) => localizer[nameof(EditData)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string Save(this IStringLocalizer localizer) => localizer[nameof(Save)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string SendEnvelope(this IStringLocalizer localizer) => localizer[nameof(SendEnvelope)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string Cancel(this IStringLocalizer localizer) => localizer[nameof(Cancel)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string AddSignature(this IStringLocalizer localizer) => localizer[nameof(AddSignature)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string DeleteSignature(this IStringLocalizer localizer) => localizer[nameof(DeleteSignature)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string Language(this IStringLocalizer localizer) => localizer[nameof(Language)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string UseAccessCode(this IStringLocalizer localizer) => localizer[nameof(UseAccessCode)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string TwoFactorEnabled(this IStringLocalizer localizer) => localizer[nameof(TwoFactorEnabled)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string CertificationType(this IStringLocalizer localizer) => localizer[nameof(CertificationType)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string FinalEmailToCreator(this IStringLocalizer localizer) => localizer[nameof(FinalEmailToCreator)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string FinalEmailToReceivers(this IStringLocalizer localizer) => localizer[nameof(FinalEmailToReceivers)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string SendReminderEmails(this IStringLocalizer localizer) => localizer[nameof(SendReminderEmails)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string FirstReminderDays(this IStringLocalizer localizer) => localizer[nameof(FirstReminderDays)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string ReminderIntervalDays(this IStringLocalizer localizer) => localizer[nameof(ReminderIntervalDays)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string ExpiresWhenDays(this IStringLocalizer localizer) => localizer[nameof(ExpiresWhenDays)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string ExpiresWarningDays(this IStringLocalizer localizer) => localizer[nameof(ExpiresWarningDays)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string Message(this IStringLocalizer localizer) => localizer[nameof(Message)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string EnvelopeType(this IStringLocalizer localizer) => localizer[nameof(EnvelopeType)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string AllOptions(this IStringLocalizer localizer) => localizer[nameof(AllOptions)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string DeleteReason(this IStringLocalizer localizer) => localizer[nameof(DeleteReason)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string PleaseProvideReason(this IStringLocalizer localizer) => localizer[nameof(PleaseProvideReason)].Value;
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static string Status(this IStringLocalizer localizer) => localizer[nameof(Status)].Value;
}
\ No newline at end of file