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