sync master with lastest vba changes
[ooovba.git] / sc / source / ui / miscdlgs / sharedocdlg.src
blob869db346527dfd98d86f117acde42379ce546a9b
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: sharedocdlg.src,v $
10  * $Revision: 1.4 $
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 "sharedocdlg.hrc"
33 ModalDialog RID_SCDLG_SHAREDOCUMENT
35     OutputSize = TRUE ;
36     HelpId = SID_SHARE_DOC ;
37     SVLook = TRUE ;
38     Size = MAP_APPFONT ( 204 , 186 ) ;
39     Text [ en-US ] = "Share Document" ;
40     Moveable = TRUE ;
41     Closeable = TRUE ;
42     CheckBox CB_SHARE
43     {
44         Pos = MAP_APPFONT ( 6 , 6 ) ;
45         Size = MAP_APPFONT ( 192 , 8 ) ;
46         Text [ en-US ] = "Share this spreadsheet with other users" ;
47     };
48     FixedText FT_WARNING
49     {
50         Pos = MAP_APPFONT ( 15 , 18 ) ;
51         Size = MAP_APPFONT ( 183 , 48 ) ;
52         WordBreak = TRUE ;
53         Text [ en-US ] = "Note: Changes to formatting attributes like fonts, colors, and number formats will not be saved and some functionalities like editing charts and drawing objects are not available in shared mode. Turn off shared mode to get exclusive access needed for those changes and functionalities." ;
54     };
55     FixedLine FL_USERS
56     {
57         Pos = MAP_APPFONT ( 6 , 66 ) ;
58         Size = MAP_APPFONT ( 192 , 4 ) ;
59     };
60     FixedText FT_USERS
61     {
62         Pos = MAP_APPFONT ( 6 , 72 ) ;
63         Size = MAP_APPFONT ( 192 , 8 ) ;
64         Text [ en-US ] = "Users currently accessing this spreadsheet" ;
65     };
66     Control LB_USERS
67     {
68         Pos = MAP_APPFONT ( 6 , 82 ) ;
69         Size = MAP_APPFONT ( 192 , 72 ) ;
70         Border = TRUE ;
71     };    
72     FixedLine FL_END
73     {
74         Pos = MAP_APPFONT ( 1 , 156 ) ;
75         Size = MAP_APPFONT ( 204 , 8 ) ;
76     };
77     HelpButton BTN_HELP
78     {
79         Pos = MAP_APPFONT ( 6 , 166 ) ;
80         Size = MAP_APPFONT ( 50 , 14 ) ;
81     };
82     OKButton BTN_OK
83     {
84         Pos = MAP_APPFONT ( 92 , 166 ) ;
85         Size = MAP_APPFONT ( 50 , 14 ) ;
86         DefButton = TRUE ;
87     };
88     CancelButton BTN_CANCEL
89     {
90         Pos = MAP_APPFONT ( 148 , 166 ) ;
91         Size = MAP_APPFONT ( 50 , 14 ) ;
92     };
93     String STR_TITLE_NAME
94     {
95         Text [ en-US ] = "Name" ;
96     };
97     String STR_TITLE_ACCESSED
98     {
99         Text [ en-US ] = "Accessed" ;
100     };
101     String STR_NO_USER_DATA
102     {
103         Text [ en-US ] = "No user data available." ;
104     };
105     String STR_UNKNOWN_USER
106     {
107         Text [ en-US ] = "Unknown User" ;
108     };
109     String STR_EXCLUSIVE_ACCESS
110     {
111         Text [ en-US ] = "(exclusive access)" ;
112     };