]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/es.lang.php
Introduced strings required for roles.
[timetracker.git] / WEB-INF / resources / es.lang.php
index b6b487dece8591abe2bb79d2d6963c93d97986a5..b7085dcf5ded1032080a473b7be66c517289fca3 100644 (file)
@@ -162,6 +162,7 @@ $i18n_key_words = array(
 'label.user' => 'Usuario',
 // TODO: translate the following.
 // 'label.users' => 'Users',
+// 'label.roles' => 'Roles',
 // 'label.client' => 'Client',
 // 'label.clients' => 'Clients',
 'label.option' => 'Opción',
@@ -459,6 +460,11 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'form.users.default_rate' => 'Default hourly rate',
 
+// Roles form. See example at https://timetracker.anuko.com/roles.php
+// TODO: translate the following.
+// 'form.roles.active_roles' => 'Active Roles',
+// 'form.roles.inactive_roles' => 'Inactive Roles',
+
 // Clients form. See example at https://timetracker.anuko.com/clients.php
 // TODO: translate the following.
 // 'form.clients.active_clients' => 'Active Clients',
@@ -498,6 +504,7 @@ $i18n_key_words = array(
 // 'form.profile.type_all' => 'all',
 // 'form.profile.type_start_finish' => 'start and finish',
 // 'form.profile.type_duration' => 'duration',
+// 'form.profile.punch_mode' => 'Punch mode',
 // 'form.profile.allow_overlap' => 'Allow overlap',
 // 'form.profile.future_entries' => 'Future entries',
 // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',