Files
libreoffice/sc/source/ui/dbgui/asciiopt.src
Rüdiger Timm db13d1d1b9 INTEGRATION: CWS ooo19126 (1.32.434); FILE MERGED
2005/09/05 15:04:09 rt 1.32.434.1: #i54170# Change license header: remove SISSL
2005-09-08 19:30:43 +00:00

289 lines
6.8 KiB
Plaintext

/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: asciiopt.src,v $
*
* $Revision: 1.33 $
*
* last change: $Author: rt $ $Date: 2005-09-08 20:30:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
*
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2005 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
*
************************************************************************/
#include "asciiopt.hrc"
ModalDialog RID_SCDLG_ASCII
{
OutputSize = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 320 , 247 ) ;
Text [ de ] = "Textimport" ;
Text [ en-US ] = "Text Import" ;
Moveable = TRUE ;
FixedLine FL_WIDTH
{
Pos = MAP_APPFONT ( 6 , 132 ) ;
Size = MAP_APPFONT ( 252 , 8 ) ;
Text [ de ] = "Felder" ;
Text [ en-US ] = "Fields" ;
Text [ x-comment ] = " ";
};
FixedText FT_TYPE
{
Pos = MAP_APPFONT ( 12 , 145 ) ;
Size = MAP_APPFONT ( 60 , 8 ) ;
Text [ de ] = "Spaltent~yp" ;
Text [ en-US ] = "Column t~ype";
};
ListBox LB_TYPE1
{
Pos = MAP_APPFONT ( 76 , 143 ) ;
Size = MAP_APPFONT ( 60 , 68 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
};
FixedLine FL_SEPOPT
{
Pos = MAP_APPFONT ( 6 , 48 ) ;
Size = MAP_APPFONT ( 252 , 8 ) ;
Text [ de ] = "Trennoptionen" ;
Text [ en-US ] = "Separator options" ;
Text [ x-comment ] = " ";
};
RadioButton RB_FIXED
{
Pos = MAP_APPFONT ( 12 , 59 ) ;
Size = MAP_APPFONT ( 243 , 10 ) ;
Text [ de ] = "~Feste Breite" ;
Text [ en-US ] = "~Fixed width" ;
TabStop = TRUE ;
Text [ x-comment ] = " ";
};
RadioButton RB_SEPARATED
{
Pos = MAP_APPFONT ( 12 , 73 ) ;
Size = MAP_APPFONT ( 243 , 10 ) ;
Text [ de ] = "~Getrennt" ;
Text [ en-US ] = "~Separated by" ;
TabStop = TRUE ;
Check = TRUE ;
Text [ x-comment ] = " ";
};
FixedText FT_CHARSET
{
Pos = MAP_APPFONT ( 12 , 16 ) ;
Size = MAP_APPFONT ( 60 , 8 ) ;
Text [ de ] = "Z~eichensatz" ;
Text [ en-US ] = "Ch~aracter set" ;
Text [ x-comment ] = " ";
};
ListBox LB_CHARSET
{
Pos = MAP_APPFONT ( 76 , 14 ) ;
Size = MAP_APPFONT ( 130 , 61 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
Sort = TRUE;
};
FixedLine FL_FIELDOPT
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 252 , 8 ) ;
Text [ de ] = "Import" ;
Text [ en-US ] = "Import" ;
Text [ x-comment ] = " ";
};
FixedText FT_TEXTSEP
{
Pos = MAP_APPFONT ( 156 , 114 ) ;
Size = MAP_APPFONT ( 60 , 8 ) ;
Text [ de ] = "Te~xttrenner" ;
Text [ en-US ] = "Te~xt delimiter" ;
Text [ x-comment ] = " ";
};
ComboBox CB_TEXTSEP
{
Pos = MAP_APPFONT ( 218 , 112 ) ;
Size = MAP_APPFONT ( 37 , 94 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
};
OKButton BTN_OK
{
Pos = MAP_APPFONT ( 264 , 6 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
DefButton = TRUE ;
};
CancelButton BTN_CANCEL
{
Pos = MAP_APPFONT ( 264 , 23 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
HelpButton BTN_HELP
{
Pos = MAP_APPFONT ( 264 , 43 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
CheckBox CKB_TAB
{
Pos = MAP_APPFONT ( 20 , 86 ) ;
Size = MAP_APPFONT ( 68 , 10 ) ;
Text [ de ] = "~Tabulator" ;
TabStop = TRUE ;
Text [ en-US ] = "~Tab" ;
Text [ x-comment ] = " ";
};
CheckBox CKB_SEMICOLON
{
Pos = MAP_APPFONT ( 20 , 99 ) ;
Size = MAP_APPFONT ( 68 , 10 ) ;
Text [ de ] = "~Semikolon" ;
TabStop = TRUE ;
Text [ en-US ] = "S~emicolon" ;
Text [ x-comment ] = " ";
};
CheckBox CKB_COMMA
{
Pos = MAP_APPFONT ( 92 , 86 ) ;
Size = MAP_APPFONT ( 68 , 10 ) ;
Text [ de ] = "~Komma" ;
TabStop = TRUE ;
Text [ en-US ] = "~Comma" ;
Text [ x-comment ] = " ";
};
CheckBox CKB_SPACE
{
Pos = MAP_APPFONT ( 92 , 99 ) ;
Size = MAP_APPFONT ( 68 , 10 ) ;
Text [ de ] = "~Leerzeichen" ;
TabStop = TRUE ;
Text [ en-US ] = "S~pace" ;
Text [ x-comment ] = " ";
};
CheckBox CKB_OTHER
{
Pos = MAP_APPFONT ( 164 , 86 ) ;
Size = MAP_APPFONT ( 50 , 10 ) ;
Text [ de ] = "~Andere" ;
TabStop = TRUE ;
Text [ en-US ] = "~Other" ;
Text [ x-comment ] = " ";
};
Edit ED_OTHER
{
Border = TRUE ;
Pos = MAP_APPFONT ( 218 , 84 ) ;
Size = MAP_APPFONT ( 37 , 12 ) ;
TabStop = TRUE ;
MaxTextLength = 10 ;
};
FixedText FT_AT_ROW
{
Pos = MAP_APPFONT ( 12 , 32 ) ;
Size = MAP_APPFONT ( 60 , 8 ) ;
Text [ de ] = "Ab ~Zeile" ;
Text [ en-US ] = "From ro~w" ;
Text [ x-comment ] = " ";
};
NumericField NF_AT_ROW
{
Border = TRUE ;
SVLook = TRUE ;
Pos = MAP_APPFONT ( 76 , 30 ) ;
Size = MAP_APPFONT ( 30 , 12 ) ;
TabStop = TRUE ;
Spin = TRUE ;
Repeat = TRUE ;
Minimum = 1 ;
};
Control CTR_TABLEBOX
{
HelpId = HID_SC_ASCII_TABCTR ;
Border = TRUE ;
DialogControl = TRUE ;
Pos = MAP_APPFONT ( 12 , 159 ) ;
Size = MAP_APPFONT ( 243 , 82 ) ;
};
CheckBox CB_ASONCE
{
Pos = MAP_APPFONT ( 20 , 114 ) ;
Size = MAP_APPFONT ( 130 , 10 ) ;
Text [ de ] = "Fel~dtrenner zusammenfassen" ;
TabStop = TRUE ;
Text [ en-US ] = "Merge ~delimiters" ;
Text [ x-comment ] = " ";
};
Text [ x-comment ] = " ";
};