Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / cui / source / options / optasian.src
blobc43cbdc9f1cc16fa1422422000b47ab32d3c28d1
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
10  *   Licensed to the Apache Software Foundation (ASF) under one or more
11  *   contributor license agreements. See the NOTICE file distributed
12  *   with this work for additional information regarding copyright
13  *   ownership. The ASF licenses this file to you under the Apache
14  *   License, Version 2.0 (the "License"); you may not use this file
15  *   except in compliance with the License. You may obtain a copy of
16  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17  */
19 #include "optasian.hrc"
20 #include <sfx2/sfx.hrc>
21 #include "helpid.hrc"
22 #include <cuires.hrc>
24 TabPage RID_SVXPAGE_ASIAN_LAYOUT
26     HelpId = HID_OPTIONS_ASIAN_LAYOUT ;
27     OutputSize = TRUE ;
28     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
29     SVLook = TRUE ;
30     Hide = TRUE ;
31     FixedLine GB_KERNING
32     {
33         Pos = MAP_APPFONT ( 6, 3 ) ;
34         Size = MAP_APPFONT ( 248 , 8 ) ;
35         Text [ en-US ] = "Kerning";
36     };
37     RadioButton RB_CHAR_KERNING
38     {
39         HelpID = "cui:RadioButton:RID_SVXPAGE_ASIAN_LAYOUT:RB_CHAR_KERNING";
40         Pos = MAP_APPFONT ( 12, 14 ) ;
41         Size = MAP_APPFONT ( 200 , 10 ) ;
42         Text [ en-US ] = "~Western characters only";
43     };
44     RadioButton RB_CHAR_PUNCT
45     {
46         HelpID = "cui:RadioButton:RID_SVXPAGE_ASIAN_LAYOUT:RB_CHAR_PUNCT";
47         Pos = MAP_APPFONT ( 12, 27 ) ;
48         Size = MAP_APPFONT ( 200 , 10 ) ;
49         Text [ en-US ] = "Western ~text and Asian punctuation";
50     };
51     FixedLine GB_CHAR_DIST
52     {
53         Pos = MAP_APPFONT ( 6, 43 ) ;
54         Size = MAP_APPFONT ( 248 , 8 ) ;
55         Text [ en-US ] = "Character spacing";
56     };
57     RadioButton RB_NO_COMP
58     {
59         HelpID = "cui:RadioButton:RID_SVXPAGE_ASIAN_LAYOUT:RB_NO_COMP";
60         Pos = MAP_APPFONT ( 12, 54 ) ;
61         Size = MAP_APPFONT ( 200 , 10 ) ;
62         Text [ en-US ] = "~No compression";
63     };
64     RadioButton RB_PUNCT_COMP
65     {
66         HelpID = "cui:RadioButton:RID_SVXPAGE_ASIAN_LAYOUT:RB_PUNCT_COMP";
67         Pos = MAP_APPFONT ( 12, 67) ;
68         Size = MAP_APPFONT ( 200 , 10 ) ;
69         Text [ en-US ] = "~Compress punctuation only";
70     };
71     RadioButton RB_PUNCT_KANA_COMP
72     {
73         HelpID = "cui:RadioButton:RID_SVXPAGE_ASIAN_LAYOUT:RB_PUNCT_KANA_COMP";
74         Pos = MAP_APPFONT ( 12, 80 ) ;
75         Size = MAP_APPFONT ( 200 , 10 ) ;
76         Text [ en-US ] = "Compress ~punctuation and Japanese Kana";
77     };
78     FixedLine GB_START_END
79     {
80         Pos = MAP_APPFONT ( 6, 96 ) ;
81         Size = MAP_APPFONT ( 248 , 8 ) ;
82         Text [ en-US ] = "First and last characters";
83     };
84     FixedText FT_LANGUAGE
85     {
86         Pos = MAP_APPFONT ( 12 , 109 ) ;
87         Size = MAP_APPFONT ( 80 , 8 ) ;
88         Text [ en-US ] = "~Language";
89     };
90     ListBox LB_LANGUAGE
91     {
92         HelpID = "cui:ListBox:RID_SVXPAGE_ASIAN_LAYOUT:LB_LANGUAGE";
93         Pos = MAP_APPFONT ( 95 , 107 ) ;
94         Size = MAP_APPFONT ( 80 , 48 ) ;
95         Border = TRUE ;
96         DropDown = TRUE ;
97     };
98     CheckBox CB_STANDARD
99     {
100         HelpID = "cui:CheckBox:RID_SVXPAGE_ASIAN_LAYOUT:CB_STANDARD";
101         Pos = MAP_APPFONT ( 180, 109 ) ;
102         Size = MAP_APPFONT ( 74 , 10 ) ;
103         Text [ en-US ] = "~Default";
104     };
105     FixedText FT_START
106     {
107         Pos = MAP_APPFONT ( 12 , 125 ) ;
108         Size = MAP_APPFONT ( 80 , 8 ) ;
109         Text [ en-US ] = "Not at start of line:";
110     };
111     Edit ED_START
112     {
113         HelpID = "cui:Edit:RID_SVXPAGE_ASIAN_LAYOUT:ED_START";
114         Pos = MAP_APPFONT ( 95 , 123 ) ;
115         Size = MAP_APPFONT ( 159 , 12 ) ;
116         Border = TRUE ;
117     };
118     FixedText FT_END
119     {
120         Pos = MAP_APPFONT ( 12 , 141 ) ;
121         Size = MAP_APPFONT ( 80 , 8 ) ;
122         Text [ en-US ] = "Not at end of line:";
123     };
124     Edit ED_END
125     {
126         HelpID = "cui:Edit:RID_SVXPAGE_ASIAN_LAYOUT:ED_END";
127         Pos = MAP_APPFONT ( 95 , 139 ) ;
128         Size = MAP_APPFONT ( 159 , 12 ) ;
129         Border = TRUE ;
130     };
131     FixedText FT_HINT
132     {
133         Pos = MAP_APPFONT ( 12 , 155 ) ;
134         Size = MAP_APPFONT ( 242 , 8 ) ;
135         Text [ en-US ] = "Without user-defined line break symbols";
136     };
137     Text [ en-US ] = "Proxy";