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 // Note to translators: Please use proper capitalization rules for your language.
 
  34 $i18n_language = 'Português';
 
  35 $i18n_months = array('Janeiro', 'Fevereiro', 'Março', 'Abril', 'Maio', 'Junho', 'Julho', 'Augosto', 'Setembro', 'Outubro', 'Novembro', 'Dezembro');
 
  36 $i18n_weekdays = array('Domingo', 'Segunda-feira', 'Terça-feira', 'Quarta-feira', 'Quinta-feira', 'Sexta-feira', 'Sábado');
 
  37 $i18n_weekdays_short = array('Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sab');
 
  39 $i18n_holidays = array('01/01', '02/24', '04/10', '04/12', '04/25', '05/01', '06/10', '06/11', '08/15', '10/05', '01/11', '12/01', '12/08', '12/25');
 
  41 $i18n_key_words = array(
 
  43 // Menus - short selection strings that are displayed on top of application web pages.
 
  44 // Example: https://timetracker.anuko.com (black menu on top).
 
  45 'menu.login' => 'Login',
 
  46 'menu.logout' => 'Logout',
 
  47 // TODO: translate the following.
 
  48 // 'menu.forum' => 'Forum',
 
  49 'menu.help' => 'Ajuda',
 
  50 // TODO: translate the following.
 
  51 // 'menu.create_team' => 'Create Team',
 
  52 'menu.profile' => 'Perfil',
 
  53 'menu.time' => 'Tempo',
 
  54 // TODO: translate the following.
 
  55 // 'menu.expenses' => 'Expenses',
 
  56 'menu.reports' => 'Relatórios',
 
  57 // TODO: translate the following.
 
  58 'menu.charts' => 'Charts',
 
  59 'menu.projects' => 'Projetos',
 
  60 // TODO: translate the following.
 
  61 // 'menu.tasks' => 'Tasks',
 
  62 // 'menu.users' => 'Users',
 
  63 // 'menu.teams' => 'Teams',
 
  64 // 'menu.export' => 'Export',
 
  65 // 'menu.clients' => 'Clients',
 
  66 'menu.options' => 'Opções',
 
  68 // Footer - strings on the bottom of most pages.
 
  69 // TODO: translate the following.
 
  70 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
 
  71 // 'footer.credits' => 'Credits',
 
  72 // 'footer.license' => 'License',
 
  73 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
 
  74                                      // This is a link to a webpage that describes how to contribute to the project.
 
  77 // TODO: translate the following.
 
  78 // 'error.access_denied' => 'Access denied.',
 
  79 // 'error.sys' => 'System error.',
 
  80 // 'error.db' => 'Database error.',
 
  81 // 'error.field' => 'Incorrect "{0}" data.',
 
  82 // 'error.empty' => 'Field "{0}" is empty.',
 
  83 // 'error.not_equal' => 'Field "{0}" is not equal to field "{1}".',
 
  84 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
 
  85 // 'error.project' => 'Select project.',
 
  86 // 'error.task' => 'Select task.',
 
  87 // 'error.client' => 'Select client.',
 
  88 // 'error.report' => 'Select report.',
 
  89 // 'error.record' => 'Select record.',
 
  90 // 'error.auth' => 'Incorrect login or password.',
 
  91 // 'error.user_exists' => 'User with this login already exists.',
 
  92 // 'error.project_exists' => 'Project with this name already exists.',
 
  93 // 'error.task_exists' => 'Task with this name already exists.',
 
  94 // 'error.client_exists' => 'Client with this name already exists.',
 
  95 // 'error.invoice_exists' => 'Invoice with this number already exists.',
 
  96 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
 
  97 // 'error.no_login' => 'No user with this login.',
 
  98 // 'error.no_teams' => 'Your database is empty. Login as admin and create a new team.',
 
  99 // 'error.upload' => 'File upload error.',
 
 100 // 'error.range_locked' => 'Date range is locked.',
 
 101 // 'error.mail_send' => 'Error sending mail.',
 
 102 // 'error.no_email' => 'No email associated with this login.',
 
 103 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
 
 104 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
 
 105 // 'error.overlap' => 'Time interval overlaps with existing records.',
 
 106 // 'error.future_date' => 'Date is in future.',
 
 108 // Labels for buttons.
 
 109 'button.login' => 'Login',
 
 110 'button.now' => 'Hoje',
 
 111 'button.save' => 'Salvar',
 
 112 // TODO: translate the following.
 
 113 // 'button.copy' => 'Copy',
 
 114 'button.cancel' => 'Cancelar',
 
 115 'button.submit' => 'Submeter',
 
 116 // TODO: translate the following.
 
 117 // 'button.add_user' => 'Add user',
 
 118 'button.add_project' => 'Adicionar projeto',
 
 119 // TODO: translate the following.
 
 120 // 'button.add_task' => 'Add task',
 
 121 // 'button.add_client' => 'Add client',
 
 122 // 'button.add_invoice' => 'Add invoice',
 
 123 // 'button.add_option' => 'Add option',
 
 124 'button.add' => 'Adicionar',
 
 125 // TODO: translate the following.
 
 126 // 'button.generate' => 'Generate',
 
 127 // 'button.reset_password' => 'Reset password',
 
 128 'button.send' => 'Enviar',
 
 129 'button.send_by_email' => 'Enviar por e-mail',
 
 130 // TODO: translate the following.
 
 131 // 'button.create_team' => 'Create team',
 
 132 // 'button.export' => 'Export team',
 
 133 // 'button.import' => 'Import team',
 
 134 // 'button.close' => 'Close',
 
 135 // 'button.stop' => 'Stop',
 
 137 // Labels for controls on forms. Labels in this section are used on multiple forms.
 
 138 // TODO: translate the following.
 
 139 // 'label.team_name' => 'Team name',
 
 140 // 'label.address' => 'Address',
 
 141 // 'label.currency' => 'Currency',
 
 142 // 'label.manager_name' => 'Manager name',
 
 143 // 'label.manager_login' => 'Manager login',
 
 144 // 'label.person_name' => 'Name',
 
 145 // 'label.thing_name' => 'Name',
 
 146 // 'label.login' => 'Login',
 
 147 'label.password' => 'Senha',
 
 148 'label.confirm_password' => 'Confirme a senha',
 
 149 'label.email' => 'E-mail',
 
 150 // TODO: translate the following.
 
 151 // 'label.cc' => 'Cc',
 
 152 // 'label.bcc' => 'Bcc',
 
 153 'label.subject' => 'Assunto',
 
 154 // TODO: translate the following.
 
 155 // 'label.date' => 'Date',
 
 156 // 'label.start_date' => 'Start date',
 
 157 // 'label.end_date' => 'End date',
 
 158 // 'label.user' => 'User',
 
 159 // 'label.users' => 'Users',
 
 160 // 'label.client' => 'Client',
 
 161 // 'label.clients' => 'Clients',
 
 162 // 'label.option' => 'Option',
 
 163 // 'label.invoice' => 'Invoice',
 
 164 // 'label.project' => 'Project',
 
 165 // 'label.projects' => 'Projects',
 
 166 // 'label.task' => 'Task',
 
 167 // 'label.tasks' => 'Tasks',
 
 168 // 'label.description' => 'Description',
 
 169 // 'label.start' => 'Start',
 
 170 // 'label.finish' => 'Finish',
 
 171 // 'label.duration' => 'Duration',
 
 172 // 'label.note' => 'Note',
 
 173 // 'label.notes' => 'Notes',
 
 174 // 'label.item' => 'Item',
 
 175 // 'label.cost' => 'Cost',
 
 176 // 'label.day_total' => 'Day total',
 
 177 // 'label.week_total' => 'Week total',
 
 178 // 'label.month_total' => 'Month total',
 
 179 // 'label.today' => 'Today',
 
 180 // 'label.total_hours' => 'Total hours',
 
 181 // 'label.total_cost' => 'Total cost',
 
 182 // 'label.view' => 'View',
 
 183 // 'label.edit' => 'Edit',
 
 184 'label.delete' => 'Apagar',
 
 185 // TODO: translate the following.
 
 186 // 'label.configure' => 'Configure',
 
 187 // 'label.select_all' => 'Select all',
 
 188 // 'label.select_none' => 'Deselect all',
 
 189 // 'label.day_view' => 'Day view',
 
 190 // 'label.week_view' => 'Week view',
 
 191 // 'label.id' => 'ID',
 
 192 // 'label.language' => 'Language',
 
 193 // 'label.decimal_mark' => 'Decimal mark',
 
 194 // 'label.date_format' => 'Date format',
 
 195 // 'label.time_format' => 'Time format',
 
 196 // 'label.week_start' => 'First day of week',
 
 197 // 'label.comment' => 'Comment',
 
 198 // 'label.status' => 'Status',
 
 199 // 'label.tax' => 'Tax',
 
 200 // 'label.subtotal' => 'Subtotal',
 
 201 // 'label.total' => 'Total',
 
 202 // 'label.client_name' => 'Client name',
 
 203 // 'label.client_address' => 'Client address',
 
 204 // 'label.or' => 'or',
 
 205 // 'label.error' => 'Error',
 
 206 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
 
 207 // 'label.required_fields' => '* - required fields',
 
 208 // 'label.on_behalf' => 'on behalf of',
 
 209 // 'label.role_manager' => '(manager)',
 
 210 // 'label.role_comanager' => '(co-manager)',
 
 211 // 'label.role_admin' => '(administrator)',
 
 212 // 'label.page' => 'Page',
 
 213 // 'label.condition' => 'Condition',
 
 214 // 'label.yes' => 'yes',
 
 215 // 'label.no' => 'no',
 
 216 // Labels for plugins (extensions to Time Tracker that provide additional features).
 
 217 // TODO: translate the following.
 
 218 // 'label.custom_fields' => 'Custom fields',
 
 219 // 'label.monthly_quotas' => 'Monthly quotas',
 
 220 // 'label.type' => 'Type',
 
 221 // 'label.type_dropdown' => 'dropdown',
 
 222 // 'label.type_text' => 'text',
 
 223 // 'label.required' => 'Required',
 
 224 // 'label.fav_report' => 'Favorite report',
 
 225 // 'label.cron_schedule' => 'Cron schedule',
 
 226 // 'label.what_is_it' => 'What is it?',
 
 227 // 'label.expense' => 'Expense',
 
 228 // 'label.quantity' => 'Quantity',
 
 229 // 'label.paid_status' => 'Paid status',
 
 230 // 'label.paid' => 'Paid',
 
 231 // 'label.mark_paid' => 'Mark paid',
 
 235 // TODO: refactoring ongoing down from here.
 
 238 // TODO: the entire title section is missing here. See the English file.
 
 240 // "form.filter.project" => 'project',
 
 241 // "form.filter.filter" => 'favorite report',
 
 242 // "form.filter.filter_new" => 'save as favorite',
 
 243 // "form.filter.filter_confirm_delete" => 'are you sure you want to delete this favorite report?',
 
 245 // login form attributes
 
 246 "form.login.title" => 'login como usuário de debug',
 
 247 // Note to translators: "form.login.login" => 'e-mail', // email has been changed to login
 
 249 // password reminder form attributes
 
 250 "form.fpass.title" => 'enviar senha',
 
 251 // Note to translators: "form.fpass.login" => 'e-mail', // email has been changed to login
 
 252 "form.fpass.send_pass_str" => 'senha foi enviada',
 
 253 "form.fpass.send_pass_subj" => 'Sua senha do Anuko Time Tracker',
 
 254 // Note to translators: the strings below are missing and must be added and translated
 
 255 // "form.fpass.send_pass_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",
 
 256 // "form.fpass.reset_comment" => "to reset your password please type it in and click on save",
 
 258 // administrator form
 
 259 // Note to translators: the strings below are missing and must be added and translated 
 
 260 // "form.admin.title" => 'administrator',
 
 261 // "form.admin.duty_text" => 'create a new team by creating a new team manager account.<br>you can also import team data from an xml file from another Anuko Time Tracker server (no login collisions are allowed).',
 
 263 // "form.admin.change_pass" => 'change password of administrator account',
 
 264 // "form.admin.profile.title" => 'teams',
 
 265 // "form.admin.profile.noprofiles" => 'your database is empty. login as admin and create a new team.',
 
 266 // "form.admin.profile.comment" => 'delete team',
 
 267 // "form.admin.profile.th.id" => 'id',
 
 268 // "form.admin.profile.th.name" => 'name',
 
 269 // "form.admin.profile.th.edit" => 'edit',
 
 270 // "form.admin.profile.th.del" => 'delete',
 
 271 // "form.admin.profile.th.active" => 'active',
 
 272 "form.admin.options" => 'opções',
 
 273 // "form.admin.custom_date_format" => "date format",
 
 274 // "form.admin.custom_time_format" => "time format",
 
 275 // "form.admin.start_week" => "first day of week",
 
 277 // my time form attributes
 
 278 "form.mytime.title" => 'adicionar período',
 
 279 // Note to translators: the strings below must be translated
 
 280 // "form.mytime.edit_title" => 'editing time record',
 
 281 // "form.mytime.del_str" => 'deleting time record',
 
 282 // "form.mytime.time_form" => ' (hh:mm)',
 
 283 "form.mytime.date" => 'data',
 
 284 "form.mytime.project" => 'projeto',
 
 285 "form.mytime.activity" => 'atividade',
 
 286 "form.mytime.start" => 'início',
 
 287 "form.mytime.finish" => 'fim',
 
 288 "form.mytime.duration" => 'duração',
 
 289 "form.mytime.note" => 'anotação',
 
 290 // Note to translators: the string below must be translated
 
 291 // "form.mytime.behalf" => 'daily work for',
 
 292 "form.mytime.daily" => 'trabalho diário',
 
 293 "form.mytime.total" => 'horas totais: ',
 
 294 "form.mytime.th.project" => 'projeto',
 
 295 "form.mytime.th.activity" => 'actividade',
 
 296 "form.mytime.th.start" => 'início',
 
 297 "form.mytime.th.finish" => 'finish',
 
 298 "form.mytime.th.duration" => 'duração',
 
 299 "form.mytime.th.note" => 'fim',
 
 300 "form.mytime.th.edit" => 'editar',
 
 301 "form.mytime.th.delete" => 'apagar',
 
 302 "form.mytime.del_yes" => 'o período registrado foi apagado com sucesso',
 
 303 // Note to translators: the strings below are missing and must be added and translated 
 
 304 // "form.mytime.no_finished_rec" => 'this record was saved with only start time. it is not an error. logout if you need to.',
 
 305 // "form.mytime.billable" => 'billable',
 
 306 // "form.mytime.warn_tozero_rec" => 'this time record must be deleted because this time period is locked',
 
 307 // "form.mytime.uncompleted" => 'uncompleted',
 
 309 // profile form attributes
 
 310 // Note to translators: we need a more accurate translation of form.profile.create_title
 
 311 "form.profile.create_title" => 'criar nova conta de gerência',
 
 312 "form.profile.edit_title" => 'editando perfil',
 
 313 "form.profile.name" => 'nome',
 
 314 // Note to translators: the string below is missing and must be added and translated 
 
 315 // "form.profile.login" => 'login',
 
 317 // Note to translators: the strings below are missing and must be added and translated 
 
 318 // "form.profile.showchart" => 'show pie charts',
 
 319 // "form.profile.lang" => 'language',
 
 320 // "form.profile.custom_date_format" => "date format",
 
 321 // "form.profile.custom_time_format" => "time format",
 
 322 // "form.profile.default_format" => "(default)",
 
 323 // "form.profile.start_week" => "first day of week",
 
 325 // people form attributes
 
 326 "form.people.ppl_str" => 'pessoas',
 
 327 "form.people.createu_str" => 'adicionar novo usuário',
 
 328 "form.people.edit_str" => 'editando usuário',
 
 329 "form.people.del_str" => 'apagando usuário',
 
 330 "form.people.th.name" => 'nome',
 
 331 // Note to translators: "form.people.th.login" => 'e-mail', // email has been changed to login
 
 332 "form.people.th.role" => 'regra',
 
 333 "form.people.th.edit" => 'editar',
 
 334 "form.people.th.del" => 'apagar',
 
 335 "form.people.th.status" => 'status',
 
 336 // Note to translators: the strings below are missing and must be added and translated 
 
 337 // "form.people.th.project" => 'project',
 
 338 // "form.people.th.rate" => 'rate',
 
 339 "form.people.manager" => 'gerente',
 
 340 // Note to translators: the string below is missing and must be added and translated 
 
 341 // "form.people.comanager" => 'comanager',
 
 342 "form.people.empl" => 'usuário',
 
 343 "form.people.name" => 'nome',
 
 344 // Note to translators: the string below is missing and must be added and translated 
 
 345 // "form.people.login" => 'login',
 
 347 "form.people.rate" => 'hourly rate',
 
 348 // Note to translators: the strings below are missing and must be added and translated 
 
 349 // "form.people.comanager" => 'co-manager',
 
 350 // "form.people.projects" => 'projects',
 
 352 // projects form attributes
 
 353 "form.project.proj_title" => 'projetos',
 
 354 "form.project.edit_str" => 'editando projeto',
 
 355 "form.project.add_str" => 'adicionando novo projeto',
 
 356 "form.project.del_str" => 'apagando projeto',
 
 357 "form.project.th.name" => 'nome',
 
 358 "form.project.th.edit" => 'editar',
 
 359 "form.project.th.del" => 'apagar',
 
 360 "form.project.name" => 'nome',
 
 362 // activities form attributes
 
 363 "form.activity.act_title" => 'atividades',
 
 364 "form.activity.add_title" => 'adicionando nova atividade',
 
 365 "form.activity.edit_str" => 'editando atividade',
 
 366 // Note to translators: the string below must be translated
 
 367 // "form.activity.del_str" => 'deleting activity',
 
 368 "form.activity.name" => 'nome',
 
 369 "form.activity.project" => 'project',
 
 370 "form.activity.th.name" => 'nome',
 
 371 "form.activity.th.project" => 'project',
 
 372 "form.activity.th.edit" => 'editar',
 
 373 "form.activity.th.del" => 'apagar',
 
 376 "form.report.title" => 'relatórios',
 
 377 "form.report.from" => 'data inicial',
 
 378 "form.report.to" => 'data final',
 
 379 // Note to translators: the strings below must be translated
 
 380 // "form.report.groupby_user" => 'user',
 
 381 // "form.report.groupby_project" => 'project',
 
 382 // "form.report.groupby_activity" => 'activity',
 
 383 "form.report.duration" => 'duração',
 
 384 "form.report.start" => 'início',
 
 385 "form.report.activity" => 'atividade',
 
 386 // Note to translators: the string below must be translated
 
 387 // "form.report.show_idle" => 'show idle',
 
 388 "form.report.finish" => 'fim',
 
 389 "form.report.note" => 'anotação',
 
 390 "form.report.project" => 'projeto',
 
 391 // Note to translators: the string below is missing and must be added and translated 
 
 392 // "form.report.totals_only" => 'totals only',
 
 393 "form.report.total" => 'horas totais',
 
 394 "form.report.th.empllist" => 'usuário',
 
 395 // Note to translators: the strings below must be translated
 
 396 // "form.report.th.date" => 'data',
 
 397 // "form.report.th.project" => 'project',
 
 398 // "form.report.th.activity" => 'activity',
 
 399 // "form.report.th.start" => 'start',
 
 400 // "form.report.th.finish" => 'finish',
 
 401 // "form.report.th.duration" => 'duration',
 
 402 // "form.report.th.note" => 'note',
 
 404 // mail form attributes
 
 405 "form.mail.from" => 'de',
 
 406 "form.mail.to" => 'para',
 
 407 "form.mail.comment" => 'comentário',
 
 408 "form.mail.above" => 'enviar este relatório por e-mail',
 
 409 // Note to translators: the strings below must be translated
 
 410 // "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.',
 
 411 // "form.mail.sending_str" => '<b>the message has been sent</b>',
 
 413 // invoice attributes
 
 414 // Note to translators: the strings below must be translated
 
 415 // "form.invoice.title" => 'invoice',
 
 416 // "form.invoice.caption" => 'invoice',
 
 417 // "form.invoice.above" => 'additional information for invoice',
 
 418 // "form.invoice.select_cust" => 'select client',
 
 419 // "form.invoice.fillform" => 'fill the fields',
 
 420 // "form.invoice.date" => 'invoice date',
 
 421 // "form.invoice.number" => 'invoice number',
 
 422 // "form.invoice.tax" => 'tax',
 
 423 // "form.invoice.comment" => 'comment ',
 
 424 // "form.invoice.th.username" => 'person',
 
 425 // "form.invoice.th.time" => 'hours',
 
 426 // "form.invoice.th.rate" => 'rate',
 
 427 // "form.invoice.th.summ" => 'amount',
 
 428 // "form.invoice.subtotal" => 'subtotal',
 
 429 // "form.invoice.customer" =>'customer',
 
 430 // Note to translators: the strings below must be translated
 
 431 // "form.invoice.mailinv_above" => 'send this invoice by e-mail',
 
 432 // "form.invoice.sending_str" => '<b>invoice has been sent</b>',
 
 434 // Note to translators: the strings below are missing and must be added and translated 
 
 435 // "form.migration.zip" => 'compression',
 
 436 // "form.migration.file" => 'select file',
 
 437 // "form.migration.import.title" => 'import data',
 
 438 // "form.migration.import.success" => 'import completed successfully',
 
 439 // "form.migration.import.text" => 'import team data from an xml file',
 
 440 // "form.migration.export.title" => 'export data',
 
 441 // "form.migration.export.success" => 'export completed successfully',
 
 442 // "form.migration.export.text" => 'you can export all team data into an xml file. this could be useful if you are migrating data to your own server.',
 
 443 // "form.migration.compression.none" => 'none',
 
 444 // "form.migration.compression.gzip" => 'gzip',
 
 445 // "form.migration.compression.bzip" => 'bzip',
 
 447 // "form.client.title" => 'clients',
 
 448 // "form.client.add_title" => 'add client',
 
 449 // "form.client.edit_title" => 'edit client',
 
 450 // "form.client.del_title" => 'delete client',
 
 451 // "form.client.th.name" => 'name',
 
 452 // "form.client.th.edit" => 'edit',
 
 453 // "form.client.th.del" => 'delete',
 
 454 // "form.client.name" => 'name',
 
 455 // "form.client.tax" => 'tax',
 
 456 // "form.client.comment" => 'comment ',
 
 458 // miscellaneous strings
 
 459 "forward.forgot_password" => 'esqueceu a senha?',
 
 460 // Note to translators: the strings below must be translated 
 
 461 // "forward.edit" => 'edit',
 
 462 // "forward.delete" => 'delete',
 
 463 // Note to translators: the string below must be translated 
 
 464 // "forward.tocsvfile" => 'export data to .csv file',
 
 465 // Note to translators: the strings below are missing and must be added and translated 
 
 466 // "forward.toxmlfile" => 'export data to .xml file',
 
 467 // "forward.geninvoice" => 'generate invoice',
 
 468 // "forward.change" => 'configure clients',
 
 470 // strings inside contols on forms
 
 471 "controls.select.project" => '--- selecione projeto ---',
 
 472 "controls.select.activity" => '--- selecione atividade ---',
 
 473 // Note to translators: the strings below are missing and must be added and translated 
 
 474 // "controls.select.client" => '--- select client ---',
 
 475 // "controls.project_bind" => '--- all ---',
 
 476 // "controls.all" => '--- all ---',
 
 477 // "controls.notbind" => '--- no ---',
 
 478 "controls.per_tm" => 'este mês',
 
 479 "controls.per_lm" => 'último mês',
 
 480 "controls.per_tw" => 'esta semana',
 
 481 "controls.per_lw" => 'última semana',
 
 482 // Note to translators: the strings below are missing and must be added and translated 
 
 483 // "controls.per_td" => 'this day',
 
 484 // "controls.per_at" => 'all time',
 
 485 // "controls.per_ty" => 'this year',
 
 486 "controls.sel_period" => '--- selecione o período de tempo ---',
 
 487 // Note to translators: the strings below must be translated 
 
 488 // "controls.sel_groupby" => '--- no grouping ---',
 
 489 // "controls.inc_billable" => 'billable',
 
 490 // "controls.inc_nbillable" => 'not billable',
 
 491 // "controls.default" => '--- default ---',
 
 494 // Note to translators: the strings below are missing and must be added and translated 
 
 495 // "label.chart.title1" => 'activities for user',
 
 496 // "label.chart.title2" => 'projects for user',
 
 497 // "label.chart.period" => 'chart for period',
 
 499 "label.pinfo" => '%s, %s',
 
 500 "label.pinfo2" => '%s',
 
 501 "label.pbehalf_info" => '%s %s <b>on behalf of %s</b>',
 
 502 "label.pminfo" => ' (gerente)',
 
 503 // Note to translators: the strings below are missing and must be added and translated 
 
 504 // "label.pcminfo" => ' (co-manager)',
 
 505 // "label.painfo" => ' (administrator)',
 
 506 "label.time_noentry" => 'sem registro',
 
 507 "label.today" => 'today',
 
 508 "label.req_fields" => '* campos obrigatórios',
 
 509 // Note to translators: the strings below must be translated 
 
 510 // "label.sel_project" => 'select project',
 
 511 // "label.sel_activity" => 'select activity',
 
 512 "label.sel_tp" => 'selecione o período de tempo',
 
 513 "label.set_tp" => 'ou selecionar datas',
 
 514 "label.fields" => 'exibir campos',
 
 515 // Note to translators: the strings below must be translated
 
 516 // "label.group_title" => 'group by',
 
 517 // "label.include_title" => 'include records',
 
 518 // "label.inv_str" => 'invoice',
 
 519 //" label.sel_all" => 'select all',
 
 520 // "label.sel_none" => 'deselect all',
 
 521 // "label.or" => 'or',
 
 522 // "label.disable" => 'disable',
 
 523 // "label.enable" => 'enable',
 
 524 // "label.filter" => 'filter',
 
 525 // "label.timeweek" => 'weekly total',
 
 526 // "label.hrs" => 'hrs',
 
 527 // "label.errors" => 'errors',
 
 528 // "label.ldap_hint" => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
 
 529 // "label.calendar_today" => 'today',
 
 530 // "label.calendar_close" => 'close',
 
 533 // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.",