mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 03:09:21 +02:00
Added minor cosmetic fixes to the translations of Ricardo for portugese
This commit is contained in:
parent
3e647291ba
commit
336923f134
@ -1 +0,0 @@
|
||||
Português
|
1
src/lang/pt_BR/info.txt
Normal file
1
src/lang/pt_BR/info.txt
Normal file
@ -0,0 +1 @@
|
||||
Português
|
@ -32,9 +32,9 @@ global $content;
|
||||
|
||||
// Global Stuff
|
||||
$content['LN_MAINTITLE'] = "Controle de Logs";
|
||||
$content['LN_MAIN_SELECTSTYLE'] = "Selecione um estilo";
|
||||
$content['LN_GEN_LANGUAGE'] = "Selecione uma linguagem";
|
||||
$content['LN_GEN_SELECTSOURCE'] = "Selecione Origem";
|
||||
$content['LN_MAIN_SELECTSTYLE'] = "Estilo";
|
||||
$content['LN_GEN_LANGUAGE'] = "Linguagem";
|
||||
$content['LN_GEN_SELECTSOURCE'] = "Origem";
|
||||
$content['LN_GEN_MOREPAGES'] = "Mais que uma página disponível";
|
||||
$content['LN_GEN_FIRSTPAGE'] = "Primeira Página";
|
||||
$content['LN_GEN_LASTPAGE'] = "Última Página";
|
||||
@ -59,7 +59,7 @@ $content['LN_GEN_DB_DB2'] = " IBM DB2";
|
||||
$content['LN_GEN_DB_FIREBIRD'] = "Firebird/Interbase 6";
|
||||
$content['LN_GEN_DB_INFORMIX'] = "IBM Informix Dynamic Server";
|
||||
$content['LN_GEN_DB_SQLITE'] = "SQLite 2";
|
||||
$content['LN_GEN_SELECTVIEW'] = "Selecionar Visão";
|
||||
$content['LN_GEN_SELECTVIEW'] = "Visão";
|
||||
|
||||
// Main Index Site
|
||||
$content['LN_ERROR_INSTALLFILEREMINDER'] = "Atenção! Você ainda NÃO removeu o arquivo 'install.php' do diretório de seu phpLogCon!";
|
||||
@ -84,7 +84,7 @@ $content['LN_HIGHLIGHT'] = "Destacar >>";
|
||||
$content['LN_HIGHLIGHT_OFF'] = "Destacar <<";
|
||||
$content['LN_HIGHLIGHT_WORDS'] = "Utilize uma lista de palavras separadas por vírgula";
|
||||
|
||||
$content['LN_AUTORELOAD'] = "Define auto recarregamento";
|
||||
$content['LN_AUTORELOAD'] = "Recarregamento";
|
||||
$content['LN_AUTORELOAD_DISABLED'] = "Auto recarregamento desabilitado";
|
||||
$content['LN_AUTORELOAD_PRECONFIGURED'] = "Auto recarregamento pré-configurado ";
|
||||
$content['LN_AUTORELOAD_SECONDS'] = "segundos";
|
||||
@ -121,8 +121,8 @@ $content['LN_FIELDS_FACILITY'] = "Facility";
|
||||
$content['LN_FIELDS_SEVERITY'] = "Severidade";
|
||||
$content['LN_FIELDS_HOST'] = "Host";
|
||||
$content['LN_FIELDS_SYSLOGTAG'] = "Syslogtag";
|
||||
$content['LN_FIELDS_PROCESSID'] = "ID do processo";
|
||||
$content['LN_FIELDS_MESSAGETYPE'] = "Tipo da Mensagem";
|
||||
$content['LN_FIELDS_PROCESSID'] = "PID";
|
||||
$content['LN_FIELDS_MESSAGETYPE'] = "Tipo";
|
||||
$content['LN_FIELDS_UID'] = "uID";
|
||||
$content['LN_FIELDS_MESSAGE'] = "Mensagem";
|
||||
$content['LN_FIELDS_EVENTID'] = "ID do Evento";
|
Loading…
x
Reference in New Issue
Block a user