Files
loongoffice/svx/source/options/multipat.src
Hans-Joachim Lankenau f9bcf06c79 INTEGRATION: CWS mergebuild (1.32.98); FILE MERGED
2004/04/20 18:43:25 hjs 1.32.98.3: RESYNC: (1.32-1.33); FILE MERGED
2003/11/11 19:24:44 ihi 1.32.98.2: en -> en-US
2003/11/10 17:58:40 ihi 1.32.98.1: #111234# Merge during build
2004-06-25 11:14:16 +00:00

183 lines
4.9 KiB
Plaintext

/*************************************************************************
*
* $RCSfile: multipat.src,v $
*
* $Revision: 1.34 $
*
* last change: $Author: hjs $ $Date: 2004-06-25 12:14:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
*
* - GNU Lesser General Public License Version 2.1
* - Sun Industry Standards Source License Version 1.1
*
* Sun Microsystems Inc., October, 2000
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2000 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
*
* Sun Industry Standards Source License Version 1.1
* =================================================
* The contents of this file are subject to the Sun Industry Standards
* Source License Version 1.1 (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.openoffice.org/license.html.
*
* Software provided under this License is provided on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
* See the License for the specific provisions governing your rights and
* obligations concerning the Software.
*
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
*
* Copyright: 2000 by Sun Microsystems, Inc.
*
* All Rights Reserved.
*
* Contributor(s): _______________________________________
*
*
************************************************************************/
#include "multipat.hrc"
#include "helpid.hrc"
#include "dialogs.hrc"
// RID_SVXDLG_MULTIPATH --------------------------------------------------
ModalDialog RID_SVXDLG_MULTIPATH
{
HelpId = HID_MULTIPATH ;
OutputSize = TRUE ;
Size = MAP_APPFONT ( 256 , 90 ) ;
Text [ de ] = "Pfade ausw�hlen" ;
Text [ en-US ] = "Select Paths" ;
Text [ x-comment ] = " ";
Moveable = TRUE ;
Closeable = TRUE ;
ListBox LB_MULTIPATH
{
Border = TRUE ;
Pos = MAP_APPFONT ( 12 , 14 ) ;
Size = MAP_APPFONT ( 120 , 64 ) ;
AutoHScroll = TRUE ;
};
PushButton BTN_ADD_MULTIPATH
{
Pos = MAP_APPFONT ( 138 , 14 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
Text [ de ] = "Hi~nzuf�gen..." ;
Text [ en-US ] = "~Add..." ;
Text [ x-comment ] = " ";
};
PushButton BTN_DEL_MULTIPATH
{
Pos = MAP_APPFONT ( 138 , 31 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
Text [ de ] = "~L�schen" ;
Text [ en-US ] = "~Delete" ;
Text [ x-comment ] = " ";
};
FixedLine GB_MULTIPATH
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 188 , 8 ) ;
Text [ de ] = "Pfade" ;
Text [ en-US ] = "Paths" ;
Text [ x-comment ] = " ";
};
OKButton BTN_MULTIPATH_OK
{
Pos = MAP_APPFONT ( 200 , 6 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
DefButton = TRUE;
};
CancelButton BTN_MULTIPATH_CANCEL
{
Pos = MAP_APPFONT ( 200 , 23 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
};
HelpButton BTN_MULTIPATH_HELP
{
Pos = MAP_APPFONT ( 200 , 43 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
};
};
String RID_MULTIPATH_DBL_ERR
{
Text [ de ] = "Der Pfad %1 ist bereits vorhanden." ;
Text [ en-US ] = "The path %1 already exists." ;
Text [ x-comment ] = " ";
};
String RID_SVXSTR_FILE_TITLE
{
Text [ de ] = "Dateien ausw�hlen" ;
Text [ en-US ] = "Select files" ;
Text [ x-comment ] = " ";
};
String RID_SVXSTR_FILE_HEADLINE
{
Text [ de ] = "Dateien" ;
Text [ en-US ] = "Files" ;
Text [ x-comment ] = " ";
};
String RID_SVXSTR_ARCHIVE_TITLE
{
Text [ de ] = "Archive ausw�hlen" ;
Text [ en-US ] = "Select Archives" ;
};
String RID_SVXSTR_ARCHIVE_HEADLINE
{
Text [ de ] = "Archive" ;
Text [ en-US ] = "Archives" ;
};
String RID_SVXSTR_MULTIFILE_DBL_ERR
{
Text [ de ] = "Die Datei %1 ist bereits vorhanden." ;
Text [ en-US ] = "The file %1 already exists." ;
Text [ x-comment ] = " ";
};