blob: 44618549e8dc3be74828f82a047f5d1fcbee2b72 [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
OpenIDE-Module-Name=Editor Search
# SearchBar and actions
incremental-search-invalid-regexp=Invalid regular expression: ''{0}''
TOOLTIP_CloseIncrementalSearchSidebar=Close Incremental Search Sidebar (Esc)
CTL_Find=&Find:
TOOLTIP_IncrementalSearchText=Search Text (ENTER - Find Next, Shift+ENTER - Find Previous)
TOOLTIP_SelectAllText=Place a selection around all occurrences in the editor
TOOLTIP_ReplaceText=Replace Text (ENTER - Replace, Shift+ENTER - Replace All)
CTL_FindNext=Next
CTL_SelectAll=Select
CTL_FindPrevious=Previous
TT_MatchCase=Match case (Alt + C)
TT_WholeWords=Whole word (Alt + O)
TT_Regexp=Regular expression (Alt + G)
TT_Highlight=Highlight matches (Alt + H)
TT_WrapAround=Wrap Around (Alt + U)
0_matches=No matches
1_matches=1 match
#{0} - number of matches
n_matches={0} matches
#{1} - number of matches, {0} - is n-th matched item
i_n_matches={0} of {1} matches
CTL_ExpandButton_Mnemonic=x
TOOLTIP_ExpandButton=Search pop-up menu (Alt + X)
CTL_ReplaceExpandButton_Mnemonic=z
TOOLTIP_ReplaceExpandButton=Replace pop-up menu (Alt + Z)
CTL_ReplaceNext=Replace
CTL_Replace=Replace With:
CTL_Replace_Find=F&ind What:
CTL_ReplaceAll=Re&place All
CTL_PreserveCase=Preser&ve Case
TOOLTIP_PreserveCase=Preserve case according to found instance of word. (Auto -> Car, auto -> car, AUTO -> CAR)
CTL_BackwardsReplace=Replace &Backwards
#FindSupport related stuff
#{0} searched string - user input, {1} is position
find-found=''{0}'' found at {1}
#{0} searched string - user input
find-not-found=''{0}'' not found or taking too long to search.
find-wrap-start=End of the document reached. Continuing search from beginning.
find-wrap-end=Beginning of the document reached. Continuing search from end.
find-block-wrap-start=End of the selection reached. Continuing search from beginning.
find-block-wrap-end=Beginning of the selection reached. Continuing search from end.
find-items-replaced={0} of {1} items replaced
pattern-error-dialog-title=Regular Expression Error
pattern-error-dialog-content=Regular Expression Pattern Syntax Error:
pattern-error-missing-escape-hint=Hint: The $ character has to be escaped (\\$) when it is not followed by a numeric character in a regular expression.
slow-search=Taking too long to search. Try to avoid complex backtracking regular expressions.