mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 08:12:26 +02:00
* Correct threshold translation * Better translation for closed requests * itop-portal better translation * Fixed typo * Missing PT-BR translations * Removed ~~ from translated messages Co-authored-by: Lucas Mindêllo de Andrade <lucas.rokam@gmail.com>
13 lines
371 B
PHP
13 lines
371 B
PHP
<?php
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2013 XXXXX
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
|
'CAS:Error:UserNotAllowed' => 'Usuário não permitido',
|
|
'CAS:Login:SignIn' => 'Autenticar com CAS',
|
|
'CAS:Login:SignInTooltip' => 'Clique aqui para se autenticar no servidor CAS',
|
|
));
|