sync master with lastest vba changes
[ooovba.git] / sc / source / ui / src / opredlin.src
blob63ecc5771bdd3b44ecbfc3ff80563f42130a2c87
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: opredlin.src,v $
10  * $Revision: 1.37 $
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 "opredlin.hrc"
32 TabPage RID_SCPAGE_OPREDLINE
34         HelpId = HID_SCPAGE_OPREDLINE ;
35         SVLook = TRUE ;
36         Hide = TRUE ;
37         Pos = MAP_APPFONT ( 0 , 0 ) ;
38         Size = MAP_APPFONT ( 260 , 185 ) ;
39         FixedText FT_CONTENT
40         {
41                 HelpID = 1 ;
42                 Pos = MAP_APPFONT ( 12 , 15 ) ;
43                 Size = MAP_APPFONT ( 70 , 10 ) ;
44                 Text [ en-US ] = "Chan~ges" ;
45         };
46         FixedText FT_REMOVE
47         {
48                 Pos = MAP_APPFONT ( 12 , 31 ) ;
49                 Size = MAP_APPFONT ( 70 , 10 ) ;
50                 Text [ en-US ] = "~Deletions" ;
51         };
52         FixedText FT_INSERT
53         {
54                 Pos = MAP_APPFONT ( 12 , 47 ) ;
55                 Size = MAP_APPFONT ( 70 , 10 ) ;
56                 Text [ en-US ] = "~Insertions" ;
57         };
58         FixedText FT_MOVE
59         {
60                 Pos = MAP_APPFONT ( 12 , 63 ) ;
61                 Size = MAP_APPFONT ( 70 , 10 ) ;
62                 Text [ en-US ] = "~Moved entries" ;
63         };
64     FixedLine GB_COLORCHGS
65         {
66                 Pos = MAP_APPFONT ( 6 , 3 ) ;
67         Size = MAP_APPFONT ( 248 , 8 ) ;
68                 Text [ en-US ] = "Colors for changes" ;
69         };
70         ListBox CLB_CONTENT
71         {
72                 Pos = MAP_APPFONT ( 90 , 14 ) ;
73                 Size = MAP_APPFONT ( 120 , 86 ) ;
74                 TabStop = TRUE ;
75                 DropDown = TRUE ;
76         };
77         ListBox CLB_REMOVE
78         {
79                 Pos = MAP_APPFONT ( 90 , 30 ) ;
80                 Size = MAP_APPFONT ( 120 , 86 ) ;
81                 TabStop = TRUE ;
82                 DropDown = TRUE ;
83         };
84         ListBox CLB_INSERT
85         {
86                 Pos = MAP_APPFONT ( 90 , 46 ) ;
87                 Size = MAP_APPFONT ( 120 , 86 ) ;
88                 TabStop = TRUE ;
89                 DropDown = TRUE ;
90         };
91         ListBox CLB_MOVE
92         {
93                 Pos = MAP_APPFONT ( 90 , 62 ) ;
94                 Size = MAP_APPFONT ( 120 , 86 ) ;
95                 TabStop = TRUE ;
96                 DropDown = TRUE ;
97         };
98         String STR_AUTHOR
99         {
100                 Text [ en-US ] = "By author" ;
101         };