Skip to main content
summaryrefslogtreecommitdiffstats
blob: f07afa04743dc944a0396994aef4a28c538fd4aa (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
28
29
30
31
32
33
34
35
36
37
###############################################################################
# Copyright (c) 2001, 2006 Oracle 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:
#     Oracle Corporation - initial API and implementation
###############################################################################
Attribute.Label.align=Align
Attribute.Label.beanName=BeanName
Attribute.Label.class=Class
Attribute.Label.code=Code
Attribute.Label.codebase=Codebase
Attribute.Label.contentType=ContentType
Attribute.Label.flush=Flush
Attribute.Label.file=File
Attribute.Label.height=Height
Attribute.Label.hspace=Hspace
Attribute.Label.id=ID
Attribute.Label.iepluginurl=Eepluginurl
Attribute.Label.import=Import
Attribute.Label.jreversion=Jreversion
Attribute.Label.name=Name
Attribute.Label.nspluginurl=Nspluginurl
Attribute.Label.page=Page
Attribute.Label.param=Param
Attribute.Label.property=Property
Attribute.Label.scope=Scope
Attribute.Label.type=Type
Attribute.Label.value=Value
Attribute.Label.version=Version
Attribute.Label.vspace=Vspace
Attribute.Label.width=Width
Attribute.Label.xmlnsjsp=xmlns:jsp
Category.Label.General=General

Back to the top