Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ licenses. For precise licensing details, consult the corresponding \
source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive, \
Raleigh NC 27606 USA.
copyright=JBoss, Home of Professional Open Source\n\
Copyright (c) 2006-2012 Red Hat, Inc., and individual contributors \
Copyright (c) 2006-2014 Red Hat, Inc., and individual contributors \
as indicated by the @authors tag. See the copyright.txt in the distribution \
for a full listing of individual contributors.
# END NON-TRANSLATABLE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ licenses. For precise licensing details, consult the corresponding
source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive,
Raleigh NC 27606 USA.
copyright=JBoss, Home of Professional Open Source\n\
Copyright (c) 2006-2012 Red Hat, Inc., and individual contributors \
Copyright (c) 2006-2014 Red Hat, Inc., and individual contributors \
as indicated by the @authors tag. See the copyright.txt in the distribution \
for a full listing of individual contributors.
# END NON-TRANSLATABLE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ licenses. For precise licensing details, consult the corresponding \
source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive, \
Raleigh NC 27606 USA.
copyright=JBoss, Home of Professional Open Source\n\
Copyright (c) 2006-2012 Red Hat, Inc., and individual contributors \
Copyright (c) 2006-2014 Red Hat, Inc., and individual contributors \
as indicated by the @authors tag. See the copyright.txt in the distribution \
for a full listing of individual contributors.
# END NON-TRANSLATABLE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ licenses. For precise licensing details, consult the corresponding \
source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive, \
Raleigh NC 27606 USA.
copyright=JBoss, Home of Professional Open Source\n\
Copyright (c) 2006-2012 Red Hat, Inc., and individual contributors \
Copyright (c) 2006-2014 Red Hat, Inc., and individual contributors \
as indicated by the @authors tag. See the copyright.txt in the distribution \
for a full listing of individual contributors.
# END NON-TRANSLATABLE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ licenses. For precise licensing details, consult the corresponding
source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive,
Raleigh NC 27606 USA.
copyright=JBoss, Home of Professional Open Source\n\
Copyright (c) 2006-2012 Red Hat, Inc., and individual contributors \
Copyright (c) 2006-2014 Red Hat, Inc., and individual contributors \
as indicated by the @authors tag. See the copyright.txt in the distribution \
for a full listing of individual contributors.
# END NON-TRANSLATABLE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ licenses. For precise licensing details, consult the corresponding
source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive,
Raleigh NC 27606 USA.
copyright=JBoss, Home of Professional Open Source\n\
Copyright (c) 2006-2012 Red Hat, Inc., and individual contributors \
Copyright (c) 2006-2014 Red Hat, Inc., and individual contributors \
as indicated by the @authors tag. See the copyright.txt in the distribution \
for a full listing of individual contributors.
# END NON-TRANSLATABLE
Expand Down
2 changes: 1 addition & 1 deletion cdi/plugins/org.jboss.tools.cdi.core/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<H3>About This Content</H3>

<P>&copy;2007 Red Hat, Inc. All rights reserved</P>
<P>&copy;2007 - 2014 Red Hat, Inc. All rights reserved</P>

<H3>License</H3>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
###############################################################################
# Copyright (c) 2014 Red Hat, Inc.
# 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:
# Red Hat, Inc. - initial API and implementation
##############################################################################
CDI_FACET_INSTALL_ABSTRACT_DELEGATE_ERROR=Error
CDI_FACET_INSTALL_ABSTRACT_DELEGATE_ERRORS_OCCURED=Error occured during installing CDI facet
CDI_FACET_INSTALL_ABSTRACT_DELEGATE_CHECK_ERROR_LOG_VIEW=Check Errors View for details
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
###############################################################################
# Copyright (c) 2014 Red Hat, Inc.
# 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:
# Red Hat, Inc. - initial API and implementation
##############################################################################
STEREOTYPE_DECLARES_NON_EMPTY_NAME=Stereotype declares a non-empty @Named annotation [JSR-299 �2.7.1.3]
RESOURCE_PRODUCER_FIELD_SETS_EL_NAME=Producer field declaration of Java EE resource must not specify an EL name [JSR-299 �3.5.1]
PARAM_INJECTION_DECLARES_EMPTY_NAME=Injection point other than injected field must not declare a @Named annotation that does not specify the value member [JSR-299 �3.11]
Expand Down
2 changes: 1 addition & 1 deletion cdi/plugins/org.jboss.tools.cdi.deltaspike.core/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<H3>About This Content</H3>

<P>&copy;2007 Red Hat, Inc. All rights reserved</P>
<P>&copy;2007 - 2014 Red Hat, Inc. All rights reserved</P>

