File: plugin.properties

package info (click to toggle)
eclipse-emf 2.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 50,964 kB
  • sloc: java: 407,889; xml: 7,165; sh: 200; makefile: 13
file content (76 lines) | stat: -rwxr-xr-x 3,382 bytes parent folder | download | duplicates (2)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# /**
#  * <copyright>
#  *
#  * Copyright (c) 2002-2008 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 - Initial API and implementation
#  *
#  * </copyright>
#  *
#  * $Id: plugin.properties,v 1.11 2009/04/07 18:57:45 davidms Exp $
#  */

# NLS_MESSAGEFORMAT_VAR

pluginName = EMF Code Generation
providerName = Eclipse Modeling Project
jetBuilder = JET Builder

jet.mark.file.line.column = ''{0}'' at line {1} column {2}
jet.mark.file.line = ''{0}'' at line {1}

jet.error.bad.attribute = Bad attribute named ''{0}'' in {1}
jet.error.missing.attribute = Missing attribute named ''{0}'' in {1}
jet.error.bad.directive = Bad directive in {0}

jet.error.attr.novalue =  {0} {1}
jet.error.attr.quoted = Quoted attribute expected in {1}
jet.error.file.cannot.read = The file ''{0}'' cannot be read in {1}
jet.error.param.novalue = No value for ''{0}'' in {1}
jet.error.quotes.unterminated = Unterminated quote in {0}
jet.error.tag.attr.unterminated = Unterminated tag attribute in {0}
jet.error.unterminated = Unterminated ''{0}'' in {0}
jet.error.missing.jet.directive =  The ''jet'' directive is missing in {0}

_UI_MalformedJETPropertiesFile_exception = Malformed JET Properties file

_UI_ExaminingProject_message = Examining project ''{0}''
_UI_CompilingTemplate_message = Compiling template ''{0}''
_UI_ParsingTemplate_message = Parsing template ''{0}''
_UI_GeneratingJava_message = Generating Java ''{0}''
_UI_Updating_message = Updating ''{0}''
_UI_BadURL_message = Bad URL ''{0}''
_UI_UsageArguments_message = Usage arguments: <jet-template-file> <target-root-directory> [<j-control-model-file>]
_UI_AddJETNature_message = Add JET Nature
_UI_AddJETNatureTo_message = Add JET Nature to ''{0}''
_UI_JETCompilingTemplates_message = JET compiling templates
_UI_JETCompile_message = JET compile ''{0}''
_UI_JETUpdate_message = JET update ''{0}''
_UI_JETJavaCompileProject_message = JET Java compile project ''{0}''
_UI_GeneratingJETEmitterFor_message = Generating JET emitter for ''{0}''
_UI_JETParsing_message = JET parsing ''{0}''
_UI_JETPreparingProject_message = JET preparing project ''{0}''
_UI_JETCreatingProject_message = JET creating project ''{0}''
_UI_JETInitializingProject_message = JET initializing project ''{0}''
_UI_JETOpeningJavaProject_message = JET opening Java project ''{0}''
_UI_CreateTargetFile_message = Create target file
_UI_JETCreating_message = JET creating ''{0}''
_UI_JETUpdating_message = JET updating ''{0}''
_UI_JETBuilding_message = JET building ''{0}''
_UI_JETLoadingClass_message = JET loading class ''{0}''

jet.error.unmatched.directive =  No matching ''{0}'' directive for ''{1}'' directive in {2}
jet.error.section.noinclude =  No preceding alternative ''include'' directive for section in {0}

_UI_FacadeHelpers_extensionpoint = Merger Facade Helpers

_UI_JDOMInvalidSourceCompatibility_message = Using the JDOM API when the source compatibility is not set to '1.4' or lower can cause unpredictable results.

_UI_ParsingProblem_message = A problem was detected while parsing a Java file
_UI_LineNumber_message = Line {0}
_UI_LineNumberAndText_message = Line {0}: {1}