X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/3d6a515a50d61cf1c234cd6775c925246b8a95b0..cdb0911b4f72d4bb1df7cd82f2bce0d9ab1579b0:/WEB-INF/resources/es.lang.php diff --git a/WEB-INF/resources/es.lang.php b/WEB-INF/resources/es.lang.php index 51d69f50..ebd98f4b 100644 --- a/WEB-INF/resources/es.lang.php +++ b/WEB-INF/resources/es.lang.php @@ -121,9 +121,6 @@ $i18n_key_words = array( // TODO: translate the following. // 'button.add_task' => 'Add task', 'button.add_client' => 'Agregar cliente', -// TODO: translate the following. -// 'button.add_invoice' => 'Add invoice', -// 'button.add_option' => 'Add option', 'button.add' => 'Agregar', 'button.generate' => 'Generar', // TODO: translate the following. @@ -162,6 +159,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 +457,12 @@ $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', +// 'form.roles.rights' => 'Rights', + // Clients form. See example at https://timetracker.anuko.com/clients.php // TODO: translate the following. // 'form.clients.active_clients' => 'Active Clients', @@ -498,7 +502,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_in_mode' => 'Punch in mode', +// 'form.profile.punch_mode' => 'Punch mode', // 'form.profile.allow_overlap' => 'Allow overlap', // 'form.profile.future_entries' => 'Future entries', // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',