<H3>License</H3>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
###############################################################################
# Copyright (c) 2014 Red Hat, Inc.
# 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:
# Red Hat, Inc. - initial API and implementation
##############################################################################
NOT_A_HANDLER_BEAN=Exception handler methods must be registered on beans annotated with @ExceptionHandler
INVALID_HANDLER_TYPE=Parameter of a handler method must be a ExceptionEvent

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
###############################################################################
# Copyright (c) 2014 Red Hat, Inc.
# 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:
# Red Hat, Inc. - initial API and implementation
##############################################################################
##Section Deltaspike

CDIValidatorConfigurationBlock_section_deltaspike=Deltaspike
Expand Down
2 changes: 1 addition & 1 deletion cdi/plugins/org.jboss.tools.cdi.extension.core/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<H3>About This Content</H3>

<P>&copy;2007 Red Hat, Inc. All rights reserved</P>
<P>&copy;2007 - 2014 Red Hat, Inc. All rights reserved</P>

<H3>License</H3>

Expand Down
2 changes: 1 addition & 1 deletion cdi/plugins/org.jboss.tools.cdi.gen/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<H3>About This Content</H3>

<P>&copy;2007 Red Hat, Inc. All rights reserved</P>
<P>&copy;2007 - 2014 Red Hat, Inc. All rights reserved</P>

<H3>License</H3>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
###############################################################################
# Copyright (c) 2014 Red Hat, Inc.
# 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:
# Red Hat, Inc. - initial API and implementation
##############################################################################
WARNING=Warning
OK=OK
DELETE=Delete
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<H3>About This Content</H3>

<P>&copy;2007 Red Hat, Inc. All rights reserved</P>
<P>&copy;2007 - 2014 Red Hat, Inc. All rights reserved</P>

<H3>License</H3>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
###############################################################################
# Copyright (c) 2014 Red Hat, Inc.
# 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:
# Red Hat, Inc. - initial API and implementation
##############################################################################
UNRESOLVED_TYPE=Cannot resolve type {0}.
UNRESOLVED_MEMBER=Cannot resolve field or method {0} in type {1}.
UNRESOLVED_FIELD=Cannot resolve field {0} in type {1}.
Expand Down
2 changes: 1 addition & 1 deletion cdi/plugins/org.jboss.tools.cdi.seam.config.ui/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<H3>About This Content</H3>

<P>&copy;2007 Red Hat, Inc. All rights reserved</P>
<P>&copy;2007 - 2014 Red Hat, Inc. All rights reserved</P>

<H3>License</H3>

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
###############################################################################
# Copyright (c) 2014 Red Hat, Inc.
# 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:
# Red Hat, Inc. - initial API and implementation
##############################################################################
NO_MESSAGE=No message
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
###############################################################################
# Copyright (c) 2014 Red Hat, Inc.
# 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:
# Red Hat, Inc. - initial API and implementation
##############################################################################
CDI_SEAM_VALIDATOR_PREFERENCE_PAGE_TITLE=Seam

##Section Seam Config
Expand Down
34 changes: 34 additions & 0 deletions cdi/plugins/org.jboss.tools.cdi.seam.core/about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<HTML>

<head>
<title>About</title>
<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
</head>

<BODY lang="EN-US">

<H3>About This Content</H3>

<P>&copy;2007 - 2014 Red Hat, Inc. All rights reserved</P>

<H3>License</H3>

<P>Red Hat Inc., through its JBoss division, makes available all content in this plug-in
("Content"). Unless otherwise indicated below, the Content is provided to you
under the terms and conditions of the Eclipse Public License Version 1.0
("EPL"). A copy of the EPL is available at
<A href="http://www.eclipse.org/org/documents/epl-v10.php">http://www.eclipse.org/org/documents/epl-v10.php</A>.
For purposes of the EPL, "Program" will mean the Content.</P>

<P>If you did not receive this Content directly from Red Hat Inc., the
Content is being redistributed by another party ("Redistributor") and different
terms and conditions may apply to your use of any object code in the Content.
Check the Redistributor's license that was provided with the Content. If no such
license exists, contact the Redistributor. Unless otherwise indicated below, the
terms and conditions of the EPL still apply to any source code in the Content
and such source code may be obtained at
<A href="http://www.jboss.org/tools">http://www.jboss.org/tools</A>.</P>

</BODY>
</HTML>
2 changes: 1 addition & 1 deletion cdi/plugins/org.jboss.tools.cdi.seam.faces.core/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<H3>About This Content</H3>

<P>&copy;2007 Red Hat, Inc. All rights reserved</P>
<P>&copy;2007 - 2014 Red Hat, Inc. All rights reserved</P>

<H3>License</H3>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<H3>About This Content</H3>

