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.
 
  11 // | There are only two ways to violate the license:
 
  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).
 
  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).
 
  21 // | This license applies to this document only, not any other software
 
  22 // | that it may be combined with.
 
  24 // +----------------------------------------------------------------------+
 
  26 // | https://www.anuko.com/time_tracker/credits.htm
 
  27 // +----------------------------------------------------------------------+
 
  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.
 
  32 $i18n_language = 'Español';
 
  33 $i18n_months = array('Enero', 'Febrero', 'Marzo', 'Abril', 'Mayo', 'Junio', 'Julio', 'Agosto', 'Septiembre', 'Octubre', 'Noviembre', 'Diciembre');
 
  34 $i18n_weekdays = array('Domingo', 'Lunes', 'Martes', 'Miércoles', 'Jueves', 'Viernes', 'Sábado');
 
  35 $i18n_weekdays_short = array('Do', 'Lu', 'Ma', 'Mi', 'Ju', 'Vi', 'Sá');
 
  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');
 
  39 $i18n_key_words = array(
 
  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',
 
  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.
 
  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 'error.field' => 'Dato "{0}" incorrecto.',
 
  80 'error.empty' => 'El archivo "{0}" esta vacío.',
 
  81 'error.not_equal' => 'El archivo "{0}" no es igual al archivo "{1}".',
 
  82 // TODO: translate the following.
 
  83 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
 
  84 'error.project' => 'Seleccionar Proyecto.',
 
  85 // TODO: translate the following.
 
  86 // 'error.task' => 'Select task.',
 
  87 // 'error.client' => 'Select client.',
 
  88 // 'error.report' => 'Select report.',
 
  89 // 'error.record' => 'Select record.',
 
  90 'error.auth' => 'Usuario o contraseña incorrecta.',
 
  91 // TODO: translate the following.
 
  92 // 'error.user_exists' => 'User with this login already exists.',
 
  93 'error.project_exists' => 'Ya existe un proyecto con este nombre.',
 
  94 // TODO: translate the following.
 
  95 // 'error.task_exists' => 'Task with this name already exists.',
 
  96 // 'error.client_exists' => 'Client with this name already exists.',
 
  97 // 'error.invoice_exists' => 'Invoice with this number already exists.',
 
  98 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
 
  99 // 'error.no_login' => 'No user with this login.',
 
 100 'error.no_teams' => 'Su base de datos esta vacía. Inicie sesión como administrador y cree un nuevo grupo.',
 
 101 'error.upload' => 'Error subiendo el archivo.',
 
 102 // TODO: translate the following.
 
 103 // 'error.range_locked' => 'Date range is locked.',
 
 104 // 'error.mail_send' => 'Error sending mail.',
 
 105 // 'error.no_email' => 'No email associated with this login.',
 
 106 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
 
 107 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
 
 108 // 'error.overlap' => 'Time interval overlaps with existing records.',
 
 109 // 'error.future_date' => 'Date is in future.',
 
 111 // Labels for buttons.
 
 112 'button.login' => 'Iniciar sesion',
 
 113 'button.now' => 'Ahora',
 
 114 'button.save' => 'Guardar',
 
 115 // TODO: translate the following.
 
 116 // 'button.copy' => 'Copy',
 
 117 'button.cancel' => 'Cancelar',
 
 118 'button.submit' => 'Enviar',
 
 119 'button.add_user' => 'Agregar usuario',
 
 120 'button.add_project' => 'Agregar proyecto',
 
 121 // TODO: translate the following.
 
 122 // 'button.add_task' => 'Add task',
 
 123 'button.add_client' => 'Agregar cliente',
 
 124 // TODO: translate the following.
 
 125 // 'button.add_invoice' => 'Add invoice',
 
 126 // 'button.add_option' => 'Add option',
 
 127 'button.add' => 'Agregar',
 
 128 'button.generate' => 'Generar',
 
 129 // TODO: translate the following.
 
 130 // 'button.reset_password' => 'Reset password',
 
 131 'button.send' => 'Enviar',
 
 132 'button.send_by_email' => 'Enviar por correo',
 
 133 'button.create_team' => 'Crear grupo',
 
 134 'button.export' => 'Exportar grupo',
 
 135 'button.import' => 'Importar grupo',
 
 136 // TODO: translate the following.
 
 137 // 'button.close' => 'Close',
 
 138 // 'button.stop' => 'Stop',
 
 140 // Labels for controls on forms. Labels in this section are used on multiple forms.
 
 141 // TODO: translate the following.
 
 142 // 'label.team_name' => 'Team name',
 
 143 'label.address' => 'Dirección',
 
 144 'label.currency' => 'Moneda',
 
 145 // TODO: translate the following.
 
 146 // 'label.manager_name' => 'Manager name',
 
 147 // 'label.manager_login' => 'Manager login',
 
 148 'label.person_name' => 'Nombre',
 
 149 'label.thing_name' => 'Nombre',
 
 150 // TODO: translate the following.
 
 151 // 'label.login' => 'Login',
 
 152 'label.password' => 'Contraseña',
 
 153 'label.confirm_password' => 'Confirmar contraseña',
 
 154 'label.email' => 'Email',
 
 156 // TODO: translate the following.
 
 157 // 'label.bcc' => 'Bcc',
 
 158 'label.subject' => 'Asunto',
 
 159 'label.date' => 'Fecha',
 
 163 // TODO: refactoring ongoing down from here.
 
 165 'label.start_date' => 'Fecha de inicio',
 
 166 'label.end_date' => 'Fecha de fin',
 
 167 'label.user' => 'Usuario',
 
 168 'label.users' => 'Personas',
 
 169 // TODO: translate the following.
 
 170 // 'label.client' => 'Client',
 
 171 // 'label.clients' => 'Clients',
 
 172 'label.option' => 'Opción',
 
 173 // TODO: translate the following.
 
 174 // 'label.invoice' => 'Invoice',
 
 175 'label.project' => 'Proyecto',
 
 176 'label.projects' => 'Proyectos',
 
 177 // TODO: translate the following.
 
 178 // 'label.task' => 'Task',
 
 179 // 'label.tasks' => 'Tasks',
 
 180 // 'label.description' => 'Description',
 
 181 'label.start' => 'Inicio',
 
 182 'label.finish' => 'Fin',
 
 183 'label.duration' => 'Duración',
 
 184 'label.note' => 'Nota',
 
 185 // TODO: translate the following.
 
 186 // 'label.notes' => 'Notes',
 
 187 // 'label.item' => 'Item',
 
 188 // 'label.cost' => 'Cost',
 
 189 // 'label.day_total' => 'Day total',
 
 190 // 'label.week_total' => 'Week total',
 
 191 // 'label.month_total' => 'Month total',
 
 192 'label.today' => 'Hoy',
 
 193 'label.total_hours' => 'Horas totales',
 
 194 // TODO: translate the following.
 
 195 // 'label.total_cost' => 'Total cost',
 
 196 // 'label.view' => 'View',
 
 197 'label.edit' => 'Modificar',
 
 198 'label.delete' => 'Eliminar',
 
 199 // TODO: translate label.configure.
 
 200 // 'label.configure' => 'Configure',
 
 201 'label.select_all' => 'Seleccionar todos',
 
 202 'label.select_none' => 'Quitar todas las selecciones',
 
 203 // TODO: translate the following.
 
 204 // 'label.day_view' => 'Day view',
 
 205 // 'label.week_view' => 'Week view',
 
 206 'label.id' => 'Identificación',
 
 207 // TODO: translate the following.
 
 208 // 'label.language' => 'Language',
 
 209 // 'label.decimal_mark' => 'Decimal mark',
 
 210 // 'label.date_format' => 'Date format',
 
 211 // 'label.time_format' => 'Time format',
 
 212 // 'label.week_start' => 'First day of week',
 
 213 'label.comment' => 'Comentario',
 
 214 // TODO: translate label.status.
 
 215 // 'label.status' => 'Status',
 
 216 'label.tax' => 'Impuesto',
 
 217 // TODO: check whether label.subtotal is translated correctly.
 
 218 'label.subtotal' => 'Subtotal',
 
 219 'label.total' => 'Total',
 
 220 // TODO: translate the following.
 
 221 // 'label.client_name' => 'Client name',
 
 222 // 'label.client_address' => 'Client address',
 
 224 // TODO: translate the strings below.
 
 225 // 'label.error' => 'Error',
 
 226 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
 
 227 'label.required_fields' => '* - campos requeridos',
 
 228 'label.on_behalf' => 'a nombre de',
 
 229 'label.role_manager' =>'(manejador)',
 
 230 'label.role_comanager' => '(auxiliar del manejador)',
 
 231 'label.role_admin' => '(administrador)',
 
 232 // Translate the following.
 
 233 // 'label.page' => 'Page',
 
 234 // 'label.condition' => 'Condition',
 
 235 // 'label.yes' => 'yes',
 
 236 // 'label.no' => 'no',
 
 237 // Labels for plugins (extensions to Time Tracker that provide additional features).
 
 238 // TODO: translate the following.
 
 239 // 'label.custom_fields' => 'Custom fields',
 
 240 // 'label.monthly_quotas' => 'Monthly quotas',
 
 241 // 'label.type' => 'Type',
 
 242 // 'label.type_dropdown' => 'dropdown',
 
 243 // 'label.type_text' => 'text',
 
 244 // 'label.required' => 'Required',
 
 245 'label.fav_report' => 'Reporte favorito',
 
 246 // TODO: translate the following.
 
 247 // 'label.cron_schedule' => 'Cron schedule',
 
 248 // 'label.what_is_it' => 'What is it?',
 
 249 // 'label.expense' => 'Expense',
 
 250 // 'label.quantity' => 'Quantity',
 
 251 // 'label.paid_status' => 'Paid status',
 
 252 // 'label.paid' => 'Paid',
 
 253 // 'label.mark_paid' => 'Mark paid',
 
 256 'title.login' => 'Sesión iniciada',
 
 257 'title.teams' => 'Grupos',
 
 258 // Note to translators: we need a more accurate translation of title.create_team. English is "Creating Team".
 
 259 // 'title.create_team' => 'Crear una nueva cuenta de manejador',
 
 260 // TODO: translate the following.
 
 261 // 'title.edit_team' => 'Editing Team',
 
 262 // 'title.delete_team' => 'Deleting Team',
 
 263 'title.reset_password' => 'Reestablecer contraseña',
 
 264 // TODO: translate title.change_password.
 
 265 // 'title.change_password' => 'Changing Password',
 
 266 'title.time' => 'Tiempo',
 
 267 'title.edit_time_record' => 'Modificando el historial de tiempo',
 
 268 'title.delete_time_record' => 'Eliminando el historial de tiempo',
 
 269 // TODO: translate the following.
 
 270 // 'title.expenses' => 'Expenses',
 
 271 // 'title.edit_expense' => 'Editing Expense Item',
 
 272 // 'title.delete_expense' => 'Deleting Expense Item',
 
 273 'title.reports' => 'Reportes',
 
 274 // TODO: translate title.report, title.send_report.
 
 275 // 'title.report' => 'Report',
 
 276 // 'title.send_report' => 'Sending Report',
 
 277 'title.invoice' => 'Factura',
 
 278 // TODO: translate the following.
 
 279 // 'title.send_invoice' => 'Sending Invoice',
 
 280 // 'title.charts' => 'Charts',
 
 281 'title.projects' => 'Proyectos',
 
 282 'title.add_project' => 'Agregando proyecto',
 
 283 'title.edit_project' => 'Modificando proyecto',
 
 284 'title.delete_project' => 'Eliminando proyecto',
 
 285 // TODO: translate the following.
 
 286 // 'title.tasks' => 'Tasks',
 
 287 // 'title.add_task' => 'Adding Task',
 
 288 // 'title.edit_task' => 'Editing Task',
 
 289 // 'title.delete_task' => 'Deleting Task',
 
 290 'title.users' => 'Personas',
 
 291 'title.add_user' => 'Creando usuario',
 
 292 'title.edit_user' => 'Modificando usuario',
 
 293 'title.delete_user' => 'Eliminando usuario',
 
 294 'title.clients' => 'Clientes',
 
 295 'title.add_client' => 'Agregar cliente',
 
 296 'title.edit_client' => 'Modificar cliente',
 
 297 'title.delete_client' => 'Eliminar cliente',
 
 298 // TODO: translate the following.
 
 299 // 'title.invoices' => 'Invoices',
 
 300 // 'title.add_invoice' => 'Adding Invoice',
 
 301 // 'title.view_invoice' => 'Viewing Invoice',
 
 302 // 'title.delete_invoice' => 'Deleting Invoice',
 
 303 // 'title.notifications' => 'Notifications',
 
 304 // 'title.add_notification' => 'Adding Notification',
 
 305 // 'title.edit_notification' => 'Editing Notification',
 
 306 // 'title.delete_notification' => 'Deleting Notification',
 
 307 // 'title.monthly_quotas' => 'Monthly Quotas',
 
 308 'title.export' => 'Exportar datos',
 
 309 'title.import' => 'Importar datos',
 
 310 'title.options' => 'Opciones',
 
 311 'title.profile' => 'Perfil',
 
 312 // TODO: translate the following.
 
 313 // 'title.cf_custom_fields' => 'Custom Fields',
 
 314 // 'title.cf_add_custom_field' => 'Adding Custom Field',
 
 315 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
 
 316 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
 
 317 // 'title.cf_dropdown_options' => 'Dropdown Options',
 
 318 // 'title.cf_add_dropdown_option' => 'Adding Option',
 
 319 // 'title.cf_edit_dropdown_option' => 'Editing Option',
 
 320 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
 
 321 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
 
 322 // It is also a name for the Locking plugin on the Team profile page.
 
 323 // TODO: translate the following.
 
 324 // 'title.locking' => 'Locking',
 
 326 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
 
 327 // Strings that are used in a single form must go to the specific form section.
 
 328 'dropdown.all' => '--- todos ---',
 
 329 'dropdown.no' => '--- no ---',
 
 330 // TODO: translate the following.
 
 331 // 'dropdown.current_day' => 'today',
 
 332 // 'dropdown.previous_day' => 'yesterday',
 
 333 'dropdown.selected_day' => 'dia',
 
 334 'dropdown.current_week' => 'esta semana',
 
 335 // TODO: translate the following.
 
 336 // 'dropdown.previous_week' => 'previous week',
 
 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',
 
 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.
 
 366 // Login form. See example at https://timetracker.anuko.com/login.php.
 
 367 'form.login.forgot_password' => '¿Olvido su contraseña?',
 
 368 // '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 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
 
 371 // TODO: check / improve translation of form.reset_password.message.
 
 372 'form.reset_password.message' => 'Se ha enviado la petición de reestablecer contraseña.',
 
 373 'form.reset_password.email_subject' => 'Solicitud de reestablecimiento de la contraseña de Anuko Time Tracker',
 
 374 // Note to translators: the ending of this string needs to be translated.
 
 375 'form.reset_password.email_body' => "Querido usuario, Alguien, posiblemente usted, solicitó reestablecer su contraseña de Anuko Time Tracker. Por favor visite este enlace si quiere reestablecer su contraseña.\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n",
 
 377 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
 
 378 // TODO: improve translation of form.change_password.tip.
 
 379 'form.change_password.tip' => 'Para reestablecer su contraseña, por favor digítela y de clic en Guardar.',
 
 381 // Time form. See example at https://timetracker.anuko.com/time.php.
 
 382 // Note to translators: translate form.time.duration_format.
 
 383 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
 
 384 'form.time.billable' => 'Facturable',
 
 385 // TODO: translate the following.
 
 386 // 'form.time.uncompleted' => 'Uncompleted',
 
 387 // 'form.time.remaining_quota' => 'Remaining quota',
 
 388 // 'form.time.over_quota' => 'Over quota',
 
 390 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
 
 391 'form.time_edit.uncompleted' => 'Este historial fue guardado solamente con la hora de Inicio. Esto no es un error.',
 
 393 // Week view form. See example at https://timetracker.anuko.com/week.php.
 
 394 // TODO: translate the following.
 
 395 // 'form.week.new_entry' => 'New entry',
 
 397 // Reports form. See example at https://timetracker.anuko.com/reports.php
 
 398 'form.reports.save_as_favorite' => 'Guardar como favorito',
 
 399 // TODO: translate form.reports.confirm_delete.
 
 400 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
 
 401 // TODO: translate form.reports.include_records.
 
 402 // 'form.reports.include_records' => 'Include records',
 
 403 'form.reports.include_billable' => 'facturable',
 
 404 'form.reports.include_not_billable' => 'no facturable',
 
 405 // TODO: translate the following.
 
 406 // 'form.reports.include_invoiced' => 'invoiced',
 
 407 // 'form.reports.include_not_invoiced' => 'not invoiced',
 
 408 'form.reports.select_period' => 'Seleccionar período de tiempo',
 
 409 'form.reports.set_period' => 'o establecer fechas',
 
 410 'form.reports.show_fields' => 'Mostrar campos',
 
 411 'form.reports.group_by' => 'Agrupar por',
 
 412 'form.reports.group_by_no' => '--- no agrupar ---',
 
 413 'form.reports.group_by_date' => 'fecha',
 
 414 'form.reports.group_by_user' => 'usuario',
 
 415 // TODO: translate the following.
 
 416 // 'form.reports.group_by_client' => 'client',
 
 417 'form.reports.group_by_project' => 'proyecto',
 
 418 // TODO: traslate the following string.
 
 419 // 'form.reports.group_by_task' => 'task',
 
 420 'form.reports.totals_only' => 'Solo totales',
 
 422 // Report form. See example at https://timetracker.anuko.com/report.php
 
 423 // (after generating a report at https://timetracker.anuko.com/reports.php).
 
 424 'form.report.export' => 'Exportar',
 
 425 // TODO: translate the following.
 
 426 // 'form.report.assign_to_invoice' => 'Assign to invoice',
 
 428 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
 
 429 // (you can get to this form after generating a report).
 
 430 'form.invoice.number' => 'Número de factura',
 
 431 'form.invoice.person' => 'Persona',
 
 432 // TODO: translate the following stings.
 
 433 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
 
 434 // 'form.invoice.invoice_entries' => 'Invoice entries',
 
 435 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
 
 437 // Charts form. See example at https://timetracker.anuko.com/charts.php
 
 438 // TODO: translate form.charts.interval and form.charts.chart.
 
 439 // 'form.charts.interval' => 'Interval',
 
 440 // 'form.charts.chart' => 'Chart',
 
 442 // Projects form. See example at https://timetracker.anuko.com/projects.php
 
 443 // TODO: translate the following.
 
 444 // 'form.projects.active_projects' => 'Active Projects',
 
 445 // 'form.projects.inactive_projects' => 'Inactive Projects',
 
 447 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
 
 448 // 'form.tasks.active_tasks' => 'Active Tasks',
 
 449 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
 
 451 // Users form. See example at https://timetracker.anuko.com/users.php
 
 452 // TODO: translate the following.
 
 453 // 'form.users.active_users' => 'Active Users',
 
 454 // 'form.users.inactive_users' => 'Inactive Users',
 
 455 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
 
 456 'form.users.role' => 'Rol',
 
 457 'form.users.manager' => 'Manejador',
 
 458 'form.users.comanager' => 'Auxiliar del manejador',
 
 459 'form.users.rate' => 'Tasa',
 
 460 // TODO: translate form.users.default_rate.
 
 461 // 'form.users.default_rate' => 'Default hourly rate',
 
 463 // Client delete form. See example at https://timetracker.anuko.com/client_delete.php
 
 464 // TODO: translate the following.
 
 465 // 'form.client.client_to_delete' => 'Client to delete',
 
 466 // 'form.client.client_entries' => 'Client entries',
 
 468 // Clients form. See example at https://timetracker.anuko.com/clients.php
 
 469 // TODO: translate the following.
 
 470 // 'form.clients.active_clients' => 'Active Clients',
 
 471 // 'form.clients.inactive_clients' => 'Inactive Clients',
 
 473 // Strings for Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
 
 474 '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.',
 
 475 'form.export.compression' => 'Comprimir',
 
 476 // Note to translators: the strings below are missing in the translation and must be added.
 
 477 // 'form.export.compression_none' => 'none',
 
 478 // 'form.export.compression_bzip' => 'bzip',
 
 480 // Strings for Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
 
 481 'form.import.hint' => 'Importar datos del grupo desde un archivo xml.',
 
 482 'form.import.file' => 'Seleccione el archivo',
 
 483 'form.import.success' => 'Importación finalizada con éxito.',
 
 485 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
 
 486 // TODO: improve translation of form.admin.hint - no login collisions are allowed.
 
 487 '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).',
 
 489 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
 
 490 'form.profile.12_hours' => '12 horas',
 
 491 'form.profile.24_hours' => '24 horas',
 
 492 // TODO: translate the following.
 
 493 // 'form.profile.tracking_mode' => 'Tracking mode',
 
 494 // 'form.profile.mode_time' => 'time',
 
 495 // 'form.profile.mode_projects' => 'projects',
 
 496 // 'form.profile.mode_projects_and_tasks' => 'projects and tasks',
 
 497 // 'form.profile.record_type' => 'Record type',
 
 498 // 'form.profile.type_all' => 'all',
 
 499 // 'form.profile.type_start_finish' => 'start and finish',
 
 500 // 'form.profile.type_duration' => 'duration',
 
 501 // 'form.profile.plugins' => 'Plugins',
 
 503 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
 
 504 'form.mail.from' => 'De',
 
 505 'form.mail.to' => 'Para',
 
 506 // TODO: translate form.mail.report_subject.
 
 507 // 'form.mail.report_subject' => 'Time Tracker Report',
 
 508 // Note to translators: the following strings need to be translated.
 
 509 // '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.',
 
 510 // 'form.mail.report_sent' => 'Report sent.',
 
 511 'form.mail.invoice_sent' => 'Factura enviada.',
 
 513 // Quotas configuration form.
 
 514 // TODO: translate the following.
 
 515 // 'form.quota.year' => 'Year',
 
 516 // 'form.quota.month' => 'Month',
 
 517 // 'form.quota.quota' => 'Quota',
 
 518 // 'form.quota.workday_hours' => 'Hours in a work day',
 
 519 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',