diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-21 14:23:09 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-21 14:23:09 +0000 |
commit | 1f2b4b1209628a07f5cbfbb41615649751c4ef89 (patch) | |
tree | cbca1b9596ad87d6fcc4a3125ba2d4bed171fc61 /svx/source/form/fmsearch.src | |
parent | 3a0f5a64db32c36819c7acf973783d42aa6a6a13 (diff) |
INTEGRATION: CWS dba24c (1.57.210); FILE MERGED
2007/09/05 07:56:35 fs 1.57.210.1: #i80879# no semicolon-separated strings anymore
Diffstat (limited to 'svx/source/form/fmsearch.src')
-rw-r--r-- | svx/source/form/fmsearch.src | 65 |
1 files changed, 32 insertions, 33 deletions
diff --git a/svx/source/form/fmsearch.src b/svx/source/form/fmsearch.src index 5fd6dc80f3b8..4bdddbf8b813 100644 --- a/svx/source/form/fmsearch.src +++ b/svx/source/form/fmsearch.src @@ -4,9 +4,9 @@ * * $RCSfile: fmsearch.src,v $ * - * $Revision: 1.57 $ + * $Revision: 1.58 $ * - * last change: $Author: ihi $ $Date: 2007-04-19 14:27:38 $ + * last change: $Author: ihi $ $Date: 2007-11-21 15:23:09 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -281,15 +281,33 @@ ModalDialog RID_SVXDLG_SEARCHFORM }; }; -String RID_STR_RECORDSEARCH_METHODS +String RID_STR_SEARCH_ANYWHERE { - Text [ en-US ] = "anywhere in the field;beginning of field;end of field;entire field"; + Text [ en-US ] = "anywhere in the field"; }; -String RID_STR_RECORDSEARCH_BUTTONS +String RID_STR_SEARCH_BEGINNING { - // Bem. : das 'Suchen' in diesem String muss genau das selbe sein wie die Beschriftung des PB_SEARCH-Buttons im Dialog - Text [ en-US ] = "From top;From bottom;Search;Cancel"; + Text [ en-US ] = "beginning of field"; +}; + +String RID_STR_SEARCH_END +{ + Text [ en-US ] = "end of field"; +}; + +String RID_STR_SEARCH_WHOLE +{ + Text [ en-US ] = "entire field"; +}; + +String RID_STR_FROM_TOP +{ + Text [ en-US ] = "From top"; +}; +String RID_STR_FROM_BOTTOM +{ + Text [ en-US ] = "From bottom"; }; ErrorBox RID_SVXERR_SEARCH_NORECORD @@ -304,36 +322,17 @@ ErrorBox RID_SVXERR_SEARCH_GENERAL_ERROR Message [ en-US ] = "An unknown error occurred. The search could not be finished."; }; -String RID_STR_SEARCH_OVERFLOW +String RID_STR_OVERFLOW_FORWARD { - Text [ en-US ] = "Overflow, search continued at the beginning;Overflow, search continued at the end"; + Text [ en-US ] = "Overflow, search continued at the beginning"; +}; + +String RID_STR_OVERFLOW_BACKWARD +{ + Text [ en-US ] = "Overflow, search continued at the end"; }; String RID_STR_SEARCH_COUNTING { Text [ en-US ] = "counting records"; }; - - - - - - - - - - - - - - - - - - - - - - - - |