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', 'Sa');
 
  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 the 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 // Note to translators: menu.create_team needs a more accurate translation.
 
  48 'menu.create_team' => 'Crear una nueva cuenta de manejador',
 
  49 'menu.profile' => 'Perfil',
 
  50 'menu.time' => 'Tiempo',
 
  51 // TODO: translate the following string.
 
  52 // 'menu.expenses' => 'Expenses',
 
  53 'menu.reports' => 'Reportes',
 
  54 // Note to translators: menu.charts needs to be translated.
 
  55 // 'menu.charts' => 'Charts',
 
  56 'menu.projects' => 'Proyectos',
 
  57 // TODO: translate menu.tasks.
 
  58 // 'menu.tasks' => 'Tasks',
 
  59 'menu.users' => 'Personas',
 
  60 'menu.teams' => 'Equipos',
 
  61 // Note to translators: menu.export needs to be translated.
 
  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 strings.
 
  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 strings.
 
  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 error.interval.
 
  83 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
 
  84 'error.project' => 'Seleccionar Proyecto.',
 
  85 // TODO: translate the following strings.
 
  86 // 'error.task' => 'Select task.',
 
  87 // 'error.client' => 'Select client.',
 
  88 // 'error.report' => 'Select report.',
 
  89 'error.auth' => 'Usuario o contraseña incorrecta.',
 
  90 // Note to translators: this string needs to be translated.
 
  91 // 'error.user_exists' => 'User with this login already exists.',
 
  92 'error.project_exists' => 'Ya existe un proyecto con este nombre.',
 
  93 // TODO: translate the following strings.
 
  94 // 'error.task_exists' => 'Task with this name already exists.',
 
  95 // 'error.client_exists' => 'Client with this name already exists.',
 
  96 // 'error.invoice_exists' => 'Invoice with this number already exists.',
 
  97 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
 
  98 // Note to translators: this string needs to be properly translated (e-mail replaced with login).
 
  99 // 'error.no_login' => 'No existe ningún usuario con este e-mail.',
 
 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 // Note to translators: the strings below are missing in the translation and must be added.
 
 103 // 'error.period_locked' => 'Can\\\'t complete the operation. Records older than a certain number of days cannot be created or modified. Team manager defines this in the "Lock interval in days" value on the "Profile" page. Set it to 0 to remove locking. <br><br>Uncompleted records (with 0 or empty duration) can be deleted.',
 
 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 string.
 
 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 button.add_task
 
 122 // 'button.add_task' => 'Add task',
 
 123 'button.add_client' => 'Agregar cliente',
 
 124 // TODO: translate the following strings.
 
 125 // 'button.add_invoice' => 'Add invoice',
 
 126 // 'button.add_option' => 'Add option',
 
 127 'button.add' => 'Agregar',
 
 128 'button.generate' => 'Generar',
 
 129 // Note to translators: button.reset_password needs an improved translation.
 
 130 'button.reset_password' => 'Ir',
 
 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 button.close.
 
 137 // 'button.close' => 'Close',
 
 138 // TODO: translate the following string. 
 
 139 // 'button.stop' => 'Stop',
 
 141 // Labels for controls on forms. Labels in this section are used on multiple forms.
 
 142 // TODO: translate label.team_name
 
 143 // 'label.team_name' => 'team name',
 
 144 'label.address' => 'Dirección',
 
 145 'label.currency' => 'Moneda',
 
 146 // TODO: translate label.manager_name, label.manager_login, and label.login.
 
 147 // 'label.manager_name' => 'Manager name',
 
 148 // 'label.manager_login' => 'Manager login',
 
 149 'label.person_name' => 'Nombre',
 
 150 'label.thing_name' => 'Nombre',
 
 151 // 'label.login' => 'login',
 
 152 'label.password' => 'Contraseña',
 
 153 'label.confirm_password' => 'Confirmar Contraseña',
 
 154 'label.email' => 'Email',
 
 155 'label.date' => 'Fecha',
 
 156 'label.start_date' => 'Fecha de inicio',
 
 157 'label.end_date' => 'Fecha de fin',
 
 158 'label.user' => 'Usuario',
 
 159 'label.users' => 'Personas',
 
 160 // TODO: translate the following strings.
 
 161 // 'label.client' => 'Client',
 
 162 // 'label.clients' => 'Clients',
 
 163 'label.option' => 'Opción',
 
 164 // TODO: translate the following string.
 
 165 // 'label.invoice' => 'Invoice',
 
 166 'label.project' => 'Proyecto',
 
 167 'label.projects' => 'Proyectos',
 
 168 // TODO: translate the following strings.
 
 169 // 'label.task' => 'Task',
 
 170 // 'label.tasks' => 'Tasks',
 
 171 // 'label.description' => 'Description',
 
 172 'label.start' => 'Inicio',
 
 173 'label.finish' => 'Fin',
 
 174 'label.duration' => 'Duración',
 
 175 'label.note' => 'Nota',
 
 176 // TODO: translate the following strings.
 
 177 // 'label.item' => 'Item',
 
 178 // 'label.cost' => 'Cost',
 
 179 // 'label.week_total' => 'Week total',
 
 180 // 'label.day_total' => 'Day total',
 
 181 'label.today' => 'Hoy',
 
 182 'label.total_hours' => 'Horas totales',
 
 183 // TODO: translate the following strings.
 
 184 // 'label.total_cost' => 'Total cost',
 
 185 // 'label.view' => 'View',
 
 186 'label.edit' => 'Modificar',
 
 187 'label.delete' => 'Eliminar',
 
 188 // TODO: translate label.configure.
 
 189 // 'label.configure' => 'Configure',
 
 190 'label.select_all' => 'Seleccionar todos',
 
 191 'label.select_none' => 'Quitar todas las selecciones',
 
 192 'label.id' => 'Identificación',
 
 193 // TODO: translate the following strings.
 
 194 // 'label.language' => 'Language',
 
 195 // 'label.decimal_mark' => 'Decimal mark',
 
 196 'label.lock_interval' => 'Intervalo de cierre en días',
 
 197 // TODO: translate the following strings.
 
 198 // 'label.date_format' => 'Date format',
 
 199 // 'label.time_format' => 'Time format',
 
 200 // 'label.week_start' => 'First day of week',
 
 201 'label.comment' => 'Comentario',
 
 202 // TODO: translate label.status.
 
 203 // 'label.status' => 'Status',
 
 204 'label.tax' => 'Impuesto',
 
 205 // TODO: check whether label.subtotal is translated correctly.
 
 206 'label.subtotal' => 'Subtotal',
 
 207 'label.total' => 'Total',
 
 208 // TODO: translate the following strings.
 
 209 // 'label.client_name' => 'Client name',
 
 210 // 'label.client_address' => 'Client address',
 
 212 // TODO: translate the strings below.
 
 213 // 'label.error' => 'Error',
 
 214 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
 
 215 'label.required_fields' => '* - campos requeridos',
 
 216 'label.on_behalf' => 'a nombre de',
 
 217 'label.role_manager' =>'(manejador)',
 
 218 'label.role_comanager' => '(auxiliar del manejador)',
 
 219 'label.role_admin' => '(administrador)',
 
 220 // Translate the following string.
 
 221 // 'label.page' => 'Page',
 
 222 // Labels for plugins (extensions to Time Tracker that provide additional features).
 
 223 // TODO: translate the following strings.
 
 224 // 'label.custom_fields' => 'Custom fields',
 
 225 // 'label.type' => 'Type',
 
 226 // 'label.type_dropdown' => 'dropdown',
 
 227 // 'label.type_text' => 'text',
 
 228 // 'label.required' => 'Required',
 
 229 'label.fav_report' => 'Reporte favorito',
 
 230 // TODO: translate the following strings.
 
 231 // 'label.cron_schedule' => 'Cron schedule',
 
 232 // 'label.what_is_it' => 'What is it?',
 
 235 'title.login' => 'Sesión iniciada',
 
 236 'title.teams' => 'Grupos',
 
 237 // Note to translators: we need a more accurate translation of title.create_team. English is "Creating Team".
 
 238 // 'title.create_team' => 'Crear una nueva cuenta de manejador',
 
 239 // TODO: translate the following strings.
 
 240 // 'title.edit_team' => 'Editing Team',
 
 241 // 'title.delete_team' => 'Deleting Team',
 
 242 'title.reset_password' => 'Reestablecer contraseña',
 
 243 // TODO: translate title.change_password.
 
 244 // 'title.change_password' => 'Changing Password',
 
 245 'title.time' => 'Tiempo',
 
 246 'title.edit_time_record' => 'Modificando el historial de tiempo',
 
 247 'title.delete_time_record' => 'Eliminando el historial de tiempo',
 
 248 // TODO: translate the following strings.
 
 249 // 'title.expenses' => 'Expenses',
 
 250 // 'title.edit_expense' => 'Editing Expense Item',
 
 251 // 'title.delete_expense' => 'Deleting Expense Item',
 
 252 'title.reports' => 'Reportes',
 
 253 // TODO: translate title.report, title.send_report.
 
 254 // 'title.report' => 'Report',
 
 255 // 'title.send_report' => 'Sending Report',
 
 256 'title.invoice' => 'Factura',
 
 257 // TODO: translate the following strings.
 
 258 // 'title.send_invoice' => 'Sending Invoice',
 
 259 // 'title.charts' => 'Charts',
 
 260 'title.projects' => 'Proyectos',
 
 261 'title.add_project' => 'Agregando proyecto',
 
 262 'title.edit_project' => 'Modificando proyecto',
 
 263 'title.delete_project' => 'Eliminando proyecto',
 
 264 // TODO: translate the following strings.
 
 265 // 'title.tasks' => 'Tasks',
 
 266 // 'title.add_task' => 'Adding Task',
 
 267 // 'title.edit_task' => 'Editing Task',
 
 268 // 'title.delete_task' => 'Deleting Task',
 
 269 'title.users' => 'Personas',
 
 270 'title.add_user' => 'Creando usuario',
 
 271 'title.edit_user' => 'Modificando usuario',
 
 272 'title.delete_user' => 'Eliminando usuario',
 
 273 'title.clients' => 'Clientes',
 
 274 'title.add_client' => 'Agregar cliente',
 
 275 'title.edit_client' => 'Modificar cliente',
 
 276 'title.delete_client' => 'Eliminar cliente',
 
 277 // TODO: translate the following strings.
 
 278 // 'title.invoices' => 'Invoices',
 
 279 // 'title.add_invoice' => 'Adding Invoice',
 
 280 // 'title.view_invoice' => 'Viewing Invoice',
 
 281 // 'title.delete_invoice' => 'Deleting Invoice',
 
 282 // 'title.notifications' => 'Notifications',
 
 283 // 'title.add_notification' => 'Adding Notification',
 
 284 // 'title.edit_notification' => 'Editing Notification',
 
 285 // 'title.delete_notification' => 'Deleting Notification',
 
 286 'title.export' => 'Exportar datos',
 
 287 'title.import' => 'Importar datos',
 
 288 'title.options' => 'Opciones',
 
 289 'title.profile' => 'Perfil',
 
 290 // TODO: translate the following strings.
 
 291 // 'title.cf_custom_fields' => 'Custom Fields',
 
 292 // 'title.cf_add_custom_field' => 'Adding Custom Field',
 
 293 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
 
 294 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
 
 295 // 'title.cf_dropdown_options' => 'Dropdown Options',
 
 296 // 'title.cf_add_dropdown_option' => 'Adding Option',
 
 297 // 'title.cf_edit_dropdown_option' => 'Editing Option',
 
 298 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
 
 300 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
 
 301 // Strings that are used in a single form must go to the specific form section.
 
 302 'dropdown.all' => '--- todos ---',
 
 303 'dropdown.no' => '--- no ---',
 
 304 // TODO: translate dropdown.this_day
 
 305 // 'dropdown.this_day' => 'this day',
 
 306 'dropdown.this_week' => 'esta semana',
 
 307 // TODO: translate dropdown.last_week.
 
 308 // 'dropdown.last_week' => 'last week',
 
 309 'dropdown.this_month' => 'este mes',
 
 310 'dropdown.last_month' => 'el mes pasado',
 
 311 // TODO: translate dropdown.this_year and dropdown.all_time.
 
 312 // 'dropdown.this_year' => 'this year',
 
 313 // 'dropdown.all_time' => 'all time',
 
 314 'dropdown.projects' => 'proyectos',
 
 315 // TODO: translate the following strings.
 
 316 // 'dropdown.tasks' => 'tasks',
 
 317 // 'dropdown.clients' => 'clients',
 
 318 'dropdown.select' => '--- seleccionar ---',
 
 319 // TODO: translate the following strings.
 
 320 // 'dropdown.select_invoice' => '--- select invoice ---',
 
 321 // 'dropdown.status_active' => 'active',
 
 322 // 'dropdown.status_inactive' => 'inactive',
 
 323 // 'dropdown.delete'=>'delete',
 
 324 // 'dropdown.do_not_delete'=>'do not delete',
 
 326 // 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.
 
 327 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
 
 328 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
 
 329 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
 
 331 // Login form. See example at https://timetracker.anuko.com/login.php.
 
 332 'form.login.forgot_password' => '¿Olvido su contraseña?',
 
 333 // '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.',
 
 335 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
 
 336 // TODO: check / improve translation of form.reset_password.message.
 
 337 'form.reset_password.message' => 'Se ha enviado la petición de reestablecer contraseña.',
 
 338 'form.reset_password.email_subject' => 'Solicitud de reestablecimiento de la contraseña de Anuko Time Tracker',
 
 339 // Note to translators: the ending of this string needs to be translated.
 
 340 '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",
 
 342 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
 
 343 // TODO: improve translation of form.change_password.tip.
 
 344 'form.change_password.tip' => 'Para reestablecer su contraseña, por favor digítela y de clic en Guardar.',
 
 346 // Time form. See example at https://timetracker.anuko.com/time.php.
 
 347 // Note to translators: translate form.time.duration_format.
 
 348 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
 
 349 'form.time.billable' => 'Facturable',
 
 350 // TODO: translate form.time.uncompleted.
 
 351 // 'form.time.uncompleted' => 'Uncompleted',
 
 353 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
 
 354 'form.time_edit.uncompleted' => 'Este historial fue guardado solamente con la hora de Inicio. Esto no es un error.',
 
 356 // Reports form. See example at https://timetracker.anuko.com/reports.php
 
 357 'form.reports.save_as_favorite' => 'Guardar como favorito',
 
 358 // TODO: translate form.reports.confirm_delete.
 
 359 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
 
 360 // TODO: translate form.reports.include_records.
 
 361 // 'form.reports.include_records' => 'Include records',
 
 362 'form.reports.include_billable' => 'facturable',
 
 363 'form.reports.include_not_billable' => 'no facturable',
 
 364 // TODO: translate the following strings.
 
 365 // 'form.reports.include_invoiced' => 'invoiced',
 
 366 // 'form.reports.include_not_invoiced' => 'not invoiced',
 
 367 'form.reports.select_period' => 'Seleccionar período de tiempo',
 
 368 'form.reports.set_period' => 'o establecer fechas',
 
 369 'form.reports.show_fields' => 'Mostrar campos',
 
 370 'form.reports.group_by' => 'Agrupar por',
 
 371 'form.reports.group_by_no' => '--- no agrupar ---',
 
 372 'form.reports.group_by_date' => 'fecha',
 
 373 'form.reports.group_by_user' => 'usuario',
 
 374 // TODO: translate the following string.
 
 375 // 'form.reports.group_by_client' => 'client',
 
 376 'form.reports.group_by_project' => 'proyecto',
 
 377 // TODO: traslate the following string.
 
 378 // 'form.reports.group_by_task' => 'task',
 
 379 'form.reports.totals_only' => 'Solo totales',
 
 381 // Report form. See example at https://timetracker.anuko.com/report.php
 
 382 // (after generating a report at https://timetracker.anuko.com/reports.php).
 
 383 'form.report.export' => 'Exportar',
 
 385 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
 
 386 // (you can get to this form after generating a report).
 
 387 'form.invoice.number' => 'Número de factura',
 
 388 'form.invoice.person' => 'Persona',
 
 389 // TODO: translate the following stings.
 
 390 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
 
 391 // 'form.invoice.invoice_entries' => 'Invoice entries',
 
 393 // Charts form. See example at https://timetracker.anuko.com/charts.php
 
 394 // TODO: translate form.charts.interval and form.charts.chart.
 
 395 // 'form.charts.interval' => 'Interval',
 
 396 // 'form.charts.chart' => 'Chart',
 
 398 // Projects form. See example at https://timetracker.anuko.com/projects.php
 
 399 // TODO: translate the following strings.
 
 400 // 'form.projects.active_projects' => 'Active Projects',
 
 401 // 'form.projects.inactive_projects' => 'Inactive Projects',
 
 403 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
 
 404 // 'form.tasks.active_tasks' => 'Active Tasks',
 
 405 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
 
 407 // Users form. See example at https://timetracker.anuko.com/users.php
 
 408 // TODO: translate the following strings.
 
 409 // 'form.users.active_users' => 'Active Users',
 
 410 // 'form.users.inactive_users' => 'Inactive Users',
 
 411 'form.users.role' => 'Rol',
 
 412 'form.users.manager' => 'Manejador',
 
 413 'form.users.comanager' => 'Auxiliar del manejador',
 
 414 'form.users.rate' => 'Tasa',
 
 415 // TODO: translate form.users.default_rate.
 
 416 // 'form.users.default_rate' => 'Default hourly rate',
 
 418 // Client delete form. See example at https://timetracker.anuko.com/client_delete.php
 
 419 // TODO: translate the following strings.
 
 420 // 'form.client.client_to_delete' => 'Client to delete',
 
 421 // 'form.client.client_entries' => 'Client entries',
 
 423 // Clients form. See example at https://timetracker.anuko.com/clients.php
 
 424 // TODO: translate the following strings.
 
 425 // 'form.clients.active_clients' => 'Active Clients',
 
 426 // 'form.clients.inactive_clients' => 'Inactive Clients',
 
 428 // Strings for Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
 
 429 '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.',
 
 430 'form.export.compression' => 'Comprimir',
 
 431 // Note to translators: the strings below are missing in the translation and must be added.
 
 432 // 'form.export.compression_none' => 'none',
 
 433 // 'form.export.compression_bzip' => 'bzip',
 
 435 // Strings for Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
 
 436 'form.import.hint' => 'Importar datos del grupo desde un archivo xml.',
 
 437 'form.import.file' => 'Seleccione el archivo',
 
 438 'form.import.success' => 'Importación finalizada con éxito.',
 
 440 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
 
 441 // TODO: improve translation of form.admin.hint - no login collisions are allowed.
 
 442 '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).',
 
 444 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
 
 445 'form.profile.12_hours' => '12 horas',
 
 446 'form.profile.24_hours' => '24 horas',
 
 447 // TODO: translate the following strings.
 
 448 // 'form.profile.tracking_mode' => 'Tracking mode',
 
 449 // 'form.profile.mode_time' => 'time',
 
 450 // 'form.profile.mode_projects' => 'projects',
 
 451 // 'form.profile.mode_projects_and_tasks' => 'projects and tasks',
 
 452 // 'form.profile.record_type' => 'Record type',
 
 453 // 'form.profile.type_all' => 'all',
 
 454 // 'form.profile.type_start_finish' => 'start and finish',
 
 455 // 'form.profile.type_duration' => 'duration',
 
 456 // 'form.profile.plugins' => 'Plugins',
 
 458 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
 
 459 'form.mail.from' => 'De',
 
 460 'form.mail.to' => 'Para',
 
 461 'form.mail.cc' => 'Cc',
 
 462 'form.mail.subject' => 'Asunta',
 
 463 // TODO: translate form.mail.report_subject.
 
 464 // 'form.mail.report_subject' => 'Time Tracker Report',
 
 465 // Note to translators: the following strings need to be translated.
 
 466 // '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.',
 
 467 // 'form.mail.report_sent' => 'Report sent.',
 
 468 'form.mail.invoice_sent' => 'Factura enviada.',