office-gobmx/cui/source/dialogs/svuidlg.src

395 lines
11 KiB
Text
Raw Normal View History

re-base on ALv2 code. Includes: clarify Option->Language UI option Patch contributed by Herbert Duerr http://svn.apache.org/viewvc?view=revision&revision=1173991 cws mba34issues01: #i117712#: fix several resource errors introduced by IAccessible2 implementation Patch contributed by Mathias Bauer http://svn.apache.org/viewvc?view=revision&revision=1173991 cws mba34issues01: #i117709#: add missing string resource Patch contributed by Mathias Bauer http://svn.apache.org/viewvc?view=revision&revision=1172348 cws mba34issues01: #i117716#: fix missing resources my removing unused code Patch contributed by Mathias Bauer http://svn.apache.org/viewvc?view=revision&revision=1172345 re-add Crystal, Tango, Oxygen icon theme listings. correct method signature Patch contributed by Jean-Louis 'Hans' Fuchs http://svn.apache.org/viewvc?view=revision&revision=1306725 i#119063 - correct serf integration Patch contributed by Oliver-Rainer Wittmann http://svn.apache.org/viewvc?view=revision&revision=1300521 i#119036 - adapt serf integration -- use transfer-encoding 'chunked' on HTTPS -- switch transfer-encoding between 'chunked' and none on 413 HTTP status code -- refactoring -- improve user experience of certification dialog - only shown once Patch contributed by Oliver-Rainer Wittmann http://svn.apache.org/viewvc?view=revision&revision=1299727 118569: Use whole certification chain for verification. Patch contributed by Andre Fischer http://svn.apache.org/viewvc?view=revision&revision=1295493 serf integration: improve credential input handling Patch contributed by Oliver-Rainer Wittmann http://svn.apache.org/viewvc?view=revision&revision=1294557 warning-free ucb/source/ucp/webdav Patch contributed by Pavel Janik http://svn.apache.org/viewvc?view=revision&revision=1294086 some refactoring to PROPPATCH and PROPFIND requests Patch contributed by Oliver-Rainer Wittmann http://svn.apache.org/viewvc?view=revision&revision=1293281 i#118569: Replace neon with serf Patch contributed by Oliver-Rainer Wittmann http://svn.apache.org/viewvc?view=revision&revision=1292832 http://svn.apache.org/viewvc?view=revision&revision=1292794 remove OS/2 conditionals for now. re-enable webdav unit tests.
2012-10-04 05:25:41 -05:00
/*
* 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 .
*/
2009-10-30 18:36:06 -05:00
#include <svtools/controldims.hrc>
#include "svuidlg.hrc"
ModalDialog MD_PASTE_OBJECT
{
HelpID = "cui:ModalDialog:MD_PASTE_OBJECT";
2009-10-30 18:36:06 -05:00
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";
2009-10-30 18:36:06 -05:00
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";
2009-10-30 18:36:06 -05:00
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";
2009-10-30 18:36:06 -05:00
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";
2009-10-30 18:36:06 -05:00
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";
2009-10-30 18:36:06 -05:00
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";
2009-10-30 18:36:06 -05:00
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";
2009-10-30 18:36:06 -05:00
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";
2009-10-30 18:36:06 -05:00
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";
2009-10-30 18:36:06 -05:00
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";
2009-10-30 18:36:06 -05:00
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";
2009-10-30 18:36:06 -05:00
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";
2009-10-30 18:36:06 -05:00
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";
2009-10-30 18:36:06 -05:00
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";
2009-10-30 18:36:06 -05:00
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";
2009-10-30 18:36:06 -05:00
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";
2009-10-30 18:36:06 -05:00
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";
2009-10-30 18:36:06 -05:00
Border = TRUE ;
Pos = MAP_APPFONT ( 12 , 55 ) ;
Size = MAP_APPFONT ( 204 , 12 ) ;
};
PushButton BTN_CLASS
{
HelpID = "cui:PushButton:MD_INSERT_OBJECT_APPLET:BTN_CLASS";
2009-10-30 18:36:06 -05:00
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";
2009-10-30 18:36:06 -05:00
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 ;
};