Files
libreoffice/svx/source/dialog/srchdlg.src
Hans-Joachim Lankenau 87f6774cab INTEGRATION: CWS mergebuild (1.63.38); FILE MERGED
2004/05/18 16:22:53 hjs 1.63.38.4: RESYNC: (1.65-1.66); FILE MERGED
2004/04/20 18:09:46 hjs 1.63.38.3: RESYNC: (1.63-1.65); FILE MERGED
2004/02/23 11:43:22 ihi 1.63.38.2: Merge-While-Build update
2003/11/10 17:58:09 ihi 1.63.38.1: #111234# Merge during build
2004-06-25 11:03:22 +00:00

521 lines
14 KiB
Plaintext
Raw Blame History

/*************************************************************************
*
* $RCSfile: srchdlg.src,v $
*
* $Revision: 1.67 $
*
* last change: $Author: hjs $ $Date: 2004-06-25 12:03:22 $
*
* 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 ---------------------------------------------------------------
#include "dialogs.hrc"
#include "srchdlg.hrc"
// Strings ---------------------------------------------------------------
String RID_SVXSTR_SEARCH_STYLES
{
Text [ de ] = "einschlie<69>lich ~Vorlagen" ;
Text [ en-US ] = "Including Styles" ;
Text [ x-comment ] = " ";
};
String RID_SVXSTR_SEARCH
{
Text [ de ] = " (Suchen)" ;
Text [ en-US ] = "(Search)" ;
Text [ x-comment ] = " ";
};
String RID_SVXSTR_REPLACE
{
Text [ de ] = " (Ersetzen)" ;
Text [ en-US ] = "(Replace)" ;
Text [ x-comment ] = " ";
};
// RID_SVXDLG_SEARCH -----------------------------------------------------
ModelessDialog RID_SVXDLG_SEARCH
{
HelpId = SID_SEARCH_DLG ;
OutputSize = TRUE ;
Hide = TRUE ;
SvLook = TRUE ;
Size = MAP_APPFONT ( 302 , 152 ) ;
Text [ de ] = "Suchen & Ersetzen" ;
Text [ en-US ] = "Find & Replace" ;
Text [ x-comment ] = " ";
Moveable = TRUE ;
FixedText FT_SEARCH
{
Pos = MAP_APPFONT ( 6 , 7 ) ;
Size = MAP_APPFONT ( 55 , 10 ) ;
Text [ de ] = "S~uchen nach" ;
Text [ en-US ] = "~Search for" ;
Text [ x-comment ] = " ";
};
ComboBox ED_SEARCH
{
Pos = MAP_APPFONT ( 62 , 6 ) ;
Size = MAP_APPFONT ( 123 , 98 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
};
ListBox LB_SEARCH
{
Border = TRUE ;
Pos = MAP_APPFONT ( 62 , 6 ) ;
Size = MAP_APPFONT ( 123 , 98 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
Hide = TRUE ;
Sort = TRUE ;
};
FixedText FT_SEARCH_ATTR
{
Pos = MAP_APPFONT ( 10 , 26 ) ;
Size = MAP_APPFONT ( 171 , 16 ) ;
WordBreak = TRUE ;
Hide = TRUE ;
};
FixedText FT_SEARCH_FORMATS
{
Pos = MAP_APPFONT ( 10 , 24 ) ;
Size = MAP_APPFONT ( 171 , 16 ) ;
Hide = TRUE ;
};
FixedText FT_REPLACE
{
Pos = MAP_APPFONT ( 6 , 49 ) ;
Size = MAP_APPFONT ( 55 , 10 ) ;
Text [ de ] = "Ersetzen ~durch" ;
Text [ en-US ] = "Re~place with" ;
Text [ x-comment ] = " ";
};
ComboBox ED_REPLACE
{
Pos = MAP_APPFONT ( 62 , 48 ) ;
Size = MAP_APPFONT ( 123 , 98 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
};
ListBox LB_REPLACE
{
Border = TRUE ;
Pos = MAP_APPFONT ( 62 , 48 ) ;
Size = MAP_APPFONT ( 123 , 98 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
Hide = TRUE ;
Sort = TRUE ;
};
FixedText FT_REPLACE_ATTR
{
Pos = MAP_APPFONT ( 10 , 68 ) ;
Size = MAP_APPFONT ( 171 , 16 ) ;
WordBreak = TRUE ;
Hide = TRUE ;
};
#if SUPD < 641 || defined( GT_DEBUG )
MultiLineEdit ED_REPLACE_FORMATS
{
Pos = MAP_APPFONT ( 10 , 68 ) ;
Size = MAP_APPFONT ( 171 , 16 ) ;
ReadOnly = TRUE ;
IgnoreTab = TRUE ;
Hide = TRUE ;
};
#endif
FixedText FT_REPLACE_FORMATS
{
Pos = MAP_APPFONT ( 10 , 68 ) ;
Size = MAP_APPFONT ( 171 , 16 ) ;
Hide = TRUE ;
};
CheckBox BTN_CELLS
{
Pos = MAP_APPFONT ( 12 , 103 ) ;
Size = MAP_APPFONT ( 87 , 10 ) ;
Text [ de ] = "Nur ganze W~<7E>rter" ;
Text [ en-US ] = "Whole wor~ds only" ;
TabStop = TRUE ;
Text [ x-comment ] = " ";
};
CheckBox CB_MATCH_CASE
{
Pos = MAP_APPFONT ( 102 , 103 ) ;
Size = MAP_APPFONT ( 87 , 10 ) ;
TabStop = TRUE ;
Text [ de ] = "E~xakte Suche" ;
Text [ x-comment ] = " ";
Text [ en-US ] = "Ma~tch case";
};
CheckBox BTN_BACKWARDS
{
Pos = MAP_APPFONT ( 12 , 116 ) ;
Size = MAP_APPFONT ( 87 , 10 ) ;
Text [ de ] = "R<>c~kw<6B>rts" ;
Text [ en-US ] = "Bac~kwards" ;
TabStop = TRUE ;
Text [ x-comment ] = " ";
};
CheckBox BTN_SELECTIONS
{
Pos = MAP_APPFONT ( 102 , 116 ) ;
Size = MAP_APPFONT ( 87 , 10 ) ;
Text [ de ] = "~Nur in Selektion" ;
Text [ en-US ] = "Current selection ~only" ;
TabStop = TRUE ;
Text [ x-comment ] = " ";
};
CheckBox BTN_REGEXP
{
Pos = MAP_APPFONT ( 12 , 129 ) ;
Size = MAP_APPFONT ( 87 , 10 ) ;
Text [ de ] = "Re~gul<75>rer Ausdruck" ;
Text [ en-US ] = "Regular e~xpressions" ;
TabStop = TRUE ;
Text [ x-comment ] = " ";
};
CheckBox BTN_LAYOUTS
{
Pos = MAP_APPFONT ( 102 , 129 ) ;
Size = MAP_APPFONT ( 87 , 10 ) ;
Text [ de ] = "Suche nach ~Vorlagen" ;
Text [ en-US ] = "Search for St~yles" ;
TabStop = TRUE ;
Text [ x-comment ] = " ";
};
CheckBox CB_SIMILARITY
{
Pos = MAP_APPFONT ( 192 , 103 ) ;
Size = MAP_APPFONT ( 81 , 10 ) ;
Text [ de ] = "~<7E>hnlichkeitssuche" ;
TabStop = TRUE ;
Text [ en-US ] = "S~imilarity search" ;
Text [ x-comment ] = " ";
};
PushButton PB_SIMILARITY
{
Pos = MAP_APPFONT ( 282 , 101 ) ;
Size = MAP_APPFONT ( 14 , 14 ) ;
Text = "~..." ;
TabStop = TRUE ;
};
CheckBox CB_JAP_MATCH_FULL_HALF_WIDTH
{
Pos = MAP_APPFONT ( 192 , 116 ) ;
Size = MAP_APPFONT ( 104 , 10 ) ;
TabStop = TRUE ;
Text [ de ] = "Zeichenbreite ber<65>cksichtigen" ;
Text [ en-US ] = "Match character width";
};
CheckBox CB_JAP_SOUNDS_LIKE
{
Pos = MAP_APPFONT ( 192 , 129 ) ;
Size = MAP_APPFONT ( 81 , 10 ) ;
TabStop = TRUE ;
Text [ de ] = "<22>hnl. Schreibweise (Jap.)" ;
Text [ en-US ] = "Sounds like (Japanese)";
};
PushButton PB_JAP_OPTIONS
{
Pos = MAP_APPFONT ( 282 , 127 ) ;
Size = MAP_APPFONT ( 14 , 14 ) ;
Text = "..." ;
TabStop = TRUE ;
};
FixedLine FL_OPTIONS
{
Pos = MAP_APPFONT ( 6 , 91 ) ;
Size = MAP_APPFONT ( 290 , 8 ) ;
Text [ de ] = "Optionen" ;
Text [ en-US ] = "Options" ;
Text [ x-comment ] = " ";
};
RadioButton BTN_FORMULAS
{
Pos = MAP_APPFONT ( 12 , 163 ) ;
Size = MAP_APPFONT ( 74 , 10 ) ;
Text [ de ] = "F~ormeln" ;
Text [ en-US ] = "F~ormulas" ;
Hide = TRUE ;
Text [ x-comment ] = " ";
};
RadioButton BTN_VALUES
{
Pos = MAP_APPFONT ( 12 , 176 ) ;
Size = MAP_APPFONT ( 74 , 10 ) ;
Text [ de ] = "~Werten" ;
Text [ en-US ] = "~Values" ;
Hide = TRUE ;
Text [ x-comment ] = " ";
};
RadioButton BTN_NOTES
{
Pos = MAP_APPFONT ( 12 , 189 ) ;
Size = MAP_APPFONT ( 74 , 10 ) ;
Text [ de ] = "No~tizen" ;
Text [ en-US ] = "~Notes" ;
Hide = TRUE ;
Text [ x-comment ] = " ";
};
FixedLine FL_SEARCH
{
Pos = MAP_APPFONT ( 6 , 152 ) ;
Size = MAP_APPFONT ( 86 , 8 ) ;
Text [ de ] = "Suchen in" ;
Text [ en-US ] = "Search in" ;
Hide = TRUE ;
Text [ x-comment ] = " ";
};
FixedLine FL_SEARCHDIR_VERT
{
Pos = MAP_APPFONT ( 93, 163 ) ;
Size = MAP_APPFONT ( 4, 43 ) ;
Vert = TRUE;
};
RadioButton BTN_ROWS
{
Pos = MAP_APPFONT ( 104 , 163 ) ;
Size = MAP_APPFONT ( 75 , 10 ) ;
Text [ de ] = "Zeilenwe~ise" ;
Text [ en-US ] = "Ro~ws" ;
Hide = TRUE ;
Text [ x-comment ] = " ";
};
RadioButton BTN_COLUMNS
{
Pos = MAP_APPFONT ( 104 , 176 ) ;
Size = MAP_APPFONT ( 75 , 10 ) ;
Text [ de ] = "S~paltenweise" ;
Text [ en-US ] = "Col~umns" ;
Hide = TRUE ;
Text [ x-comment ] = " ";
};
FixedLine FL_SEARCHDIR
{
Pos = MAP_APPFONT ( 98 , 152 ) ;
Size = MAP_APPFONT ( 87 , 8 ) ;
Text [ de ] = "Suchrichtung" ;
Text [ en-US ] = "Search direction" ;
Hide = TRUE ;
Text [ x-comment ] = " ";
};
FixedLine FL_SEARCH_VERT
{
Pos = MAP_APPFONT ( 186, 163 ) ;
Size = MAP_APPFONT ( 4, 43 ) ;
Vert = TRUE;
};
CheckBox CB_ALLTABLES
{
Pos = MAP_APPFONT ( 197 , 163 ) ;
Size = MAP_APPFONT ( 93 , 10 ) ;
Text [ de ] = "~In allen Tabellen suchen" ;
Hide = TRUE ;
Text [ en-US ] = "Search in all sheets" ;
Text [ x-comment ] = " ";
};
FixedLine FL_CALCEXTRAS
{
Pos = MAP_APPFONT ( 191 , 152 ) ;
Size = MAP_APPFONT ( 105 , 8 ) ;
Text [ de ] = "Extras" ;
Hide = TRUE ;
Text [ en-US ] = "Options" ;
Text [ x-comment ] = " ";
};
PushButton BTN_SEARCH_ALL
{
Pos = MAP_APPFONT ( 192 , 6 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
Text [ de ] = "Suche ~alle" ;
Text [ en-US ] = "Find ~All" ;
TabStop = TRUE ;
Text [ x-comment ] = " ";
};
PushButton BTN_SEARCH
{
Pos = MAP_APPFONT ( 246 , 6 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
Text [ de ] = "~Suchen" ;
Text [ en-US ] = "~Find" ;
TabStop = TRUE ;
DefButton = TRUE ;
Text [ x-comment ] = " ";
};
PushButton BTN_REPLACE_ALL
{
Pos = MAP_APPFONT ( 192 , 23 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
Text [ de ] = "E~rsetze alle" ;
Text [ en-US ] = "Replace A~ll" ;
TabStop = TRUE ;
Text [ x-comment ] = " ";
};
PushButton BTN_REPLACE
{
Pos = MAP_APPFONT ( 246 , 23 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
Text [ de ] = "~Ersetzen" ;
Text [ en-US ] = "~Replace" ;
TabStop = TRUE ;
Text [ x-comment ] = " ";
};
CancelButton BTN_CLOSE
{
Pos = MAP_APPFONT ( 246 , 40 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
Text [ de ] = "S~chlie<69>en" ;
Text [ en-US ] = "~Close" ;
TabStop = TRUE ;
Text [ x-comment ] = " ";
};
HelpButton BTN_HELP
{
Pos = MAP_APPFONT ( 246 , 57 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
MoreButton BTN_MORE
{
Pos = MAP_APPFONT ( 246 , 74 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
Text [ de ] = "~Zus<75>tze" ;
Text [ en-US ] = "~More" ;
Hide = TRUE ;
TabStop = TRUE ;
MapUnit = MAP_APPFONT ;
Delta = 60 ;
Text [ x-comment ] = " ";
};
PushButton BTN_ATTRIBUTE
{
Pos = MAP_APPFONT ( 192 , 40 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
Text [ de ] = "Attri~bute..." ;
Text [ en-US ] = "Attri~butes..." ;
TabStop = TRUE ;
Text [ x-comment ] = " ";
};
PushButton BTN_FORMAT
{
Pos = MAP_APPFONT ( 192 , 57 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
Text [ de ] = "~Format..." ;
Text [ en-US ] = "For~mat..." ;
TabStop = TRUE ;
};
PushButton BTN_NOFORMAT
{
Pos = MAP_APPFONT ( 192 , 74 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
Text [ de ] = "Kein For~mat" ;
Text [ en-US ] = "~No Format" ;
TabStop = TRUE ;
Text [ x-comment ] = " ";
};
String STR_WORDCALC
{
Text [ de ] = "Nur ganze Ze~llen" ;
Text [ en-US ] = "~Entire cells" ;
Text [ x-comment ] = " ";
};
};
// ********************************************************************** EOF