~hexmode/+junk/main

« back to all changes in this revision

Viewing changes to install-files/apps/sqlitemanager1.2.0/spaw/lib/lang/br/br_lang_data.inc.php

  • Committer: Mark A. Hershberger
  • Date: 2008-01-05 19:38:56 UTC
  • Revision ID: hershberger@spawn-xp-20080105193856-6rnzgwa4nehue3qj
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php 
 
2
// ================================================
 
3
// SPAW PHP WYSIWYG editor control
 
4
// ================================================
 
5
// Brazilian Portuguese language file
 
6
// ================================================
 
7
// Developed: Alan Mendelevich, alan@solmetra.lt
 
8
// Copyright: Solmetra (c)2003 All rights reserved.
 
9
// Brazilian Translation: Fernando Jos� Karl, fernandokarl@superig.com.br
 
10
// ------------------------------------------------
 
11
//                                www.solmetra.com
 
12
// ================================================
 
13
// v.1.0, 2003-04-29
 
14
// ================================================
 
15
 
 
16
// charset to be used in dialogs
 
17
$spaw_lang_charset = 'iso-8859-1';
 
18
 
 
19
// language text data array
 
20
// first dimension - block, second - exact phrase
 
21
// alternative text for toolbar buttons and title for dropdowns - 'title'
 
