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

@ -1,12 +1,12 @@
@model Yavsc.Models.Haircut.BrusherProfile
@{
ViewData["Title"] = "Delete";
ViewData["Title"] = @SR["Delete"];
}
<h2>Delete</h2>
<h2>@SR["Delete"]</h2>
<h3>Are you sure you want to delete this?</h3>
<h3>@SR["AreYourSureYouWantToDeleteThis"]</h3>
<div>
<h4>BrusherProfile</h4>
<hr />