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