Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git] / sc / source / ui / miscdlgs / sharedocdlg.src
blob3ddb7c35119d2c78c7266d1334420ee07c7328bc
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 "sharedocdlg.hrc"
21 ModalDialog RID_SCDLG_SHAREDOCUMENT
23     OutputSize = TRUE ;
24     HelpId = CMD_SID_SHARE_DOC ;
25     SVLook = TRUE ;
26     Size = MAP_APPFONT ( 204 , 186 ) ;
27     Text [ en-US ] = "Share Document" ;
28     Moveable = TRUE ;
29     Closeable = TRUE ;
30     CheckBox CB_SHARE
31     {
32         HelpID = "sc:CheckBox:RID_SCDLG_SHAREDOCUMENT:CB_SHARE";
33         Pos = MAP_APPFONT ( 6 , 6 ) ;
34         Size = MAP_APPFONT ( 192 , 8 ) ;
35         Text [ en-US ] = "Share this spreadsheet with other users" ;
36     };
37     FixedText FT_WARNING
38     {
39         Pos = MAP_APPFONT ( 15 , 18 ) ;
40         Size = MAP_APPFONT ( 183 , 48 ) ;
41         WordBreak = TRUE ;
42         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." ;
43     };
44     FixedLine FL_USERS
45     {
46         Pos = MAP_APPFONT ( 6 , 66 ) ;
47         Size = MAP_APPFONT ( 192 , 4 ) ;
48     };
49     FixedText FT_USERS
50     {
51         Pos = MAP_APPFONT ( 6 , 72 ) ;
52         Size = MAP_APPFONT ( 192 , 8 ) ;
53         Text [ en-US ] = "Users currently accessing this spreadsheet" ;
54     };
55     Control LB_USERS
56     {
57         Pos = MAP_APPFONT ( 6 , 82 ) ;
58         Size = MAP_APPFONT ( 192 , 72 ) ;
59         Border = TRUE ;
60     };
61     FixedLine FL_END
62     {
63         Pos = MAP_APPFONT ( 1 , 156 ) ;
64         Size = MAP_APPFONT ( 204 , 8 ) ;
65     };
66     HelpButton BTN_HELP
67     {
68         Pos = MAP_APPFONT ( 6 , 166 ) ;
69         Size = MAP_APPFONT ( 50 , 14 ) ;
70     };
71     OKButton BTN_OK
72     {
73         Pos = MAP_APPFONT ( 92 , 166 ) ;
74         Size = MAP_APPFONT ( 50 , 14 ) ;
75         DefButton = TRUE ;
76     };
77     CancelButton BTN_CANCEL
78     {
79         Pos = MAP_APPFONT ( 148 , 166 ) ;
80         Size = MAP_APPFONT ( 50 , 14 ) ;
81     };
82     String STR_TITLE_NAME
83     {
84         Text [ en-US ] = "Name" ;
85     };
86     String STR_TITLE_ACCESSED
87     {
88         Text [ en-US ] = "Accessed" ;
89     };
90     String STR_NO_USER_DATA
91     {
92         Text [ en-US ] = "No user data available." ;
93     };
94     String STR_UNKNOWN_USER
95     {
96         Text [ en-US ] = "Unknown User" ;
97     };
98     String STR_EXCLUSIVE_ACCESS
99     {
100         Text [ en-US ] = "(exclusive access)" ;
101     };