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,10 +1,10 @@
@model CircleMember
@{
ViewData["Title"] = "Delete";
ViewData["Title"] = @SR["Delete"];
}
<h2>Delete</h2>
<h2>@SR["Delete"]</h2>
<h3>Supprimer cette appartenance au cercle?</h3>
<div>
@ -27,6 +27,6 @@ Membre
<form asp-action="Delete">
<div class="form-actions no-color">
<input type="submit" value="Delete" class="btn btn-default" /> |
<a asp-action="Index">Back to List</a>
<a asp-action="Index">@SR["Back to List"]</a>
</div>
</form>