mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-18 22:13:30 +01:00
20 lines
491 B
JavaScript
20 lines
491 B
JavaScript
|
/**
|
||
|
* pt_br lang variables
|
||
|
* Brazilian Portuguese
|
||
|
*
|
||
|
* Authors : ????
|
||
|
* Revision and modifications:
|
||
|
* Marcio Barbosa (mpg) <mpg@mpg.com.br>
|
||
|
* Last Updated : November 26, 2005
|
||
|
* TinyMCE Version : 2.0RC4
|
||
|
*/
|
||
|
tinyMCE.addToLang('flash',{
|
||
|
title : 'Inserir / editar Arquivo Flash',
|
||
|
desc : 'Inserir / editar Arquivo Flash',
|
||
|
file : 'Arquivo Flash (.swf)',
|
||
|
size : 'Tamanho',
|
||
|
list : 'Lista de arquivos Flash',
|
||
|
props : 'Propriedades do Flash',
|
||
|
general : 'Geral'
|
||
|
});
|