f72004dc28
Change-Id: I958f6e80813a4e056b09225b16cea9ea2a3450ac
394 lines
11 KiB
Text
394 lines
11 KiB
Text
/*
|
|
* This file is part of the LibreOffice project.
|
|
*
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
*
|
|
* This file incorporates work covered by the following license notice:
|
|
*
|
|
* 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 .
|
|
*/
|
|
|
|
#include <svtools/controldims.hrc>
|
|
#include "svuidlg.hrc"
|
|
|
|
ModalDialog MD_PASTE_OBJECT
|
|
{
|
|
HelpID = "cui:ModalDialog:MD_PASTE_OBJECT";
|
|
OutputSize = TRUE ;
|
|
SVLook = TRUE ;
|
|
Moveable = TRUE ;
|
|
Size = MAP_APPFONT ( 282 , 135 ) ; // 12 under listbox
|
|
Text [ en-US ] = "Paste Special" ;
|
|
FixedText FT_SOURCE
|
|
{
|
|
Pos = MAP_APPFONT ( 6 , 11 ) ;
|
|
Size = MAP_APPFONT ( 30 , 10 ) ;
|
|
Text [ en-US ] = "Source:" ;
|
|
};
|
|
FixedText FT_OBJECT_SOURCE
|
|
{
|
|
Pos = MAP_APPFONT ( 42 , 11 ) ;
|
|
Size = MAP_APPFONT ( 166 , 20 ) ;
|
|
WordBreak = TRUE ;
|
|
};
|
|
RadioButton RB_PASTE
|
|
{
|
|
HelpID = "cui:RadioButton:MD_PASTE_OBJECT:RB_PASTE";
|
|
Hide = TRUE ;
|
|
Pos = MAP_APPFONT ( 12 , 48 ) ;
|
|
Size = MAP_APPFONT ( 63 , 10 ) ;
|
|
Text [ en-US ] = "~Insert as" ;
|
|
Check = TRUE ;
|
|
};
|
|
RadioButton RB_PASTE_LINK
|
|
{
|
|
HelpID = "cui:RadioButton:MD_PASTE_OBJECT:RB_PASTE_LINK";
|
|
Hide = TRUE ;
|
|
Pos = MAP_APPFONT ( 78 , 48 ) ;
|
|
Size = MAP_APPFONT ( 63 , 10 ) ;
|
|
Text [ en-US ] = "Link to" ;
|
|
};
|
|
ListBox LB_INSERT_LIST
|
|
{
|
|
HelpID = "cui:ListBox:MD_PASTE_OBJECT:LB_INSERT_LIST";
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 12 , 49 ) ;
|
|
Size = MAP_APPFONT ( 202 , 74 ) ;
|
|
};
|
|
CheckBox CB_DISPLAY_AS_ICON
|
|
{
|
|
HelpID = "cui:CheckBox:MD_PASTE_OBJECT:CB_DISPLAY_AS_ICON";
|
|
Hide = TRUE ;
|
|
Disable = TRUE ;
|
|
Pos = MAP_APPFONT ( 150 , 62 ) ;
|
|
Size = MAP_APPFONT ( 64 , 10 ) ;
|
|
Text [ en-US ] = "~As icon" ;
|
|
};
|
|
PushButton PB_CHANGE_ICON
|
|
{
|
|
HelpID = "cui:PushButton:MD_PASTE_OBJECT:PB_CHANGE_ICON";
|
|
Hide = TRUE ;
|
|
Pos = MAP_APPFONT ( 150 , 111 ) ;
|
|
Size = MAP_APPFONT ( 64 , 14 ) ;
|
|
Text [ en-US ] = "~Other Icon..." ;
|
|
};
|
|
FixedLine FL_CHOICE
|
|
{
|
|
Pos = MAP_APPFONT ( 6 , 38 ) ;
|
|
Size = MAP_APPFONT ( 214 , RSC_CD_FIXEDLINE_HEIGHT ) ;
|
|
Text [ en-US ] = "Selection" ;
|
|
};
|
|
OKButton 1
|
|
{
|
|
Pos = MAP_APPFONT ( 226 , 6 ) ;
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
DefButton = TRUE ;
|
|
};
|
|
CancelButton 1
|
|
{
|
|
Pos = MAP_APPFONT ( 226 , 23 ) ;
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
};
|
|
HelpButton 1
|
|
{
|
|
Pos = MAP_APPFONT ( 226 , 43 ) ;
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
};
|
|
String S_OBJECT
|
|
{
|
|
Text [ en-US ] = "Object" ;
|
|
};
|
|
};
|
|
ModalDialog MD_UPDATE_BASELINKS
|
|
{
|
|
HelpID = "cui:ModalDialog:MD_UPDATE_BASELINKS";
|
|
OutputSize = TRUE ;
|
|
SVLook = TRUE ;
|
|
Size = MAP_APPFONT ( 337 , 166 ) ;
|
|
Text [ en-US ] = "Edit Links" ;
|
|
Moveable = TRUE ;
|
|
FixedText FT_FILES
|
|
{
|
|
Pos = MAP_APPFONT ( 6 , 6 ) ;
|
|
Size = MAP_APPFONT ( 74 , 10 ) ;
|
|
Text [ en-US ] = "Source file" ;
|
|
};
|
|
FixedText FT_LINKS
|
|
{
|
|
Pos = MAP_APPFONT ( 83 , 6 ) ;
|
|
Size = MAP_APPFONT ( 63 , 10 ) ;
|
|
Text [ en-US ] = "Element:" ;
|
|
};
|
|
FixedText FT_TYPE
|
|
{
|
|
Pos = MAP_APPFONT ( 150 , 6 ) ;
|
|
Size = MAP_APPFONT ( 60 , 10 ) ;
|
|
Text [ en-US ] = "Type" ;
|
|
};
|
|
FixedText FT_STATUS
|
|
{
|
|
Pos = MAP_APPFONT ( 215 , 6 ) ;
|
|
Size = MAP_APPFONT ( 55 , 10 ) ;
|
|
Text [ en-US ] = "Status" ;
|
|
};
|
|
CancelButton 1
|
|
{
|
|
Pos = MAP_APPFONT ( 270 , 6 ) ;
|
|
Size = MAP_APPFONT ( 60 , 14 ) ;
|
|
Text [ en-US ] = "~Close" ;
|
|
};
|
|
HelpButton 1
|
|
{
|
|
Pos = MAP_APPFONT ( 270 , 26 ) ;
|
|
Size = MAP_APPFONT ( 60 , 14 ) ;
|
|
};
|
|
PushButton PB_UPDATE_NOW
|
|
{
|
|
HelpID = "cui:PushButton:MD_UPDATE_BASELINKS:PB_UPDATE_NOW";
|
|
Pos = MAP_APPFONT ( 270 , 43 ) ;
|
|
Size = MAP_APPFONT ( 60 , 14 ) ;
|
|
Text [ en-US ] = "~Update" ;
|
|
};
|
|
PushButton PB_OPEN_SOURCE
|
|
{
|
|
HelpID = "cui:PushButton:MD_UPDATE_BASELINKS:PB_OPEN_SOURCE";
|
|
Pos = MAP_APPFONT ( 270 , 60 ) ;
|
|
Size = MAP_APPFONT ( 60 , 14 ) ;
|
|
Text [ en-US ] = "~Open" ;
|
|
};
|
|
PushButton PB_CHANGE_SOURCE
|
|
{
|
|
HelpID = "cui:PushButton:MD_UPDATE_BASELINKS:PB_CHANGE_SOURCE";
|
|
Pos = MAP_APPFONT ( 270 , 77 ) ;
|
|
Size = MAP_APPFONT ( 60 , 14 ) ;
|
|
Text [ en-US ] = "~Modify..." ;
|
|
};
|
|
PushButton PB_BREAK_LINK
|
|
{
|
|
HelpID = "cui:PushButton:MD_UPDATE_BASELINKS:PB_BREAK_LINK";
|
|
Pos = MAP_APPFONT ( 270 , 94 ) ;
|
|
Size = MAP_APPFONT ( 60 , 14 ) ;
|
|
Text [ en-US ] = "~Break Link" ;
|
|
};
|
|
FixedText FT_FILES2
|
|
{
|
|
Pos = MAP_APPFONT ( 6 , 111 ) ;
|
|
Size = MAP_APPFONT ( 61 , 10 ) ;
|
|
Text [ en-US ] = "Source file" ;
|
|
};
|
|
FixedText FT_SOURCE2
|
|
{
|
|
Pos = MAP_APPFONT ( 6 , 124 ) ;
|
|
Size = MAP_APPFONT ( 61 , 10 ) ;
|
|
Text [ en-US ] = "Element:" ;
|
|
};
|
|
FixedText FT_TYPE2
|
|
{
|
|
Pos = MAP_APPFONT ( 6 , 137 ) ;
|
|
Size = MAP_APPFONT ( 61 , 10 ) ;
|
|
Text [ en-US ] = "Type:" ;
|
|
};
|
|
FixedText FT_UPDATE
|
|
{
|
|
Pos = MAP_APPFONT ( 6 , 150 ) ;
|
|
Size = MAP_APPFONT ( 61 , 10 ) ;
|
|
Text [ en-US ] = "Update:" ;
|
|
};
|
|
RadioButton RB_AUTOMATIC
|
|
{
|
|
HelpID = "cui:RadioButton:MD_UPDATE_BASELINKS:RB_AUTOMATIC";
|
|
Pos = MAP_APPFONT ( 70 , 150 ) ;
|
|
Size = MAP_APPFONT ( 60 , 10 ) ;
|
|
Text [ en-US ] = "~Automatic" ;
|
|
};
|
|
RadioButton RB_MANUAL
|
|
{
|
|
HelpID = "cui:RadioButton:MD_UPDATE_BASELINKS:RB_MANUAL";
|
|
Pos = MAP_APPFONT ( 133 , 150 ) ;
|
|
Size = MAP_APPFONT ( 60 , 10 ) ;
|
|
Text [ en-US ] = "Ma~nual" ;
|
|
};
|
|
FixedText FT_FULL_FILE_NAME
|
|
{
|
|
Pos = MAP_APPFONT ( 70 , 111 ) ;
|
|
Size = MAP_APPFONT ( 225 , 10 ) ;
|
|
};
|
|
FixedText FT_FULL_SOURCE_NAME
|
|
{
|
|
Pos = MAP_APPFONT ( 70 , 124 ) ;
|
|
Size = MAP_APPFONT ( 225 , 10 ) ;
|
|
};
|
|
FixedText FT_FULL_TYPE_NAME
|
|
{
|
|
Pos = MAP_APPFONT ( 70 , 137 ) ;
|
|
Size = MAP_APPFONT ( 225 , 10 ) ;
|
|
};
|
|
String STR_AUTOLINK
|
|
{
|
|
Text [ en-US ] = "Automatic" ;
|
|
};
|
|
String STR_MANUALLINK
|
|
{
|
|
Text [ en-US ] = "Manual" ;
|
|
};
|
|
String STR_BROKENLINK
|
|
{
|
|
Text [ en-US ] = "Not available" ;
|
|
};
|
|
String STR_GRAPHICLINK
|
|
{
|
|
Text [ en-US ] = "Graphic" ;
|
|
};
|
|
String STR_BUTTONCLOSE
|
|
{
|
|
Text [ en-US ] = "~Close" ;
|
|
};
|
|
String STR_CLOSELINKMSG
|
|
{
|
|
Text [ en-US ] = "Are you sure you want to remove the selected link?" ;
|
|
};
|
|
String STR_CLOSELINKMSG_MULTI
|
|
{
|
|
Text [ en-US ] = "Are you sure you want to remove the selected link?" ;
|
|
};
|
|
String STR_WAITINGLINK
|
|
{
|
|
Text [ en-US ] = "Waiting";
|
|
};
|
|
};
|
|
ModalDialog MD_LINKEDIT
|
|
{
|
|
HelpID = "cui:ModalDialog:MD_LINKEDIT";
|
|
OutputSize = TRUE ;
|
|
SVLook = TRUE ;
|
|
Size = MAP_APPFONT ( 222 , 58 ) ;
|
|
Text [ en-US ] = "Modify Link" ;
|
|
Moveable = TRUE ;
|
|
OKButton 1
|
|
{
|
|
Pos = MAP_APPFONT ( 165 , 5 ) ;
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
DefButton = TRUE ;
|
|
};
|
|
CancelButton 1
|
|
{
|
|
Pos = MAP_APPFONT ( 165 , 25 ) ;
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
};
|
|
FixedText FT_FULL_TYPE_NAME
|
|
{
|
|
SVLook = TRUE ;
|
|
Pos = MAP_APPFONT ( 5 , 5 ) ;
|
|
Size = MAP_APPFONT ( 155 , 10 ) ;
|
|
};
|
|
FixedText 2
|
|
{
|
|
SVLook = TRUE ;
|
|
Pos = MAP_APPFONT ( 5 , 20 ) ;
|
|
Size = MAP_APPFONT ( 75 , 10 ) ;
|
|
Text [ en-US ] = "Exchange source:" ;
|
|
};
|
|
Edit ED_FULL_SOURCE_NAME
|
|
{
|
|
HelpID = "cui:Edit:MD_LINKEDIT:ED_FULL_SOURCE_NAME";
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 5 , 35 ) ;
|
|
Size = MAP_APPFONT ( 155 , 12 ) ;
|
|
Text [ en-US ] = "Edit" ;
|
|
};
|
|
};
|
|
ModalDialog MD_INSERT_OBJECT_APPLET
|
|
{
|
|
HelpID = "cui:ModalDialog:MD_INSERT_OBJECT_APPLET";
|
|
OutputSize = TRUE ;
|
|
SVLook = TRUE ;
|
|
Size = MAP_APPFONT ( 284 , 164 ) ;
|
|
Moveable = TRUE ;
|
|
FixedText FT_CLASSFILE
|
|
{
|
|
Pos = MAP_APPFONT ( 12 , 14 ) ;
|
|
Size = MAP_APPFONT ( 204 , 10 ) ;
|
|
Text [ en-US ] = "~Class" ;
|
|
};
|
|
Edit ED_CLASSFILE
|
|
{
|
|
HelpID = "cui:Edit:MD_INSERT_OBJECT_APPLET:ED_CLASSFILE";
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 12 , 27 ) ;
|
|
Size = MAP_APPFONT ( 204 , 12 ) ;
|
|
};
|
|
FixedText FT_CLASSLOCATION
|
|
{
|
|
Pos = MAP_APPFONT ( 12 , 42 ) ;
|
|
Size = MAP_APPFONT ( 204 , 10 ) ;
|
|
Text [ en-US ] = "Class ~Location" ;
|
|
};
|
|
Edit ED_CLASSLOCATION
|
|
{
|
|
HelpID = "cui:Edit:MD_INSERT_OBJECT_APPLET:ED_CLASSLOCATION";
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 12 , 55 ) ;
|
|
Size = MAP_APPFONT ( 204 , 12 ) ;
|
|
};
|
|
PushButton BTN_CLASS
|
|
{
|
|
HelpID = "cui:PushButton:MD_INSERT_OBJECT_APPLET:BTN_CLASS";
|
|
Pos = MAP_APPFONT ( 166 , 70 ) ;
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
Text [ en-US ] = "~Search..." ;
|
|
};
|
|
FixedLine GB_CLASS
|
|
{
|
|
Pos = MAP_APPFONT ( 6 , 3 ) ;
|
|
Size = MAP_APPFONT ( 216 , 8 ) ;
|
|
Text [ en-US ] = "File" ;
|
|
};
|
|
MultiLineEdit ED_APPLET_OPTIONS
|
|
{
|
|
HelpID = "cui:MultiLineEdit:MD_INSERT_OBJECT_APPLET:ED_APPLET_OPTIONS";
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 12 , 107 ) ;
|
|
Size = MAP_APPFONT ( 204 , 45 ) ;
|
|
VScroll = TRUE ;
|
|
IgnoreTab = TRUE;
|
|
};
|
|
FixedLine GB_APPLET_OPTIONS
|
|
{
|
|
Pos = MAP_APPFONT ( 6 , 96 ) ;
|
|
Size = MAP_APPFONT ( 216 , 8 ) ;
|
|
Text [ en-US ] = "Options" ;
|
|
};
|
|
OKButton 1
|
|
{
|
|
Pos = MAP_APPFONT ( 228 , 6 ) ;
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
DefButton = TRUE ;
|
|
};
|
|
CancelButton 1
|
|
{
|
|
Pos = MAP_APPFONT ( 228 , 23 ) ;
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
};
|
|
HelpButton 1
|
|
{
|
|
Pos = MAP_APPFONT ( 228 , 43 ) ;
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
};
|
|
Text [ en-US ] = "Insert Applet" ;
|
|
};
|
|
Control TB_LINKS
|
|
{
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 6 , 21 ) ;
|
|
Size = MAP_APPFONT ( 257 , 87 ) ;
|
|
TabStop = TRUE ;
|
|
ClipChildren = TRUE ;
|
|
};
|