summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-01-03 13:52:05 +0000
committerKurt Zenker <kz@openoffice.org>2006-01-03 13:52:05 +0000
commit123cbecab4fc5c16d543c2765138423d6c4b2d8e (patch)
treef31d54fd942b83311a6acc01000c03e4e3bd7fb2 /sfx2
parent512c7383eaf044475be22c942dcf25bcf5802765 (diff)
INTEGRATION: CWS ivo13 (1.6.92); FILE MERGED
2005/12/14 19:20:07 ihi 1.6.92.1: user langs removed
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/srchdlg.src9
1 files changed, 2 insertions, 7 deletions
diff --git a/sfx2/source/dialog/srchdlg.src b/sfx2/source/dialog/srchdlg.src
index bc15909d6fe5..4a480272c95a 100644
--- a/sfx2/source/dialog/srchdlg.src
+++ b/sfx2/source/dialog/srchdlg.src
@@ -4,9 +4,9 @@
*
* $RCSfile: srchdlg.src,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2005-09-23 15:26:36 $
+ * last change: $Author: kz $ $Date: 2006-01-03 14:52:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -58,7 +58,6 @@ ModelessDialog RID_DLG_SEARCH
{
Pos = MAP_APPFONT( 6, 3 );
Size = MAP_APPFONT( 150, 8 );
- Text[ language_user1 ] = "em: This is the same text used in SO search dialog under Edit – Find & Replace";
Text [ de ] = "S~uchen nach";
Text [ en-US ] = "~Search for";
};
@@ -74,7 +73,6 @@ ModelessDialog RID_DLG_SEARCH
{
Pos = MAP_APPFONT( 6, 29 );
Size = MAP_APPFONT( 150, 10 );
- Text[ language_user1 ] = "";
Text [ de ]= "Nur ganze ~Wörter" ;
Text [ en-US ] = "~Whole words only" ;
TabStop = TRUE;
@@ -92,7 +90,6 @@ ModelessDialog RID_DLG_SEARCH
{
Pos = MAP_APPFONT( 6, 55 );
Size = MAP_APPFONT( 150, 10 );
- Text[ language_user1 ] = "em: use the translation used in your language in Mozilla browser Search dialog only if it means both directions like 'wrap' in English. Otherwise, translate this string to mean 'Continue search at the start of the document'";
Text [ de ]= "Suche am ~Dokumentanfang fortsetzen" ;
Text [ en-US ] = "Wrap ~around" ;
TabStop = TRUE;
@@ -110,7 +107,6 @@ ModelessDialog RID_DLG_SEARCH
{
Pos = MAP_APPFONT( 162, 6 );
Size = MAP_APPFONT( 50, 14 );
- Text[ language_user1 ] = "";
Text [ de ] = "~Suchen" ;
Text [ en-US ] = "~Find" ;
TabStop = TRUE;
@@ -128,7 +124,6 @@ ModelessDialog RID_DLG_SEARCH
String STR_TOGGLE
{
- Text[ language_user1 ] = "em: use the translation used in your language in Mozilla browser Search dialog only if it means both directions like 'wrap' in English. Otherwise, translate this string to mean 'Continue search at the end of the document'";
Text [ de ]= "Suche am ~Dokumentende fortsetzen" ;
Text [ en-US ] = "Wrap ~around" ;
};