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' => 'Selleccionar Projecte.',
 
  86 // TODO: translate the following.
 
  87 // 'error.task' => 'Select task.',
 
  88 // 'error.client' => 'Select client.',
 
  89 // 'error.report' => 'Select report.',
 
  90 // 'error.record' => 'Select record.',
 
  91 'error.auth' => 'Usuari o parula de pas incorrecta.',
 
  92 // TODO: translate the following.
 
  93 // 'error.user_exists' => 'User with this login already exists.',
 
  94 'error.project_exists' => 'Ja existeix un projecte amb aquest nom.',
 
  95 // TODO: translate the following.
 
  96 // 'error.task_exists' => 'Task with this name already exists.',
 
  97 // 'error.client_exists' => 'Client with this name already exists.',
 
  98 // 'error.invoice_exists' => 'Invoice with this number already exists.',
 
  99 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
 
 100 // 'error.no_login' => 'No user with this login.',
 
 101 // 'error.no_teams' => 'Your database is empty. Login as admin and create a new team.',
 
 102 'error.upload' => 'Error pujant l\\\'arxiu.',
 
 103 // TODO: translate the following.
 
 104 // 'error.range_locked' => 'Date range is locked.',
 
 105 // 'error.mail_send' => 'Error sending mail.',
 
 109 // TODO: refactoring ongoing down from here.
 
 111 // 'error.no_email' => 'No email associated with this login.',
 
 112 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
 
 113 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
 
 114 // 'error.overlap' => 'Time interval overlaps with existing records.',
 
 115 // 'error.future_date' => 'Date is in future.',
 
 117 // Labels for buttons.
 
 118 'button.login' => 'Iniciar sessió',
 
 119 'button.now' => 'Ara',
 
 120 'button.save' => 'Guardar',
 
 121 // TODO: translate the following.
 
 122 // 'button.copy' => 'Copy',
 
 123 'button.cancel' => 'Cancel·lar',
 
 124 'button.submit' => 'Enviar',
 
 125 'button.add_user' => 'Agregar usuari ',
 
 126 'button.add_project' => 'Agregar projecte',
 
 127 // TODO: translate the following.
 
 128 // 'button.add_task' => 'Add task',
 
 129 'button.add_client' => 'Agregar client',
 
 130 // TODO: translate the folllowing:
 
 131 // 'button.add_invoice' => 'Add invoice',
 
 132 // 'button.add_option' => 'Add option',
 
 133 'button.add' => 'Agregar',
 
 134 'button.generate' => 'Generar',
 
 135 // TODO: translate the following.
 
 136 // 'button.reset_password' => 'Reset password',
 
 137 'button.send' => 'Enviar',
 
 138 'button.send_by_email' => 'Enviar per correu',
 
 139 'button.create_team' => 'Crear grup',
 
 140 'button.export' => 'Exportar grup',
 
 141 'button.import' => 'Importar grup',
 
 142 // TODO: translate the following.
 
 143 // 'button.close' => 'Close',
 
 144 // 'button.stop' => 'Stop',
 
 146 // Labels for controls on forms. Labels in this section are used on multiple forms.
 
 147 // TODO: translate the following.
 
 148 // 'label.team_name' => 'Team name',
 
 149 // 'label.address' => 'Address',
 
 150 'label.currency' => 'Moneda',
 
 151 // TODO: translate the following.
 
 152 // 'label.manager_name' => 'Manager name',
 
 153 // 'label.manager_login' => 'Manager login',
 
 154 // 'label.person_name' => 'Name',
 
 155 // 'label.thing_name' => 'Name',
 
 156 // 'label.login' => 'Login',
 
 157 'label.password' => 'Paraula de pas',
 
 158 'label.confirm_password' => 'Confirmar paraula de pas',
 
 159 'label.email' => 'E-mail',
 
 161 // TODO: translate the following.
 
 162 // 'label.bcc' => 'Bcc',
 
 163 'label.subject' => 'Assumpte',
 
 164 'label.date' => 'Data',
 
 165 // TODO: translate the following.
 
 166 // 'label.start_date' => 'Start date',
 
 167 // 'label.end_date' => 'End date',
 
 168 // 'label.user' => 'User',
 
 169 // 'label.users' => 'Users',
 
 170 // 'label.client' => 'Client',
 
 171 // 'label.clients' => 'Clients',
 
 172 // 'label.option' => 'Option',
 
 173 // 'label.invoice' => 'Invoice',
 
 174 // 'label.project' => 'Project',
 
 175 // 'label.projects' => 'Projects',
 
 176 // 'label.task' => 'Task',
 
 177 // 'label.tasks' => 'Tasks',
 
 178 // 'label.description' => 'Description',
 
 179 // 'label.start' => 'Start',
 
 180 // 'label.finish' => 'Finish',
 
 181 // 'label.duration' => 'Duration',
 
 182 // 'label.note' => 'Note',
 
 183 // 'label.notes' => 'Notes',
 
 184 // 'label.item' => 'Item',
 
 185 // 'label.cost' => 'Cost',
 
 186 // 'label.day_total' => 'Day total',
 
 187 // 'label.week_total' => 'Week total',
 
 188 // 'label.month_total' => 'Month total',
 
 189 // 'label.today' => 'Today',
 
 190 // 'label.total_hours' => 'Total hours',
 
 191 // 'label.total_cost' => 'Total cost',
 
 192 // 'label.view' => 'View',
 
 193 // 'label.edit' => 'Edit',
 
 194 'label.delete' => 'Eliminar',
 
 195 // TODO: translate the following.
 
 196 // 'label.configure' => 'Configure',
 
 197 // 'label.select_all' => 'Select all',
 
 198 // 'label.select_none' => 'Deselect all',
 
 199 // 'label.day_view' => 'Day view',
 
 200 // 'label.week_view' => 'Week view',
 
 201 // 'label.id' => 'ID',
 
 202 // 'label.language' => 'Language',
 
 203 // 'label.decimal_mark' => 'Decimal mark',
 
 204 // 'label.date_format' => 'Date format',
 
 205 // 'label.time_format' => 'Time format',
 
 206 // 'label.week_start' => 'First day of week',
 
 207 // 'label.comment' => 'Comment',
 
 208 // 'label.status' => 'Status',
 
 209 // 'label.tax' => 'Tax',
 
 210 // 'label.subtotal' => 'Subtotal',
 
 211 // 'label.total' => 'Total',
 
 212 // 'label.client_name' => 'Client name',
 
 213 // 'label.client_address' => 'Client address',
 
 214 // 'label.or' => 'or',
 
 215 // 'label.error' => 'Error',
 
 216 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
 
 217 // 'label.required_fields' => '* - required fields',
 
 218 // 'label.on_behalf' => 'on behalf of',
 
 219 // 'label.role_manager' => '(manager)',
 
 220 // 'label.role_comanager' => '(co-manager)',
 
 221 'label.role_admin' => '(administrador)',
 
 222 // TODO: translate the following.
 
 223 // 'label.page' => 'Page',
 
 224 // 'label.condition' => 'Condition',
 
 225 // 'label.yes' => 'yes',
 
 226 // 'label.no' => 'no',
 
 227 // Labels for plugins (extensions to Time Tracker that provide additional features).
 
 228 // 'label.custom_fields' => 'Custom fields',
 
 229 // 'label.monthly_quotas' => 'Monthly quotas',
 
 230 // 'label.type' => 'Type',
 
 231 // 'label.type_dropdown' => 'dropdown',
 
 232 // 'label.type_text' => 'text',
 
 233 // 'label.required' => 'Required',
 
 234 'label.fav_report' => 'Report favorit',
 
 235 // 'label.cron_schedule' => 'Cron schedule',
 
 236 // 'label.what_is_it' => 'What is it?',
 
 237 // 'label.expense' => 'Expense',
 
 238 // 'label.quantity' => 'Quantity',
 
 239 // 'label.paid_status' => 'Paid status',
 
 240 // 'label.paid' => 'Paid',
 
 241 // 'label.mark_paid' => 'Mark paid',
 
 244 'title.login' => 'Sessió iniciada',
 
 245 // TODO: translate the following.
 
 246 // 'title.teams' => 'Teams',
 
 247 // 'title.create_team' => 'Creating Team',
 
 248 // 'title.edit_team' => 'Editing Team',
 
 249 // 'title.delete_team' => 'Deleting Team',
 
 250 'title.reset_password' => 'Restablir paraula de pas',
 
 251 // TODO: translate the following.
 
 252 // 'title.change_password' => 'Changing Password',
 
 253 // 'title.time' => 'Time',
 
 254 // 'title.edit_time_record' => 'Editing Time Record',
 
 255 // 'title.delete_time_record' => 'Deleting Time Record',
 
 256 // 'title.expenses' => 'Expenses',
 
 257 // 'title.edit_expense' => 'Editing Expense Item',
 
 258 // 'title.delete_expense' => 'Deleting Expense Item',
 
 259 // 'title.reports' => 'Reports',
 
 260 // 'title.report' => 'Report',
 
 261 // 'title.send_report' => 'Sending Report',
 
 262 // 'title.invoice' => 'Invoice',
 
 263 // 'title.send_invoice' => 'Sending Invoice',
 
 264 // 'title.charts' => 'Charts',
 
 265 // 'title.projects' => 'Projects',
 
 266 // 'title.add_project' => 'Adding Project',
 
 267 // 'title.edit_project' => 'Editing Project',
 
 268 // 'title.delete_project' => 'Deleting Project',
 
 269 // 'title.tasks' => 'Tasks',
 
 270 // 'title.add_task' => 'Adding Task',
 
 271 // 'title.edit_task' => 'Editing Task',
 
 272 // 'title.delete_task' => 'Deleting Task',
 
 273 // 'title.users' => 'Users',
 
 274 // 'title.add_user' => 'Adding User',
 
 275 // 'title.edit_user' => 'Editing User',
 
 276 // 'title.delete_user' => 'Deleting User',
 
 277 // 'title.clients' => 'Clients',
 
 278 // 'title.add_client' => 'Adding Client',
 
 279 // 'title.edit_client' => 'Editing Client',
 
 280 // 'title.delete_client' => 'Deleting Client',
 
 281 // 'title.invoices' => 'Invoices',
 
 282 // 'title.add_invoice' => 'Adding Invoice',
 
 283 // 'title.view_invoice' => 'Viewing Invoice',
 
 284 // 'title.delete_invoice' => 'Deleting Invoice',
 
 285 // 'title.notifications' => 'Notifications',
 
 286 // 'title.add_notification' => 'Adding Notification',
 
 287 // 'title.edit_notification' => 'Editing Notification',
 
 288 // 'title.delete_notification' => 'Deleting Notification',
 
 289 // 'title.monthly_quotas' => 'Monthly Quotas',
 
 290 // 'title.export' => 'Exporting Team Data',
 
 291 // 'title.import' => 'Importing Team Data',
 
 292 // 'title.options' => 'Options',
 
 293 // 'title.profile' => 'Profile',
 
 294 // 'title.cf_custom_fields' => 'Custom Fields',
 
 295 // 'title.cf_add_custom_field' => 'Adding Custom Field',
 
 296 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
 
 297 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
 
 298 // 'title.cf_dropdown_options' => 'Dropdown Options',
 
 299 // 'title.cf_add_dropdown_option' => 'Adding Option',
 
 300 // 'title.cf_edit_dropdown_option' => 'Editing Option',
 
 301 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
 
 302 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
 
 303 // It is also a name for the Locking plugin on the Team profile page.
 
 304 // 'title.locking' => 'Locking',
 
 306 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
 
 307 // Strings that are used in a single form must go to the specific form section.
 
 308 // TODO: translate the following.
 
 309 // 'dropdown.all' => '--- all ---',
 
 310 // 'dropdown.no' => '--- no ---',
 
 311 // 'dropdown.current_day' => 'today',
 
 312 // 'dropdown.previous_day' => 'yesterday',
 
 313 // 'dropdown.selected_day' => 'day',
 
 314 // 'dropdown.current_week' => 'this week',
 
 315 // 'dropdown.previous_week' => 'previous week',
 
 316 // 'dropdown.selected_week' => 'week',
 
 317 // 'dropdown.current_month' => 'this month',
 
 318 // 'dropdown.previous_month' => 'previous month',
 
 319 // 'dropdown.selected_month' => 'month',
 
 320 // 'dropdown.current_year' => 'this year',
 
 321 // 'dropdown.previous_year' => 'previous year',
 
 322 // 'dropdown.selected_year' => 'year',
 
 323 // 'dropdown.all_time' => 'all time',
 
 324 // 'dropdown.projects' => 'projects',
 
 325 // 'dropdown.tasks' => 'tasks',
 
 326 // 'dropdown.clients' => 'clients',
 
 327 // 'dropdown.select' => '--- select ---',
 
 328 // 'dropdown.select_invoice' => '--- select invoice ---',
 
 329 // 'dropdown.status_active' => 'active',
 
 330 // 'dropdown.status_inactive' => 'inactive',
 
 331 // 'dropdown.delete'=>'delete',
 
 332 // 'dropdown.do_not_delete'=>'do not delete',
 
 333 // 'dropdown.paid' => 'paid',
 
 334 // 'dropdown.not_paid' => 'not paid',
 
 336 // Login form. See example at https://timetracker.anuko.com/login.php.
 
 337 // TODO: translate the following.
 
 338 // 'form.login.forgot_password' => 'Forgot password?',
 
 339 // '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.',
 
 341 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
 
 342 'form.reset_password.message' => 'S\\\'ha enviat la petició de restablir paraula de pas.',
 
 343 'form.reset_password.email_subject' => 'Sol·licitud de restabliment de la paraula de pas de Anuko Time Tracker',
 
 344 // TODO: translate the following.
 
 345 // '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",
 
 347 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
 
 348 'form.change_password.tip' => 'Per restablir la paraula de pas, si us plau escrigui-la i faci clic en guardar.',
 
 350 // Time form. See example at https://timetracker.anuko.com/time.php.
 
 351 // TODO: translate the following.
 
 352 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
 
 353 // 'form.time.billable' => 'Billable',
 
 354 // 'form.time.uncompleted' => 'Uncompleted',
 
 355 // 'form.time.remaining_quota' => 'Remaining quota',
 
 356 // 'form.time.over_quota' => 'Over quota',
 
 358 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
 
 359 // TODO: translate the following.
 
 360 // 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
 
 362 // Week view form. See example at https://timetracker.anuko.com/week.php.
 
 363 // 'form.week.new_entry' => 'New entry',
 
 365 // Reports form. See example at https://timetracker.anuko.com/reports.php
 
 366 'form.reports.save_as_favorite' => 'Guardar com a favorit',
 
 367 // TODO: translate the following.
 
 368 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
 
 369 // 'form.reports.include_records' => 'Include records',
 
 370 // 'form.reports.include_billable' => 'billable',
 
 371 // 'form.reports.include_not_billable' => 'not billable',
 
 372 // 'form.reports.include_invoiced' => 'invoiced',
 
 373 // 'form.reports.include_not_invoiced' => 'not invoiced',
 
 374 // 'form.reports.select_period' => 'Select time period',
 
 375 // 'form.reports.set_period' => 'or set dates',
 
 376 // 'form.reports.show_fields' => 'Show fields',
 
 377 // 'form.reports.group_by' => 'Group by',
 
 378 // 'form.reports.group_by_no' => '--- no grouping ---',
 
 379 'form.reports.group_by_date' => 'data',
 
 380 // TODO: translate the following.
 
 381 // 'form.reports.group_by_user' => 'user',
 
 382 // 'form.reports.group_by_client' => 'client',
 
 383 'form.reports.group_by_project' => 'projecte',
 
 384 // TODO: translate the following.
 
 385 // 'form.reports.group_by_task' => 'task',
 
 386 // 'form.reports.totals_only' => 'Totals only',
 
 388 // TODO: the entire section from here to bottom needs refactoring.
 
 390 // administrator form
 
 391 "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).',
 
 393 "form.admin.change_pass" => 'Canviar la paraula de pas de l\\\'administrador de compte',
 
 394 "form.admin.profile.title" => 'Grups',
 
 395 "form.admin.profile.noprofiles" => 'La seva base de dades està buida. Iniciï sessió com a administrador i creï un nou grup.',
 
 396 "form.admin.profile.comment" => 'Eliminar grup',
 
 397 "form.admin.profile.th.id" => 'Identificació',
 
 398 "form.admin.profile.th.name" => 'Nom',
 
 399 "form.admin.profile.th.edit" => 'Modificar',
 
 400 "form.admin.profile.th.del" => 'Eliminar',
 
 401 "form.admin.profile.th.active" => 'Actiu',
 
 403 // my time form attributes
 
 404 "form.mytime.title" => 'El meu temps',
 
 405 "form.mytime.edit_title" => 'Modificant l\\\'historial de temps',
 
 406 "form.mytime.del_str" => 'Eliminant l\\\'historial de temps',
 
 407 "form.mytime.time_form" => ' (hh:mm)',
 
 408 "form.mytime.date" => 'Data',
 
 409 "form.mytime.project" => 'Projecte',
 
 410 "form.mytime.activity" => 'Activitat',
 
 411 "form.mytime.start" => 'Inici',
 
 412 "form.mytime.finish" => 'Fi',
 
 413 "form.mytime.duration" => 'Durada',
 
 414 "form.mytime.note" => 'Nota',
 
 415 "form.mytime.behalf" => 'Treball del dia per a',
 
 416 "form.mytime.daily" => 'Treball diari',
 
 417 "form.mytime.total" => 'Hores totals: ',
 
 418 "form.mytime.th.project" => 'Projecte',
 
 419 "form.mytime.th.activity" => 'Activitat',
 
 420 "form.mytime.th.start" => 'Inici',
 
 421 "form.mytime.th.finish" => 'Fi',
 
 422 "form.mytime.th.duration" => 'Durada',
 
 423 "form.mytime.th.note" => 'Nota',
 
 424 "form.mytime.th.edit" => 'Modificar',
 
 425 "form.mytime.th.delete" => 'Eliminar',
 
 426 "form.mytime.del_yes" => 'L\\\'historial de temps s\\\'ha eliminat amb èxit',
 
 427 "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.',
 
 428 "form.mytime.billable" => 'facturable',
 
 430 // profile form attributes
 
 431 // Note to translators: we need a more accurate translation of form.profile.create_title
 
 432 "form.profile.create_title" => 'Crear un nou compte de manejador',
 
 433 "form.profile.edit_title" => 'Modificant perfil',
 
 434 "form.profile.name" => 'Nom',
 
 435 // Note to translators: a few strings in this section a missing. Please check against the English file.
 
 436 // TODO: translate the following.
 
 437 // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',
 
 438 // 'form.profile.uncompleted_indicators_none' => 'do not show',
 
 439 // 'form.profile.uncompleted_indicators_show' => 'show',
 
 441 // people form attributes
 
 442 "form.people.ppl_str" => 'Persones',
 
 443 "form.people.createu_str" => 'Creant nou usuari',
 
 444 "form.people.edit_str" => 'Modificant usuari',
 
 445 "form.people.del_str" => 'Eliminant usuari',
 
 446 "form.people.th.name" => 'Nom',
 
 447 "form.people.th.email" => 'e-mail',
 
 448 "form.people.th.role" => 'Rol',
 
 449 "form.people.th.edit" => 'Modificar',
 
 450 "form.people.th.del" => 'Eliminar',
 
 451 "form.people.th.status" => 'Estat',
 
 452 "form.people.th.project" => 'Projecte',
 
 453 "form.people.th.rate" => 'Taxa',
 
 454 "form.people.manager" => 'Manejador',
 
 455 "form.people.comanager" => 'Auxiliar del manejador',
 
 456 "form.people.empl" => 'Usuari',
 
 457 "form.people.name" => 'Nom',
 
 459 "form.people.rate" => 'Taxa per defecte en hores',
 
 460 "form.people.comanager" => 'Auxiliar del manejador',
 
 461 "form.people.projects" => 'Projectes',
 
 463 // projects form attributes
 
 464 "form.project.proj_title" => 'Projectes',
 
 465 "form.project.edit_str" => 'Modificant projecte',
 
 466 "form.project.add_str" => 'Agregant nou projecte',
 
 467 "form.project.del_str" => 'Eliminant projecte',
 
 468 "form.project.th.name" => 'Nom',
 
 469 "form.project.th.edit" => 'Modificar',
 
 470 "form.project.th.del" => 'Eliminar',
 
 471 "form.project.name" => 'Nom',
 
 473 // activities form attributes
 
 474 "form.activity.act_title" => 'Activitats',
 
 475 "form.activity.add_title" => 'Agregant nova activitat',
 
 476 "form.activity.edit_str" => 'Modificant activitat',
 
 477 "form.activity.del_str" => 'Eliminant activitat',
 
 478 "form.activity.name" => 'Nom',
 
 479 "form.activity.project" => 'Projecte',
 
 480 "form.activity.th.name" => 'Nom',
 
 481 "form.activity.th.project" => 'Projecte',
 
 482 "form.activity.th.edit" => 'Editar',
 
 483 "form.activity.th.del" => 'Eliminar',
 
 486 "form.report.title" => 'Reports',
 
 487 "form.report.from" => 'Data d\\\'inici',
 
 488 "form.report.to" => 'Data de fi',
 
 489 "form.report.groupby_user" => 'Usuari',
 
 490 "form.report.groupby_project" => 'Projecte',
 
 491 "form.report.groupby_activity" => 'Activitat',
 
 492 "form.report.duration" => 'Durada',
 
 493 "form.report.start" => 'Inici',
 
 494 "form.report.activity" => 'Activitat',
 
 495 "form.report.show_idle" => 'Mostrar ausent',
 
 496 "form.report.finish" => 'Fi',
 
 497 "form.report.note" => 'Nota',
 
 498 "form.report.project" => 'Projecte',
 
 499 "form.report.totals_only" => 'Només totals',
 
 500 "form.report.total" => 'Hores Totals',
 
 501 "form.report.th.empllist" => 'Usuari',
 
 502 "form.report.th.date" => 'Data',
 
 503 "form.report.th.project" => 'Projecte',
 
 504 "form.report.th.activity" => 'Activitat',
 
 505 "form.report.th.start" => 'Inici',
 
 506 "form.report.th.finish" => 'Fi',
 
 507 "form.report.th.duration" => 'Durada',
 
 508 "form.report.th.note" => 'Nota',
 
 510 // charts form attributes
 
 511 // Note to translators: form.charts.title needs to be translated.
 
 512 // 'form.charts.title' => 'charts',
 
 514 // mail form attributes
 
 515 "form.mail.from" => 'De',
 
 516 "form.mail.to" => 'Per a',
 
 517 "form.mail.comment" => 'Comentari',
 
 518 "form.mail.above" => 'Enviar aquest report por e-mail',
 
 519 // Note to translators: this string needs to be translated.
 
 520 // "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.',
 
 521 "form.mail.sending_str" => '<b>Missatge enviat</b>',
 
 523 // invoice attributes
 
 524 "form.invoice.title" => 'Factura',
 
 525 "form.invoice.caption" => 'Factura',
 
 526 "form.invoice.above" => 'Informació addicional per factura',
 
 527 "form.invoice.select_cust" => 'Seleccioni el client',
 
 528 "form.invoice.fillform" => 'Empleni els camps',
 
 529 "form.invoice.date" => 'Data',
 
 530 "form.invoice.number" => 'Número de factura',
 
 531 "form.invoice.tax" => 'Impost',
 
 532 "form.invoice.comment" => 'Comentari ',
 
 533 "form.invoice.th.username" => 'Persona',
 
 534 "form.invoice.th.time" => 'Hores',
 
 535 "form.invoice.th.rate" => 'Taxa',
 
 536 "form.invoice.th.summ" => 'Quantitat',
 
 537 "form.invoice.subtotal" => 'Subtotal',
 
 538 "form.invoice.customer" => 'Client',
 
 539 "form.invoice.mailinv_above" => 'Enviar aquesta factura per e-mail',
 
 540 "form.invoice.sending_str" => '<b>Factura enviada</b>',
 
 542 "form.migration.zip" => 'Comprimir',
 
 543 "form.migration.file" => 'Sel·leccioni l\\\'arxiu',
 
 544 "form.migration.import.title" => 'Importar dades',
 
 545 "form.migration.import.success" => 'Importació finalitzada amb èxit',
 
 546 "form.migration.import.text" => 'Importar dades del grup des d\\\'un arxiu xml',
 
 547 "form.migration.export.title" => 'Exportar dades',
 
 548 "form.migration.export.success" => 'Exportació finalitzada amb èxit',
 
 549 "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.',
 
 551 "form.client.title" => 'Clients',
 
 552 "form.client.add_title" => 'Agregar client',
 
 553 "form.client.edit_title" => 'Modificar client',
 
 554 "form.client.del_title" => 'Eliminar client',
 
 555 "form.client.th.name" => 'Nom',
 
 556 "form.client.th.edit" => 'Modificar',
 
 557 "form.client.th.del" => 'Eliminar',
 
 558 "form.client.name" => 'Nom',
 
 559 "form.client.tax" => 'Impost',
 
 560 "form.client.comment" => 'Comentari ',
 
 562 // miscellaneous strings
 
 563 "forward.forgot_password" => '¿Ha oblidat la seva paraula de pas?',
 
 564 "forward.edit" => 'Modificar',
 
 565 "forward.delete" => 'Eliminar',
 
 566 "forward.tocsvfile" => 'Exportar dades a un arxiu .csv',
 
 567 "forward.geninvoice" => 'Generar factura',
 
 568 "forward.change" => 'Configurar clients',
 
 570 // strings inside contols on forms
 
 571 "controls.select.project" => '--- Sel·leccionar projecte ---',
 
 572 "controls.select.activity" => '--- Sel·leccionar activitat ---',
 
 573 "controls.select.client" => '--- Sel·leccionar client ---',
 
 574 "controls.project_bind" => '--- Tots ---',
 
 575 "controls.all" => '--- Tots ---',
 
 576 "controls.notbind" => '--- No ---',
 
 577 "controls.per_tm" => 'Aquest mes',
 
 578 "controls.per_lm" => 'El mes passat',
 
 579 "controls.per_tw" => 'Aquestat setmana',
 
 580 "controls.per_lw" => 'La setmana passada',
 
 581 "controls.per_td" => 'Aquest dia',
 
 582 "controls.per_lw" => 'La setmana passada',
 
 583 "controls.sel_period" => '--- Seleccionar període de temps ---',
 
 584 "controls.sel_groupby" => '--- No agrupar ---',
 
 585 "controls.inc_billable" => 'facturable',
 
 586 "controls.inc_nbillable" => 'no facturable',
 
 589 "label.chart.title1" => 'activitats per usuari',
 
 590 "label.chart.period" => 'gràfica por període',
 
 592 "label.pinfo" => '%s, %s',
 
 593 "label.pinfo2" => '%s',
 
 594 "label.pbehalf_info" => '%s %s <b>A nom de %s</b>',
 
 595 "label.pminfo" => ' (Manejador)',
 
 596 "label.pcminfo" => ' (Auxiliar del manejador)',
 
 597 "label.painfo" => ' (Administrador)',
 
 598 "label.time_noentry" => 'Sense entrada',
 
 599 "label.today" => 'Data Actual',
 
 600 "label.req_fields" => '* camps requerits',
 
 601 "label.sel_project" => 'Seleccionar projecte',
 
 602 "label.sel_activity" => 'Seleccionar activitat',
 
 603 "label.sel_tp" => 'Seleccionar període de temps',
 
 604 "label.set_tp" => 'o establir dates',
 
 605 "label.fields" => 'Mostrar camps',
 
 606 "label.group_title" => 'Agrupar per',
 
 607 "label.include_title" => 'include records',
 
 608 "label.inv_str" => 'Factura',
 
 609 "label.set_empl" => 'Seleccionar usuaris',
 
 610 "label.sel_all" => 'Seleccionar tots',
 
 611 "label.sel_none" => 'Treure totes las seleccions',
 
 613 "label.disable" => 'Deshabilitar',
 
 614 "label.enable" => 'Habilitar',
 
 615 "label.filter" => 'Filtrar',
 
 616 "label.timeweek" => 'total setmanal',
 
 617 // Note to translators: strings below are missing from the translation and need to be added.
 
 618 // "label.hrs" => 'hrs',
 
 619 // "label.errors" => 'errors',
 
 620 // "label.ldap_hint" => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
 
 621 // "label.calendar_today" => 'today',
 
 622 // "label.calendar_close" => 'close',
 
 625 // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.",