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 = 'Català';
 
  33 $i18n_months = array('Gener', 'Febrer', 'Març', 'Abril', 'Maig', 'Juny', 'Juliol', 'Agost', 'Setembre', 'Octubre', 'Novembre', 'Desembre');
 
  34 $i18n_weekdays = array('Diumenge', 'Dilluns', 'Dimarts', 'Dimecres', 'Dijous', 'Divendres', 'Dissabte');
 
  35 $i18n_weekdays_short = array('Dg', 'Dl', 'Dm', 'Dc', 'Dj', 'Dv', 'Ds');
 
  37 $i18n_holidays = array('01/01', '01/16', '02/20', '03/29', '07/04', '09/04', '10/09', '11/11', '11/23', '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 sessió',
 
  44 'menu.logout' => 'Finalitzar sessió',
 
  45 // TODO: translate the following.
 
  46 // 'menu.forum' => 'Forum',
 
  47 'menu.help' => 'Ajuda',
 
  48 // TODO: translate the following.
 
  49 // 'menu.create_team' => 'Create Team',
 
  50 'menu.profile' => 'Perfil',
 
  51 // TODO: translate the following.
 
  52 // 'menu.time' => 'Time',
 
  53 // 'menu.expenses' => 'Expenses',
 
  54 'menu.reports' => 'Informes',
 
  55 // TODO: translate the following.
 
  56 // 'menu.charts' => 'Charts',
 
  57 'menu.projects' => 'Projectes',
 
  58 // TODO: translate the following.
 
  59 // 'menu.tasks' => 'Tasks',
 
  60 // 'menu.users' => 'Users',
 
  61 'menu.teams' => 'Equips',
 
  62 // TODO: translate the following.
 
  63 // 'menu.export' => 'Export',
 
  64 // 'menu.clients' => 'Clients',
 
  65 // 'menu.options' => 'Options',
 
  67 // Footer - strings on the bottom of most pages.
 
  68 // TODO: translate the following.
 
  69 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
 
  70 // 'footer.credits' => 'Credits',
 
  71 // 'footer.license' => 'License',
 
  72 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
 
  73                                      // This is a link to a webpage that describes how to contribute to the project.
 
  76 // TODO: translate the following.
 
  77 // 'error.access_denied' => 'Access denied.',
 
  78 // 'error.sys' => 'System error.',
 
  79 'error.db' => 'Error de la base de dades.',
 
  80 'error.field' => 'Dada "{0}" incorrecta.',
 
  81 'error.empty' => 'L\\\'Arxiu "{0}" està buit.',
 
  82 'error.not_equal' => 'L\\\'Arxiu "{0}" no és igual al arxiu "{1}".',
 
  83 // TODO: translate the following.
 
  84 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
 
  85 'error.project' => 'Sel·leccionar projecte.',
 
  86 // TODO: translate the following.
 
  87 // 'error.task' => 'Select task.',
 
  88 'error.client' => 'Sel·leccionar client.',
 
  89 // TODO: translate the following.
 
  90 // 'error.report' => 'Select report.',
 
  91 // 'error.record' => 'Select record.',
 
  92 'error.auth' => 'Usuari o parula de pas incorrecta.',
 
  93 // TODO: translate the following.
 
  94 // 'error.user_exists' => 'User with this login already exists.',
 
  95 'error.project_exists' => 'Ja existeix un projecte amb aquest nom.',
 
  96 // TODO: translate the following.
 
  97 // 'error.task_exists' => 'Task with this name already exists.',
 
  98 // 'error.client_exists' => 'Client with this name already exists.',
 
  99 // 'error.invoice_exists' => 'Invoice with this number already exists.',
 
 100 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
 
 101 // 'error.no_login' => 'No user with this login.',
 
 102 // 'error.no_teams' => 'Your database is empty. Login as admin and create a new team.',
 
 103 'error.upload' => 'Error pujant l\\\'arxiu.',
 
 104 // TODO: translate the following.
 
 105 // 'error.range_locked' => 'Date range is locked.',
 
 106 // 'error.mail_send' => 'Error sending mail.',
 
 107 // 'error.no_email' => 'No email associated with this login.',
 
 108 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
 
 109 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
 
 110 // 'error.overlap' => 'Time interval overlaps with existing records.',
 
 111 // 'error.future_date' => 'Date is in future.',
 
 113 // Labels for buttons.
 
 114 'button.login' => 'Iniciar sessió',
 
 115 'button.now' => 'Ara',
 
 116 'button.save' => 'Guardar',
 
 117 // TODO: translate the following.
 
 118 // 'button.copy' => 'Copy',
 
 119 'button.cancel' => 'Cancel·lar',
 
 120 'button.submit' => 'Enviar',
 
 121 'button.add_user' => 'Agregar usuari',
 
 122 'button.add_project' => 'Agregar projecte',
 
 123 // TODO: translate the following.
 
 124 // 'button.add_task' => 'Add task',
 
 125 'button.add_client' => 'Agregar client',
 
 126 // TODO: translate the following.
 
 127 // 'button.add_invoice' => 'Add invoice',
 
 128 // 'button.add_option' => 'Add option',
 
 129 'button.add' => 'Agregar',
 
 130 'button.generate' => 'Generar',
 
 131 // TODO: translate the following.
 
 132 // 'button.reset_password' => 'Reset password',
 
 133 'button.send' => 'Enviar',
 
 134 'button.send_by_email' => 'Enviar per correu',
 
 135 'button.create_team' => 'Crear grup',
 
 136 'button.export' => 'Exportar grup',
 
 137 'button.import' => 'Importar grup',
 
 138 // TODO: translate the following.
 
 139 // 'button.close' => 'Close',
 
 140 // 'button.stop' => 'Stop',
 
 142 // Labels for controls on forms. Labels in this section are used on multiple forms.
 
 143 // TODO: translate the following.
 
 144 // 'label.team_name' => 'Team name',
 
 145 // 'label.address' => 'Address',
 
 146 'label.currency' => 'Moneda',
 
 147 // TODO: translate the following.
 
 148 // 'label.manager_name' => 'Manager name',
 
 149 // 'label.manager_login' => 'Manager login',
 
 150 'label.person_name' => 'Nom',
 
 151 'label.thing_name' => 'Nom',
 
 152 // TODO: translate the following.
 
 153 // 'label.login' => 'Login',
 
 154 'label.password' => 'Paraula de pas',
 
 155 'label.confirm_password' => 'Confirmar paraula de pas',
 
 156 'label.email' => 'E-mail',
 
 158 // TODO: translate the following.
 
 159 // 'label.bcc' => 'Bcc',
 
 160 'label.subject' => 'Assumpte',
 
 161 'label.date' => 'Data',
 
 162 // TODO: translate the following.
 
 163 // 'label.start_date' => 'Start date',
 
 164 // 'label.end_date' => 'End date',
 
 165 // 'label.user' => 'User',
 
 166 // 'label.users' => 'Users',
 
 167 // 'label.client' => 'Client',
 
 168 // 'label.clients' => 'Clients',
 
 169 // 'label.option' => 'Option',
 
 170 // 'label.invoice' => 'Invoice',
 
 171 // 'label.project' => 'Project',
 
 172 // 'label.projects' => 'Projects',
 
 173 // 'label.task' => 'Task',
 
 174 // 'label.tasks' => 'Tasks',
 
 175 // 'label.description' => 'Description',
 
 176 // 'label.start' => 'Start',
 
 177 // 'label.finish' => 'Finish',
 
 178 // 'label.duration' => 'Duration',
 
 179 // 'label.note' => 'Note',
 
 180 // 'label.notes' => 'Notes',
 
 181 // 'label.item' => 'Item',
 
 182 // 'label.cost' => 'Cost',
 
 183 // 'label.day_total' => 'Day total',
 
 184 // 'label.week_total' => 'Week total',
 
 185 // 'label.month_total' => 'Month total',
 
 186 // 'label.today' => 'Today',
 
 187 // 'label.total_hours' => 'Total hours',
 
 188 // 'label.total_cost' => 'Total cost',
 
 189 // 'label.view' => 'View',
 
 190 'label.edit' => 'Modificar',
 
 191 'label.delete' => 'Eliminar',
 
 192 'label.configure' => 'Configurar',
 
 193 // TODO: translate the following.
 
 194 // 'label.select_all' => 'Select all',
 
 195 // 'label.select_none' => 'Deselect all',
 
 196 // 'label.day_view' => 'Day view',
 
 197 // 'label.week_view' => 'Week view',
 
 198 // 'label.id' => 'ID',
 
 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' => 'Comment',
 
 205 // 'label.status' => 'Status',
 
 206 // 'label.tax' => 'Tax',
 
 207 // 'label.subtotal' => 'Subtotal',
 
 208 // 'label.total' => 'Total',
 
 209 // 'label.client_name' => 'Client name',
 
 210 // 'label.client_address' => 'Client address',
 
 211 // 'label.or' => 'or',
 
 212 // 'label.error' => 'Error',
 
 213 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
 
 214 'label.required_fields' => '* camps requerits',
 
 215 'label.on_behalf' => 'a nom de',
 
 216 'label.role_manager' => '(manejador)',
 
 217 'label.role_comanager' => '(auxiliar del manejador)',
 
 218 'label.role_admin' => '(administrador)',
 
 219 // TODO: translate the following.
 
 220 // 'label.page' => 'Page',
 
 221 // 'label.condition' => 'Condition',
 
 222 // 'label.yes' => 'yes',
 
 223 // 'label.no' => 'no',
 
 224 // Labels for plugins (extensions to Time Tracker that provide additional features).
 
 225 // TODO: translate the following.
 
 226 // 'label.custom_fields' => 'Custom fields',
 
 227 // 'label.monthly_quotas' => 'Monthly quotas',
 
 228 // 'label.type' => 'Type',
 
 229 // 'label.type_dropdown' => 'dropdown',
 
 230 // 'label.type_text' => 'text',
 
 231 // 'label.required' => 'Required',
 
 232 'label.fav_report' => 'Report favorit',
 
 233 // TODO: translate the following.
 
 234 // 'label.cron_schedule' => 'Cron schedule',
 
 235 // 'label.what_is_it' => 'What is it?',
 
 236 // 'label.expense' => 'Expense',
 
 237 // 'label.quantity' => 'Quantity',
 
 238 // 'label.paid_status' => 'Paid status',
 
 239 // 'label.paid' => 'Paid',
 
 240 // 'label.mark_paid' => 'Mark paid',
 
 241 // 'label.week_note' => 'Week note',
 
 242 // 'label.week_list' => 'Week list',
 
 245 'title.login' => 'Sessió iniciada',
 
 246 // TODO: translate the following.
 
 247 // 'title.teams' => 'Teams',
 
 248 // 'title.create_team' => 'Creating Team',
 
 249 // 'title.edit_team' => 'Editing Team',
 
 250 // 'title.delete_team' => 'Deleting Team',
 
 251 'title.reset_password' => 'Restablir paraula de pas',
 
 252 // TODO: translate the following.
 
 253 // 'title.change_password' => 'Changing Password',
 
 254 // 'title.time' => 'Time',
 
 255 // 'title.edit_time_record' => 'Editing Time Record',
 
 256 // 'title.delete_time_record' => 'Deleting Time Record',
 
 257 // 'title.expenses' => 'Expenses',
 
 258 // 'title.edit_expense' => 'Editing Expense Item',
 
 259 // 'title.delete_expense' => 'Deleting Expense Item',
 
 260 // 'title.predefined_expenses' => 'Predefined Expenses',
 
 261 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
 
 262 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
 
 263 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
 
 264 'title.reports' => 'Informes',
 
 265 'title.report' => 'Informe',
 
 266 // TODO: translate the following.
 
 267 // 'title.send_report' => 'Sending Report',
 
 268 // 'title.invoice' => 'Invoice',
 
 269 // 'title.send_invoice' => 'Sending Invoice',
 
 270 // 'title.charts' => 'Charts',
 
 271 // 'title.projects' => 'Projects',
 
 272 // 'title.add_project' => 'Adding Project',
 
 273 // 'title.edit_project' => 'Editing Project',
 
 274 // 'title.delete_project' => 'Deleting Project',
 
 275 // 'title.tasks' => 'Tasks',
 
 276 // 'title.add_task' => 'Adding Task',
 
 277 // 'title.edit_task' => 'Editing Task',
 
 278 // 'title.delete_task' => 'Deleting Task',
 
 279 // 'title.users' => 'Users',
 
 280 // 'title.add_user' => 'Adding User',
 
 281 // 'title.edit_user' => 'Editing User',
 
 282 // 'title.delete_user' => 'Deleting User',
 
 283 // 'title.clients' => 'Clients',
 
 284 // 'title.add_client' => 'Adding Client',
 
 285 // 'title.edit_client' => 'Editing Client',
 
 286 // 'title.delete_client' => 'Deleting Client',
 
 287 // 'title.invoices' => 'Invoices',
 
 288 // 'title.add_invoice' => 'Adding Invoice',
 
 289 // 'title.view_invoice' => 'Viewing Invoice',
 
 290 // 'title.delete_invoice' => 'Deleting Invoice',
 
 291 // 'title.notifications' => 'Notifications',
 
 292 // 'title.add_notification' => 'Adding Notification',
 
 293 // 'title.edit_notification' => 'Editing Notification',
 
 294 // 'title.delete_notification' => 'Deleting Notification',
 
 295 // 'title.monthly_quotas' => 'Monthly Quotas',
 
 296 // 'title.export' => 'Exporting Team Data',
 
 297 // 'title.import' => 'Importing Team Data',
 
 298 // 'title.options' => 'Options',
 
 299 // 'title.profile' => 'Profile',
 
 300 // 'title.cf_custom_fields' => 'Custom Fields',
 
 301 // 'title.cf_add_custom_field' => 'Adding Custom Field',
 
 302 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
 
 303 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
 
 304 // 'title.cf_dropdown_options' => 'Dropdown Options',
 
 305 // 'title.cf_add_dropdown_option' => 'Adding Option',
 
 306 // 'title.cf_edit_dropdown_option' => 'Editing Option',
 
 307 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
 
 308 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
 
 309 // It is also a name for the Locking plugin on the Team profile page.
 
 310 // 'title.locking' => 'Locking',
 
 311 // 'title.week_view' => 'Week View',
 
 313 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
 
 314 // Strings that are used in a single form must go to the specific form section.
 
 315 // TODO: translate the following.
 
 316 // 'dropdown.all' => '--- all ---',
 
 317 // 'dropdown.no' => '--- no ---',
 
 318 // 'dropdown.current_day' => 'today',
 
 319 // 'dropdown.previous_day' => 'yesterday',
 
 320 // 'dropdown.selected_day' => 'day',
 
 321 // 'dropdown.current_week' => 'this week',
 
 322 // 'dropdown.previous_week' => 'previous week',
 
 323 // 'dropdown.selected_week' => 'week',
 
 324 // 'dropdown.current_month' => 'this month',
 
 325 // 'dropdown.previous_month' => 'previous month',
 
 326 // 'dropdown.selected_month' => 'month',
 
 327 // 'dropdown.current_year' => 'this year',
 
 328 // 'dropdown.previous_year' => 'previous year',
 
 329 // 'dropdown.selected_year' => 'year',
 
 330 // 'dropdown.all_time' => 'all time',
 
 331 // 'dropdown.projects' => 'projects',
 
 332 // 'dropdown.tasks' => 'tasks',
 
 333 // 'dropdown.clients' => 'clients',
 
 334 // 'dropdown.select' => '--- select ---',
 
 335 // 'dropdown.select_invoice' => '--- select invoice ---',
 
 336 // 'dropdown.status_active' => 'active',
 
 337 // 'dropdown.status_inactive' => 'inactive',
 
 338 // 'dropdown.delete'=>'delete',
 
 339 // 'dropdown.do_not_delete'=>'do not delete',
 
 340 // 'dropdown.paid' => 'paid',
 
 341 // 'dropdown.not_paid' => 'not paid',
 
 343 // Login form. See example at https://timetracker.anuko.com/login.php.
 
 344 // TODO: translate the following.
 
 345 // 'form.login.forgot_password' => 'Forgot password?',
 
 346 // '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.',
 
 348 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
 
 349 'form.reset_password.message' => 'S\\\'ha enviat la petició de restablir paraula de pas.',
 
 350 'form.reset_password.email_subject' => 'Sol·licitud de restabliment de la paraula de pas de Anuko Time Tracker',
 
 351 // TODO: translate the following.
 
 352 // 'form.reset_password.email_body' => "Dear User,\n\nSomeone, possibly you, 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",
 
 354 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
 
 355 'form.change_password.tip' => 'Per restablir la paraula de pas, si us plau escrigui-la i faci clic en guardar.',
 
 357 // Time form. See example at https://timetracker.anuko.com/time.php.
 
 358 // TODO: translate the following.
 
 359 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
 
 360 'form.time.billable' => 'Facturable',
 
 361 // TODO: translate the following.
 
 362 // 'form.time.uncompleted' => 'Uncompleted',
 
 363 // 'form.time.remaining_quota' => 'Remaining quota',
 
 364 // 'form.time.over_quota' => 'Over quota',
 
 366 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
 
 367 // TODO: translate the following.
 
 368 // 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
 
 370 // Week view form. See example at https://timetracker.anuko.com/week.php.
 
 371 // TODO: translate the following.
 
 372 // 'form.week.new_entry' => 'New entry',
 
 374 // Reports form. See example at https://timetracker.anuko.com/reports.php
 
 375 'form.reports.save_as_favorite' => 'Guardar com a favorit',
 
 376 // TODO: translate the following.
 
 377 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
 
 378 'form.reports.include_billable' => 'facturable',
 
 379 'form.reports.include_not_billable' => 'no facturable',
 
 380 // TODO: translate the following.
 
 381 // 'form.reports.include_invoiced' => 'invoiced',
 
 382 // 'form.reports.include_not_invoiced' => 'not invoiced',
 
 383 'form.reports.select_period' => 'Seleccionar període de temps',
 
 384 'form.reports.set_period' => 'o establir dates',
 
 385 'form.reports.show_fields' => 'Mostrar camps',
 
 386 'form.reports.group_by' => 'Agrupar per',
 
 387 'form.reports.group_by_no' => '--- no agrupar ---',
 
 388 'form.reports.group_by_date' => 'data',
 
 389 // TODO: translate the following.
 
 390 // 'form.reports.group_by_user' => 'user',
 
 391 // 'form.reports.group_by_client' => 'client',
 
 392 'form.reports.group_by_project' => 'projecte',
 
 393 // TODO: translate the following.
 
 394 // 'form.reports.group_by_task' => 'task',
 
 395 // 'form.reports.totals_only' => 'Totals only',
 
 399 // TODO: refactoring ongoing down from here.
 
 401 // administrator form
 
 402 "form.admin.duty_text" => 'Crear un nou grup, creant un nou compte del manejador de l\\\'equip.<br>També pot importar dades de grups, d\\\'un arxiu xml d\\\'un altre servidor Anuko Time Tracker.(No està permès col·lisions de e-mail).',
 
 404 "form.admin.change_pass" => 'Canviar la paraula de pas de l\\\'administrador de compte',
 
 405 "form.admin.profile.title" => 'Grups',
 
 406 "form.admin.profile.noprofiles" => 'La seva base de dades està buida. Iniciï sessió com a administrador i creï un nou grup.',
 
 407 "form.admin.profile.comment" => 'Eliminar grup',
 
 408 "form.admin.profile.th.id" => 'Identificació',
 
 409 "form.admin.profile.th.active" => 'Actiu',
 
 411 // my time form attributes
 
 412 "form.mytime.title" => 'El meu temps',
 
 413 "form.mytime.edit_title" => 'Modificant l\\\'historial de temps',
 
 414 "form.mytime.del_str" => 'Eliminant l\\\'historial de temps',
 
 415 "form.mytime.time_form" => ' (hh:mm)',
 
 416 "form.mytime.date" => 'Data',
 
 417 "form.mytime.project" => 'Projecte',
 
 418 "form.mytime.start" => 'Inici',
 
 419 "form.mytime.finish" => 'Fi',
 
 420 "form.mytime.duration" => 'Durada',
 
 421 "form.mytime.note" => 'Nota',
 
 422 "form.mytime.daily" => 'Treball diari',
 
 423 "form.mytime.total" => 'Hores totals: ',
 
 424 "form.mytime.th.project" => 'Projecte',
 
 425 "form.mytime.th.start" => 'Inici',
 
 426 "form.mytime.th.finish" => 'Fi',
 
 427 "form.mytime.th.duration" => 'Durada',
 
 428 "form.mytime.th.note" => 'Nota',
 
 429 "form.mytime.del_yes" => 'L\\\'historial de temps s\\\'ha eliminat amb èxit',
 
 430 "form.mytime.no_finished_rec" => 'Aquest historial s\\\'ha guardat únicament amb l\\\'hora d\\\'inici. Aixó no és un error. Finalitzi sessió si ho necessita.',
 
 432 // people form attributes
 
 433 "form.people.ppl_str" => 'Persones',
 
 434 "form.people.createu_str" => 'Creant nou usuari',
 
 435 "form.people.edit_str" => 'Modificant usuari',
 
 436 "form.people.del_str" => 'Eliminant usuari',
 
 437 "form.people.th.email" => 'e-mail',
 
 438 "form.people.th.role" => 'Rol',
 
 439 "form.people.th.status" => 'Estat',
 
 440 "form.people.th.project" => 'Projecte',
 
 441 "form.people.th.rate" => 'Taxa',
 
 442 "form.people.manager" => 'Manejador',
 
 443 "form.people.comanager" => 'Auxiliar del manejador',
 
 444 "form.people.empl" => 'Usuari',
 
 446 "form.people.rate" => 'Taxa per defecte en hores',
 
 447 "form.people.comanager" => 'Auxiliar del manejador',
 
 448 "form.people.projects" => 'Projectes',
 
 450 // projects form attributes
 
 451 "form.project.proj_title" => 'Projectes',
 
 452 "form.project.edit_str" => 'Modificant projecte',
 
 453 "form.project.add_str" => 'Agregant nou projecte',
 
 454 "form.project.del_str" => 'Eliminant projecte',
 
 456 // activities form attributes
 
 457 "form.activity.project" => 'Projecte',
 
 460 "form.report.from" => 'Data d\\\'inici',
 
 461 "form.report.to" => 'Data de fi',
 
 462 "form.report.groupby_user" => 'Usuari',
 
 463 "form.report.groupby_project" => 'Projecte',
 
 464 "form.report.duration" => 'Durada',
 
 465 "form.report.start" => 'Inici',
 
 466 "form.report.finish" => 'Fi',
 
 467 "form.report.note" => 'Nota',
 
 468 "form.report.project" => 'Projecte',
 
 469 "form.report.totals_only" => 'Només totals',
 
 470 "form.report.total" => 'Hores Totals',
 
 471 "form.report.th.empllist" => 'Usuari',
 
 472 "form.report.th.date" => 'Data',
 
 473 "form.report.th.project" => 'Projecte',
 
 474 "form.report.th.start" => 'Inici',
 
 475 "form.report.th.finish" => 'Fi',
 
 476 "form.report.th.duration" => 'Durada',
 
 477 "form.report.th.note" => 'Nota',
 
 479 // charts form attributes
 
 480 // Note to translators: form.charts.title needs to be translated.
 
 481 // 'form.charts.title' => 'charts',
 
 483 // mail form attributes
 
 484 "form.mail.from" => 'De',
 
 485 "form.mail.to" => 'Per a',
 
 486 "form.mail.comment" => 'Comentari',
 
 487 "form.mail.above" => 'Enviar aquest report por e-mail',
 
 488 // Note to translators: this string needs to be translated.
 
 489 // "form.mail.footer_str" => '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.',
 
 490 "form.mail.sending_str" => '<b>Missatge enviat</b>',
 
 492 // invoice attributes
 
 493 "form.invoice.title" => 'Factura',
 
 494 "form.invoice.caption" => 'Factura',
 
 495 "form.invoice.above" => 'Informació addicional per factura',
 
 496 "form.invoice.select_cust" => 'Seleccioni el client',
 
 497 "form.invoice.fillform" => 'Empleni els camps',
 
 498 "form.invoice.date" => 'Data',
 
 499 "form.invoice.number" => 'Número de factura',
 
 500 "form.invoice.tax" => 'Impost',
 
 501 "form.invoice.comment" => 'Comentari ',
 
 502 "form.invoice.th.username" => 'Persona',
 
 503 "form.invoice.th.time" => 'Hores',
 
 504 "form.invoice.th.rate" => 'Taxa',
 
 505 "form.invoice.th.summ" => 'Quantitat',
 
 506 "form.invoice.subtotal" => 'Subtotal',
 
 507 "form.invoice.customer" => 'Client',
 
 508 "form.invoice.mailinv_above" => 'Enviar aquesta factura per e-mail',
 
 509 "form.invoice.sending_str" => '<b>Factura enviada</b>',
 
 511 "form.migration.zip" => 'Comprimir',
 
 512 "form.migration.file" => 'Sel·leccioni l\\\'arxiu',
 
 513 "form.migration.import.title" => 'Importar dades',
 
 514 "form.migration.import.success" => 'Importació finalitzada amb èxit',
 
 515 "form.migration.import.text" => 'Importar dades del grup des d\\\'un arxiu xml',
 
 516 "form.migration.export.title" => 'Exportar dades',
 
 517 "form.migration.export.success" => 'Exportació finalitzada amb èxit',
 
 518 "form.migration.export.text" => 'Vosté pot exportar totes les dades del grup dins d\\\'un archivo xml. Això pot ser útil si necessita migrar dades al seu propi servidor.',
 
 520 "form.client.title" => 'Clients',
 
 521 "form.client.add_title" => 'Agregar client',
 
 522 "form.client.edit_title" => 'Modificar client',
 
 523 "form.client.del_title" => 'Eliminar client',
 
 524 "form.client.tax" => 'Impost',
 
 525 "form.client.comment" => 'Comentari ',
 
 527 // miscellaneous strings
 
 528 "forward.forgot_password" => '¿Ha oblidat la seva paraula de pas?',
 
 529 "forward.tocsvfile" => 'Exportar dades a un arxiu .csv',
 
 530 "forward.geninvoice" => 'Generar factura',
 
 532 "controls.project_bind" => '--- Tots ---',
 
 533 "controls.all" => '--- Tots ---',
 
 534 "controls.notbind" => '--- No ---',
 
 535 "controls.per_tm" => 'Aquest mes',
 
 536 "controls.per_lm" => 'El mes passat',
 
 537 "controls.per_tw" => 'Aquestat setmana',
 
 538 "controls.per_lw" => 'La setmana passada',
 
 539 "controls.per_td" => 'Aquest dia',
 
 540 "controls.per_lw" => 'La setmana passada',
 
 542 "label.inv_str" => 'Factura',
 
 543 "label.set_empl" => 'Seleccionar usuaris',
 
 544 "label.sel_all" => 'Seleccionar tots',
 
 545 "label.sel_none" => 'Treure totes las seleccions',
 
 547 "label.disable" => 'Deshabilitar',
 
 548 "label.enable" => 'Habilitar',