X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fes.lang.php;h=284b75b6f49fdf5b1f866bb6ccdb950e1708eb57;hb=4c32352c1c34231ff49937b751c491c4a0880328;hp=19df3e9c55b04166df7261764ab252846b1d6b62;hpb=4f9ea2fd0f60b516858d62c67d59c8af66613f10;p=timetracker.git diff --git a/WEB-INF/resources/es.lang.php b/WEB-INF/resources/es.lang.php index 19df3e9c..284b75b6 100644 --- a/WEB-INF/resources/es.lang.php +++ b/WEB-INF/resources/es.lang.php @@ -116,14 +116,6 @@ $i18n_key_words = array( // 'button.copy' => 'Copy', 'button.cancel' => 'Cancelar', 'button.submit' => 'Enviar', -'button.add_user' => 'Agregar usuario', -'button.add_project' => 'Agregar proyecto', -// 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 +154,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 +452,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 +497,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.allow_overlap' => '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',