X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fes.lang.php;h=2de40587d2c4c9bc178c55bcae117aaa1b2178f7;hb=ceb103409d123c30e3c1c485b1f06293d1fe7308;hp=969fc2016e06613f5eae7d29507dd9777b50a974;hpb=2e0098f1df8d3aaac64eaf4993a8362875cf43db;p=timetracker.git diff --git a/WEB-INF/resources/es.lang.php b/WEB-INF/resources/es.lang.php index 969fc201..2de40587 100644 --- a/WEB-INF/resources/es.lang.php +++ b/WEB-INF/resources/es.lang.php @@ -244,6 +244,8 @@ $i18n_key_words = array( // 'label.paid_status' => 'Paid status', // 'label.paid' => 'Paid', // 'label.mark_paid' => 'Mark paid', +// 'label.week_note' => 'Week note', +// 'label.week_list' => 'Week list', // Form titles. 'title.login' => 'Sesión iniciada', @@ -317,6 +319,7 @@ $i18n_key_words = array( // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks). // It is also a name for the Locking plugin on the Team profile page. // 'title.locking' => 'Locking', +// 'title.week_view' => 'Week View', // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here. // Strings that are used in a single form must go to the specific form section. @@ -397,7 +400,6 @@ $i18n_key_words = array( 'form.reports.save_as_favorite' => 'Guardar como favorito', // TODO: translate form.reports.confirm_delete. // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?', -// 'form.reports.include_records' => 'Include records', 'form.reports.include_billable' => 'facturable', 'form.reports.include_not_billable' => 'no facturable', // TODO: translate the following. @@ -463,19 +465,19 @@ $i18n_key_words = array( // 'form.clients.active_clients' => 'Active Clients', // 'form.clients.inactive_clients' => 'Inactive Clients', -// Client delete form. See example at https://timetracker.anuko.com/client_delete.php +// Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php // TODO: translate the following. // 'form.client.client_to_delete' => 'Client to delete', // 'form.client.client_entries' => 'Client entries', -// Strings for Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php 'form.export.hint' => 'Usted puede exportar todos los datos del grupo dentro de un archivo xml. Ésto puede ser útil si necesita migrar datos a su propio sevidor.', 'form.export.compression' => 'Comprimir', // Note to translators: the strings below are missing in the translation and must be added. // 'form.export.compression_none' => 'none', // 'form.export.compression_bzip' => 'bzip', -// Strings for Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). 'form.import.hint' => 'Importar datos del grupo desde un archivo xml.', 'form.import.file' => 'Seleccione el archivo', 'form.import.success' => 'Importación finalizada con éxito.',