26 lines
723 B
JavaScript
26 lines
723 B
JavaScript
// I18N constants
|
||
//
|
||
// LANG: "pt_br", ENCODING: UTF-8
|
||
// Portuguese Brazilian Translation
|
||
//
|
||
// Author: Marcio Barbosa, <marcio@mpg.com.br>
|
||
// MSN: tomarshall@msn.com - ICQ: 69419933
|
||
// Site: http://www.mpg.com.br
|
||
//
|
||
// Last revision: 06 september 2007
|
||
// Please don´t remove this information
|
||
// If you modify any source, please insert a comment with your name and e-mail
|
||
//
|
||
// Distributed under the same terms as HTMLArea itself.
|
||
// This notice MUST stay intact for use (see license.txt).
|
||
{
|
||
"Cancel": "Cancelar",
|
||
"Delete": "Apagar",
|
||
"ID/Name:": "ID/Nome:",
|
||
"OK": "OK",
|
||
"Set ID/Name": "Definir ID/Nome",
|
||
"Set Id and Name": "Definir Id e Nome",
|
||
"Set Id/Name": "Definir Id/Nome",
|
||
"Name/Id": "Nome/Id"
|
||
};
|