Mehrsprachige Unterstützung für ShowEnvelope-Seite hinzugefügt; Aktualisierung der resx-Dateien für Deutsch und Englisch (US).

This commit is contained in:
Developer 02
2024-05-28 18:01:32 +02:00
parent 3b27260b14
commit 89290c03f9
8 changed files with 59 additions and 16 deletions

View File

@@ -1,4 +1,6 @@
namespace EnvelopeGenerator.Web
using System.Numerics;
namespace EnvelopeGenerator.Web
{
public static class WebKey
{
@@ -17,5 +19,10 @@
public static readonly string LockedFooterTitle = nameof(LockedFooterTitle);
public static readonly string LockedFooterBody = nameof(LockedFooterBody);
public static readonly string WrongAccessCode = nameof(WrongAccessCode);
public static readonly string SignDoc = nameof(SignDoc);
public static readonly string DocProtected = nameof(DocProtected);
public static readonly string Complete = nameof(Complete);
public static readonly string EnvelopeInfo1 = nameof(EnvelopeInfo1);
public static readonly string EnvelopeInfo2 = nameof(EnvelopeInfo2);
}
}