Browse code

Initial uplad w/ php7 fixes

Rainer Volkrodt authored on 2016/03/12 15:54:02
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,65 @@
1
+// PT lang variables
2
+
3
+tinyMCE.addToLang('',{
4
+theme_style_select : 'Estilos CSS',
5
+theme_code_desc : 'Editar Fonte HTML',
6
+theme_code_title : 'Editor de fonte HTML',
7
+theme_code_save : 'Guardar',
8
+theme_code_wordwrap : 'Translinear palavras',
9
+theme_sub_desc : 'Subscrito',
10
+theme_sup_desc : 'Superscrito',
11
+theme_hr_desc : 'Inserir linha horizontal',
12
+theme_removeformat_desc : 'Remover formata��o',
13
+theme_custom1_desc : 'Descri��o customizada aqui',
14
+insert_image_border : 'Borda',
15
+insert_image_dimensions : 'Dimens�es',
16
+insert_image_vspace : 'Espa�amento Vert.',
17
+insert_image_hspace : 'Espa�amento Horiz.',
18
+insert_image_align : 'Alinhamento',
19
+insert_image_align_default : 'Por omiss�o',
20
+insert_image_align_baseline : 'Linha de base',
21
+insert_image_align_top : 'Topo',
22
+insert_image_align_middle : 'Centrado',
23
+insert_image_align_bottom : 'Fundo',
24
+insert_image_align_texttop : 'Topo do Texto',
25
+insert_image_align_absmiddle : 'Centrado absoluto',
26
+insert_image_align_absbottom : 'Fundo absoluto',
27
+insert_image_align_left : 'Esquerda',
28
+insert_image_align_right : 'Direita',
29
+theme_font_size : '-- Font size --',
30
+theme_fontdefault : '-- Font family --',
31
+theme_block : '-- Format --',
32
+theme_paragraph : 'Par�grafo',
33
+theme_div : 'Bloco HTML',
34
+theme_address : 'Morada',
35
+theme_pre : 'Pr� formatado',
36
+theme_h1 : 'T�tulo 1',
37
+theme_h2 : 'T�tulo 2',
38
+theme_h3 : 'T�tulo 3',
39
+theme_h4 : 'T�tulo 4',
40
+theme_h5 : 'T�tulo 5',
41
+theme_h6 : 'T�tulo 6',
42
+theme_colorpicker_title : 'Seleccione uma c�r',
43
+theme_colorpicker_apply : 'Aplicar',
44
+theme_forecolor_desc : 'Seleccione c�r da frente',
45
+theme_backcolor_desc : 'Select background color',
46
+theme_charmap_title : 'Seleccione s�mbolo customizado',
47
+theme_charmap_desc : 'Inserir s�mbolo customizado',
48
+theme_visualaid_desc : 'Ligar/Desligar guias/elementos invis�veis',
49
+insert_anchor_title : 'Inserir/editar �ncora',
50
+insert_anchor_name : 'Nome da �ncora',
51
+theme_anchor_desc : 'Inserir/editar �ncora',
52
+theme_insert_link_titlefield : 'T�tulo',
53
+theme_clipboard_msg : 'Copiar/Cortar/Colar n�o est� dispon�vel em Mozilla e Firefox.\nPretende obter mais informa��o acerca deste assunto?',
54
+theme_path : 'Path',
55
+cut_desc : 'Cortar',
56
+copy_desc : 'Copiar',
57
+paste_desc : 'Colar',
58
+link_list : 'Link list',
59
+image_list : 'Image list',
60
+browse : 'Browse',
61
+image_props_desc : 'Image properties',
62
+newdocument_desc : 'New document',
63
+class_name : 'Classe de CSS',
64
+newdocument : 'Are you sure you want clear all contents?'
65
+});