Translation and fix for editing project task
[wsti_pai.git] / Projects / Views / Projects / Delete.cshtml
index 50c66da767bbfe1744d5b5e1162ff6725adbad58..91688dd56d940ead48f0b258f73091d0d6f65436 100644 (file)
@@ -1,14 +1,14 @@
 @model Projects.Models.Project
 
 @{
-    ViewBag.Title = "Delete";
+    ViewBag.Title = "Usunięcie projektu";
 }
 
-<h2>Delete</h2>
+<h2>@ViewBag.Title</h2>
 
-<h3>Are you sure you want to delete this?</h3>
+<h3>Czy na pewno chcesz to usunąć?</h3>
 <div>
-    <h4>Project</h4>
+    <h4>Projekt</h4>
     <hr />
     <dl class="dl-horizontal">
         <dt>
@@ -57,8 +57,8 @@
         @Html.AntiForgeryToken()
 
         <div class="form-actions no-color">
-            <input type="submit" value="Delete" class="btn btn-default" /> |
-            @Html.ActionLink("Back to List", "Index")
+            <input type="submit" value="Usuń" class="btn btn-default" /> |
+            @Html.ActionLink("Powrót do listy", "Index")
         </div>
     }
 </div>