<P>&copy;2007 Red Hat, Inc. All rights reserved</P>
<P>&copy;2007 - 2014 Red Hat, Inc. All rights reserved</P>

<H3>License</H3>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
###############################################################################
# Copyright (c) 2014 Red Hat, Inc.
# 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:
# Red Hat, Inc. - initial API and implementation
##############################################################################
AMBIGUOUS_GENERIC_CONFIGURATION_POINT=Duplicate generic configuration point: {0}.
WRONG_TYPE_OF_GENERIC_CONFIGURATION_POINT=Type of generic configuration point must be assignable to the generic configuration type.
WRONG_GENERIC_CONFIGURATION_ANNOTATION_REFERENCE=Annotation type mismatch: {0} is not a generic configuration annotation.
Expand Down
2 changes: 1 addition & 1 deletion cdi/plugins/org.jboss.tools.cdi.seam.text.ext/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<H3>About This Content</H3>

<P>&copy;2007 Red Hat, Inc. All rights reserved</P>
<P>&copy;2007 - 2014 Red Hat, Inc. All rights reserved</P>

<H3>License</H3>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
###############################################################################
# Copyright (c) 2014 Red Hat, Inc.
# 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:
# Red Hat, Inc. - initial API and implementation
##############################################################################
CDI_SEAM_EXT_PLUGIN_NO_MESSAGE=No message
CDI_SEAM_RESOURCE_LOADING_HYPERLINK=Open Resource ''{0}''
CDI_SEAM_CONFIG_OPEN_TAG=Open Java Source Corresponding to ''{0}'' tag
Expand Down
2 changes: 1 addition & 1 deletion cdi/plugins/org.jboss.tools.cdi.text.ext/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<H3>About This Content</H3>

<P>&copy;2007 Red Hat, Inc. All rights reserved</P>
<P>&copy;2007 - 2014 Red Hat, Inc. All rights reserved</P>

<H3>License</H3>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
###############################################################################
# Copyright (c) 2014 Red Hat, Inc.
# 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:
# Red Hat, Inc. - initial API and implementation
##############################################################################
CDI_EXT_PLUGIN_NO_MESSAGE=No message
CDI_INJECTED_POINT_HYPERLINK_OPEN_BEAN=Open
CDI_INJECTED_POINT_HYPERLINK_OPEN_INJECT_BEAN=Open @Inject Bean
Expand Down
2 changes: 1 addition & 1 deletion cdi/plugins/org.jboss.tools.cdi.ui/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<H3>About This Content</H3>

<P>&copy;2007 Red Hat, Inc. All rights reserved</P>
<P>&copy;2007 - 2014 Red Hat, Inc. All rights reserved</P>

<H3>License</H3>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##################################################################################
### Copyright (c) 2010 Red Hat, Inc.
### Copyright (c) 2010 - 2014 Red Hat, Inc.
### Distributed under license by Red Hat, Inc. All rights reserved.
### This program is made available under the terms of the
### Eclipse Public License v1.0 which accompanies this distribution,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##################################################################################
### Copyright (c) 2009 Red Hat, Inc.
### Copyright (c) 2009 - 2014 Red Hat, Inc.
### Distributed under license by Red Hat, Inc. All rights reserved.
### This program is made available under the terms of the
### Eclipse Public License v1.0 which accompanies this distribution,
Expand Down
2 changes: 1 addition & 1 deletion cdi/plugins/org.jboss.tools.cdi.xml.ui/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<H3>About This Content</H3>

<P>&copy;2007 Red Hat, Inc. All rights reserved</P>
<P>&copy;2007 - 2014 Red Hat, Inc. All rights reserved</P>

<H3>License</H3>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
###############################################################################
# Copyright (c) 2014 Red Hat, Inc.
# 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:
# Red Hat, Inc. - initial API and implementation
##############################################################################
CDI_XML_UI_PLUGIN_NO_MESSAGES=No message
STEREOTYPES=Stereotypes
DECORATORS=Decorators
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
###############################################################################
# Copyright (c) 2014 Red Hat, Inc.
# 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:
# Red Hat, Inc. - initial API and implementation
##############################################################################
CDI_XML_UI_PLUGIN_NO_MESSAGES=\u30E1\u30C3\u30BB\u30FC\u30B8\u304C\u3042\u308A\u307E\u305B\u3093
2 changes: 1 addition & 1 deletion cdi/plugins/org.jboss.tools.cdi.xml/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<H3>About This Content</H3>

<P>&copy;2007 Red Hat, Inc. All rights reserved</P>
<P>&copy;2007 - 2014 Red Hat, Inc. All rights reserved</P>

<H3>License</H3>

Expand Down
Loading