Localisation

This commit is contained in:
Paul Schneider 2019-06-23 00:05:23 +01:00
commit 0eff78d00b
158 changed files with 485 additions and 451 deletions

View file

@ -8,7 +8,7 @@
@{
bool existingInstrument = Model.
}
<h2>Details</h2>
<h2>@SR["Details"]</h2>
<div>
<h4>MusicianSettings</h4>
@ -20,5 +20,5 @@
</div>
<p>
<a asp-action="Edit" asp-route-id="@Model.UserId">Edit</a> |
<a asp-action="Index">Back to List</a>
<a asp-action="Index">@SR["Back to List"]</a>
</p>