22
 
 
23
$spaw_lang_data = array(
 
24
  'cut' => array(
 
25
    'title' => 'Cortar'
 
26
  ),
 
27
  'copy' => array(
 
28
    'title' => 'Copiar'
 
29
  ),
 
30
  'paste' => array(
 
31
    'title' => 'Colar'
 
32
  ),
 
33
  'undo' => array(
 
34
    'title' => 'Desfazer'
 
35
  ),
 
36
  'redo' => array(
 
37
    'title' => 'Refazer'
 
38
  ),
 
39
  'hyperlink' => array(
 
40
    'title' => 'Hyperlink'
 
41
  ),
 
42
  'image_insert' => array(
 
43
    'title' => 'Inserir imagem',
 
44
    'select' => 'Selecionar',
 
45
    'cancel' => 'Cancelar',
 
46
    'library' => 'Biblioteca',
 
47
    'preview' => 'Pr�via',
 
48
    'images' => 'Imagens',
 
49
    'delete'=> 'Apagar',
 
50
    'upload' => 'Enviar imagem',
 
51
    'upload_button' => 'Enviar',
 
52
    'error' => 'Erro',
 
53
    'error_no_image' => 'Favor selecionar uma imagem',
 
54
    'error_uploading' => 'Ocorreu um erro no envio do arquivo. Favor tentar novamente',
 
55
    'error_wrong_type' => 'Tipo de arquivo de imagem inv�lido',
 
56
    'error_no_dir' => 'A biblioteca n�o existe no servidor',
 
57
        'error_cant_delete' => 'Falha ao apagar', // new 1.0.5
 
58
  ),
 
59
  'image_prop' => array(
 
60
    'title' => 'Propriedades da imagem',
 
61
    'ok' => '   OK   ',
 
62
    'cancel' => 'Cancelar',
 
63
    'source' => 'Fonte',
 
64
    'alt' => 'Texto alternativo',
 
65
    'align' => 'Alinhamento',
 
66
    'left' => 'esquerda',
 
67
    'right' => 'direita',
 
68
    'top' => 'superior',
 
69
    'middle' => 'meio',
 
70
    'bottom' => 'inferior',
 
71
    'absmiddle' => 'meio absoluto',
 
72
    'texttop' => 'totpo do texto',
 
73
    'baseline' => 'linha-base',
 
74
    'width' => 'Comprimento',
 
75
    'height' => 'Altura',
 
76
    'border' => 'Borda',
 
77
    'hspace' => 'Espa�o hor.',
 
78
    'vspace' => 'Espa�o vert.',
 
79
    'error' => 'Erro',
 
80
    'error_width_nan' => 'Comprimento n�o � um n�mero',
 
81
    'error_height_nan' => 'Altura n�o � um n�mero',
 
82
    'error_border_nan' => 'Borda n�o � um n�mero',
 
83
    'error_hspace_nan' => 'Espa�o horizontal n�o � um n�mero',
 
84
    'error_vspace_nan' => 'Espa�o vertical n�o � um n�mero',
 
85
  ),
 
86
  'hr' => array(
 
87
    'title' => 'Linha horizontal'
 
88
  ),
 
89
  'table_create' => array(
 
90
    'title' => 'Criar tabela'
 
91
  ),
 
92
  'table_prop' => array(
 
93
    'title' => 'Propriedades da tabela',
 
94
    'ok' => '   OK   ',
 
95
    'cancel' => 'Cancelar',
 
96
    'rows' => 'Linhas',
 
97
    'css_class' => 'Classe CSS', // <=== new 1.0.6
 
98
    'columns' => 'Colunas',
 
99
    'width' => 'Comprimento',
 
100
    'height' => 'Altura',
 
101
    'border' => 'Borda',
 
102
    'pixels' => 'pixels',
 
103
    'cellpadding' => 'Recuo c�lulas',
 
104
    'cellspacing' => 'Espa�o c�lulas',
 
105
    'background' => 'Imagem de fundo', // <=== new 1.0.6
 
106
    'bg_color' => 'Cor de Fundo',
 
107
    'error' => 'Erro',
 
108
    'error_rows_nan' => 'Linhas n�o � um n�mero',
 
109
    'error_columns_nan' => 'Colunas n�o � um n�mero',
 
110
    'error_width_nan' => 'Comprimento n�o � um n�mero',
 
111
    'error_height_nan' => 'Altura n�o � um n�mero',
 
112
    'error_border_nan' => 'Borda n�o � um n�mero',
 
113
    'error_cellpadding_nan' => 'Espa�o da cC�lula n�o � um n�mero',
 
114
    'error_cellspacing_nan' => 'Esp�co Entre C�clulas n�o � um n�mero',
 
115
  ),
 
116
  'table_cell_prop' => array(
 
117
    'title' => 'Propriedades da c�lula',
 
118
    'horizontal_align' => 'Alinh. horizontal',
 
119
    'vertical_align' => 'Alinh. vertical',
 
120
    'width' => 'Comprimento',
 
121
    'height' => 'Altura',
 
122
    'css_class' => 'Classe CSS',
 
123
    'no_wrap' => 'Sem quebras',
 
124
    'bg_color' => 'Cor de fundo',
 
125
    'background' => 'Imagem de fundo', // <=== new 1.0.6
 
126
    'ok' => '   OK   ',
 
127
    'cancel' => 'Cancelar',
 
128
    'left' => 'Esquerda',
 
129
    'center' => 'Centralizado',
 
130
    'right' => 'Direita',
 
131
    'top' => 'Superior',
 
132
    'middle' => 'Meio',
 
133
    'bottom' => 'Inferior',
 
134
    'baseline' => 'Linha-base',
 
135
    'error' => 'Erro',
 
136
    'error_width_nan' => 'Comprimento n�o � um n�mero',
 
137
    'error_height_nan' => 'Altura n�o � um n�mero',
 
138
    
 
139
  ),
 
140
  'table_row_insert' => array(
 
141
    'title' => 'Inserir linha'
 
142
  ),
 
143
  'table_column_insert' => array(
 
144
    'title' => 'Inserir coluna'
 
145
  ),
 
146
  'table_row_delete' => array(
 
147
    'title' => 'Apagar linha'
 
148
  ),
 
149
  'table_column_delete' => array(
 
150
    'title' => 'Apagar coluna'
 
151
  ),
 
152
  'table_cell_merge_right' => array(
 
153
    'title' => 'Mesclar direita'
 
154
  ),
 
155
  'table_cell_merge_down' => array(
 
156
    'title' => 'Mesclar abaixo'
 
157
  ),
 
158
  'table_cell_split_horizontal' => array(
 
159
    'title' => 'Dividir c�lulas horizontalmente'
 
160
  ),
 
161
  'table_cell_split_vertical' => array(
 
162
    'title' => 'Dividir c�lulas verticalmente'
 
163
  ),
 
164
  'style' => array(
 
165
    'title' => 'Estilo'
 
166
  ),
 
167
  'font' => array(
 
168
    'title' => 'Fonte'
 
169
  ),
 
170
  'fontsize' => array(
 
171
    'title' => 'Tamanho'
 
172
  ),
 
173
  'paragraph' => array(
 
174
    'title' => 'Par�grafo'
 
175
  ),
 
176
  'bold' => array(
 
177
    'title' => 'Negrito'
 
178
  ),
 
179
  'italic' => array(
 
180
    'title' => 'It�lico'
 
181
  ),
 
182
  'underline' => array(
 
183
    'title' => 'Sublinhado'
 
184
  ),
 
185
  'ordered_list' => array(
 
186
    'title' => 'Numera��o'
 
187
  ),
 
188
  'bulleted_list' => array(
 
189
    'title' => 'Marcadores'
 
190
  ),
 
191
  'indent' => array(
 
192
    'title' => 'Aumentar Recuo'
 
193
  ),
 
194
  'unindent' => array(
 
195
    'title' => 'Diminuir Recuo'
 
196
  ),
 
197
  'left' => array(
 
198
    'title' => 'Esquerda'
 
199
  ),
 
200
  'center' => array(
 
201
    'title' => 'Centralizado'
 
202
  ),
 
203
  'right' => array(
 
204
    'title' => 'Direita'
 
205
  ),
 
206
    'justify' => array(
 
207
    'title' => 'Justificado'
 
208
  ),
 
209
  'fore_color' => array(
 
210
    'title' => 'Real�ar'
 
211
  ),
 
212
  'bg_color' => array(
 
213
    'title' => 'Cor de fundo'
 
214
  ),
 
215
  'design_tab' => array(
 
216
    'title' => 'Mudar para modo WYSIWYG (design)'
 
217
  ),
 
218
  'html_tab' => array(
 
219
    'title' => 'Mudar para modo HTML (c�digo)'
 
220
  ),
 
221
  'colorpicker' => array(
 
222
    'title' => 'Seletor de cores',
 
223
    'ok' => '   OK   ',
 
224
    'cancel' => 'Cancelar',
 
225
  ),
 
226
  // <<<<<<<<<< NEW >>>>>>>>>>>>>>>
 
227
  'cleanup' => array(
 
228
    'title' => 'Limpeza HTML (remover estilos)',
 
229
    'confirm' => 'Esta fun��o remove todos os estilos, fontes e c�digos in�teis do conte�do. Alguma ou toda formata��o pode ser perdida.',
 
230
    'ok' => '   OK   ',
 
231
    'cancel' => 'Cancelar',
 
232
  ),
 
233
  'toggle_borders' => array(
 
234
    'title' => 'Inverter bordas',
 
235
  ),
 
236
  'hyperlink' => array(
 
237
    'title' => 'Link',
 
238
    'url' => 'URL',
 
239
    'name' => 'Nome',
 
240
    'target' => 'Alvo',
 
241
    'title_attr' => 'T�tulo',
 
242
        'a_type' => 'Tipo', // <=== new 1.0.6
 
243
        'type_link' => 'Link', // <=== new 1.0.6
 
244
        'type_anchor' => '�ncora', // <=== new 1.0.6
 
245
        'type_link2anchor' => 'Link para �ncora', // <=== new 1.0.6
 
246
        'anchors' => 'Ancoras', // <=== new 1.0.6
 
247
    'ok' => '   OK   ',
 
248
    'cancel' => 'Cancelar',
 
249
  ),
 
250
  
 
251
    'hyperlink_targets' => array( // <=== new 1.0.5
 
252
        '_self' => 'mesma janela (_self)',
 
253
        '_blank' => 'nova janela (_blank)',
 
254
        '_top' => 'janela principal(_top)',
 
255
        '_parent' => 'janela paterna (_parent)'
 
256
  ),
 
257
  
 
258
  
 
259
  'table_row_prop' => array(
 
260
    'title' => 'Propriedades da linha',
 
261
    'horizontal_align' => 'Alinhamento horizontal',
 
262
    'vertical_align' => 'Alinhamento vertical',
 
263
    'css_class' => 'Classe CSS',
 
264
    'no_wrap' => 'Sem quebras',
 
265
    'bg_color' => 'Cor de Fundo',
 
266
    'ok' => '   OK   ',
 
267
    'cancel' => 'Cancelar',
 
268
    'left' => 'Esquerda',
 
269
    'center' => 'Center',
 
270
    'right' => 'Direita',
 
271
    'top' => 'Topo',
 
272
    'middle' => 'Meio',
 
273
    'bottom' => 'Inferior',
 
274
    'baseline' => 'Linha-base',
 
275
  ),
 
276
  'symbols' => array(
 
277
    'title' => 'Caracteres especiais',
 
278
    'ok' => '   OK   ',
 
279
    'cancel' => 'Cancelar',
 
280
  ),
 
281
  'templates' => array(
 
282
    'title' => 'Modelos',
 
283
  ),
 
284
  'page_prop' => array(
 
285
    'title' => 'Propriedades da p�gina',
 
286
    'title_tag' => 'T�tulo',
 
287
    'charset' => 'Codifica��o',
 
288
    'background' => 'Imagem de Fundo',
 
289
    'bgcolor' => 'Cor de Fundo',
 
290
    'text' => 'Cor texto',
 
291
    'link' => 'Cor links',
 
292
    'vlink' => 'Cor links visitados',
 
293
    'alink' => 'Cor link ativo',
 
294
    'leftmargin' => 'Margem esquerda',
 
295
    'topmargin' => 'Margem topo',
 
296
    'css_class' => 'Classe CSS',
 
297
    'ok' => '   OK   ',
 
298
    'cancel' => 'Cancelar',
 
299
  ),
 
300
  'preview' => array(
 
301
    'title' => 'Pr�via',
 
302
  ),
 
303
  'image_popup' => array(
 
304
    'title' => 'Imagem popup',
 
305
  ),
 
306
  'zoom' => array(
 
307
    'title' => 'Zoom',
 
308
  ),
 
309
  'subscript' => array( // <=== new 1.0.7
 
310
    'title' => 'Sobscrito',
 
311
  ),
 
312
  'superscript' => array( // <=== new 1.0.7
 
313
    'title' => 'Sobrescrito',
 
314
  ),
 
315
);
 
316
?>
 
317
 
 
318