blob: 229a2c244f989212345839f8f6b7deaf157fc183 [file] [log] [blame]
/**************************************************************
*
* 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
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*
*************************************************************/
#include "sharedocdlg.hrc"
ModalDialog RID_SCDLG_SHAREDOCUMENT
{
OutputSize = TRUE ;
HelpId = CMD_SID_SHARE_DOC ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 204 , 186 ) ;
Text [ en-US ] = "Share Document" ;
Moveable = TRUE ;
Closeable = TRUE ;
CheckBox CB_SHARE
{
HelpID = "sc:CheckBox:RID_SCDLG_SHAREDOCUMENT:CB_SHARE";
Pos = MAP_APPFONT ( 6 , 6 ) ;
Size = MAP_APPFONT ( 192 , 8 ) ;
Text [ en-US ] = "Share this spreadsheet with other users" ;
};
FixedText FT_WARNING
{
Pos = MAP_APPFONT ( 15 , 18 ) ;
Size = MAP_APPFONT ( 183 , 48 ) ;
WordBreak = TRUE ;
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." ;
};
FixedLine FL_USERS
{
Pos = MAP_APPFONT ( 6 , 66 ) ;
Size = MAP_APPFONT ( 192 , 4 ) ;
};
FixedText FT_USERS
{
Pos = MAP_APPFONT ( 6 , 72 ) ;
Size = MAP_APPFONT ( 192 , 8 ) ;
Text [ en-US ] = "Users currently accessing this spreadsheet" ;
};
Control LB_USERS
{
Pos = MAP_APPFONT ( 6 , 82 ) ;
Size = MAP_APPFONT ( 192 , 72 ) ;
Border = TRUE ;
};
FixedLine FL_END
{
Pos = MAP_APPFONT ( 1 , 156 ) ;
Size = MAP_APPFONT ( 204 , 8 ) ;
};
HelpButton BTN_HELP
{
Pos = MAP_APPFONT ( 6 , 166 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
};
OKButton BTN_OK
{
Pos = MAP_APPFONT ( 92 , 166 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
DefButton = TRUE ;
};
CancelButton BTN_CANCEL
{
Pos = MAP_APPFONT ( 148 , 166 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
};
String STR_TITLE_NAME
{
Text [ en-US ] = "Name" ;
};
String STR_TITLE_ACCESSED
{
Text [ en-US ] = "Accessed" ;
};
String STR_NO_USER_DATA
{
Text [ en-US ] = "No user data available." ;
};
String STR_UNKNOWN_USER
{
Text [ en-US ] = "Unknown User" ;
};
String STR_EXCLUSIVE_ACCESS
{
Text [ en-US ] = "(exclusive access)" ;
};
};