Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3988b9301f0d42ec48386b9e5cf905c201ba6293 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
###############################################################################
# Copyright (c) 2005, 2013 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################
QuickAccess_Editors=Editors
QuickAccess_Views=Views
QuickAccess_Perspectives=Perspectives
QuickAccess_Commands=Commands
QuickAccess_Menus=Menus
QuickAccess_New=New
QuickAccess_Preferences=Preferences
QuickAccess_Previous=Previous Choices
QuickAccess_Properties=Properties
QuickAccess_PressKeyToShowAllMatches=Press ''{0}'' to show all matches
QuickAccess_StartTypingToFindMatches=Start typing to find matches.
QuickAccess_AvailableCategories=Available categories:
QuickAccess_EnterSearch=Quick Access
QuickAccess_SelectedString={0}: {1}
QuickAccessContents_NoMatchingResults=No matches found
QuickAccessContents_PressKeyToLimitResults=Press ''{0}'' to limit matches
QuickAccessContents_QuickAccess=Quick Access

Back to the top