X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fes.lang.php;h=aa64255474f12a97efb208cdc834e2bc6395e51a;hb=a106b7a2db73b3e1fdab428b218212f6f38d7623;hp=e19eb4a87acb03e58229429f35491fba6449f4be;hpb=04565403a39edd462f6f7d2ef737366cdc40acf1;p=timetracker.git diff --git a/WEB-INF/resources/es.lang.php b/WEB-INF/resources/es.lang.php index e19eb4a8..aa642554 100644 --- a/WEB-INF/resources/es.lang.php +++ b/WEB-INF/resources/es.lang.php @@ -97,7 +97,6 @@ $i18n_key_words = array( // TODO: translate the following. // 'error.user_exists' => 'User with this login already exists.', // 'error.object_exists' => 'Object with this name already exists.', -// 'error.client_exists' => 'Client with this name already exists.', // 'error.invoice_exists' => 'Invoice with this number already exists.', // 'error.role_exists' => 'Role with this rank already exists.', // 'error.no_invoiceable_items' => 'There are no invoiceable items.', @@ -116,6 +115,15 @@ $i18n_key_words = array( // 'error.cannot_import' => 'Cannot import: %s.', // 'error.format' => 'Invalid file format.', +// Warning messages. +// TODO: translate the following. +// 'warn.sure' => 'Are you sure?', +// 'warn.confirm_save' => 'Date has changed. Confirm saving, not copying this item.', + +// Success messages. +// TODO: translate the following. +// 'msg.success' => 'Operation completed successfully.', + // Labels for buttons. 'button.login' => 'Iniciar sesion', 'button.now' => 'Ahora', @@ -255,6 +263,9 @@ $i18n_key_words = array( 'label.totals_only' => 'Solo totales', // Form titles. +// TODO: Translate the following. +// 'title.error' => 'Error', +// 'title.success' => 'Success', 'title.login' => 'Sesión iniciada', 'title.groups' => 'Grupos', // TODO: translate the following. @@ -535,6 +546,7 @@ $i18n_key_words = array( // 'form.group_edit.allow_overlap' => 'Allow overlap', // 'form.group_edit.future_entries' => 'Future entries', // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators', +// 'form.group_edit.confirm_save' => 'Confirm saving', // 'form.group_edit.allow_ip' => 'Allow IP', // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php