1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
|
/*************************************************************************
*
* $RCSfile: textattr.src,v $
*
* $Revision: 1.14 $
*
* last change: $Author: rt $ $Date: 2001-05-30 20:59:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
*
* - GNU Lesser General Public License Version 2.1
* - Sun Industry Standards Source License Version 1.1
*
* Sun Microsystems Inc., October, 2000
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2000 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
*
* Sun Industry Standards Source License Version 1.1
* =================================================
* The contents of this file are subject to the Sun Industry Standards
* Source License Version 1.1 (the "License"); You may not use this file
* except in compliance with the License. You may obtain a copy of the
* License at http://www.openoffice.org/license.html.
*
* Software provided under this License is provided on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
* See the License for the specific provisions governing your rights and
* obligations concerning the Software.
*
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
*
* Copyright: 2000 by Sun Microsystems, Inc.
*
* All Rights Reserved.
*
* Contributor(s): _______________________________________
*
*
************************************************************************/
// include ---------------------------------------------------------------
#include <svtools/controldims.hrc>
#include "dialogs.hrc"
#include "textattr.hrc"
#include "helpid.hrc"
// pragma ----------------------------------------------------------------
// RID_SVXPAGE_TEXTATTR --------------------------------------------------
TabPage RID_SVXPAGE_TEXTATTR
{
HelpId = HID_PAGE_TEXTATTR ;
Hide = TRUE ;
Size = MAP_APPFONT ( 260 , 185 ) ;
Text = "Text" ;
Text [ ENGLISH ] = "Text" ;
Text [ english_us ] = "Text" ;
Text [ italian ] = "Testo" ;
Text [ spanish ] = "Texto" ;
Text [ french ] = "Texte" ;
Text [ dutch ] = "Tekst" ;
Text [ swedish ] = "Text" ;
Text [ danish ] = "Tekst" ;
Text [ portuguese_brazilian ] = "Text" ;
Text [ portuguese ] = "Texto" ;
FixedLine FL_TEXT
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 248 , RSC_CD_FIXEDLINE_HEIGHT ) ;
Text = "Text" ;
Text [ ENGLISH ] = "Text" ;
Text [ english_us ] = "Text" ;
Text [ italian ] = "Testo" ;
Text [ spanish ] = "Texto" ;
Text [ french ] = "Texte" ;
Text [ dutch ] = "Tekst" ;
Text [ swedish ] = "Text" ;
Text [ danish ] = "Tekst" ;
Text [ portuguese_brazilian ] = "Text" ;
Text [ portuguese ] = "Texto" ;
Text[ chinese_simplified ] = "";
Text[ russian ] = "";
Text[ polish ] = "Tekst";
Text[ japanese ] = "";
Text[ chinese_traditional ] = "";
Text[ arabic ] = "";
Text[ greek ] = "";
Text[ korean ] = "ؽƮ";
Text[ turkish ] = "Metin";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Texto";
Text[ finnish ] = "Teksti";
};
TriStateBox TSB_AUTOGROW_WIDTH
{
TabStop = TRUE ;
Pos = MAP_APPFONT ( 12 , 14 ) ;
Size = MAP_APPFONT ( 100 , 12 ) ;
Text = "Br~eite an Text anpassen" ;
Text [ ENGLISH ] = "Fit ~width to text" ;
Text [ english_us ] = "Fit wi~dth to text" ;
Text [ dutch ] = "Br~eedte aan tekst aanpassen" ;
Text [ italian ] = "~Adatta larghezza a testo" ;
Text [ spanish ] = "Ajus~tar ancho al texto" ;
Text [ french ] = "Adapter ~largeur au texte" ;
Text [ swedish ] = "Anpassa br~edd till text" ;
Text [ danish ] = "Tilpas bredde til tekst" ;
Text [ portuguese ] = "Ajustar ~largura ao texto" ;
Text [ portuguese_brazilian ] = "Br~eite an Text anpassen" ;
Text[ chinese_simplified ] = "ֿȶӦ(~D)";
Text[ russian ] = " ";
Text[ polish ] = "Dopasuj szeroko~ do tekstu";
Text[ japanese ] = "÷Ăɕ킹(~D)";
Text[ chinese_traditional ] = "eשM(~D)";
Text[ arabic ] = " ";
Text[ greek ] = " ";
Text[ korean ] = "ؽƮ ʺ (~D)";
Text[ turkish ] = "~Genilii metne gre ayarla";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Ajus~tar ancho al texto";
Text[ finnish ] = "~Sovita leveys tekstiin";
};
TriStateBox TSB_AUTOGROW_HEIGHT
{
TabStop = TRUE ;
Pos = MAP_APPFONT ( 12 , 30 ) ;
Size = MAP_APPFONT ( 100 , 12 ) ;
/* ### ACHTUNG: Neuer Text in Resource? H~he an Text anpassen : H~he an Text anpassen */
/* ### ACHTUNG: Neuer Text in Resource? H~he an Text anpassen : H~he an Text anpassen */
Text = "H~he an Text anpassen" ;
Text [ ENGLISH ] = "Fit ~height to text" ;
Text [ english_us ] = "Fit h~eight to text" ;
Text [ dutch ] = "Hoogte ~aan tekst aanpassen" ;
Text [ italian ] = "A~datta altezza a testo" ;
Text [ spanish ] = "~Ajustar altura al texto" ;
Text [ french ] = "Adapter la h~auteur au texte" ;
Text [ swedish ] = "Anpassa hjd ~till text" ;
Text [ danish ] = "Tilpas hjde til tekst" ;
Text [ portuguese ] = "Ajustar ~altura ao texto" ;
Text [ portuguese_brazilian ] = "H~?e an Text anpassen" ;
Text[ chinese_simplified ] = "ָ߶ȶӦ(~E)";
Text[ russian ] = " ";
Text[ polish ] = "Dopas~uj wysoko do tekstu";
Text[ japanese ] = "÷Ăɍ킹(~E)";
Text[ chinese_traditional ] = "שM(~E)";
Text[ arabic ] = " ";
Text[ greek ] = " ";
Text[ korean ] = "ؽƮ (~E)";
Text[ turkish ] = "~Ykseklii metne gre ayarla";
Text[ language_user1 ] = " ";
Text[ catalan ] = "~Ajustar altura al texto";
Text[ finnish ] = "~Sovita korkeus tekstiin";
};
TriStateBox TSB_FIT_TO_SIZE
{
TabStop = TRUE ;
Pos = MAP_APPFONT ( 12 , 46 ) ;
Size = MAP_APPFONT ( 100 , 12 ) ;
Text = "Am R~ahmen anpassen" ;
Text [ ENGLISH ] = "~Fit to size" ;
Text [ dutch ] = "Aan ~kader aanpassen" ;
Text [ english_us ] = "~Fit to frame" ;
Text [ italian ] = "Adatta alla cornice" ;
Text [ spanish ] = "Aju~star al marco" ;
Text [ french ] = "Adapter au ca~dre" ;
Text [ swedish ] = "Anpassa till r~am" ;
Text [ danish ] = "Tilpas til rammen" ;
Text [ portuguese ] = "Adaptar ~moldura" ;
Text [ portuguese_brazilian ] = "Am R~ahmen anpassen" ;
Text[ chinese_simplified ] = "ͱ߿СӦ(~F)";
Text[ russian ] = " ";
Text[ polish ] = "Dopasuj do ramki";
Text[ japanese ] = "gɍ킹(~F)";
Text[ chinese_traditional ] = "Mع(~F)";
Text[ arabic ] = " ";
Text[ greek ] = " ";
Text[ korean ] = "ӿ (~F)";
Text[ turkish ] = "Metni ~ereveye uydur";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Aju~star al marco";
Text[ finnish ] = "~Sovita kehykseen";
};
TriStateBox TSB_CONTOUR
{
TabStop = TRUE ;
Pos = MAP_APPFONT ( 12 , 62 ) ;
Size = MAP_APPFONT ( 100 , 12 ) ;
/* ### ACHTUNG: Neuer Text in Resource? ~Konturflu : ~Konturflu */
/* ### ACHTUNG: Neuer Text in Resource? ~Konturflu : ~Konturflu */
Text = "~Konturfluss" ;
Text [ ENGLISH ] = "~Contour" ;
Text [ portuguese ] = "Ajustar ao ~contorno" ;
Text [ english_us ] = "~Adjust to contour" ;
Text [ portuguese_brazilian ] = "~Konturflu?" ;
Text [ swedish ] = "~Konturflde" ;
Text [ danish ] = "Konturforlb" ;
Text [ italian ] = "Flusso di contorno" ;
Text [ spanish ] = "Ajustar al ~contorno" ;
Text [ french ] = "Adapter au ~contour" ;
Text [ dutch ] = "~Contourverloop" ;
Text[ chinese_simplified ] = "Ӧ(~A)";
Text[ russian ] = "~ ";
Text[ polish ] = "Obieg konturu";
Text[ japanese ] = "֊sɍ킹(~A)";
Text[ chinese_traditional ] = "M(~A)";
Text[ arabic ] = " ";
Text[ greek ] = " ~";
Text[ korean ] = "帧(~A)";
Text[ turkish ] = "~Kontur ak";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Ajustar al ~contorno";
Text[ finnish ] = "~Sd riviivaan";
};
FixedLine FL_DISTANCE
{
Pos = MAP_APPFONT ( 6 , 83 ) ;
Size = MAP_APPFONT ( 114 , RSC_CD_FIXEDLINE_HEIGHT ) ;
//Size = MAP_APPFONT ( 98 , 75 ) ;
Text = "Abstand vom Rahmen" ;
Text [ ENGLISH ] = "Distance from border" ;
Text [ english_us ] = "Spacing to borders" ;
Text [ italian ] = "Distanza dalla cornice" ;
Text [ spanish ] = "Distancia al marco" ;
Text [ french ] = "cart du cadre" ;
Text [ dutch ] = "Afstand tot kader" ;
Text [ swedish ] = "Avstnd till ram" ;
Text [ danish ] = "Afstand fra rammen" ;
Text [ portuguese_brazilian ] = "Abstand vom Rahmen" ;
Text [ portuguese ] = "Espao at moldura" ;
Text[ chinese_simplified ] = "߿ľ";
Text[ russian ] = " ";
Text[ polish ] = "Odlego od ramki";
Text[ japanese ] = "g̊Ԋu";
Text[ chinese_traditional ] = "تj";
Text[ arabic ] = " ";
Text[ greek ] = " ";
Text[ korean ] = "θ ";
Text[ turkish ] = "ereveye uzaklk";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Distancia al marco";
Text[ finnish ] = "Spacing to borders";
};
FixedText FT_LEFT
{
Pos = MAP_APPFONT ( 12 , 96 ) ;
Size = MAP_APPFONT ( 49 , 10 ) ;
Text = "~Links" ;
Text [ ENGLISH ] = "~Left" ;
Text [ english_us ] = "~Left" ;
Text [ italian ] = "A sinistra" ;
Text [ spanish ] = "~Izquierda" ;
Text [ french ] = "~ gauche" ;
Text [ dutch ] = "~Links" ;
Text [ swedish ] = "~Vnster" ;
Text [ danish ] = "Venstre" ;
Text [ portuguese_brazilian ] = "~Links" ;
Text [ portuguese ] = "~Esquerda" ;
Text[ chinese_simplified ] = "(~L)";
Text[ russian ] = "";
Text[ polish ] = "Z lewej";
Text[ japanese ] = "(~L)";
Text[ chinese_traditional ] = "V(~L)";
Text[ arabic ] = "";
Text[ greek ] = "";
Text[ korean ] = "(~L)";
Text[ turkish ] = "~Sol";
Text[ language_user1 ] = " ";
Text[ catalan ] = "~Izquierda";
Text[ finnish ] = "~Vasen";
};
FixedText FT_RIGHT
{
Pos = MAP_APPFONT ( 12 , 112 ) ;
Size = MAP_APPFONT ( 49 , 10 ) ;
Text = "~Rechts" ;
Text [ ENGLISH ] = "~Right" ;
Text [ english_us ] = "~Right" ;
Text [ italian ] = "A destra" ;
Text [ spanish ] = "~Derecha" ;
Text [ french ] = "~ droite" ;
Text [ dutch ] = "~Rechts" ;
Text [ swedish ] = "~Hger" ;
Text [ danish ] = "Hjre" ;
Text [ portuguese_brazilian ] = "~Rechts" ;
Text [ portuguese ] = "~Direita" ;
Text[ chinese_simplified ] = "(~R)";
Text[ russian ] = "";
Text[ polish ] = "Z prawej";
Text[ japanese ] = "E(~R)";
Text[ chinese_traditional ] = "Vk(~R)";
Text[ arabic ] = "";
Text[ greek ] = "";
Text[ korean ] = "(~R)";
Text[ turkish ] = "Sa~";
Text[ language_user1 ] = " ";
Text[ catalan ] = "~Derecha";
Text[ finnish ] = "~Oikea";
};
FixedText FT_TOP
{
Pos = MAP_APPFONT ( 12 , 128 ) ;
Size = MAP_APPFONT ( 49 , 10 ) ;
Text = "~Oben" ;
Text [ ENGLISH ] = "~Top" ;
Text [ english_us ] = "~Top" ;
Text [ italian ] = "In alto" ;
Text [ spanish ] = "Arri~ba" ;
Text [ french ] = "~En haut" ;
Text [ dutch ] = "~Boven" ;
Text [ swedish ] = "~verkant" ;
Text [ danish ] = "Top" ;
Text [ portuguese_brazilian ] = "~Oben" ;
Text [ portuguese ] = "~Superior" ;
Text[ chinese_simplified ] = "(~T)";
Text[ russian ] = "";
Text[ polish ] = "W grze";
Text[ japanese ] = "(~T)";
Text[ chinese_traditional ] = "VW(~T)";
Text[ arabic ] = "";
Text[ greek ] = "";
Text[ korean ] = "(~T)";
Text[ turkish ] = "~st";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Arri~ba";
Text[ finnish ] = "~Ylosa";
};
FixedText FT_BOTTOM
{
Pos = MAP_APPFONT ( 12 , 144 ) ;
Size = MAP_APPFONT ( 49 , 10 ) ;
Text = "~Unten" ;
Text [ ENGLISH ] = "~Bottom" ;
Text [ english_us ] = "~Bottom" ;
Text [ italian ] = "In basso" ;
Text [ spanish ] = "A~bajo" ;
Text [ french ] = "En ~bas" ;
Text [ dutch ] = "~Onder" ;
Text [ swedish ] = "~Underkant" ;
Text [ danish ] = "Bund" ;
Text [ portuguese_brazilian ] = "~Unten" ;
Text [ portuguese ] = "~Inferior" ;
Text[ chinese_simplified ] = "(~B)";
Text[ russian ] = "";
Text[ polish ] = "W dole";
Text[ japanese ] = "(~B)";
Text[ chinese_traditional ] = "VU(~B)";
Text[ arabic ] = "";
Text[ greek ] = "";
Text[ korean ] = "Ʒ(~B)";
Text[ turkish ] = "~Alt";
Text[ language_user1 ] = " ";
Text[ catalan ] = "A~bajo";
Text[ finnish ] = "~Alaosa";
};
MetricField MTR_FLD_LEFT
{
Border = TRUE ;
Pos = MAP_APPFONT ( 65 , 94 ) ;
Size = MAP_APPFONT ( 45 , 12 ) ;
TabStop = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
DecimalDigits = 2 ;
Unit = FUNIT_MM ;
Minimum = -10000 ;
First = -10000 ;
Maximum = 10000 ;
Last = 10000 ;
SpinSize = 10 ;
};
MetricField MTR_FLD_RIGHT
{
Border = TRUE ;
Pos = MAP_APPFONT ( 65 , 110 ) ;
Size = MAP_APPFONT ( 45 , 12 ) ;
//Pos = MAP_APPFONT ( 50 , 72 ) ;
TabStop = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
DecimalDigits = 2 ;
Unit = FUNIT_MM ;
Minimum = -10000 ;
First = -10000 ;
Maximum = 10000 ;
Last = 10000 ;
SpinSize = 10 ;
};
MetricField MTR_FLD_TOP
{
Border = TRUE ;
Pos = MAP_APPFONT ( 65 , 126 ) ;
Size = MAP_APPFONT ( 45 , 12 ) ;
//Pos = MAP_APPFONT ( 50 , 87 ) ;
TabStop = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
DecimalDigits = 2 ;
Unit = FUNIT_MM ;
Minimum = -10000 ;
First = -10000 ;
Maximum = 10000 ;
Last = 10000 ;
SpinSize = 10 ;
};
MetricField MTR_FLD_BOTTOM
{
Border = TRUE ;
Pos = MAP_APPFONT ( 65 , 142 ) ;
Size = MAP_APPFONT ( 45 , 12 ) ;
//Pos = MAP_APPFONT ( 50 , 102 ) ;
TabStop = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
DecimalDigits = 2 ;
Unit = FUNIT_MM ;
Minimum = -10000 ;
First = -10000 ;
Maximum = 10000 ;
Last = 10000 ;
SpinSize = 10 ;
};
FixedLine FL_SEPARATOR
{
Pos = MAP_APPFONT ( 6 + 114, 83 + 10 ) ;
Size = MAP_APPFONT ( RSC_CD_FIXEDLINE_WIDTH, 150 - 83 - 10 + 12 ) ;
Vert = TRUE;
};
FixedLine FL_POSITION
{
Pos = MAP_APPFONT ( 126 , 83 ) ;
Size = MAP_APPFONT ( 128 , RSC_CD_FIXEDLINE_HEIGHT ) ;
Text = "Textverankerung" ;
Text [ ENGLISH ] = "Anchor text" ;
Text [ dutch ] = "Tekstverankering" ;
Text [ english_us ] = "Text anchor" ;
Text [ italian ] = "Ancoraggio testo" ;
Text [ spanish ] = "Anclaje del texto" ;
Text [ french ] = "Ancrage de texte" ;
Text [ swedish ] = "Textfrankring" ;
Text [ danish ] = "Tekstforankring" ;
Text [ portuguese_brazilian ] = "Textverankerung" ;
Text [ portuguese ] = "ncora do texto" ;
Text[ chinese_simplified ] = "";
Text[ russian ] = " ";
Text[ polish ] = "Zakotwiczenie tekstu";
Text[ japanese ] = "÷Ă̱ݶ";
Text[ chinese_traditional ] = "rw";
Text[ arabic ] = " ";
Text[ greek ] = " ";
Text[ korean ] = "ؽƮ ġ ";
Text[ turkish ] = "Metin sabitleme";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Anclaje del texto";
Text[ finnish ] = "Text anchor";
};
Control CTL_POSITION
{
HelpId = HID_TEXTATTR_CTL_POSITION ;
Border = TRUE ;
Pos = MAP_APPFONT ( 132 , 94 ) ;
Size = MAP_APPFONT ( 116 , 52 ) ;
TabStop = TRUE ;
};
TriStateBox TSB_FULL_WIDTH
{
TabStop = TRUE ;
Pos = MAP_APPFONT ( 132 , 150 ) ;
Size = MAP_APPFONT ( 116 , 12 ) ;
Text = "Ganze ~Breite" ;
Text [ ENGLISH ] = "Full ~width" ;
Text [ dutch ] = "Volle~dige breedte" ;
Text [ english_us ] = "Full ~width" ;
Text [ italian ] = "A tutta larghezza" ;
Text [ spanish ] = "Todo el a~ncho" ;
Text [ french ] = "Sur toute la ~largeur" ;
Text [ swedish ] = "Hel ~bredd" ;
Text [ danish ] = "Hele bredden" ;
Text [ portuguese ] = "~Largura toda" ;
Text [ portuguese_brazilian ] = "Ganze ~Breite" ;
Text[ chinese_simplified ] = "(~W)";
Text[ russian ] = " ";
Text[ polish ] = "Caa szeroko";
Text[ japanese ] = "S(~W)";
Text[ chinese_traditional ] = "Ӽe(~W)";
Text[ arabic ] = " ";
Text[ greek ] = " ~";
Text[ korean ] = "ü ʺ(~W)";
Text[ turkish ] = "Metni, ~nesne geniliine gre ayarla";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Todo el a~ncho";
Text[ finnish ] = "~Tysi leveys";
};
Text[ chinese_simplified ] = "";
Text[ russian ] = "";
Text[ polish ] = "Tekst";
Text[ japanese ] = "÷";
Text[ chinese_traditional ] = "r";
Text[ arabic ] = "";
Text[ greek ] = "";
Text[ korean ] = "ؽƮ";
Text[ turkish ] = "Metin";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Texto";
Text[ finnish ] = "Teksti";
};
// ********************************************************************** EOF
|