initial move to git (subversion history dropped intentionally)
This commit is contained in:
66
lang/PME.lang.PT-BR-UTF8.inc
Normal file
66
lang/PME.lang.PT-BR-UTF8.inc
Normal file
@@ -0,0 +1,66 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* phpMyEdit language file
|
||||
*
|
||||
* language: portuguese (brazilian)
|
||||
* encoding: iso-8859-1
|
||||
* date: 2002-12-23, 2003-01-14, 2003-05-17, 2004-01-21, 2007-09-10
|
||||
* authors:
|
||||
* Roberto Cohen <roberto.cohen@fireman.com.br>
|
||||
* Victor Zucarino <victor@fabrimar.com.br>
|
||||
*/
|
||||
|
||||
/* $Platon: phpMyEdit/lang/PME.lang.PT-BR-UTF8.inc,v 1.1 2007-09-16 12:57:13 nepto Exp $ */
|
||||
|
||||
return Array(
|
||||
'Add' =>'Adiciona',
|
||||
'Copy' =>'Copia',
|
||||
'Change' =>'Edita',
|
||||
'Delete' =>'Remove',
|
||||
'View' =>'Visualiza',
|
||||
'Prev' =>'Anterior',
|
||||
'Next' =>'Próximo',
|
||||
'First' =>'Primeiro',
|
||||
'Last' =>'Último',
|
||||
'Go to' =>'Vai para',
|
||||
'Page' =>'Página',
|
||||
'Records' =>'Registros',
|
||||
'Save' =>'Salva',
|
||||
'More' =>'Mais',
|
||||
'Apply' =>'Aplica',
|
||||
'Cancel' =>'Cancela',
|
||||
'Search' =>'Pesquisa',
|
||||
'Hide' =>'Esconde',
|
||||
'Clear' =>'Limpa',
|
||||
'Query' =>'Resultado',
|
||||
'Current Query' =>'Resultado atual',
|
||||
'Sorted By' =>'Ordernado por',
|
||||
'ascending' =>'crescente',
|
||||
'descending' =>'descendente',
|
||||
'hidden' =>'escondido',
|
||||
'of' =>'de',
|
||||
'record added' =>'registro adicionado',
|
||||
'record changed'=>'registro editado',
|
||||
'record deleted'=>'registro removido',
|
||||
'Please enter' =>'Por favor, entre',
|
||||
'months' => Array(
|
||||
'01'=>'Janeiro',
|
||||
'02'=>'Fevereiro',
|
||||
'03'=>'Março',
|
||||
'04'=>'Abril',
|
||||
'05'=>'Maio',
|
||||
'06'=>'Junho',
|
||||
'07'=>'Julho',
|
||||
'08'=>'Agosto',
|
||||
'09'=>'Setembro',
|
||||
'10'=>'Outubro',
|
||||
'11'=>'Novembro',
|
||||
'12'=>'Dezembro'),
|
||||
// phpMyEdit-report
|
||||
'Make report' => 'Gerar relatório',
|
||||
'Select fields' => 'Selecionar campos',
|
||||
'Records per screen'=> 'Registros por tela',
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user