diff client/src/components/admin/usermanagement/Usermanagement.vue @ 1416:3af7ad9717e2

Client: add a set fo marked translation * add some marked transaltions in the templates. and update the corresponding .po files. * remove trailing whitespace and improve the formating in some files
author Fadi Abbud <fadi.abbud@intevation.de>
date Thu, 29 Nov 2018 11:08:02 +0100
parents ca33ad696594
children ef388dcbb946
line wrap: on
line diff
--- a/client/src/components/admin/usermanagement/Usermanagement.vue	Thu Nov 29 11:02:51 2018 +0100
+++ b/client/src/components/admin/usermanagement/Usermanagement.vue	Thu Nov 29 11:08:02 2018 +0100
@@ -5,7 +5,9 @@
       <div class="d-flex flex-row">
         <div :class="userlistStyle">
           <div class="card">
-            <div class="card-header shadow-sm text-white bg-info mb-3">Users</div>
+            <div class="card-header shadow-sm text-white bg-info mb-3">
+              <translate>Users</translate>
+            </div>
             <div class="card-body">
               <table id="datatable" :class="tableStyle">
                 <thead>
@@ -66,7 +68,9 @@
               </button>
             </div>
             <div class="mr-3 pb-3">
-              <button @click="addUser " class="btn btn-info pull-right shadow-sm">Add User</button>
+              <button @click="addUser " class="btn btn-info pull-right shadow-sm">
+                <translate>Add User</translate>
+              </button>
             </div>
           </div>
         </div>