-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7ce66d7
commit 0b3b113
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?php | ||
|
||
/** | ||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html) | ||
* | ||
* @author Alexandre Belchior <alexbelchior@gmail.com> | ||
*/ | ||
$lang['encoding'] = 'utf-8'; | ||
$lang['direction'] = 'ltr'; | ||
$lang['jenkins.button'] = 'Jenkins Job'; | ||
$lang['jenkins.duration'] = 'Duração'; | ||
$lang['jenkins.msg'] = 'Mensagem'; | ||
$lang['jenkins.nodesc'] = 'Sem descrição.'; | ||
$lang['jenkins.error'] = 'Job% s ou número de compilação não foi encontrado!'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?php | ||
|
||
/** | ||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html) | ||
* | ||
* @author Alexandre Belchior <alexbelchior@gmail.com> | ||
*/ | ||
$lang['jenkins.url'] = 'Adicione sua URL do Jenkins, sem a barra no final. por exemplo: http://my-jenkins.com'; | ||
$lang['jenkins.user'] = 'Digite o ID de um usuário Jenkins, com o direito de visualizar qualquer job.'; | ||
$lang['jenkins.token'] = 'Defina o token de usuário correspondente do Jenkins. Você pode encontrá-lo em "http: // JENKINS_URL / user / USER / configure", depois clicar em "Show API Token".'; |