summaryrefslogtreecommitdiff
path: root/cui/source/options/optasian.src
blob: c43cbdc9f1cc16fa1422422000b47ab32d3c28d1 (plain)
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
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 .
 */

#include "optasian.hrc"
#include <sfx2/sfx.hrc>
#include "helpid.hrc"
#include <cuires.hrc>

TabPage RID_SVXPAGE_ASIAN_LAYOUT
{
    HelpId = HID_OPTIONS_ASIAN_LAYOUT ;
    OutputSize = TRUE ;
    Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
    SVLook = TRUE ;
    Hide = TRUE ;
    FixedLine GB_KERNING
    {
        Pos = MAP_APPFONT ( 6, 3 ) ;
        Size = MAP_APPFONT ( 248 , 8 ) ;
        Text [ en-US ] = "Kerning";
    };
    RadioButton RB_CHAR_KERNING
    {
        HelpID = "cui:RadioButton:RID_SVXPAGE_ASIAN_LAYOUT:RB_CHAR_KERNING";
        Pos = MAP_APPFONT ( 12, 14 ) ;
        Size = MAP_APPFONT ( 200 , 10 ) ;
        Text [ en-US ] = "~Western characters only";
    };
    RadioButton RB_CHAR_PUNCT
    {
        HelpID = "cui:RadioButton:RID_SVXPAGE_ASIAN_LAYOUT:RB_CHAR_PUNCT";
        Pos = MAP_APPFONT ( 12, 27 ) ;
        Size = MAP_APPFONT ( 200 , 10 ) ;
        Text [ en-US ] = "Western ~text and Asian punctuation";
    };
    FixedLine GB_CHAR_DIST
    {
        Pos = MAP_APPFONT ( 6, 43 ) ;
        Size = MAP_APPFONT ( 248 , 8 ) ;
        Text [ en-US ] = "Character spacing";
    };
    RadioButton RB_NO_COMP
    {
        HelpID = "cui:RadioButton:RID_SVXPAGE_ASIAN_LAYOUT:RB_NO_COMP";
        Pos = MAP_APPFONT ( 12, 54 ) ;
        Size = MAP_APPFONT ( 200 , 10 ) ;
        Text [ en-US ] = "~No compression";
    };
    RadioButton RB_PUNCT_COMP
    {
        HelpID = "cui:RadioButton:RID_SVXPAGE_ASIAN_LAYOUT:RB_PUNCT_COMP";
        Pos = MAP_APPFONT ( 12, 67) ;
        Size = MAP_APPFONT ( 200 , 10 ) ;
        Text [ en-US ] = "~Compress punctuation only";
    };
    RadioButton RB_PUNCT_KANA_COMP
    {
        HelpID = "cui:RadioButton:RID_SVXPAGE_ASIAN_LAYOUT:RB_PUNCT_KANA_COMP";
        Pos = MAP_APPFONT ( 12, 80 ) ;
        Size = MAP_APPFONT ( 200 , 10 ) ;
        Text [ en-US ] = "Compress ~punctuation and Japanese Kana";
    };
    FixedLine GB_START_END
    {
        Pos = MAP_APPFONT ( 6, 96 ) ;
        Size = MAP_APPFONT ( 248 , 8 ) ;
        Text [ en-US ] = "First and last characters";
    };
    FixedText FT_LANGUAGE
    {
        Pos = MAP_APPFONT ( 12 , 109 ) ;
        Size = MAP_APPFONT ( 80 , 8 ) ;
        Text [ en-US ] = "~Language";
    };
    ListBox LB_LANGUAGE
    {
        HelpID = "cui:ListBox:RID_SVXPAGE_ASIAN_LAYOUT:LB_LANGUAGE";
        Pos = MAP_APPFONT ( 95 , 107 ) ;
        Size = MAP_APPFONT ( 80 , 48 ) ;
        Border = TRUE ;
        DropDown = TRUE ;
    };
    CheckBox CB_STANDARD
    {
        HelpID = "cui:CheckBox:RID_SVXPAGE_ASIAN_LAYOUT:CB_STANDARD";
        Pos = MAP_APPFONT ( 180, 109 ) ;
        Size = MAP_APPFONT ( 74 , 10 ) ;
        Text [ en-US ] = "~Default";
    };
    FixedText FT_START
    {
        Pos = MAP_APPFONT ( 12 , 125 ) ;
        Size = MAP_APPFONT ( 80 , 8 ) ;
        Text [ en-US ] = "Not at start of line:";
    };
    Edit ED_START
    {
        HelpID = "cui:Edit:RID_SVXPAGE_ASIAN_LAYOUT:ED_START";
        Pos = MAP_APPFONT ( 95 , 123 ) ;
        Size = MAP_APPFONT ( 159 , 12 ) ;
        Border = TRUE ;
    };
    FixedText FT_END
    {
        Pos = MAP_APPFONT ( 12 , 141 ) ;
        Size = MAP_APPFONT ( 80 , 8 ) ;
        Text [ en-US ] = "Not at end of line:";
    };
    Edit ED_END
    {
        HelpID = "cui:Edit:RID_SVXPAGE_ASIAN_LAYOUT:ED_END";
        Pos = MAP_APPFONT ( 95 , 139 ) ;
        Size = MAP_APPFONT ( 159 , 12 ) ;
        Border = TRUE ;
    };
    FixedText FT_HINT
    {
        Pos = MAP_APPFONT ( 12 , 155 ) ;
        Size = MAP_APPFONT ( 242 , 8 ) ;
        Text [ en-US ] = "Without user-defined line break symbols";
    };
    Text [ en-US ] = "Proxy";
};