44ed2567ab1b240196d73ffab22dfaf376150ccb
[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 // Form titles.
289 // TODO: Translate the following.
290 // 'title.error' => 'Error',
291 // 'title.success' => 'Success',
292 'title.login' => 'Sesión iniciada',
293 'title.groups' => 'Grupos',
294 // TODO: translate the following.
295 // 'title.subgroups' => 'Subgroups',
296 // 'title.add_group' => 'Adding Group',
297 // 'title.edit_group' => 'Editing Group',
298 // 'title.delete_group' => 'Deleting Group',
299 'title.reset_password' => 'Reestablecer contraseña',
300 // TODO: translate the following.
301 // 'title.change_password' => 'Changing Password',
302 'title.time' => 'Tiempo',
303 'title.edit_time_record' => 'Modificando el historial de tiempo',
304 'title.delete_time_record' => 'Eliminando el historial de tiempo',
305 // TODO: Translate the following.
306 // 'title.time_files' => 'Time Record Files',
307 // 'title.expenses' => 'Expenses',
308 // 'title.edit_expense' => 'Editing Expense Item',
309 // 'title.delete_expense' => 'Deleting Expense Item',
310 // 'title.predefined_expenses' => 'Predefined Expenses',
311 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
312 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
313 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
314 'title.reports' => 'Reportes',
315 // TODO: translate the following.
316 // 'title.report' => 'Report',
317 // 'title.send_report' => 'Sending Report',
318 // 'title.timesheets' => 'Timesheets',
319 // 'title.timesheet' => 'Timesheet',
320 // 'title.timesheet_files' => 'Timesheet Files',
321 'title.invoice' => 'Factura',
322 // TODO: translate the following.
323 // 'title.send_invoice' => 'Sending Invoice',
324 // 'title.charts' => 'Charts',
325 'title.projects' => 'Proyectos',
326 // TODO: translate the following.
327 // 'title.project_files' => 'Project Files',
328 'title.add_project' => 'Agregando proyecto',
329 'title.edit_project' => 'Modificando proyecto',
330 'title.delete_project' => 'Eliminando proyecto',
331 // TODO: translate the following.
332 // 'title.tasks' => 'Tasks',
333 // 'title.add_task' => 'Adding Task',
334 // 'title.edit_task' => 'Editing Task',
335 // 'title.delete_task' => 'Deleting Task',
336 'title.users' => 'Personas',
337 'title.add_user' => 'Creando usuario',
338 'title.edit_user' => 'Modificando usuario',
339 'title.delete_user' => 'Eliminando usuario',
340 // TODO: translate the following.
341 // 'title.roles' => 'Roles',
342 // 'title.add_role' => 'Adding Role',
343 // 'title.edit_role' => 'Editing Role',
344 // 'title.delete_role' => 'Deleting Role',
345 'title.clients' => 'Clientes',
346 'title.add_client' => 'Agregar cliente',
347 'title.edit_client' => 'Modificando cliente',
348 'title.delete_client' => 'Eliminando cliente',
349 // TODO: translate the following.
350 // 'title.invoices' => 'Invoices',
351 // 'title.add_invoice' => 'Adding Invoice',
352 // 'title.view_invoice' => 'Viewing Invoice',
353 // 'title.delete_invoice' => 'Deleting Invoice',
354 // 'title.notifications' => 'Notifications',
355 // 'title.add_notification' => 'Adding Notification',
356 // 'title.edit_notification' => 'Editing Notification',
357 // 'title.delete_notification' => 'Deleting Notification',
358 // 'title.add_timesheet' => 'Adding Timesheet',
359 // 'title.edit_timesheet' => 'Editing Timesheet',
360 // 'title.delete_timesheet' => 'Deleting Timesheet',
361 // 'title.monthly_quotas' => 'Monthly Quotas',
362 'title.export' => 'Exportar datos', // TODO: Consider changing to exportando for consistency with other titles.
363 'title.import' => 'Importar datos', // TODO: Consider changing to importando for consistency with other titles.
364 'title.options' => 'Opciones',
365 // TODO: translate the following.
366 // 'title.display_options' => 'Display Options',
367 'title.profile' => 'Perfil',
368 // TODO: translate the following.
369 // 'title.plugins' => 'Plugins',
370 // 'title.cf_custom_fields' => 'Custom Fields',
371 // 'title.cf_add_custom_field' => 'Adding Custom Field',
372 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
373 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
374 // 'title.cf_dropdown_options' => 'Dropdown Options',
375 // 'title.cf_add_dropdown_option' => 'Adding Option',
376 // 'title.cf_edit_dropdown_option' => 'Editing Option',
377 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
378 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
379 // It is also a name for the Locking plugin on the group settings page.
380 // 'title.locking' => 'Locking',
381 // 'title.week_view' => 'Week View',
382 // 'title.swap_roles' => 'Swapping Roles',
383 // 'title.work_units' => 'Work Units',
384 // 'title.templates' => 'Templates',
385 // 'title.add_template' => 'Adding Template',
386 // 'title.edit_template' => 'Editing Template',
387 // 'title.delete_template' => 'Deleting Template',
388 // 'title.edit_file' => 'Editing File',
389 // 'title.delete_file' => 'Deleting File',
390 // 'title.download_file' => 'Downloading File',
391 // 'title.work' => 'Work',
392 // 'title.add_work' => 'Adding Work',
393 // 'title.edit_work' => 'Editing Work',
394 // 'title.delete_work' => 'Deleting Work',
395 // 'title.active_work' => 'Active Work', // Active work items this group outsources to other groups.
396 // 'title.inactive_work' => 'Inactive Work', // Inactive work items this group was outsourcing to other groups.
397
398 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
399 // Strings that are used in a single form must go to the specific form section.
400 'dropdown.all' => '--- todos ---',
401 'dropdown.no' => '--- no ---',
402 'dropdown.current_day' => 'hoy',
403 'dropdown.previous_day' => 'ayer',
404 'dropdown.selected_day' => 'dia',
405 'dropdown.current_week' => 'esta semana',
406 'dropdown.previous_week' => 'la semana pasada',
407 'dropdown.selected_week' => 'semana',
408 'dropdown.current_month' => 'este mes',
409 'dropdown.previous_month' => 'el mes pasado',
410 'dropdown.selected_month' => 'mes',
411 // TODO: translate the following.
412 // 'dropdown.current_year' => 'this year',
413 // 'dropdown.previous_year' => 'previous year',
414 'dropdown.selected_year' => 'año',
415 // TODO: translate the following.
416 // 'dropdown.all_time' => 'all time',
417 // 'dropdown.time' => 'time',
418 // 'dropdown.user' => 'user',
419 'dropdown.projects' => 'proyectos',
420 // TODO: translate the following.
421 // 'dropdown.tasks' => 'tasks',
422 // 'dropdown.clients' => 'clients',
423 'dropdown.select' => '--- seleccionar ---',
424 // TODO: translate the following.
425 // 'dropdown.select_invoice' => '--- select invoice ---',
426 // 'dropdown.select_timesheet' => '--- select timesheet ---',
427 // 'dropdown.status_active' => 'active',
428 // 'dropdown.status_inactive' => 'inactive',
429 // 'dropdown.delete' => 'delete',
430 // 'dropdown.do_not_delete' => 'do not delete',
431 // 'dropdown.approved' => 'approved',
432 // 'dropdown.not_approved' => 'not approved',
433 // 'dropdown.paid' => 'paid',
434 // 'dropdown.not_paid' => 'not paid',
435
436 // 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.
437 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
438 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
439 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
440
441 // Login form. See example at https://timetracker.anuko.com/login.php.
442 'form.login.forgot_password' => '¿Olvido su contraseña?',
443 // TODO: translate the following.
444 // '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.',
445
446 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
447 // TODO: check / improve translation of form.reset_password.message.
448 // English form is: 'form.reset_password.message' => 'Password reset request sent by email.',
449 // "by email" is missing here, and it is unclear how exactly it was sent.
450 'form.reset_password.message' => 'Se ha enviado la petición de reestablecer contraseña.',
451 'form.reset_password.email_subject' => 'Solicitud de reestablecimiento de la contraseña de Anuko Time Tracker',
452 // Note to translators: the ending of this string needs to be translated.
453 // TODO: English string has changed. "from IP added. Re-translate the beginning.
454 // '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",
455 // "IP %s" probably sounds awkward.
456 '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",
457
458 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
459 // TODO: improve translation of form.change_password.tip.
460 // The English form is: 'form.change_password.tip' => 'Type new password and click on Save.',
461 'form.change_password.tip' => 'Para reestablecer su contraseña, por favor digítela y de clic en Guardar.',
462
463 // Time form. See example at https://timetracker.anuko.com/time.php.
464 // Note to translators: translate form.time.duration_format.
465 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
466 'form.time.billable' => 'Facturable',
467 // TODO: translate the following.
468 // 'form.time.uncompleted' => 'Uncompleted',
469 // 'form.time.remaining_quota' => 'Remaining quota',
470 // 'form.time.over_quota' => 'Over quota',
471 // 'form.time.remaining_balance' => 'Remaining balance',
472 // 'form.time.over_balance' => 'Over balance',
473
474 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
475 'form.time_edit.uncompleted' => 'Este historial fue guardado solamente con la hora de Inicio. Esto no es un error.',
476
477 // Week view form. See example at https://timetracker.anuko.com/week.php.
478 // TODO: translate the following.
479 // 'form.week.new_entry' => 'New entry',
480
481 // Reports form. See example at https://timetracker.anuko.com/reports.php
482 'form.reports.save_as_favorite' => 'Guardar como favorito',
483 // TODO: translate form.reports.confirm_delete.
484 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
485 'form.reports.include_billable' => 'facturable',
486 'form.reports.include_not_billable' => 'no facturable',
487 // TODO: translate the following.
488 // 'form.reports.include_invoiced' => 'invoiced',
489 // 'form.reports.include_not_invoiced' => 'not invoiced',
490 // 'form.reports.include_assigned' => 'assigned',
491 // 'form.reports.include_not_assigned' => 'not assigned',
492 // 'form.reports.include_pending' => 'pending',
493 'form.reports.select_period' => 'Seleccionar período de tiempo',
494 'form.reports.set_period' => 'o establecer fechas',
495 'form.reports.show_fields' => 'Mostrar campos',
496 'form.reports.group_by' => 'Agrupar por',
497 'form.reports.group_by_no' => '--- no agrupar ---',
498 'form.reports.group_by_date' => 'fecha',
499 'form.reports.group_by_user' => 'usuario',
500 // TODO: translate the following.
501 // 'form.reports.group_by_client' => 'client',
502 'form.reports.group_by_project' => 'proyecto',
503 // TODO: traslate the following string.
504 // 'form.reports.group_by_task' => 'task',
505
506 // Report form. See example at https://timetracker.anuko.com/report.php
507 // (after generating a report at https://timetracker.anuko.com/reports.php).
508 'form.report.export' => 'Exportar',
509 // TODO: translate the following.
510 // 'form.report.assign_to_invoice' => 'Assign to invoice',
511 // 'form.report.assign_to_timesheet' => 'Assign to timesheet',
512
513 // Timesheets form. See example at https://timetracker.anuko.com/timesheets.php
514 // TODO: translate the following.
515 // 'form.timesheets.active_timesheets' => 'Active Timesheets',
516 // 'form.timesheets.inactive_timesheets' => 'Inactive Timesheets',
517
518 // Templates form. See example at https://timetracker.anuko.com/templates.php
519 // TODO: translate the following.
520 // 'form.templates.active_templates' => 'Active Templates',
521 // 'form.templates.inactive_templates' => 'Inactive Templates',
522
523 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
524 // (you can get to this form after generating a report).
525 'form.invoice.number' => 'Número de factura',
526 'form.invoice.person' => 'Persona',
527
528 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
529 // TODO: translate the following.
530 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
531 // 'form.invoice.invoice_entries' => 'Invoice entries',
532 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
533
534 // Charts form. See example at https://timetracker.anuko.com/charts.php
535 // TODO: translate the following.
536 // 'form.charts.interval' => 'Interval',
537 // 'form.charts.chart' => 'Chart',
538
539 // Projects form. See example at https://timetracker.anuko.com/projects.php
540 // TODO: translate the following.
541 // 'form.projects.active_projects' => 'Active Projects',
542 // 'form.projects.inactive_projects' => 'Inactive Projects',
543
544 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
545 // 'form.tasks.active_tasks' => 'Active Tasks',
546 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
547
548 // Users form. See example at https://timetracker.anuko.com/users.php
549 // TODO: translate the following.
550 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
551 'form.users.role' => 'Rol',
552 'form.users.manager' => 'Manejador',
553 'form.users.comanager' => 'Auxiliar del manejador',
554 'form.users.rate' => 'Tasa',
555 // TODO: translate the following.
556 // 'form.users.default_rate' => 'Default hourly rate',
557
558 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
559 // TODO: translate the following.
560 // 'form.user_edit.swap_roles' => 'Swap roles',
561
562 // Roles form. See example at https://timetracker.anuko.com/roles.php
563 // TODO: translate the following.
564 // 'form.roles.active_roles' => 'Active Roles',
565 // 'form.roles.inactive_roles' => 'Inactive Roles',
566 // 'form.roles.rank' => 'Rank',
567 // 'form.roles.rights' => 'Rights',
568 // 'form.roles.assigned' => 'Assigned',
569 // 'form.roles.not_assigned' => 'Not assigned',
570
571 // Clients form. See example at https://timetracker.anuko.com/clients.php
572 // TODO: translate the following.
573 // 'form.clients.active_clients' => 'Active Clients',
574 // 'form.clients.inactive_clients' => 'Inactive Clients',
575
576 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
577 // TODO: translate the following.
578 // 'form.client.client_to_delete' => 'Client to delete',
579 // 'form.client.client_entries' => 'Client entries',
580
581 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
582 '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.',
583 'form.export.compression' => 'Comprimir',
584 // Note to translators: the strings below are missing in the translation and must be added.
585 // 'form.export.compression_none' => 'none',
586 // 'form.export.compression_bzip' => 'bzip',
587
588 // Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
589 'form.import.hint' => 'Importar datos del grupo desde un archivo xml.',
590 'form.import.file' => 'Seleccione el archivo',
591 'form.import.success' => 'Importación finalizada con éxito.',
592
593 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
594 // TODO: improve translation of form.admin.hint - no login collisions are allowed.
595 // ALSO TODO: replace "team" with "group" in the string below.
596 '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).',
597
598 // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
599 'form.group_edit.12_hours' => '12 horas',
600 'form.group_edit.24_hours' => '24 horas',
601 // TODO: translate the following.
602 // 'form.group_edit.display_options' => 'Display options',
603 // 'form.group_edit.holidays' => 'Holidays',
604 // 'form.group_edit.tracking_mode' => 'Tracking mode',
605 // 'form.group_edit.mode_time' => 'time',
606 // 'form.group_edit.mode_projects' => 'projects',
607 // 'form.group_edit.mode_projects_and_tasks' => 'projects and tasks',
608 // 'form.group_edit.record_type' => 'Record type',
609 // 'form.group_edit.type_all' => 'all',
610 // 'form.group_edit.type_start_finish' => 'start and finish',
611 // 'form.group_edit.type_duration' => 'duration',
612 // 'form.group_edit.punch_mode' => 'Punch mode',
613 // 'form.group_edit.allow_overlap' => 'Allow overlap',
614 // 'form.group_edit.future_entries' => 'Future entries',
615 // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
616 // 'form.group_edit.confirm_save' => 'Confirm saving',
617 // 'form.group_edit.allow_ip' => 'Allow IP',
618 // 'form.group_edit.advanced_settings' => 'Advanced settings',
619
620 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
621 // TODO: translate the following.
622 // 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
623
624 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
625 'form.mail.from' => 'De',
626 'form.mail.to' => 'Para',
627 // TODO: translate form.mail.report_subject.
628 // 'form.mail.report_subject' => 'Time Tracker Report',
629 // Note to translators: the following strings need to be translated.
630 // '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.',
631 // 'form.mail.report_sent' => 'Report sent.',
632 'form.mail.invoice_sent' => 'Factura enviada.',
633
634 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
635 // TODO: translate the following.
636 // 'form.quota.year' => 'Year',
637 // 'form.quota.month' => 'Month',
638 // 'form.quota.workday_hours' => 'Hours in work day',
639 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
640
641 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
642 // TODO: translate the following.
643 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
644 // 'form.swap.swap_with' => 'Swap roles with',
645
646 // Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
647 // TODO: translate the following.
648 // 'form.work_units.minutes_in_unit' => 'Minutes in unit',
649 // 'form.work_units.1st_unit_threshold' => '1st unit threshold',
650
651 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
652 // TODO: translate the following.
653 // 'role.user.label' => 'User',
654 // 'role.user.low_case_label' => 'user',
655 // 'role.user.description' => 'A regular member without management rights.',
656 // 'role.client.label' => 'Client',
657 // 'role.client.low_case_label' => 'client',
658 // 'role.client.description' => 'A client can view its own data.',
659 // 'role.supervisor.label' => 'Supervisor',
660 // 'role.supervisor.low_case_label' => 'supervisor',
661 // 'role.supervisor.description' => 'A person with a small set of management rights.',
662 // 'role.comanager.label' => 'Co-manager',
663 // 'role.comanager.low_case_label' => 'co-manager',
664 // 'role.comanager.description' => 'A person with a big set of management functions.',
665 // 'role.manager.label' => 'Manager',
666 // 'role.manager.low_case_label' => 'manager',
667 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
668 // 'role.top_manager.label' => 'Top manager',
669 // 'role.top_manager.low_case_label' => 'top manager',
670 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
671 // 'role.admin.label' => 'Administrator',
672 // 'role.admin.low_case_label' => 'administrator',
673 // 'role.admin.description' => 'Site adminsitrator.',
674
675 // Timesheet View form. See example at https://timetracker.anuko.com/timesheet_view.php.
676 // TODO: translate the following.
677 // 'form.timesheet_view.submit_subject' => 'Timesheet approval request',
678 // 'form.timesheet_view.submit_body' => "A new timesheet requires approval.<p>User: %s.",
679 // 'form.timesheet_view.approve_subject' => 'Timesheet approved',
680 // 'form.timesheet_view.approve_body' => "Your timesheet %s was approved.<p>%s",
681 // 'form.timesheet_view.disapprove_subject' => 'Timesheet not approved',
682 // 'form.timesheet_view.disapprove_body' => "Your timesheet %s was not approved.<p>%s",
683
684 // Display Options form. See example at https://timetracker.anuko.com/display_options.php.
685 // TODO: translate the following.
686 // 'form.display_options.menu' => 'Menu',
687 // 'form.display_options.note_on_separate_row' => 'Note on separate row',
688 );