Some more renaming in progress.
[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 // 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 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 // TODO: translate the following.
48 // 'menu.create_group' => 'Create Group',
49 'menu.profile' => 'Perfil',
50 // TODO: translate the following.
51 // 'menu.group' => 'Group',
52 'menu.time' => 'Tiempo',
53 // TODO: translate the following.
54 // 'menu.expenses' => 'Expenses',
55 'menu.reports' => 'Reportes',
56 // TODO: translate the following.
57 // 'menu.charts' => 'Charts',
58 'menu.projects' => 'Proyectos',
59 // TODO: translate the following.
60 // 'menu.tasks' => 'Tasks',
61 'menu.users' => 'Personas',
62 // TODO: translate the following.
63 // 'menu.groups' => 'Groups',
64 // 'menu.export' => 'Export',
65 'menu.clients' => 'Clientes',
66 'menu.options' => 'Opciones',
67
68 // Footer - strings on the bottom of most pages.
69 // TODO: translate the following.
70 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.'
71 // 'footer.credits' => 'Credits',
72 // 'footer.license' => 'License',
73 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
74                                      // This is a link to a webpage that describes how to contribute to the project.
75
76 // Error messages.
77 // TODO: translate the following.
78 // 'error.access_denied' => 'Access denied.',
79 // 'error.sys' => 'System error.',
80 'error.db' => 'Error de la base de datos.',
81 // TODO: translate the following.
82 // 'error.feature_disabled' => 'Feature is disabled.',
83 'error.field' => 'Dato "{0}" incorrecto.',
84 'error.empty' => 'El archivo "{0}" esta vacío.',
85 'error.not_equal' => 'El archivo "{0}" no es igual al archivo "{1}".',
86 // TODO: translate the following.
87 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
88 'error.project' => 'Seleccionar proyecto.',
89 // TODO: translate the following.
90 // 'error.task' => 'Select task.',
91 // 'error.client' => 'Select client.',
92 // 'error.report' => 'Select report.',
93 // 'error.record' => 'Select record.',
94 'error.auth' => 'Usuario o contraseña incorrecta.',
95 // TODO: translate the following.
96 // 'error.user_exists' => 'User with this login already exists.',
97 // 'error.object_exists' => 'Object with this name already exists.',
98 'error.project_exists' => 'Ya existe un proyecto con este nombre.',
99 // TODO: translate the following.
100 // 'error.task_exists' => 'Task with this name already exists.',
101 // 'error.client_exists' => 'Client with this name already exists.',
102 // 'error.invoice_exists' => 'Invoice with this number already exists.',
103 // 'error.role_exists' => 'Role with this rank already exists.',
104 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
105 // 'error.no_login' => 'No user with this login.',
106 'error.no_groups' => 'Su base de datos esta vacía. Inicie sesión como administrador y cree un nuevo grupo.',
107 'error.upload' => 'Error subiendo el archivo.',
108 // TODO: translate the following.
109 // 'error.range_locked' => 'Date range is locked.',
110 // 'error.mail_send' => 'Error sending mail.',
111 // 'error.no_email' => 'No email associated with this login.',
112 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
113 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
114 // 'error.overlap' => 'Time interval overlaps with existing records.',
115 // 'error.future_date' => 'Date is in future.',
116
117 // Labels for buttons.
118 'button.login' => 'Iniciar sesion',
119 'button.now' => 'Ahora',
120 'button.save' => 'Guardar',
121 // TODO: translate the following.
122 // 'button.copy' => 'Copy',
123 'button.cancel' => 'Cancelar',
124 'button.submit' => 'Enviar',
125 'button.add' => 'Agregar',
126 'button.delete' => 'Eliminar',
127 'button.generate' => 'Generar',
128 // TODO: translate the following.
129 // 'button.reset_password' => 'Reset password',
130 'button.send' => 'Enviar',
131 'button.send_by_email' => 'Enviar por correo',
132 'button.create_group' => 'Crear grupo',
133 'button.export' => 'Exportar grupo',
134 'button.import' => 'Importar grupo',
135 // TODO: translate the following.
136 // 'button.close' => 'Close',
137 // 'button.stop' => 'Stop',
138
139 // Labels for controls on forms. Labels in this section are used on multiple forms.
140 // TODO: translate the following.
141 // 'label.group_name' => 'Group name',
142 'label.address' => 'Dirección',
143 'label.currency' => 'Moneda',
144 // TODO: translate the following.
145 // 'label.manager_name' => 'Manager name',
146 // 'label.manager_login' => 'Manager login',
147 'label.person_name' => 'Nombre',
148 'label.thing_name' => 'Nombre',
149 // TODO: translate the following.
150 // 'label.login' => 'Login',
151 'label.password' => 'Contraseña',
152 'label.confirm_password' => 'Confirmar contraseña',
153 'label.email' => 'Email',
154 'label.cc' => 'Cc',
155 // TODO: translate the following.
156 // 'label.bcc' => 'Bcc',
157 'label.subject' => 'Asunto',
158 'label.date' => 'Fecha',
159 'label.start_date' => 'Fecha de inicio',
160 'label.end_date' => 'Fecha de fin',
161 'label.user' => 'Usuario',
162 // TODO: translate the following.
163 // 'label.users' => 'Users',
164 // 'label.roles' => 'Roles',
165 // 'label.client' => 'Client',
166 // 'label.clients' => 'Clients',
167 'label.option' => 'Opción',
168 // TODO: translate the following.
169 // 'label.invoice' => 'Invoice',
170 'label.project' => 'Proyecto',
171 'label.projects' => 'Proyectos',
172 // TODO: translate the following.
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 // 'label.notes' => 'Notes',
181 // 'label.item' => 'Item',
182 // 'label.cost' => 'Cost',
183 // 'label.ip' => 'IP',
184 // 'label.day_total' => 'Day total',
185 // 'label.week_total' => 'Week total',
186 // 'label.month_total' => 'Month total',
187 'label.today' => 'Hoy',
188 // TODO: translate the following.
189 // 'label.view' => 'View',
190 'label.edit' => 'Modificar',
191 'label.delete' => 'Eliminar',
192 // TODO: translate the following.
193 // 'label.configure' => 'Configure',
194 'label.select_all' => 'Seleccionar todos',
195 'label.select_none' => 'Quitar todas las selecciones',
196 // TODO: translate the following.
197 // 'label.day_view' => 'Day view',
198 // 'label.week_view' => 'Week view',
199 'label.id' => 'Identificación',
200 // TODO: translate the following.
201 // 'label.language' => 'Language',
202 // 'label.decimal_mark' => 'Decimal mark',
203 // 'label.date_format' => 'Date format',
204 // 'label.time_format' => 'Time format',
205 // 'label.week_start' => 'First day of week',
206 'label.comment' => 'Comentario',
207 // TODO: translate the following.
208 // 'label.status' => 'Status',
209 'label.tax' => 'Impuesto',
210 // TODO: translate the following.
211 'label.subtotal' => 'Subtotal',
212 'label.total' => 'Total',
213 // TODO: translate the following.
214 // 'label.client_name' => 'Client name',
215 // 'label.client_address' => 'Client address',
216 'label.or' => 'o',
217 // TODO: translate the following.
218 // 'label.error' => 'Error',
219 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
220 'label.required_fields' => '* - campos requeridos',
221 'label.on_behalf' => 'a nombre de',
222 'label.role_manager' => '(manejador)',
223 'label.role_comanager' => '(auxiliar del manejador)',
224 'label.role_admin' => '(administrador)',
225 // TODO: translate the following.
226 // 'label.page' => 'Page',
227 // 'label.condition' => 'Condition',
228 // 'label.yes' => 'yes',
229 // 'label.no' => 'no',
230 // Labels for plugins (extensions to Time Tracker that provide additional features).
231 // TODO: translate the following.
232 // 'label.custom_fields' => 'Custom fields',
233 // 'label.monthly_quotas' => 'Monthly quotas',
234 // 'label.type' => 'Type',
235 // 'label.type_dropdown' => 'dropdown',
236 // 'label.type_text' => 'text',
237 // 'label.required' => 'Required',
238 'label.fav_report' => 'Reporte favorito',
239 // TODO: translate the following.
240 // 'label.schedule' => 'Schedule',
241 // 'label.what_is_it' => 'What is it?',
242 // 'label.expense' => 'Expense',
243 // 'label.quantity' => 'Quantity',
244 // 'label.paid_status' => 'Paid status',
245 // 'label.paid' => 'Paid',
246 // 'label.mark_paid' => 'Mark paid',
247 // 'label.week_note' => 'Week note',
248 // 'label.week_list' => 'Week list',
249
250 // Form titles.
251 'title.login' => 'Sesión iniciada',
252 'title.groups' => 'Grupos',
253 // TODO: translate the following.
254 // 'title.create_group' => 'Creating Group',
255 // 'title.edit_group' => 'Editing Group',
256 // 'title.delete_group' => 'Deleting Group',
257 'title.reset_password' => 'Reestablecer contraseña',
258 // TODO: translate the following.
259 // 'title.change_password' => 'Changing Password',
260 'title.time' => 'Tiempo',
261 'title.edit_time_record' => 'Modificando el historial de tiempo',
262 'title.delete_time_record' => 'Eliminando el historial de tiempo',
263 // TODO: translate the following.
264 // 'title.expenses' => 'Expenses',
265 // 'title.edit_expense' => 'Editing Expense Item',
266 // 'title.delete_expense' => 'Deleting Expense Item',
267 // 'title.predefined_expenses' => 'Predefined Expenses',
268 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
269 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
270 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
271 'title.reports' => 'Reportes',
272 // TODO: translate the following.
273 // 'title.report' => 'Report',
274 // 'title.send_report' => 'Sending Report',
275 'title.invoice' => 'Factura',
276 // TODO: translate the following.
277 // 'title.send_invoice' => 'Sending Invoice',
278 // 'title.charts' => 'Charts',
279 'title.projects' => 'Proyectos',
280 'title.add_project' => 'Agregando proyecto',
281 'title.edit_project' => 'Modificando proyecto',
282 'title.delete_project' => 'Eliminando proyecto',
283 // TODO: translate the following.
284 // 'title.tasks' => 'Tasks',
285 // 'title.add_task' => 'Adding Task',
286 // 'title.edit_task' => 'Editing Task',
287 // 'title.delete_task' => 'Deleting Task',
288 'title.users' => 'Personas',
289 'title.add_user' => 'Creando usuario',
290 'title.edit_user' => 'Modificando usuario',
291 'title.delete_user' => 'Eliminando usuario',
292 // TODO: translate the following.
293 // 'title.roles' => 'Roles',
294 // 'title.add_role' => 'Adding Role',
295 // 'title.edit_role' => 'Editing Role',
296 // 'title.delete_role' => 'Deleting Role',
297 'title.clients' => 'Clientes',
298 'title.add_client' => 'Agregar cliente',
299 'title.edit_client' => 'Modificando cliente',
300 'title.delete_client' => 'Eliminando cliente',
301 // TODO: translate the following.
302 // 'title.invoices' => 'Invoices',
303 // 'title.add_invoice' => 'Adding Invoice',
304 // 'title.view_invoice' => 'Viewing Invoice',
305 // 'title.delete_invoice' => 'Deleting Invoice',
306 // 'title.notifications' => 'Notifications',
307 // 'title.add_notification' => 'Adding Notification',
308 // 'title.edit_notification' => 'Editing Notification',
309 // 'title.delete_notification' => 'Deleting Notification',
310 // 'title.monthly_quotas' => 'Monthly Quotas',
311 'title.export' => 'Exportar datos', // TODO: Consider changing to exportando for consistency with other titles.
312 'title.import' => 'Importar datos', // TODO: Consider changing to importando for consistency with other titles.
313 'title.options' => 'Opciones',
314 'title.profile' => 'Perfil',
315 // TODO: translate the following.
316 // 'title.group' => 'Group Settings',
317 // 'title.cf_custom_fields' => 'Custom Fields',
318 // 'title.cf_add_custom_field' => 'Adding Custom Field',
319 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
320 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
321 // 'title.cf_dropdown_options' => 'Dropdown Options',
322 // 'title.cf_add_dropdown_option' => 'Adding Option',
323 // 'title.cf_edit_dropdown_option' => 'Editing Option',
324 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
325 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
326 // It is also a name for the Locking plugin on the group settings page.
327 // 'title.locking' => 'Locking',
328 // 'title.week_view' => 'Week View',
329 // 'title.swap_roles' => 'Swapping Roles',
330
331 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
332 // Strings that are used in a single form must go to the specific form section.
333 'dropdown.all' => '--- todos ---',
334 'dropdown.no' => '--- no ---',
335 'dropdown.current_day' => 'hoy',
336 'dropdown.previous_day' => 'ayer',
337 'dropdown.selected_day' => 'dia',
338 'dropdown.current_week' => 'esta semana',
339 'dropdown.previous_week' => 'la semana pasada',
340 'dropdown.selected_week' => 'semana',
341 'dropdown.current_month' => 'este mes',
342 'dropdown.previous_month' => 'el mes pasado',
343 'dropdown.selected_month' => 'mes',
344 // TODO: translate the following.
345 // 'dropdown.current_year' => 'this year',
346 // 'dropdown.previous_year' => 'previous year',
347 'dropdown.selected_year' => 'año',
348 // TODO: translate the following.
349 // 'dropdown.all_time' => 'all time',
350 'dropdown.projects' => 'proyectos',
351 // TODO: translate the following.
352 // 'dropdown.tasks' => 'tasks',
353 // 'dropdown.clients' => 'clients',
354 'dropdown.select' => '--- seleccionar ---',
355 // TODO: translate the following.
356 // 'dropdown.select_invoice' => '--- select invoice ---',
357 // 'dropdown.status_active' => 'active',
358 // 'dropdown.status_inactive' => 'inactive',
359 // 'dropdown.delete' => 'delete',
360 // 'dropdown.do_not_delete' => 'do not delete',
361 // 'dropdown.paid' => 'paid',
362 // 'dropdown.not_paid' => 'not paid',
363
364 // 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.
365 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
366 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
367 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
368
369 // Login form. See example at https://timetracker.anuko.com/login.php.
370 'form.login.forgot_password' => '¿Olvido su contraseña?',
371 // TODO: translate the following.
372 // '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.',
373
374 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
375 // TODO: check / improve translation of form.reset_password.message.
376 // English form is: 'form.reset_password.message' => 'Password reset request sent by email.',
377 // "by email" is missing here, and it is unclear how exactly it was sent.
378 'form.reset_password.message' => 'Se ha enviado la petición de reestablecer contraseña.',
379 'form.reset_password.email_subject' => 'Solicitud de reestablecimiento de la contraseña de Anuko Time Tracker',
380 // Note to translators: the ending of this string needs to be translated.
381 // TODO: English string has changed. "from IP added. Re-translate the beginning.
382 // '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",
383 // "IP %s" probably sounds awkward.
384 '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",
385
386 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
387 // TODO: improve translation of form.change_password.tip.
388 // The English form is: 'form.change_password.tip' => 'Type new password and click on Save.',
389 'form.change_password.tip' => 'Para reestablecer su contraseña, por favor digítela y de clic en Guardar.',
390
391 // Time form. See example at https://timetracker.anuko.com/time.php.
392 // Note to translators: translate form.time.duration_format.
393 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
394 'form.time.billable' => 'Facturable',
395 // TODO: translate the following.
396 // 'form.time.uncompleted' => 'Uncompleted',
397 // 'form.time.remaining_quota' => 'Remaining quota',
398 // 'form.time.over_quota' => 'Over quota',
399
400 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
401 'form.time_edit.uncompleted' => 'Este historial fue guardado solamente con la hora de Inicio. Esto no es un error.',
402
403 // Week view form. See example at https://timetracker.anuko.com/week.php.
404 // TODO: translate the following.
405 // 'form.week.new_entry' => 'New entry',
406
407 // Reports form. See example at https://timetracker.anuko.com/reports.php
408 'form.reports.save_as_favorite' => 'Guardar como favorito',
409 // TODO: translate form.reports.confirm_delete.
410 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
411 'form.reports.include_billable' => 'facturable',
412 'form.reports.include_not_billable' => 'no facturable',
413 // TODO: translate the following.
414 // 'form.reports.include_invoiced' => 'invoiced',
415 // 'form.reports.include_not_invoiced' => 'not invoiced',
416 'form.reports.select_period' => 'Seleccionar período de tiempo',
417 'form.reports.set_period' => 'o establecer fechas',
418 'form.reports.show_fields' => 'Mostrar campos',
419 'form.reports.group_by' => 'Agrupar por',
420 'form.reports.group_by_no' => '--- no agrupar ---',
421 'form.reports.group_by_date' => 'fecha',
422 'form.reports.group_by_user' => 'usuario',
423 // TODO: translate the following.
424 // 'form.reports.group_by_client' => 'client',
425 'form.reports.group_by_project' => 'proyecto',
426 // TODO: traslate the following string.
427 // 'form.reports.group_by_task' => 'task',
428 'form.reports.totals_only' => 'Solo totales',
429
430 // Report form. See example at https://timetracker.anuko.com/report.php
431 // (after generating a report at https://timetracker.anuko.com/reports.php).
432 'form.report.export' => 'Exportar',
433 // TODO: translate the following.
434 // 'form.report.assign_to_invoice' => 'Assign to invoice',
435
436 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
437 // (you can get to this form after generating a report).
438 'form.invoice.number' => 'Número de factura',
439 'form.invoice.person' => 'Persona',
440
441 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
442 // TODO: translate the following.
443 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
444 // 'form.invoice.invoice_entries' => 'Invoice entries',
445 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
446
447 // Charts form. See example at https://timetracker.anuko.com/charts.php
448 // TODO: translate the following.
449 // 'form.charts.interval' => 'Interval',
450 // 'form.charts.chart' => 'Chart',
451
452 // Projects form. See example at https://timetracker.anuko.com/projects.php
453 // TODO: translate the following.
454 // 'form.projects.active_projects' => 'Active Projects',
455 // 'form.projects.inactive_projects' => 'Inactive Projects',
456
457 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
458 // 'form.tasks.active_tasks' => 'Active Tasks',
459 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
460
461 // Users form. See example at https://timetracker.anuko.com/users.php
462 // TODO: translate the following.
463 // 'form.users.active_users' => 'Active Users',
464 // 'form.users.inactive_users' => 'Inactive Users',
465 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
466 'form.users.role' => 'Rol',
467 'form.users.manager' => 'Manejador',
468 'form.users.comanager' => 'Auxiliar del manejador',
469 'form.users.rate' => 'Tasa',
470 // TODO: translate the following.
471 // 'form.users.default_rate' => 'Default hourly rate',
472
473 // Roles form. See example at https://timetracker.anuko.com/roles.php
474 // TODO: translate the following.
475 // 'form.roles.active_roles' => 'Active Roles',
476 // 'form.roles.inactive_roles' => 'Inactive Roles',
477 // 'form.roles.rank' => 'Rank',
478 // 'form.roles.rights' => 'Rights',
479 // 'form.roles.assigned' => 'Assigned',
480 // 'form.roles.not_assigned' => 'Not assigned',
481
482 // Clients form. See example at https://timetracker.anuko.com/clients.php
483 // TODO: translate the following.
484 // 'form.clients.active_clients' => 'Active Clients',
485 // 'form.clients.inactive_clients' => 'Inactive Clients',
486
487 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
488 // TODO: translate the following.
489 // 'form.client.client_to_delete' => 'Client to delete',
490 // 'form.client.client_entries' => 'Client entries',
491
492 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
493 '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.',
494 'form.export.compression' => 'Comprimir',
495 // Note to translators: the strings below are missing in the translation and must be added.
496 // 'form.export.compression_none' => 'none',
497 // 'form.export.compression_bzip' => 'bzip',
498
499 // Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
500 'form.import.hint' => 'Importar datos del grupo desde un archivo xml.',
501 'form.import.file' => 'Seleccione el archivo',
502 'form.import.success' => 'Importación finalizada con éxito.',
503
504 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
505 // TODO: improve translation of form.admin.hint - no login collisions are allowed.
506 // ALSO TODO: replace "team" with "group" in the string below.
507 '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).',
508
509 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
510 // TODO: translate the following.
511 // 'form.profile.swap_roles' => 'Swap roles',
512 'form.profile.12_hours' => '12 horas',
513 'form.profile.24_hours' => '24 horas',
514 // TODO: translate the following.
515 // 'form.profile.show_holidays' => 'Show holidays',
516 // 'form.profile.tracking_mode' => 'Tracking mode',
517 // 'form.profile.mode_time' => 'time',
518 // 'form.profile.mode_projects' => 'projects',
519 // 'form.profile.mode_projects_and_tasks' => 'projects and tasks',
520 // 'form.profile.record_type' => 'Record type',
521 // 'form.profile.type_all' => 'all',
522 // 'form.profile.type_start_finish' => 'start and finish',
523 // 'form.profile.type_duration' => 'duration',
524 // 'form.profile.punch_mode' => 'Punch mode',
525 // 'form.profile.allow_overlap' => 'Allow overlap',
526 // 'form.profile.future_entries' => 'Future entries',
527 // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',
528 // 'form.profile.allow_ip' => 'Allow IP',
529 // 'form.profile.plugins' => 'Plugins',
530
531 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
532 'form.mail.from' => 'De',
533 'form.mail.to' => 'Para',
534 // TODO: translate form.mail.report_subject.
535 // 'form.mail.report_subject' => 'Time Tracker Report',
536 // Note to translators: the following strings need to be translated.
537 // '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.',
538 // 'form.mail.report_sent' => 'Report sent.',
539 'form.mail.invoice_sent' => 'Factura enviada.',
540
541 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
542 // TODO: translate the following.
543 // 'form.quota.year' => 'Year',
544 // 'form.quota.month' => 'Month',
545 // 'form.quota.quota' => 'Quota',
546 // 'form.quota.workday_hours' => 'Hours in work day',
547 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
548
549 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
550 // TODO: translate the following.
551 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
552 // 'form.swap.swap_with' => 'Swap roles with',
553
554 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
555 // TODO: translate the following.
556 // 'role.user.label' => 'User',
557 // 'role.user.low_case_label' => 'user',
558 // 'role.user.description' => 'A regular member without management rights.',
559 // 'role.client.label' => 'Client',
560 // 'role.client.low_case_label' => 'client',
561 // 'role.client.description' => 'A client can view its own reports, charts, and invoices.',
562 // 'role.supervisor.label' => 'Supervisor',
563 // 'role.supervisor.low_case_label' => 'supervisor',
564 // 'role.supervisor.description' => 'A person with a small set of management rights.',
565 // 'role.comanager.label' => 'Co-manager',
566 // 'role.comanager.low_case_label' => 'co-manager',
567 // 'role.comanager.description' => 'A person with a big set of management functions.',
568 // 'role.manager.label' => 'Manager',
569 // 'role.manager.low_case_label' => 'manager',
570 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
571 // 'role.top_manager.label' => 'Top manager',
572 // 'role.top_manager.low_case_label' => 'top manager',
573 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
574 // 'role.admin.label' => 'Administrator',
575 // 'role.admin.low_case_label' => 'administrator',
576 // 'role.admin.description' => 'Site adminsitrator.',
577 );