Files
libreoffice/dbaccess/source/ui/dlg/dlgsave.src

171 lines
4.9 KiB
Plaintext
Raw Normal View History

2001-01-09 15:11:54 +00:00
/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
2001-01-09 15:11:54 +00:00
*
* $RCSfile: dlgsave.src,v $
2001-01-09 15:11:54 +00:00
*
* $Revision: 1.42 $
2001-01-09 15:11:54 +00:00
*
* last change: $Author: rt $ $Date: 2005-09-08 15:01:19 $
2001-01-09 15:11:54 +00:00
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
2001-01-09 15:11:54 +00:00
*
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2005 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
2001-01-09 15:11:54 +00:00
*
* 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.
2001-01-09 15:11:54 +00:00
*
* 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.
2001-01-09 15:11:54 +00:00
*
* 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
2001-01-09 15:11:54 +00:00
*
************************************************************************/
#ifndef DBAUI_DLGSAVE_HRC
#include "dlgsave.hrc"
#endif
2002-08-19 07:01:32 +00:00
#ifndef _DBU_DLG_HRC_
#include "dbu_dlg.hrc"
2001-01-09 15:11:54 +00:00
#endif
#ifndef _DBA_DBACCESS_HELPID_HRC_
#include "dbaccess_helpid.hrc"
#endif
ModalDialog DLG_SAVE_AS
{
OutputSize = TRUE ;
SVLook = TRUE ;
HelpId = HID_DLG_SAVE_AS ;
Size = MAP_APPFONT ( 174 , 75 ) ;
2001-01-09 15:11:54 +00:00
Moveable = TRUE ;
Closeable = TRUE ;
Text [ de ] = "Speichern unter" ;
Text [ en-US ] = "Save As" ;
2001-02-14 13:37:35 +00:00
FixedText FT_DESCRIPTION
{
Pos = MAP_APPFONT ( 6 , 6 ) ;
Size = MAP_APPFONT ( 174 - 12 , 16 ) ;
WordBreak=TRUE;
Text [ de ] = "Bitte geben Sie einen Namen f<>r das anzulegende Object an:";
Text [ en-US ] = "Please enter a name for the object to be created:";
};
2001-02-14 13:37:35 +00:00
FixedText FT_CATALOG
2001-01-09 15:11:54 +00:00
{
Pos = MAP_APPFONT ( 6 , 26 ) ;
2001-01-09 15:11:54 +00:00
Size = MAP_APPFONT ( 70 , 10 ) ;
Text [ de ] = "~Catalog" ;
Text [ en-US ] = "~Catalog";
2001-02-14 13:37:35 +00:00
};
2001-07-16 06:56:28 +00:00
ComboBox ET_CATALOG
2001-02-14 13:37:35 +00:00
{
Border = TRUE ;
Pos = MAP_APPFONT ( 77 , 25 ) ;
2001-02-14 13:37:35 +00:00
Size = MAP_APPFONT ( 89 , 12 ) ;
2001-07-16 06:56:28 +00:00
SVLook = TRUE ;
TabStop = TRUE ;
DropDown = TRUE ;
AutoHScroll = TRUE ;
2001-02-14 13:37:35 +00:00
};
FixedText FT_SCHEMA
{
Pos = MAP_APPFONT ( 6 , 43 ) ;
2001-02-14 13:37:35 +00:00
Size = MAP_APPFONT ( 70 , 10 ) ;
Text [ de ] = "~Schema" ;
Text [ en-US ] = "~Schema";
2001-02-14 13:37:35 +00:00
};
2001-07-16 06:56:28 +00:00
ComboBox ET_SCHEMA
2001-02-14 13:37:35 +00:00
{
Border = TRUE ;
Pos = MAP_APPFONT ( 77 , 42 ) ;
2001-02-14 13:37:35 +00:00
Size = MAP_APPFONT ( 89 , 12 ) ;
2001-07-16 06:56:28 +00:00
SVLook = TRUE ;
TabStop = TRUE ;
DropDown = TRUE ;
AutoHScroll = TRUE ;
2001-02-14 13:37:35 +00:00
};
FixedText FT_TITLE
{
Pos = MAP_APPFONT ( 6 , 60 ) ;
2001-02-14 13:37:35 +00:00
Size = MAP_APPFONT ( 70 , 10 ) ;
Text [ de ] = "" ;
2001-01-09 15:11:54 +00:00
};
Edit ET_TITLE
{
Border = TRUE ;
Pos = MAP_APPFONT ( 77 , 59 ) ;
2001-01-09 15:11:54 +00:00
Size = MAP_APPFONT ( 89 , 12 ) ;
Text [ de ] = "" ;
2001-01-09 15:11:54 +00:00
TabStop = TRUE ;
};
OKButton PB_OK
{
Pos = MAP_APPFONT ( 6 , 77 ) ;
2001-01-09 15:11:54 +00:00
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
DefButton = TRUE ;
};
CancelButton PB_CANCEL
{
Pos = MAP_APPFONT ( 62 , 77 ) ;
2001-01-09 15:11:54 +00:00
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
HelpButton PB_HELP
{
Pos = MAP_APPFONT ( 118 , 77 ) ;
2001-01-09 15:11:54 +00:00
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
// String Resourcen ------------------------------------------------------------------
String STR_TBL_LABEL
{
Text [ de ] = "~Name der Tabelle" ;
Text [ en-US ] = "~Table Name" ;
2001-01-09 15:11:54 +00:00
};
String STR_VW_LABEL
{
Text [ de ] = "~Name der Tabellensicht" ;
Text [ en-US ] = "~Name of table view" ;
2001-01-09 15:11:54 +00:00
};
String STR_QRY_LABEL
{
Text [ de ] = "~Name der Abfrage" ;
Text [ en-US ] = "~Query name" ;
2001-01-09 15:11:54 +00:00
};
String STR_OBJECT_EXISTS_ALREADY
{
Text [ de ] = "Der Name '$#$' existiert bereits.\nBitte geben Sie einen neuen Namen an." ;
Text [ en-US ] = "The name '$#$' already exists.\nPlease enter another name." ;
2001-01-09 15:11:54 +00:00
};
2001-03-02 10:44:02 +00:00
String STR_OBJECT_EXISTS_ALREADY_OVERWRITE
{
Text [ de ] = "Der Name '$#$' existiert bereits.\nWollen Sie es <20>berschreiben?" ;
Text [ en-US ] = "The name '$#$' already exists.\nDo you want to overwrite it?" ;
2001-03-02 10:44:02 +00:00
};
String STR_TITLE_RENAME
{
Text [ de ] = "Umbenennen nach";
Text [ en-US ] = "Rename to";
};
String STR_TITLE_PASTE_AS
{
Text [ de ] = "Einf<6E>gen als";
Text [ en-US ] = "Insert as";
};
2001-01-09 15:11:54 +00:00
};
2001-06-13 21:28:18 +00:00