b32695f4029c397ceb58d29b3db8d0f7a57110e8
[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 = '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', 'Sa');
36 // format mm/dd
37 $i18n_holidays = array('01/01', '01/06', '04/05', '04/06', '05/01', '08/15', '10/12', '11/01', '12/06', '12/08', '12/25');
38
39 $i18n_key_words = array(
40
41 // Menus - short selection strings that are displayed on the top of application web pages.
42 // Example: https://timetracker.anuko.com (black menu on top).
43 'menu.login' => 'Iniciar sesión',
44 'menu.logout' => 'Finalizar sesión',
45 'menu.forum' => 'Foro',
46 'menu.help' => 'Ayuda',
47 // Note to translators: menu.create_team needs a more accurate translation.
48 'menu.create_team' => 'Crear una nueva cuenta de manejador',
49 'menu.profile' => 'Perfil',
50 'menu.time' => 'Tiempo',
51 // TODO: translate the following string.
52 // 'menu.expenses' => 'Expenses',
53 'menu.reports' => 'Reportes',
54 // Note to translators: menu.charts needs to be translated.
55 // 'menu.charts' => 'Charts',
56 'menu.projects' => 'Proyectos',
57 // TODO: translate menu.tasks.
58 // 'menu.tasks' => 'Tasks',
59 'menu.users' => 'Personas',
60 'menu.teams' => 'Equipos',
61 // Note to translators: menu.export needs to be translated.
62 // 'menu.export' => 'Export',
63 'menu.clients' => 'Clientes',
64 'menu.options' => 'Opciones',
65
66 // Footer - strings on the bottom of most pages.
67 // TODO: translate the following strings.
68 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.'
69 // 'footer.credits' => 'Credits',
70 // 'footer.license' => 'License',
71 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
72                                      // This is a link to a webpage that describes how to contribute to the project.
73
74 // Error messages.
75 // TODO: translate the following strings.
76 // 'error.access_denied' => 'Access denied.',
77 // 'error.sys' => 'System error.',
78 'error.db' => 'Error de la Base de Datos.',
79 'error.field' => 'Dato "{0}" incorrecto.',
80 'error.empty' => 'El archivo "{0}" esta vacío.',
81 'error.not_equal' => 'El archivo "{0}" no es igual al archivo "{1}".',
82 // TODO: translate error.interval.
83 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
84 'error.project' => 'Seleccionar Proyecto.',
85 // TODO: translate the following strings.
86 // 'error.task' => 'Select task.',
87 // 'error.client' => 'Select client.',
88 // 'error.report' => 'Select report.',
89 'error.auth' => 'Usuario o contraseña incorrecta.',
90 // Note to translators: this string needs to be translated.
91 // 'error.user_exists' => 'User with this login already exists.',
92 'error.project_exists' => 'Ya existe un proyecto con este nombre.',
93 // TODO: translate the following strings.
94 // 'error.task_exists' => 'Task with this name already exists.',
95 // 'error.client_exists' => 'Client with this name already exists.',
96 // 'error.invoice_exists' => 'Invoice with this number already exists.',
97 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
98 // Note to translators: this string needs to be properly translated (e-mail replaced with login).
99 // 'error.no_login' => 'No existe ningún usuario con este e-mail.',
100 'error.no_teams' => 'Su base de datos esta vacía. Inicie sesión como administrador y cree un nuevo grupo.',
101 'error.upload' => 'Error subiendo el archivo.',
102 // TODO: translate the following.
103 // 'error.range_locked' => 'Date range is locked.',
104 // 'error.mail_send' => 'Error sending mail.',
105 // 'error.no_email' => 'No email associated with this login.',
106 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
107 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
108 // 'error.overlap' => 'Time interval overlaps with existing records.',
109 // 'error.future_date' => 'Date is in future.',
110
111 // Labels for buttons.
112 'button.login' => 'Iniciar sesion',
113 'button.now' => 'Ahora',
114 'button.save' => 'Guardar',
115 // TODO: translate the following string.
116 // 'button.copy' => 'Copy',
117 'button.cancel' => 'Cancelar',
118 'button.submit' => 'Enviar',
119 'button.add_user' => 'Agregar usuario ',
120 'button.add_project' => 'Agregar proyecto',
121 // TODO: translate button.add_task
122 // 'button.add_task' => 'Add task',
123 'button.add_client' => 'Agregar cliente',
124 // TODO: translate the following strings.
125 // 'button.add_invoice' => 'Add invoice',
126 // 'button.add_option' => 'Add option',
127 'button.add' => 'Agregar',
128 'button.generate' => 'Generar',
129 // Note to translators: button.reset_password needs an improved translation.
130 'button.reset_password' => 'Ir',
131 'button.send' => 'Enviar',
132 'button.send_by_email' => 'Enviar por correo',
133 'button.create_team' => 'Crear grupo',
134 'button.export' => 'Exportar grupo',
135 'button.import' => 'Importar grupo',
136 // TODO: translate button.close.
137 // 'button.close' => 'Close',
138 // TODO: translate the following string. 
139 // 'button.stop' => 'Stop',
140
141 // Labels for controls on forms. Labels in this section are used on multiple forms.
142 // TODO: translate label.team_name
143 // 'label.team_name' => 'team name',
144 'label.address' => 'Dirección',
145 'label.currency' => 'Moneda',
146 // TODO: translate label.manager_name, label.manager_login, and label.login.
147 // 'label.manager_name' => 'Manager name',
148 // 'label.manager_login' => 'Manager login',
149 'label.person_name' => 'Nombre',
150 'label.thing_name' => 'Nombre',
151 // 'label.login' => 'login',
152 'label.password' => 'Contraseña',
153 'label.confirm_password' => 'Confirmar Contraseña',
154 'label.email' => 'Email',
155 'label.cc' => 'Cc',
156 // TODO: translate the following.
157 // 'label.bcc' => 'Bcc',
158 'label.subject' => 'Asunto',
159 'label.date' => 'Fecha',
160 'label.start_date' => 'Fecha de inicio',
161 'label.end_date' => 'Fecha de fin',
162 'label.user' => 'Usuario',
163 'label.users' => 'Personas',
164 // TODO: translate the following strings.
165 // 'label.client' => 'Client',
166 // 'label.clients' => 'Clients',
167 'label.option' => 'Opción',
168 // TODO: translate the following string.
169 // 'label.invoice' => 'Invoice',
170 'label.project' => 'Proyecto',
171 'label.projects' => 'Proyectos',
172 // TODO: translate the following strings.
173 // 'label.task' => 'Task',
174 // 'label.tasks' => 'Tasks',
175 // 'label.description' => 'Description',
176 'label.start' => 'Inicio',
177 'label.finish' => 'Fin',
178 'label.duration' => 'Duración',
179 'label.note' => 'Nota',
180 // TODO: translate the following strings.
181 // 'label.item' => 'Item',
182 // 'label.cost' => 'Cost',
183 // 'label.day_total' => 'Day total',
184 // 'label.week_total' => 'Week total',
185 // 'label.month_total' => 'Month total',
186 'label.today' => 'Hoy',
187 'label.total_hours' => 'Horas totales',
188 // TODO: translate the following strings.
189 // 'label.total_cost' => 'Total cost',
190 // 'label.view' => 'View',
191 'label.edit' => 'Modificar',
192 'label.delete' => 'Eliminar',
193 // TODO: translate label.configure.
194 // 'label.configure' => 'Configure',
195 'label.select_all' => 'Seleccionar todos',
196 'label.select_none' => 'Quitar todas las selecciones',
197 // TODO: translate the following.
198 // 'label.day_view' => 'Day view',
199 // 'label.week_view' => 'Week view',
200 'label.id' => 'Identificación',
201 // TODO: translate the following strings.
202 // 'label.language' => 'Language',
203 // 'label.decimal_mark' => 'Decimal mark',
204 // 'label.date_format' => 'Date format',
205 // 'label.time_format' => 'Time format',
206 // 'label.week_start' => 'First day of week',
207 'label.comment' => 'Comentario',
208 // TODO: translate label.status.
209 // 'label.status' => 'Status',
210 'label.tax' => 'Impuesto',
211 // TODO: check whether label.subtotal is translated correctly.
212 'label.subtotal' => 'Subtotal',
213 'label.total' => 'Total',
214 // TODO: translate the following strings.
215 // 'label.client_name' => 'Client name',
216 // 'label.client_address' => 'Client address',
217 'label.or' => 'o',
218 // TODO: translate the strings below.
219 // 'label.error' => 'Error',
220 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
221 'label.required_fields' => '* - campos requeridos',
222 'label.on_behalf' => 'a nombre de',
223 'label.role_manager' =>'(manejador)',
224 'label.role_comanager' => '(auxiliar del manejador)',
225 'label.role_admin' => '(administrador)',
226 // Translate the following.
227 // 'label.page' => 'Page',
228 // 'label.condition' => 'Condition',
229 // Labels for plugins (extensions to Time Tracker that provide additional features).
230 // TODO: translate the following.
231 // 'label.custom_fields' => 'Custom fields',
232 // 'label.monthly_quotas' => 'Monthly quotas',
233 // 'label.type' => 'Type',
234 // 'label.type_dropdown' => 'dropdown',
235 // 'label.type_text' => 'text',
236 // 'label.required' => 'Required',
237 'label.fav_report' => 'Reporte favorito',
238 // TODO: translate the following strings.
239 // 'label.cron_schedule' => 'Cron schedule',
240 // 'label.what_is_it' => 'What is it?',
241
242 // Form titles.
243 'title.login' => 'Sesión iniciada',
244 'title.teams' => 'Grupos',
245 // Note to translators: we need a more accurate translation of title.create_team. English is "Creating Team".
246 // 'title.create_team' => 'Crear una nueva cuenta de manejador',
247 // TODO: translate the following strings.
248 // 'title.edit_team' => 'Editing Team',
249 // 'title.delete_team' => 'Deleting Team',
250 'title.reset_password' => 'Reestablecer contraseña',
251 // TODO: translate title.change_password.
252 // 'title.change_password' => 'Changing Password',
253 'title.time' => 'Tiempo',
254 'title.edit_time_record' => 'Modificando el historial de tiempo',
255 'title.delete_time_record' => 'Eliminando el historial de tiempo',
256 // TODO: translate the following strings.
257 // 'title.expenses' => 'Expenses',
258 // 'title.edit_expense' => 'Editing Expense Item',
259 // 'title.delete_expense' => 'Deleting Expense Item',
260 'title.reports' => 'Reportes',
261 // TODO: translate title.report, title.send_report.
262 // 'title.report' => 'Report',
263 // 'title.send_report' => 'Sending Report',
264 'title.invoice' => 'Factura',
265 // TODO: translate the following strings.
266 // 'title.send_invoice' => 'Sending Invoice',
267 // 'title.charts' => 'Charts',
268 'title.projects' => 'Proyectos',
269 'title.add_project' => 'Agregando proyecto',
270 'title.edit_project' => 'Modificando proyecto',
271 'title.delete_project' => 'Eliminando proyecto',
272 // TODO: translate the following strings.
273 // 'title.tasks' => 'Tasks',
274 // 'title.add_task' => 'Adding Task',
275 // 'title.edit_task' => 'Editing Task',
276 // 'title.delete_task' => 'Deleting Task',
277 'title.users' => 'Personas',
278 'title.add_user' => 'Creando usuario',
279 'title.edit_user' => 'Modificando usuario',
280 'title.delete_user' => 'Eliminando usuario',
281 'title.clients' => 'Clientes',
282 'title.add_client' => 'Agregar cliente',
283 'title.edit_client' => 'Modificar cliente',
284 'title.delete_client' => 'Eliminar cliente',
285 // TODO: translate the following strings.
286 // 'title.invoices' => 'Invoices',
287 // 'title.add_invoice' => 'Adding Invoice',
288 // 'title.view_invoice' => 'Viewing Invoice',
289 // 'title.delete_invoice' => 'Deleting Invoice',
290 // 'title.notifications' => 'Notifications',
291 // 'title.add_notification' => 'Adding Notification',
292 // 'title.edit_notification' => 'Editing Notification',
293 // 'title.delete_notification' => 'Deleting Notification',
294 // 'title.monthly_quotas' => 'Monthly Quotas',
295 'title.export' => 'Exportar datos',
296 'title.import' => 'Importar datos',
297 'title.options' => 'Opciones',
298 'title.profile' => 'Perfil',
299 // TODO: translate the following strings.
300 // 'title.cf_custom_fields' => 'Custom Fields',
301 // 'title.cf_add_custom_field' => 'Adding Custom Field',
302 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
303 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
304 // 'title.cf_dropdown_options' => 'Dropdown Options',
305 // 'title.cf_add_dropdown_option' => 'Adding Option',
306 // 'title.cf_edit_dropdown_option' => 'Editing Option',
307 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
308 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
309 // It is also a name for the Locking plugin on the Team profile page.
310 // TODO: translate the following.
311 // 'title.locking' => 'Locking',
312
313 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
314 // Strings that are used in a single form must go to the specific form section.
315 'dropdown.all' => '--- todos ---',
316 'dropdown.no' => '--- no ---',
317 // TODO: translate the following.
318 // 'dropdown.current_day' => 'today',
319 // 'dropdown.previous_day' => 'yesterday',
320 'dropdown.selected_day' => 'dia',
321 'dropdown.current_week' => 'esta semana',
322 // TODO: translate the following.
323 // 'dropdown.previous_week' => 'previous week',
324 'dropdown.selected_week' => 'semana',
325 'dropdown.current_month' => 'este mes',
326 'dropdown.previous_month' => 'el mes pasado',
327 'dropdown.selected_month' => 'mes',
328 // TODO: translate the following.
329 // 'dropdown.current_year' => 'this year',
330 // 'dropdown.previous_year' => 'previous year',
331 'dropdown.selected_year' => 'año',
332 // TODO: translate the following.
333 // 'dropdown.all_time' => 'all time',
334 'dropdown.projects' => 'proyectos',
335 // TODO: translate the following strings.
336 // 'dropdown.tasks' => 'tasks',
337 // 'dropdown.clients' => 'clients',
338 'dropdown.select' => '--- seleccionar ---',
339 // TODO: translate the following strings.
340 // 'dropdown.select_invoice' => '--- select invoice ---',
341 // 'dropdown.status_active' => 'active',
342 // 'dropdown.status_inactive' => 'inactive',
343 // 'dropdown.delete'=>'delete',
344 // 'dropdown.do_not_delete'=>'do not delete',
345
346 // 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.
347 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
348 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
349 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
350
351 // Login form. See example at https://timetracker.anuko.com/login.php.
352 'form.login.forgot_password' => '¿Olvido su contraseña?',
353 // '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.',
354
355 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
356 // TODO: check / improve translation of form.reset_password.message.
357 'form.reset_password.message' => 'Se ha enviado la petición de reestablecer contraseña.',
358 'form.reset_password.email_subject' => 'Solicitud de reestablecimiento de la contraseña de Anuko Time Tracker',
359 // Note to translators: the ending of this string needs to be translated.
360 'form.reset_password.email_body' => "Querido usuario, Alguien, posiblemente usted, 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",
361
362 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
363 // TODO: improve translation of form.change_password.tip.
364 'form.change_password.tip' => 'Para reestablecer su contraseña, por favor digítela y de clic en Guardar.',
365
366 // Time form. See example at https://timetracker.anuko.com/time.php.
367 // Note to translators: translate form.time.duration_format.
368 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
369 'form.time.billable' => 'Facturable',
370 // TODO: translate the following.
371 // 'form.time.uncompleted' => 'Uncompleted',
372 // 'form.time.remaining_quota' => 'Remaining quota',
373 // 'form.time.over_quota' => 'Over quota',
374
375 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
376 'form.time_edit.uncompleted' => 'Este historial fue guardado solamente con la hora de Inicio. Esto no es un error.',
377
378 // Week view form. See example at https://timetracker.anuko.com/week.php.
379 // TODO: translate the following.
380 // 'form.week.new_entry' => 'New entry',
381
382 // Reports form. See example at https://timetracker.anuko.com/reports.php
383 'form.reports.save_as_favorite' => 'Guardar como favorito',
384 // TODO: translate form.reports.confirm_delete.
385 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
386 // TODO: translate form.reports.include_records.
387 // 'form.reports.include_records' => 'Include records',
388 'form.reports.include_billable' => 'facturable',
389 'form.reports.include_not_billable' => 'no facturable',
390 // TODO: translate the following strings.
391 // 'form.reports.include_invoiced' => 'invoiced',
392 // 'form.reports.include_not_invoiced' => 'not invoiced',
393 'form.reports.select_period' => 'Seleccionar período de tiempo',
394 'form.reports.set_period' => 'o establecer fechas',
395 'form.reports.show_fields' => 'Mostrar campos',
396 'form.reports.group_by' => 'Agrupar por',
397 'form.reports.group_by_no' => '--- no agrupar ---',
398 'form.reports.group_by_date' => 'fecha',
399 'form.reports.group_by_user' => 'usuario',
400 // TODO: translate the following string.
401 // 'form.reports.group_by_client' => 'client',
402 'form.reports.group_by_project' => 'proyecto',
403 // TODO: traslate the following string.
404 // 'form.reports.group_by_task' => 'task',
405 'form.reports.totals_only' => 'Solo totales',
406
407 // Report form. See example at https://timetracker.anuko.com/report.php
408 // (after generating a report at https://timetracker.anuko.com/reports.php).
409 'form.report.export' => 'Exportar',
410
411 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
412 // (you can get to this form after generating a report).
413 'form.invoice.number' => 'Número de factura',
414 'form.invoice.person' => 'Persona',
415 // TODO: translate the following stings.
416 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
417 // 'form.invoice.invoice_entries' => 'Invoice entries',
418
419 // Charts form. See example at https://timetracker.anuko.com/charts.php
420 // TODO: translate form.charts.interval and form.charts.chart.
421 // 'form.charts.interval' => 'Interval',
422 // 'form.charts.chart' => 'Chart',
423
424 // Projects form. See example at https://timetracker.anuko.com/projects.php
425 // TODO: translate the following strings.
426 // 'form.projects.active_projects' => 'Active Projects',
427 // 'form.projects.inactive_projects' => 'Inactive Projects',
428
429 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
430 // 'form.tasks.active_tasks' => 'Active Tasks',
431 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
432
433 // Users form. See example at https://timetracker.anuko.com/users.php
434 // TODO: translate the following strings.
435 // 'form.users.active_users' => 'Active Users',
436 // 'form.users.inactive_users' => 'Inactive Users',
437 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
438 'form.users.role' => 'Rol',
439 'form.users.manager' => 'Manejador',
440 'form.users.comanager' => 'Auxiliar del manejador',
441 'form.users.rate' => 'Tasa',
442 // TODO: translate form.users.default_rate.
443 // 'form.users.default_rate' => 'Default hourly rate',
444
445 // Client delete form. See example at https://timetracker.anuko.com/client_delete.php
446 // TODO: translate the following strings.
447 // 'form.client.client_to_delete' => 'Client to delete',
448 // 'form.client.client_entries' => 'Client entries',
449
450 // Clients form. See example at https://timetracker.anuko.com/clients.php
451 // TODO: translate the following strings.
452 // 'form.clients.active_clients' => 'Active Clients',
453 // 'form.clients.inactive_clients' => 'Inactive Clients',
454
455 // Strings for Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
456 '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.',
457 'form.export.compression' => 'Comprimir',
458 // Note to translators: the strings below are missing in the translation and must be added.
459 // 'form.export.compression_none' => 'none',
460 // 'form.export.compression_bzip' => 'bzip',
461
462 // Strings for Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
463 'form.import.hint' => 'Importar datos del grupo desde un archivo xml.',
464 'form.import.file' => 'Seleccione el archivo',
465 'form.import.success' => 'Importación finalizada con éxito.',
466
467 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
468 // TODO: improve translation of form.admin.hint - no login collisions are allowed.
469 'form.teams.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).',
470
471 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
472 'form.profile.12_hours' => '12 horas',
473 'form.profile.24_hours' => '24 horas',
474 // TODO: translate the following strings.
475 // 'form.profile.tracking_mode' => 'Tracking mode',
476 // 'form.profile.mode_time' => 'time',
477 // 'form.profile.mode_projects' => 'projects',
478 // 'form.profile.mode_projects_and_tasks' => 'projects and tasks',
479 // 'form.profile.record_type' => 'Record type',
480 // 'form.profile.type_all' => 'all',
481 // 'form.profile.type_start_finish' => 'start and finish',
482 // 'form.profile.type_duration' => 'duration',
483 // 'form.profile.plugins' => 'Plugins',
484
485 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
486 'form.mail.from' => 'De',
487 'form.mail.to' => 'Para',
488 // TODO: translate form.mail.report_subject.
489 // 'form.mail.report_subject' => 'Time Tracker Report',
490 // Note to translators: the following strings need to be translated.
491 // '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.',
492 // 'form.mail.report_sent' => 'Report sent.',
493 'form.mail.invoice_sent' => 'Factura enviada.',
494
495 // Quotas configuration form.
496 // TODO: translate the following.
497 // 'form.quota.year' => 'Year',
498 // 'form.quota.month' => 'Month',
499 // 'form.quota.quota' => 'Quota',
500 // 'form.quota.workday_hours' => 'Hours in a work day',
501 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
502 );