refactor(_layout.cshtml): Datenschutz-Link in der Fußzeile aktualisiert, unterstützt mehrere Sprachen
This commit is contained in:
parent
1f57914f9e
commit
360bb9b3d8
@ -180,6 +180,9 @@
|
|||||||
<data name="LockedTitle" xml:space="preserve">
|
<data name="LockedTitle" xml:space="preserve">
|
||||||
<value>Dokument erfordert einen Zugriffscode</value>
|
<value>Dokument erfordert einen Zugriffscode</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Privacy" xml:space="preserve">
|
||||||
|
<value>Datenschutz</value>
|
||||||
|
</data>
|
||||||
<data name="ReadOnlyMessage" xml:space="preserve">
|
<data name="ReadOnlyMessage" xml:space="preserve">
|
||||||
<value>Weitergeleitet von {0}. Gültig bis {1}.</value>
|
<value>Weitergeleitet von {0}. Gültig bis {1}.</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@ -180,6 +180,9 @@
|
|||||||
<data name="LockedTitle" xml:space="preserve">
|
<data name="LockedTitle" xml:space="preserve">
|
||||||
<value>Document requires an access code</value>
|
<value>Document requires an access code</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Privacy" xml:space="preserve">
|
||||||
|
<value>Privacy</value>
|
||||||
|
</data>
|
||||||
<data name="ReadOnlyMessage" xml:space="preserve">
|
<data name="ReadOnlyMessage" xml:space="preserve">
|
||||||
<value>Forwarded by {0}. Valid until {1}.</value>
|
<value>Forwarded by {0}. Valid until {1}.</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@ -97,7 +97,7 @@
|
|||||||
}
|
}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<a href="/privacy-policy.de-DE.html" target="_blank">Datenschutz</a>
|
<a href="/privacy-policy.@(userCulture?.Language).html" target="_blank">@_localizer[WebKey.Privacy]</a>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@ -36,5 +36,6 @@
|
|||||||
public static readonly string WelcomeToTheESignPortal = nameof(WelcomeToTheESignPortal);
|
public static readonly string WelcomeToTheESignPortal = nameof(WelcomeToTheESignPortal);
|
||||||
public static readonly string ViewDoc = nameof(ViewDoc);
|
public static readonly string ViewDoc = nameof(ViewDoc);
|
||||||
public static readonly string HomePageDescription = nameof(HomePageDescription);
|
public static readonly string HomePageDescription = nameof(HomePageDescription);
|
||||||
|
public static readonly string Privacy = nameof(Privacy);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user