Added entity column on cf_custom_fields.php page.
[timetracker.git] / WEB-INF / resources / es.lang.php
1 <?php
2 // +----------------------------------------------------------------------+
3 // | Anuko Time Tracker
4 // +----------------------------------------------------------------------+
5 // | Copyright (c) Anuko International Ltd. (https://www.anuko.com)
6 // +----------------------------------------------------------------------+
7 // | LIBERAL FREEWARE LICENSE: This source code document may be used
8 // | by anyone for any purpose, and freely redistributed alone or in
9 // | combination with other software, provided that the license is obeyed.
10 // |
11 // | There are only two ways to violate the license:
12 // |
13 // | 1. To redistribute this code in source form, with the copyright
14 // |    notice or license removed or altered. (Distributing in compiled
15 // |    forms without embedded copyright notices is permitted).
16 // |
17 // | 2. To redistribute modified versions of this code in *any* form
18 // |    that bears insufficient indications that the modifications are
19 // |    not the work of the original author(s).
20 // |
21 // | This license applies to this document only, not any other software
22 // | that it may be combined with.
23 // |
24 // +----------------------------------------------------------------------+
25 // | Contributors:
26 // | https://www.anuko.com/time_tracker/credits.htm
27 // +----------------------------------------------------------------------+
28
29 // Note: escape apostrophes with THREE backslashes, like here:  choisir l\\\'option.
30 // Other characters (such as double-quotes in http links, etc.) do not have to be escaped.
31
32 $i18n_language = 'Spanish (Español)';
33 $i18n_months = array('Enero', 'Febrero', 'Marzo', 'Abril', 'Mayo', 'Junio', 'Julio', 'Agosto', 'Septiembre', 'Octubre', 'Noviembre', 'Diciembre');
34 $i18n_weekdays = array('Domingo', 'Lunes', 'Martes', 'Miércoles', 'Jueves', 'Viernes', 'Sábado');
35 $i18n_weekdays_short = array('Do', 'Lu', 'Ma', 'Mi', 'Ju', 'Vi', 'Sá');
36
37 $i18n_key_words = array(
38
39 // Menus - short selection strings that are displayed on top of application web pages.
40 // Example: https://timetracker.anuko.com (black menu on top).
41 'menu.login' => 'Iniciar sesión',
42 'menu.logout' => 'Finalizar sesión',
43 'menu.forum' => 'Foro',
44 'menu.help' => 'Ayuda',
45 // TODO: translate the following.
46 // 'menu.register' => 'Register',
47 'menu.profile' => 'Perfil',
48 // TODO: translate the following.
49 // 'menu.group' => 'Group',
50 // 'menu.plugins' => 'Plugins',
51 'menu.time' => 'Tiempo',
52 // TODO: translate the following.
53 // 'menu.week' => 'Week',
54 // 'menu.expenses' => 'Expenses',
55 'menu.reports' => 'Reportes',
56 // TODO: translate the following.
57 // 'menu.timesheets' => 'Timesheets',
58 // 'menu.charts' => 'Charts',
59 'menu.projects' => 'Proyectos',
60 // TODO: translate the following.
61 // 'menu.tasks' => 'Tasks',
62 'menu.users' => 'Personas',
63 // TODO: translate the following.
64 // 'menu.groups' => 'Groups',
65 // 'menu.subgroups' => 'Subgroups',
66 // 'menu.export' => 'Export',
67 'menu.clients' => 'Clientes',
68 'menu.options' => 'Opciones',
69
70 // Footer - strings on the bottom of most pages.
71 // TODO: translate the following.
72 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.'
73 // 'footer.credits' => 'Credits',
74 // 'footer.license' => 'License',
75 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
76                                      // This is a link to a webpage that describes how to contribute to the project.
77
78 // Error messages.
79 // TODO: translate the following.
80 // 'error.access_denied' => 'Access denied.',
81 // 'error.sys' => 'System error.',
82 'error.db' => 'Error de la base de datos.',
83 // TODO: translate the following.
84 // 'error.feature_disabled' => 'Feature is disabled.',
85 'error.field' => 'Dato "{0}" incorrecto.',
86 'error.empty' => 'El archivo "{0}" esta vacío.',
87 'error.not_equal' => 'El archivo "{0}" no es igual al archivo "{1}".',
88 // TODO: translate the following.
89 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
90 'error.project' => 'Seleccionar proyecto.',
91 // TODO: translate the following.
92 // 'error.task' => 'Select task.',
93 // 'error.client' => 'Select client.',
94 // 'error.report' => 'Select report.',
95 // 'error.record' => 'Select record.',
96 'error.auth' => 'Usuario o contraseña incorrecta.',
97 // TODO: translate the following.
98 // 'error.user_exists' => 'User with this login already exists.',
99 // 'error.object_exists' => 'Object with this name already exists.',
100 // 'error.invoice_exists' => 'Invoice with this number already exists.',
101 // 'error.role_exists' => 'Role with this rank already exists.',
102 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
103 // 'error.no_records' => 'There are no records.',
104 // 'error.no_login' => 'No user with this login.',
105 'error.no_groups' => 'Su base de datos esta vacía. Inicie sesión como administrador y cree un nuevo grupo.',
106 'error.upload' => 'Error subiendo el archivo.',
107 // TODO: translate the following.
108 // 'error.range_locked' => 'Date range is locked.',
109 // 'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.',
110 // 'error.no_email' => 'No email associated with this login.',
111 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
112 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
113 // 'error.overlap' => 'Time interval overlaps with existing records.',
114 // 'error.future_date' => 'Date is in future.',
115 // 'error.xml' => 'Error in XML file at line %d: %s.',
116 // 'error.cannot_import' => 'Cannot import: %s.',
117 // 'error.format' => 'Invalid file format.',
118 // 'error.user_count' => 'Limit on user count.',
119 // 'error.expired' => 'Expiration date reached.',
120 // 'error.file_storage' => 'File storage error.',
121
122 // Warning messages.
123 // TODO: translate the following.
124 // 'warn.sure' => 'Are you sure?',
125 // 'warn.confirm_save' => 'Date has changed. Confirm saving, not copying this item.',
126
127 // Success messages.
128 // TODO: translate the following.
129 // 'msg.success' => 'Operation completed successfully.',
130
131 // Labels for buttons.
132 'button.login' => 'Iniciar sesion',
133 'button.now' => 'Ahora',
134 'button.save' => 'Guardar',
135 // TODO: translate the following.
136 // 'button.copy' => 'Copy',
137 'button.cancel' => 'Cancelar',
138 'button.submit' => 'Enviar',
139 'button.add' => 'Agregar',
140 'button.delete' => 'Eliminar',
141 'button.generate' => 'Generar',
142 // TODO: translate the following.
143 // 'button.reset_password' => 'Reset password',
144 'button.send' => 'Enviar',
145 'button.send_by_email' => 'Enviar por correo',
146 'button.create_group' => 'Crear grupo',
147 'button.export' => 'Exportar grupo',
148 'button.import' => 'Importar grupo',
149 // TODO: translate the following.
150 // 'button.close' => 'Close',
151 // 'button.stop' => 'Stop',
152 // 'button.approve' => 'Approve',
153 // 'button.disapprove' => 'Disapprove',
154
155 // Labels for controls on forms. Labels in this section are used on multiple forms.
156 // TODO: translate the following.
157 // 'label.group_name' => 'Group name',
158 'label.address' => 'Dirección',
159 'label.currency' => 'Moneda',
160 // TODO: translate the following.
161 // 'label.manager_name' => 'Manager name',
162 // 'label.manager_login' => 'Manager login',
163 'label.person_name' => 'Nombre',
164 'label.thing_name' => 'Nombre',
165 // TODO: translate the following.
166 // 'label.login' => 'Login',
167 'label.password' => 'Contraseña',
168 'label.confirm_password' => 'Confirmar contraseña',
169 'label.email' => 'Email',
170 'label.cc' => 'Cc',
171 // TODO: translate the following.
172 // 'label.bcc' => 'Bcc',
173 'label.subject' => 'Asunto',
174 'label.date' => 'Fecha',
175 'label.start_date' => 'Fecha de inicio',
176 'label.end_date' => 'Fecha de fin',
177 'label.user' => 'Usuario',
178 // TODO: translate the following.
179 // 'label.users' => 'Users',
180 // 'label.group' => 'Group',
181 // 'label.subgroups' => 'Subgroups',
182 // 'label.roles' => 'Roles',
183 // 'label.client' => 'Client',
184 // 'label.clients' => 'Clients',
185 'label.option' => 'Opción',
186 // TODO: translate the following.
187 // 'label.invoice' => 'Invoice',
188 'label.project' => 'Proyecto',
189 'label.projects' => 'Proyectos',
190 // TODO: translate the following.
191 // 'label.task' => 'Task',
192 // 'label.tasks' => 'Tasks',
193 // 'label.description' => 'Description',
194 'label.start' => 'Inicio',
195 'label.finish' => 'Fin',
196 'label.duration' => 'Duración',
197 'label.note' => 'Nota',
198 // 'label.notes' => 'Notes',
199 // 'label.item' => 'Item',
200 // 'label.cost' => 'Cost',
201 // 'label.ip' => 'IP',
202 // 'label.day_total' => 'Day total',
203 // 'label.week_total' => 'Week total',
204 // 'label.month_total' => 'Month total',
205 'label.today' => 'Hoy',
206 // TODO: translate the following.
207 // 'label.view' => 'View',
208 'label.edit' => 'Modificar',
209 'label.delete' => 'Eliminar',
210 // TODO: translate the following.
211 // 'label.configure' => 'Configure',
212 'label.select_all' => 'Seleccionar todos',
213 'label.select_none' => 'Quitar todas las selecciones',
214 // TODO: translate the following.
215 // 'label.day_view' => 'Day view',
216 // 'label.week_view' => 'Week view',
217 'label.id' => 'Identificación',
218 // TODO: translate the following.
219 // 'label.language' => 'Language',
220 // 'label.decimal_mark' => 'Decimal mark',
221 // 'label.date_format' => 'Date format',
222 // 'label.time_format' => 'Time format',
223 // 'label.week_start' => 'First day of week',
224 'label.comment' => 'Comentario',
225 // TODO: translate the following.
226 // 'label.status' => 'Status',
227 'label.tax' => 'Impuesto',
228 // TODO: translate the following.
229 'label.subtotal' => 'Subtotal',
230 'label.total' => 'Total',
231 // TODO: translate the following.
232 // 'label.client_name' => 'Client name',
233 // 'label.client_address' => 'Client address',
234 'label.or' => 'o',
235 // TODO: translate the following.
236 // 'label.error' => 'Error',
237 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
238 'label.required_fields' => '* - campos requeridos',
239 'label.on_behalf' => 'a nombre de',
240 'label.role_manager' => '(manejador)',
241 'label.role_comanager' => '(auxiliar del manejador)',
242 'label.role_admin' => '(administrador)',
243 // TODO: translate the following.
244 // 'label.page' => 'Page',
245 // 'label.condition' => 'Condition',
246 // 'label.yes' => 'yes',
247 // 'label.no' => 'no',
248 // Labels for plugins (extensions to Time Tracker that provide additional features).
249 // TODO: translate the following.
250 // 'label.custom_fields' => 'Custom fields',
251 // 'label.monthly_quotas' => 'Monthly quotas',
252 // 'label.entity' => 'Entity',
253 // 'label.type' => 'Type',
254 // 'label.type_dropdown' => 'dropdown',
255 // 'label.type_text' => 'text',
256 // 'label.required' => 'Required',
257 'label.fav_report' => 'Reporte favorito',
258 // TODO: translate the following.
259 // 'label.schedule' => 'Schedule',
260 // 'label.what_is_it' => 'What is it?',
261 // 'label.expense' => 'Expense',
262 // 'label.quantity' => 'Quantity',
263 // 'label.paid_status' => 'Paid status',
264 // 'label.paid' => 'Paid',
265 // 'label.mark_paid' => 'Mark paid',
266 // 'label.week_menu' => 'Week menu',
267 // 'label.week_note' => 'Week note',
268 // 'label.week_list' => 'Week list',
269 // 'label.work_units' => 'Work units',
270 // 'label.work_units_short' => 'Units',
271 'label.totals_only' => 'Solo totales',
272 // TODO: translate the following.
273 // 'label.quota' => 'Quota',
274 // 'label.timesheet' => 'Timesheet',
275 // 'label.submitted' => 'Submitted',
276 // 'label.approved' => 'Approved',
277 // 'label.approval' => 'Report approval',
278 // 'label.mark_approved' => 'Mark approved',
279 // 'label.template' => 'Template',
280 // 'label.attachments' => 'Attachments',
281 // 'label.files' => 'Files',
282 // 'label.file' => 'File',
283 // 'label.image' => 'Image',
284 // 'label.download' => 'Download',
285 // 'label.active_users' => 'Active Users',
286 // 'label.inactive_users' => 'Inactive Users',
287
288 // Entity names. We use lower case (in English) because they are used in dropdowns, too.
289 // They are used to associate a custom field with an entity type.
290 // TODO: translate the following.
291 // 'entity.time' => 'time',
292 // 'entity.user' => 'user',
293 // 'entity.project' => 'project',
294
295 // Form titles.
296 // TODO: Translate the following.
297 // 'title.error' => 'Error',
298 // 'title.success' => 'Success',
299 'title.login' => 'Sesión iniciada',
300 'title.groups' => 'Grupos',
301 // TODO: translate the following.
302 // 'title.subgroups' => 'Subgroups',
303 // 'title.add_group' => 'Adding Group',
304 // 'title.edit_group' => 'Editing Group',
305 // 'title.delete_group' => 'Deleting Group',
306 'title.reset_password' => 'Reestablecer contraseña',
307 // TODO: translate the following.
308 // 'title.change_password' => 'Changing Password',
309 'title.time' => 'Tiempo',
310 'title.edit_time_record' => 'Modificando el historial de tiempo',
311 'title.delete_time_record' => 'Eliminando el historial de tiempo',
312 // TODO: Translate the following.
313 // 'title.time_files' => 'Time Record Files',
314 // 'title.expenses' => 'Expenses',
315 // 'title.edit_expense' => 'Editing Expense Item',
316 // 'title.delete_expense' => 'Deleting Expense Item',
317 // 'title.predefined_expenses' => 'Predefined Expenses',
318 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
319 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
320 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
321 'title.reports' => 'Reportes',
322 // TODO: translate the following.
323 // 'title.report' => 'Report',
324 // 'title.send_report' => 'Sending Report',
325 // 'title.timesheets' => 'Timesheets',
326 // 'title.timesheet' => 'Timesheet',
327 // 'title.timesheet_files' => 'Timesheet Files',
328 'title.invoice' => 'Factura',
329 // TODO: translate the following.
330 // 'title.send_invoice' => 'Sending Invoice',
331 // 'title.charts' => 'Charts',
332 'title.projects' => 'Proyectos',
333 // TODO: translate the following.
334 // 'title.project_files' => 'Project Files',
335 'title.add_project' => 'Agregando proyecto',
336 'title.edit_project' => 'Modificando proyecto',
337 'title.delete_project' => 'Eliminando proyecto',
338 // TODO: translate the following.
339 // 'title.tasks' => 'Tasks',
340 // 'title.add_task' => 'Adding Task',
341 // 'title.edit_task' => 'Editing Task',
342 // 'title.delete_task' => 'Deleting Task',
343 'title.users' => 'Personas',
344 'title.add_user' => 'Creando usuario',
345 'title.edit_user' => 'Modificando usuario',
346 'title.delete_user' => 'Eliminando usuario',
347 // TODO: translate the following.
348 // 'title.roles' => 'Roles',
349 // 'title.add_role' => 'Adding Role',
350 // 'title.edit_role' => 'Editing Role',
351 // 'title.delete_role' => 'Deleting Role',
352 'title.clients' => 'Clientes',
353 'title.add_client' => 'Agregar cliente',
354 'title.edit_client' => 'Modificando cliente',
355 'title.delete_client' => 'Eliminando cliente',
356 // TODO: translate the following.
357 // 'title.invoices' => 'Invoices',
358 // 'title.add_invoice' => 'Adding Invoice',
359 // 'title.view_invoice' => 'Viewing Invoice',
360 // 'title.delete_invoice' => 'Deleting Invoice',
361 // 'title.notifications' => 'Notifications',
362 // 'title.add_notification' => 'Adding Notification',
363 // 'title.edit_notification' => 'Editing Notification',
364 // 'title.delete_notification' => 'Deleting Notification',
365 // 'title.add_timesheet' => 'Adding Timesheet',
366 // 'title.edit_timesheet' => 'Editing Timesheet',
367 // 'title.delete_timesheet' => 'Deleting Timesheet',
368 // 'title.monthly_quotas' => 'Monthly Quotas',
369 'title.export' => 'Exportar datos', // TODO: Consider changing to exportando for consistency with other titles.
370 'title.import' => 'Importar datos', // TODO: Consider changing to importando for consistency with other titles.
371 'title.options' => 'Opciones',
372 // TODO: translate the following.
373 // 'title.display_options' => 'Display Options',
374 'title.profile' => 'Perfil',
375 // TODO: translate the following.
376 // 'title.plugins' => 'Plugins',
377 // 'title.cf_custom_fields' => 'Custom Fields',
378 // 'title.cf_add_custom_field' => 'Adding Custom Field',
379 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
380 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
381 // 'title.cf_dropdown_options' => 'Dropdown Options',
382 // 'title.cf_add_dropdown_option' => 'Adding Option',
383 // 'title.cf_edit_dropdown_option' => 'Editing Option',
384 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
385 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
386 // It is also a name for the Locking plugin on the group settings page.
387 // 'title.locking' => 'Locking',
388 // 'title.week_view' => 'Week View',
389 // 'title.swap_roles' => 'Swapping Roles',
390 // 'title.work_units' => 'Work Units',
391 // 'title.templates' => 'Templates',
392 // 'title.add_template' => 'Adding Template',
393 // 'title.edit_template' => 'Editing Template',
394 // 'title.delete_template' => 'Deleting Template',
395 // 'title.edit_file' => 'Editing File',
396 // 'title.delete_file' => 'Deleting File',
397 // 'title.download_file' => 'Downloading File',
398 // 'title.work' => 'Work',
399 // 'title.add_work' => 'Adding Work',
400 // 'title.edit_work' => 'Editing Work',
401 // 'title.delete_work' => 'Deleting Work',
402 // 'title.active_work' => 'Active Work', // Active work items this group outsources to other groups.
403 // 'title.inactive_work' => 'Inactive Work', // Inactive work items this group was outsourcing to other groups.
404
405 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
406 // Strings that are used in a single form must go to the specific form section.
407 'dropdown.all' => '--- todos ---',
408 'dropdown.no' => '--- no ---',
409 'dropdown.current_day' => 'hoy',
410 'dropdown.previous_day' => 'ayer',
411 'dropdown.selected_day' => 'dia',
412 'dropdown.current_week' => 'esta semana',
413 'dropdown.previous_week' => 'la semana pasada',
414 'dropdown.selected_week' => 'semana',
415 'dropdown.current_month' => 'este mes',
416 'dropdown.previous_month' => 'el mes pasado',
417 'dropdown.selected_month' => 'mes',
418 // TODO: translate the following.
419 // 'dropdown.current_year' => 'this year',
420 // 'dropdown.previous_year' => 'previous year',
421 'dropdown.selected_year' => 'año',
422 // TODO: translate the following.
423 // 'dropdown.all_time' => 'all time',
424 'dropdown.projects' => 'proyectos',
425 // TODO: translate the following.
426 // 'dropdown.tasks' => 'tasks',
427 // 'dropdown.clients' => 'clients',
428 'dropdown.select' => '--- seleccionar ---',
429 // TODO: translate the following.
430 // 'dropdown.select_invoice' => '--- select invoice ---',
431 // 'dropdown.select_timesheet' => '--- select timesheet ---',
432 // 'dropdown.status_active' => 'active',
433 // 'dropdown.status_inactive' => 'inactive',
434 // 'dropdown.delete' => 'delete',
435 // 'dropdown.do_not_delete' => 'do not delete',
436 // 'dropdown.approved' => 'approved',
437 // 'dropdown.not_approved' => 'not approved',
438 // 'dropdown.paid' => 'paid',
439 // 'dropdown.not_paid' => 'not paid',
440
441 // Below is a section for strings that are used on individual forms. When a string is used only on one form it should be placed here.
442 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
443 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
444 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
445
446 // Login form. See example at https://timetracker.anuko.com/login.php.
447 'form.login.forgot_password' => '¿Olvido su contraseña?',
448 // TODO: translate the following.
449 // 'form.login.about' => 'Anuko <a href="https://www.anuko.com/lp/tt_2.htm" target="_blank">Time Tracker</a> is a simple, easy to use, open source time tracking system.',
450
451 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
452 // TODO: check / improve translation of form.reset_password.message.
453 // English form is: 'form.reset_password.message' => 'Password reset request sent by email.',
454 // "by email" is missing here, and it is unclear how exactly it was sent.
455 'form.reset_password.message' => 'Se ha enviado la petición de reestablecer contraseña.',
456 'form.reset_password.email_subject' => 'Solicitud de reestablecimiento de la contraseña de Anuko Time Tracker',
457 // Note to translators: the ending of this string needs to be translated.
458 // TODO: English string has changed. "from IP added. Re-translate the beginning.
459 // 'form.reset_password.email_body' => "Dear User,\n\nSomeone from IP %s requested your Anuko Time Tracker password reset. Please visit this link if you want to reset your password.\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n",
460 // "IP %s" probably sounds awkward.
461 'form.reset_password.email_body' => "Querido usuario, Alguien, IP %s, solicitó reestablecer su contraseña de Anuko Time Tracker. Por favor visite este enlace si quiere reestablecer su contraseña.\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n",
462
463 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
464 // TODO: improve translation of form.change_password.tip.
465 // The English form is: 'form.change_password.tip' => 'Type new password and click on Save.',
466 'form.change_password.tip' => 'Para reestablecer su contraseña, por favor digítela y de clic en Guardar.',
467
468 // Time form. See example at https://timetracker.anuko.com/time.php.
469 // Note to translators: translate form.time.duration_format.
470 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
471 'form.time.billable' => 'Facturable',
472 // TODO: translate the following.
473 // 'form.time.uncompleted' => 'Uncompleted',
474 // 'form.time.remaining_quota' => 'Remaining quota',
475 // 'form.time.over_quota' => 'Over quota',
476 // 'form.time.remaining_balance' => 'Remaining balance',
477 // 'form.time.over_balance' => 'Over balance',
478
479 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
480 'form.time_edit.uncompleted' => 'Este historial fue guardado solamente con la hora de Inicio. Esto no es un error.',
481
482 // Week view form. See example at https://timetracker.anuko.com/week.php.
483 // TODO: translate the following.
484 // 'form.week.new_entry' => 'New entry',
485
486 // Reports form. See example at https://timetracker.anuko.com/reports.php
487 'form.reports.save_as_favorite' => 'Guardar como favorito',
488 // TODO: translate form.reports.confirm_delete.
489 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
490 'form.reports.include_billable' => 'facturable',
491 'form.reports.include_not_billable' => 'no facturable',
492 // TODO: translate the following.
493 // 'form.reports.include_invoiced' => 'invoiced',
494 // 'form.reports.include_not_invoiced' => 'not invoiced',
495 // 'form.reports.include_assigned' => 'assigned',
496 // 'form.reports.include_not_assigned' => 'not assigned',
497 // 'form.reports.include_pending' => 'pending',
498 'form.reports.select_period' => 'Seleccionar período de tiempo',
499 'form.reports.set_period' => 'o establecer fechas',
500 'form.reports.show_fields' => 'Mostrar campos',
501 'form.reports.group_by' => 'Agrupar por',
502 'form.reports.group_by_no' => '--- no agrupar ---',
503 'form.reports.group_by_date' => 'fecha',
504 'form.reports.group_by_user' => 'usuario',
505 // TODO: translate the following.
506 // 'form.reports.group_by_client' => 'client',
507 'form.reports.group_by_project' => 'proyecto',
508 // TODO: traslate the following string.
509 // 'form.reports.group_by_task' => 'task',
510
511 // Report form. See example at https://timetracker.anuko.com/report.php
512 // (after generating a report at https://timetracker.anuko.com/reports.php).
513 'form.report.export' => 'Exportar',
514 // TODO: translate the following.
515 // 'form.report.assign_to_invoice' => 'Assign to invoice',
516 // 'form.report.assign_to_timesheet' => 'Assign to timesheet',
517
518 // Timesheets form. See example at https://timetracker.anuko.com/timesheets.php
519 // TODO: translate the following.
520 // 'form.timesheets.active_timesheets' => 'Active Timesheets',
521 // 'form.timesheets.inactive_timesheets' => 'Inactive Timesheets',
522
523 // Templates form. See example at https://timetracker.anuko.com/templates.php
524 // TODO: translate the following.
525 // 'form.templates.active_templates' => 'Active Templates',
526 // 'form.templates.inactive_templates' => 'Inactive Templates',
527
528 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
529 // (you can get to this form after generating a report).
530 'form.invoice.number' => 'Número de factura',
531 'form.invoice.person' => 'Persona',
532
533 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
534 // TODO: translate the following.
535 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
536 // 'form.invoice.invoice_entries' => 'Invoice entries',
537 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
538
539 // Charts form. See example at https://timetracker.anuko.com/charts.php
540 // TODO: translate the following.
541 // 'form.charts.interval' => 'Interval',
542 // 'form.charts.chart' => 'Chart',
543
544 // Projects form. See example at https://timetracker.anuko.com/projects.php
545 // TODO: translate the following.
546 // 'form.projects.active_projects' => 'Active Projects',
547 // 'form.projects.inactive_projects' => 'Inactive Projects',
548
549 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
550 // 'form.tasks.active_tasks' => 'Active Tasks',
551 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
552
553 // Users form. See example at https://timetracker.anuko.com/users.php
554 // TODO: translate the following.
555 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
556 'form.users.role' => 'Rol',
557 'form.users.manager' => 'Manejador',
558 'form.users.comanager' => 'Auxiliar del manejador',
559 'form.users.rate' => 'Tasa',
560 // TODO: translate the following.
561 // 'form.users.default_rate' => 'Default hourly rate',
562
563 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
564 // TODO: translate the following.
565 // 'form.user_edit.swap_roles' => 'Swap roles',
566
567 // Roles form. See example at https://timetracker.anuko.com/roles.php
568 // TODO: translate the following.
569 // 'form.roles.active_roles' => 'Active Roles',
570 // 'form.roles.inactive_roles' => 'Inactive Roles',
571 // 'form.roles.rank' => 'Rank',
572 // 'form.roles.rights' => 'Rights',
573 // 'form.roles.assigned' => 'Assigned',
574 // 'form.roles.not_assigned' => 'Not assigned',
575
576 // Clients form. See example at https://timetracker.anuko.com/clients.php
577 // TODO: translate the following.
578 // 'form.clients.active_clients' => 'Active Clients',
579 // 'form.clients.inactive_clients' => 'Inactive Clients',
580
581 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
582 // TODO: translate the following.
583 // 'form.client.client_to_delete' => 'Client to delete',
584 // 'form.client.client_entries' => 'Client entries',
585
586 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
587 '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.',
588 'form.export.compression' => 'Comprimir',
589 // Note to translators: the strings below are missing in the translation and must be added.
590 // 'form.export.compression_none' => 'none',
591 // 'form.export.compression_bzip' => 'bzip',
592
593 // Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
594 'form.import.hint' => 'Importar datos del grupo desde un archivo xml.',
595 'form.import.file' => 'Seleccione el archivo',
596 'form.import.success' => 'Importación finalizada con éxito.',
597
598 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
599 // TODO: improve translation of form.admin.hint - no login collisions are allowed.
600 // ALSO TODO: replace "team" with "group" in the string below.
601 'form.groups.hint' => 'Crear un nuevo grupo, creando una nueva cuenta del manejador del equipo.<br>También puede importar datos de grupos, de un archivo xml de otro servidor Anuko Time Tracker (no estan permitidad colisiones de e-mail).',
602
603 // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
604 'form.group_edit.12_hours' => '12 horas',
605 'form.group_edit.24_hours' => '24 horas',
606 // TODO: translate the following.
607 // 'form.group_edit.display_options' => 'Display options',
608 // 'form.group_edit.holidays' => 'Holidays',
609 // 'form.group_edit.tracking_mode' => 'Tracking mode',
610 // 'form.group_edit.mode_time' => 'time',
611 // 'form.group_edit.mode_projects' => 'projects',
612 // 'form.group_edit.mode_projects_and_tasks' => 'projects and tasks',
613 // 'form.group_edit.record_type' => 'Record type',
614 // 'form.group_edit.type_all' => 'all',
615 // 'form.group_edit.type_start_finish' => 'start and finish',
616 // 'form.group_edit.type_duration' => 'duration',
617 // 'form.group_edit.punch_mode' => 'Punch mode',
618 // 'form.group_edit.allow_overlap' => 'Allow overlap',
619 // 'form.group_edit.future_entries' => 'Future entries',
620 // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
621 // 'form.group_edit.confirm_save' => 'Confirm saving',
622 // 'form.group_edit.allow_ip' => 'Allow IP',
623 // 'form.group_edit.advanced_settings' => 'Advanced settings',
624
625 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
626 // TODO: translate the following.
627 // 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
628
629 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
630 'form.mail.from' => 'De',
631 'form.mail.to' => 'Para',
632 // TODO: translate form.mail.report_subject.
633 // 'form.mail.report_subject' => 'Time Tracker Report',
634 // Note to translators: the following strings need to be translated.
635 // 'form.mail.footer' => 'Anuko Time Tracker is a simple, easy to use, open source<br>time tracking system. Visit <a href="https://www.anuko.com">www.anuko.com</a> for more information.',
636 // 'form.mail.report_sent' => 'Report sent.',
637 'form.mail.invoice_sent' => 'Factura enviada.',
638
639 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
640 // TODO: translate the following.
641 // 'form.quota.year' => 'Year',
642 // 'form.quota.month' => 'Month',
643 // 'form.quota.workday_hours' => 'Hours in work day',
644 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
645
646 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
647 // TODO: translate the following.
648 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
649 // 'form.swap.swap_with' => 'Swap roles with',
650
651 // Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
652 // TODO: translate the following.
653 // 'form.work_units.minutes_in_unit' => 'Minutes in unit',
654 // 'form.work_units.1st_unit_threshold' => '1st unit threshold',
655
656 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
657 // TODO: translate the following.
658 // 'role.user.label' => 'User',
659 // 'role.user.low_case_label' => 'user',
660 // 'role.user.description' => 'A regular member without management rights.',
661 // 'role.client.label' => 'Client',
662 // 'role.client.low_case_label' => 'client',
663 // 'role.client.description' => 'A client can view its own data.',
664 // 'role.supervisor.label' => 'Supervisor',
665 // 'role.supervisor.low_case_label' => 'supervisor',
666 // 'role.supervisor.description' => 'A person with a small set of management rights.',
667 // 'role.comanager.label' => 'Co-manager',
668 // 'role.comanager.low_case_label' => 'co-manager',
669 // 'role.comanager.description' => 'A person with a big set of management functions.',
670 // 'role.manager.label' => 'Manager',
671 // 'role.manager.low_case_label' => 'manager',
672 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
673 // 'role.top_manager.label' => 'Top manager',
674 // 'role.top_manager.low_case_label' => 'top manager',
675 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
676 // 'role.admin.label' => 'Administrator',
677 // 'role.admin.low_case_label' => 'administrator',
678 // 'role.admin.description' => 'Site adminsitrator.',
679
680 // Timesheet View form. See example at https://timetracker.anuko.com/timesheet_view.php.
681 // TODO: translate the following.
682 // 'form.timesheet_view.submit_subject' => 'Timesheet approval request',
683 // 'form.timesheet_view.submit_body' => "A new timesheet requires approval.<p>User: %s.",
684 // 'form.timesheet_view.approve_subject' => 'Timesheet approved',
685 // 'form.timesheet_view.approve_body' => "Your timesheet %s was approved.<p>%s",
686 // 'form.timesheet_view.disapprove_subject' => 'Timesheet not approved',
687 // 'form.timesheet_view.disapprove_body' => "Your timesheet %s was not approved.<p>%s",
688
689 // Display Options form. See example at https://timetracker.anuko.com/display_options.php.
690 // TODO: translate the following.
691 // 'form.display_options.menu' => 'Menu',
692 // 'form.display_options.note_on_separate_row' => 'Note on separate row',
693 );