X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/4f0f87f88dc93f04a9d1fa777c686c348b0875b0..33fe605aa1936612a3e358102b59e411a0a30f07:/WEB-INF/resources/es.lang.php diff --git a/WEB-INF/resources/es.lang.php b/WEB-INF/resources/es.lang.php index c145556f..51ed5abc 100644 --- a/WEB-INF/resources/es.lang.php +++ b/WEB-INF/resources/es.lang.php @@ -184,8 +184,7 @@ $i18n_key_words = array( // 'label.week_total' => 'Week total', // 'label.month_total' => 'Month total', 'label.today' => 'Hoy', -'label.total_hours' => 'Horas totales', -// 'label.total_cost' => 'Total cost', +// TODO: translate the following. // 'label.view' => 'View', 'label.edit' => 'Modificar', 'label.delete' => 'Eliminar', @@ -427,7 +426,9 @@ $i18n_key_words = array( // (you can get to this form after generating a report). 'form.invoice.number' => 'Número de factura', 'form.invoice.person' => 'Persona', -// TODO: translate the following stings. + +// Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php +// TODO: translate the following. // 'form.invoice.invoice_to_delete' => 'Invoice to delete', // 'form.invoice.invoice_entries' => 'Invoice entries', // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',