Skip to content

Commit 84e8452

Browse files
Anderson Marinho da Silvadregad
authored andcommitted
Brazilian portuguese translation.
1 parent 6d21495 commit 84e8452

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?php
2+
3+
$s_plugin_SourceBitBucket_ = '';
4+
$s_plugin_SourceBitBucket_bitbucket = 'BitBucket';
5+
$s_plugin_SourceBitBucket_title = 'Integração com BitBucket';
6+
$s_plugin_SourceBitBucket_description = 'Adicionar integração com serviço de controle de versão BitBucket.';
7+
8+
$s_plugin_SourceBitBucket_bit_basic_login = 'Nome de Usuário no BitBucket (autenticação básica)';
9+
$s_plugin_SourceBitBucket_bit_basic_pwd = 'Senha no BitBucket (autenticação básica)';
10+
$s_plugin_SourceBitBucket_bit_username = 'Nome de Usuário/Team no BitBucket';
11+
$s_plugin_SourceBitBucket_bit_reponame = 'Nome do Repositório no BitBucket<br/><span class="small">(sem espaços; deve coincidir com o nome recevido na resposta do webservice)</span>';
12+
$s_plugin_SourceBitBucket_master_branch = 'Branches Primários<br/><span class="small">(lista separada por vírgula, * importa todos os branches)</span>';
13+
14+
$s_plugin_SourceBitBucket_repo_authorized = '<p>MantisBT está autorizado agora a acessar seu repositório no BitBucket.</p>';
15+
$s_plugin_SourceBitBucket_repo_authorization_failed = '<p style="color: red;">Desculpe, mas o MantisBT não está autorizado a acessar seu repositório no BitBucket.</p>';
16+
17+
$s_plugin_SourceBitBucket_oauth_authorization = 'Autenticação OAuth no BitBucket';
18+
$s_plugin_SourceBitBucket_back_repo = 'Retornar para Repositório';

0 commit comments

Comments
 (0)