source: trunk/org.modelica.mdt.ui/src/org/modelica/mdt/ui/hover/JavaHoverMessages.properties

Last change on this file was 694, checked in by adrpo, 13 years ago
  • updates to org.modelica.mdt.ui


File size: 2.9 KB
Line 
1###############################################################################
2# Copyright (c) 2000, 2008 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
12AbstractAnnotationHover_action_configureAnnotationPreferences= Configure Annotation Preferences
13AbstractAnnotationHover_message_singleQuickFix= 1 quick fix available:
14AbstractAnnotationHover_message_multipleQuickFix= {0} quick fixes available:
15
16JavaTextHover_createTextHover= Could not create Java text hover
17
18NoBreakpointAnnotation_addBreakpoint= Add a breakpoint
19
20NLSStringHover_NLSStringHover_PropertiesFileNotDetectedWarning= The properties file could not be detected
21NLSStringHover_NLSStringHover_missingKeyWarning= <b>Warning:</b> The key is missing!
22
23JavadocHover_back= Back
24JavadocHover_back_toElement_toolTip=Back to {0}
25JavadocHover_back_toolTip=Back
26JavadocHover_noAttachments= <em>Note: This element neither has attached source nor attached Javadoc and hence no Javadoc could be found.</em>
27JavadocHover_noAttachedSource= <em>Note: This element has no attached source and the Javadoc could not be found in the attached Javadoc.</em>
28JavadocHover_noAttachedJavadoc= <em>Note: This element has no attached Javadoc and the Javadoc could not be found in the attached source.</em>
29JavadocHover_noInformation= <em>Note: The Javadoc for this element could neither be found in the attached source nor the attached Javadoc.</em>
30# The first parameter is the constant value string and the second is its hex representation
31JavadocHover_constantValue_hexValue={0} [{1}]
32JavadocHover_error_gettingJavadoc= <em>Note: An exception occurred while getting the Javadoc. See log for details.</em>
33JavadocHover_forward= Forward
34JavadocHover_forward_toElement_toolTip=Forward to {0}
35JavadocHover_forward_toolTip=Forward
36JavadocHover_openDeclaration= Open Declaration
37JavadocHover_showInJavadoc= Show in Javadoc View
38ProblemHover_action_configureProblemSeverity=Configure Problem Severity
39ProblemHover_chooseSettingsTypeDialog_button_cancel=Cancel
40ProblemHover_chooseSettingsTypeDialog_button_project=Configure &Project
41ProblemHover_chooseSettingsTypeDialog_button_workspace=Configure &Workspace
42ProblemHover_chooseSettingsTypeDialog_checkBox_dontShowAgain=&Always configure the workspace settings
43ProblemHover_chooseSettingsTypeDialog_message=The project ''{0}'' does not have any project specific problem severity settings yet.\n\nDo you want to create and configure the project settings or do you want to configure the workspace settings?
44ProblemHover_chooseSettingsTypeDialog_title=Configure Problem Severity
Note: See TracBrowser for help on using the repository browser.