]> git.uio.no Git - ifi-stolz-refaktor.git/blame - case-study/jdt-before/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchMessages.properties
Some talks, mostly identical.
[ifi-stolz-refaktor.git] / case-study / jdt-before / ui refactoring / org / eclipse / jdt / internal / ui / refactoring / nls / search / NLSSearchMessages.properties
CommitLineData
1b2798f6
EK
1###############################################################################
2# Copyright (c) 2000, 2010 IBM Corporation and others.
3# All rights reserved. This program and the accompanying materials
4# are made available under the terms of the Eclipse Public License v1.0
5# which accompanies this distribution, and is available at
6# http://www.eclipse.org/legal/epl-v10.html
7#
8# Contributors:
9# IBM Corporation - initial API and implementation
10###############################################################################
11
12SearchOperation_singularLabelPostfix=''{0}'' - 1 problem in ''{1}''
13SearchOperation_pluralLabelPatternPostfix=''{0}'' - {1} problems in ''{2}''
14
15NLSSearchResultCollector_unusedKeys=Unused keys in:
16NLSSearchResultRequestor_searching=Searching for unused properties ...
17NLSSearchResultCollector_duplicateKeys=Duplicate keys in:
18NLSSearchResultLabelProvider2_undefinedKeys=Undefined keys in:
19
20# ### New Search: ###
21NLSSearchQuery_label=Search for Broken Externalized Strings
22NLSSearchQuery_wrapperNotExists=Resource bundle accessor class ''{0}'' does not exist.
23NLSSearchQuery_propertiesNotExists=Properties file ''{0}'' does not exist.
24NLSSearchQuery_oneProblemInScope_description=1 problem in {0}
25NLSSearchQuery_xProblemsInScope_description={0} problems in {1}
26NLSSearchQuery_error=Internal error during search.