merge the formfield patch from ooo-build
[ooovba.git] / svx / source / options / optasian.src
blob83da9846392bd4ecafd7d2b0deac1379f1eadfe0
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: optasian.src,v $
10  * $Revision: 1.48 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #include <optasian.hrc>
32 #include <sfx2/sfx.hrc>
33 #include "helpid.hrc"
34 #include <svx/dialogs.hrc>
36 TabPage RID_SVXPAGE_ASIAN_LAYOUT
38     HelpId = HID_OPTIONS_ASIAN_LAYOUT ;
39     OutputSize = TRUE ;
40     Size = MAP_APPFONT ( 260 , 185 ) ;
41     SVLook = TRUE ;
42     Hide = TRUE ;
43     FixedLine GB_KERNING
44     {
45         Pos = MAP_APPFONT ( 6, 3 ) ;
46         Size = MAP_APPFONT ( 248 , 8 ) ;
47         Text [ en-US ] = "Kerning";
48     };
49     RadioButton RB_CHAR_KERNING
50     {
51         Pos = MAP_APPFONT ( 12, 14 ) ;
52         Size = MAP_APPFONT ( 200 , 10 ) ;
53         Text [ en-US ] = "~Western characters only";
54     };
55     RadioButton RB_CHAR_PUNCT
56     {
57         Pos = MAP_APPFONT ( 12, 27 ) ;
58         Size = MAP_APPFONT ( 200 , 10 ) ;
59         Text [ en-US ] = "Western ~text and Asian punctuation";
60     };
61     FixedLine GB_CHAR_DIST
62     {
63         Pos = MAP_APPFONT ( 6, 43 ) ;
64         Size = MAP_APPFONT ( 248 , 8 ) ;
65         Text [ en-US ] = "Character spacing";
66     };
67     RadioButton RB_NO_COMP
68     {
69         Pos = MAP_APPFONT ( 12, 54 ) ;
70         Size = MAP_APPFONT ( 200 , 10 ) ;
71         Text [ en-US ] = "~No compression";
72     };
73     RadioButton RB_PUNCT_COMP
74     {
75         Pos = MAP_APPFONT ( 12, 67) ;
76         Size = MAP_APPFONT ( 200 , 10 ) ;
77         Text [ en-US ] = "~Compress punctuation only";
78     };
79     RadioButton RB_PUNCT_KANA_COMP
80     {
81         Pos = MAP_APPFONT ( 12, 80 ) ;
82         Size = MAP_APPFONT ( 200 , 10 ) ;
83         Text [ en-US ] = "Compress ~punctuation and Japanese Kana";
84     };
85     FixedLine GB_START_END
86     {
87         Pos = MAP_APPFONT ( 6, 96 ) ;
88         Size = MAP_APPFONT ( 248 , 8 ) ;
89         Text [ en-US ] = "First and last characters";
90     };
91     FixedText FT_LANGUAGE
92     {
93         Pos = MAP_APPFONT ( 12 , 109 ) ;
94         Size = MAP_APPFONT ( 80 , 8 ) ;
95         Text [ en-US ] = "~Language";
96     };
97     ListBox LB_LANGUAGE
98     {
99         Pos = MAP_APPFONT ( 95 , 107 ) ;
100         Size = MAP_APPFONT ( 80 , 48 ) ;
101         Border = TRUE ;
102         DropDown = TRUE ;
103     };
104     CheckBox CB_STANDARD
105     {
106         Pos = MAP_APPFONT ( 180, 109 ) ;
107         Size = MAP_APPFONT ( 74 , 10 ) ;
108         Text [ en-US ] = "~Default";
109     };
110     FixedText FT_START
111     {
112         Pos = MAP_APPFONT ( 12 , 125 ) ;
113         Size = MAP_APPFONT ( 80 , 8 ) ;
114         Text [ en-US ] = "Not at start of line:";
115     };
116     Edit ED_START
117     {
118         Pos = MAP_APPFONT ( 95 , 123 ) ;
119         Size = MAP_APPFONT ( 159 , 12 ) ;
120         Border = TRUE ;
121     };
122     FixedText FT_END
123     {
124         Pos = MAP_APPFONT ( 12 , 141 ) ;
125         Size = MAP_APPFONT ( 80 , 8 ) ;
126         Text [ en-US ] = "Not at end of line:";
127     };
128     Edit ED_END
129     {
130         Pos = MAP_APPFONT ( 95 , 139 ) ;
131         Size = MAP_APPFONT ( 159 , 12 ) ;
132         Border = TRUE ;
133     };
134     FixedText FT_HINT
135     {
136         Pos = MAP_APPFONT ( 12 , 155 ) ;
137         Size = MAP_APPFONT ( 242 , 8 ) ;
138         Text [ en-US ] = "Without user-defined line break symbols";
139     };
140     Text [ en-US ] = "Proxy";