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