update credits
[LibreOffice.git] / cui / source / tabpages / tabstpge.src
blob1436df01b6470cc1a4f13daf2f31280c5bf89e02
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include "helpid.hrc"
21 #include <cuires.hrc>
22 #include "tabstpge.hrc"
23 #include <svx/dialogs.hrc>
25  // RID_SVXPAGE_TABULATOR -------------------------------------------------
26 TabPage RID_SVXPAGE_TABULATOR
28     HelpId = HID_TABULATOR ;
29     Hide = TRUE ;
30     Text [ en-US ] = "Tabs" ;
31     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
32     FixedLine FL_TABPOS
33     {
34         Pos = MAP_APPFONT ( 6 , 3 ) ;
35         Size = MAP_APPFONT ( 48 , 8 ) ;
36         Text [ en-US ] = "Position" ;
37     };
38     MetricBox ED_TABPOS
39     {
40         HelpID = "cui:MetricBox:RID_SVXPAGE_TABULATOR:ED_TABPOS";
41         Pos = MAP_APPFONT ( 12 , 14 ) ;
42         Size = MAP_APPFONT ( 39 , 165 ) ;
43         Minimum = -5600 ;
44         Maximum = 5600 ;
45         DecimalDigits = 2 ;
46         Unit = FUNIT_CM ;
47     };
48     FixedLine FL_TABPOS_VERT
49     {
50         Pos = MAP_APPFONT ( 55 , 14 ) ;
51         Size = MAP_APPFONT ( 4 , 165 ) ;
52         Vert = TRUE;
53     };
54     FixedLine FL_TABTYPE
55     {
56         Pos = MAP_APPFONT ( 60 , 3 ) ;
57         Size = MAP_APPFONT ( 138 , 8 ) ;
58         Text [ en-US ] = "Type" ;
59     };
60     RadioButton BTN_TABTYPE_LEFT
61     {
62         HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_TABTYPE_LEFT";
63         Pos = MAP_APPFONT ( 66 , 14 ) ;
64         Size = MAP_APPFONT ( 89 , 10 ) ;
65         Text [ en-US ] = "~Left" ;
66         Check = TRUE ;
67     };
68     Window WIN_TABLEFT
69     {
70         Pos = MAP_APPFONT ( 157 , 14 ) ;
71         Size = MAP_APPFONT ( 7 , 10 ) ;
72     };
73     RadioButton BTN_TABTYPE_RIGHT
74     {
75         HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_TABTYPE_RIGHT";
76         Pos = MAP_APPFONT ( 66 , 28 ) ;
77         Size = MAP_APPFONT ( 89 , 10 ) ;
78         Text [ en-US ] = "Righ~t" ;
79     };
80     Window WIN_TABRIGHT
81     {
82         Pos = MAP_APPFONT ( 157 , 28 ) ;
83         Size = MAP_APPFONT ( 7 , 10 ) ;
84     };
85     RadioButton BTN_TABTYPE_CENTER
86     {
87         HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_TABTYPE_CENTER";
88         Pos = MAP_APPFONT ( 66 , 42 ) ;
89         Size = MAP_APPFONT ( 89 , 10 ) ;
90         Text [ en-US ] = "C~entered" ;
91     };
92     Window WIN_TABCENTER
93     {
94         Pos = MAP_APPFONT ( 157 , 42 ) ;
95         Size = MAP_APPFONT ( 7 , 10 ) ;
96     };
97     RadioButton BTN_TABTYPE_DECIMAL
98     {
99         HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_TABTYPE_DECIMAL";
100         Pos = MAP_APPFONT ( 66 , 56 ) ;
101         Size = MAP_APPFONT ( 89 , 10 ) ;
102         Text [ en-US ] = "Deci~mal" ;
103     };
104     Window WIN_TABDECIMAL
105     {
106         Pos = MAP_APPFONT ( 157 , 56 ) ;
107         Size = MAP_APPFONT ( 7 , 10 ) ;
108     };
109     FixedText FT_TABTYPE_DECCHAR
110     {
111         Pos = MAP_APPFONT ( 75 , 70 ) ;
112         Size = MAP_APPFONT ( 79 , 8 ) ;
113         Text [ en-US ] = "~Character" ;
114     };
115     Edit ED_TABTYPE_DECCHAR
116     {
117         HelpID = "cui:Edit:RID_SVXPAGE_TABULATOR:ED_TABTYPE_DECCHAR";
118         Border = TRUE ;
119         Pos = MAP_APPFONT ( 156 , 68 ) ;
120         Size = MAP_APPFONT ( 9 , 12 ) ;
121         Left = TRUE ;
122     };
123     FixedLine FL_FILLCHAR
124     {
125         Pos = MAP_APPFONT ( 60 , 86 ) ;
126         Size = MAP_APPFONT ( 138 , 8 ) ;
127         Text [ en-US ] = "Fill character" ;
128     };
129     RadioButton BTN_FILLCHAR_NO
130     {
131         HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_NO";
132         Pos = MAP_APPFONT ( 66 , 97 ) ;
133         Size = MAP_APPFONT ( 89 , 10 ) ;
134         Text [ en-US ] = "N~one" ;
135         Check = TRUE ;
136     };
137     RadioButton BTN_FILLCHAR_POINTS
138     {
139         HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_POINTS";
140         Pos = MAP_APPFONT ( 66 , 111 ) ;
141         Size = MAP_APPFONT ( 89 , 10 ) ;
142         Text = "~........" ;
143     };
144     RadioButton BTN_FILLCHAR_DASHLINE
145     {
146         HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_DASHLINE";
147         Pos = MAP_APPFONT ( 66 , 125 ) ;
148         Size = MAP_APPFONT ( 89 , 10 ) ;
149         Text = "~--------" ;
150     };
151     RadioButton BTN_FILLCHAR_UNDERSCORE
152     {
153         HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_UNDERSCORE";
154         Pos = MAP_APPFONT ( 66 , 139 ) ;
155         Size = MAP_APPFONT ( 89 , 10 ) ;
156         Text = "~_____" ;
157     };
158     RadioButton BTN_FILLCHAR_OTHER
159     {
160         HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_OTHER";
161         Pos = MAP_APPFONT ( 66 , 153 ) ;
162         Size = MAP_APPFONT ( 89 , 10 ) ;
163         Text [ en-US ] = "Character" ;
164     };
165     Edit ED_FILLCHAR_OTHER
166     {
167         HelpID = "cui:Edit:RID_SVXPAGE_TABULATOR:ED_FILLCHAR_OTHER";
168         Border = TRUE ;
169         Pos = MAP_APPFONT ( 156 , 151 ) ;
170         Size = MAP_APPFONT ( 9 , 12 ) ;
171         Left = TRUE ;
172     };
173     PushButton BTN_NEW
174     {
175         HelpID = "cui:PushButton:RID_SVXPAGE_TABULATOR:BTN_NEW";
176         Pos = MAP_APPFONT ( 204 , 6 ) ;
177         Size = MAP_APPFONT ( 50 , 14 ) ;
178         Text [ en-US ] = "~New" ;
179     };
180     PushButton BTN_DELALL
181     {
182         HelpID = "cui:PushButton:RID_SVXPAGE_TABULATOR:BTN_DELALL";
183         Pos = MAP_APPFONT ( 204 , 23 ) ;
184         Size = MAP_APPFONT ( 50 , 14 ) ;
185         Text [ en-US ] = "Delete ~All" ;
186     };
187     PushButton BTN_DEL
188     {
189         HelpID = "cui:PushButton:RID_SVXPAGE_TABULATOR:BTN_DEL";
190         Pos = MAP_APPFONT ( 204 , 40 ) ;
191         Size = MAP_APPFONT ( 50 , 14 ) ;
192         Text [ en-US ] = "~Delete" ;
193     };
194     String ST_LEFTTAB_ASIAN
195     {
196         Text [ en-US ] = "~Left/Top" ;
197     };
198     String ST_RIGHTTAB_ASIAN
199     {
200         Text [ en-US ] = "Righ~t/Bottom" ;
201     };
202     String ST_FILLCHAR_OTHER
203     {
204         Text [ en-US ] = "Character" ;
205     };
208 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */