JBoss Tools SVN: r14396 - trunk/seam/plugins/org.jboss.tools.seam.xml.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2009-04-01 06:22:37 -0400 (Wed, 01 Apr 2009)
New Revision: 14396
Modified:
trunk/seam/plugins/org.jboss.tools.seam.xml/plugin.properties
Log:
JBIDE-4111
Modified: trunk/seam/plugins/org.jboss.tools.seam.xml/plugin.properties
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.xml/plugin.properties 2009-04-01 07:54:04 UTC (rev 14395)
+++ trunk/seam/plugins/org.jboss.tools.seam.xml/plugin.properties 2009-04-01 10:22:37 UTC (rev 14396)
@@ -1,1397 +1,2 @@
providerName=JBoss, a division of Red Hat
pluginName=JBoss Tools Seam XML
-
-#Snippets
-
-#JSF Core
-jsf_core_label=JSF Core
-jsf_core_desc=The core JavaServer Faces custom actions that are independent of any particular RenderKit.
-
-tag_lib_jsf_core_label=JSF Core taglib
-tag_lib_jsf_core_desc=Syntax\:\n<%@ taglib uri\="http\://java.sun.com/jsf/core" prefix\="f" %>
-# START NON-TRANSLATABLE
-tag_lib_jsf_core_content=<%@ taglib uri\="${uri}" prefix\="${prefix}" %>
-tag_lib_jsf_core_uri=http\://java.sun.com/jsf/core
-tag_lib_jsf_core_prefix=f
-# END NON-TRANSLATABLE
-
-actionListener_jsf_core_label=actionListener
-actionListener_jsf_core_desc=Syntax\:\n<f\:actionListener/>\nAttributes\:\ntype
-# START NON-TRANSLATABLE
-actionListener_jsf_core_content=<f\:actionListener type\="${type}"/>
-# END NON-TRANSLATABLE
-
-attribute_jsf_core_label=attribute
-attribute_jsf_core_desc=Syntax\:\n<f\:attribute/>\nAttributes\:\nname, value
-# START NON-TRANSLATABLE
-attribute_jsf_core_content=<f\:attribute name\="${name}" value\="${value}"/>
-# END NON-TRANSLATABLE
-
-convertDateTime_jsf_core_label=convertDateTime
-convertDateTime_jsf_core_desc=Syntax\:\n<f\:convertDateTime/>\nAttributes\:\ndateStyle, locale, pattern, timeStyle, timeZone, type
-convertDateTime_jsf_core_content=<f\:convertDateTime/>
-
-convertNumber_jsf_core_label=convertNumber
-convertNumber_jsf_core_desc=Syntax\:\n<f\:convertNumber/>\nAttributes\:\ncurrencyCode, currencySymbol, groupingUsed, integerOnly, locale, maxFractionDigits, maxIntegerDigits, minFractionDigits, minIntegerDigits, pattern, type
-# START NON-TRANSLATABLE
-convertNumber_jsf_core_content=<f\:convertNumber/>
-# END NON-TRANSLATABLE
-
-converter_jsf_core_label=converter
-converter_jsf_core_desc=Syntax\:\n<f\:converter/>\nAttributes\:\nconverterId
-# START NON-TRANSLATABLE
-converter_jsf_core_content=<f\:converter converterId\="${converterId}"/>
-# END NON-TRANSLATABLE
-
-facet_jsf_core_label=facet
-facet_jsf_core_desc=Syntax\:\n<f\:facet>\n</f\:facet>\nAttributes\:\nname
-# START NON-TRANSLATABLE
-facet_jsf_core_content=<f\:facet name\="${name}">\n\t\n</f\:facet>
-# END NON-TRANSLATABLE
-
-loadBundle_jsf_core_label=loadBundle
-loadBundle_jsf_core_desc=Syntax\:\n<f\:loadBundle/>\nAttributes\:\nbasename, var
-# START NON-TRANSLATABLE
-loadBundle_jsf_core_content=<f\:loadBundle basename\="${basename}" var\="${var}"/>
-# END NON-TRANSLATABLE
-
-param_jsf_core_label=param
-param_jsf_core_desc=Syntax\:\n<f\:param>\n</f\:param>\nAttributes\:\nvalue, binding, id, name
-# START NON-TRANSLATABLE
-param_jsf_core_content=<f\:param value\="${value}">\n\t\n</f\:param>
-# END NON-TRANSLATABLE
-
-selectItem_jsf_core_label=selectItem
-selectItem_jsf_core_desc=Syntax\:\n<f\:selectItem/>\nAttributes\:\nbinding, id, itemDescription, itemDisabled, itemLabel, itemValue, value
-# START NON-TRANSLATABLE
-selectItem_jsf_core_content=<f\:selectItem/>
-# END NON-TRANSLATABLE
-
-selectItems_jsf_core_label=selectItems
-selectItems_jsf_core_desc=Syntax\:\n<f\:selectItems/>\nAttributes\:\nbinding, id, value
-# START NON-TRANSLATABLE
-selectItems_jsf_core_content=<f\:selectItems/>
-# END NON-TRANSLATABLE
-
-subview_jsf_core_label=subview
-subview_jsf_core_desc=Syntax\:\n<f\:subview>\n</f\:subview>\nAttributes\:\nid, binding, rendered
-# START NON-TRANSLATABLE
-subview_jsf_core_content=<f\:subview id\="${id}">\n\t\n</f\:subview>
-# END NON-TRANSLATABLE
-
-validateDoubleRange_jsf_core_label=validateDoubleRange
-validateDoubleRange_jsf_core_desc=Syntax\:\n<f\:validateDoubleRange>\n</f\:validateDoubleRange>\nAttributes\:\nmaximum, minimum
-# START NON-TRANSLATABLE
-validateDoubleRange_jsf_core_content=<f\:validateDoubleRange>\n\t\n</f\:validateDoubleRange>
-# END NON-TRANSLATABLE
-
-validateLength_jsf_core_label=validateLength
-validateLength_jsf_core_desc=Syntax\:\n<f\:validateLength>\n</f\:validateLength>\nAttributes\:\nmaximum, minimum
-# START NON-TRANSLATABLE
-validateLength_jsf_core_content=<f\:validateLength>\n\t\n</f\:validateLength>
-# END NON-TRANSLATABLE
-
-validateLongRange_jsf_core_label=validateLongRange
-validateLongRange_jsf_core_desc=Syntax\:\n<f\:validateLongRange>\n</f\:validateLongRange>\nAttributes\:\nmaximum, minimum
-# START NON-TRANSLATABLE
-validateLongRange_jsf_core_content=<f\:validateLongRange>\n\t\n</f\:validateLongRange>
-# END NON-TRANSLATABLE
-
-validator_jsf_core_label=validator
-validator_jsf_core_desc=Syntax\:\n<f\:validator/>\nAttributes\:\nvalidatorId
-# START NON-TRANSLATABLE
-validator_jsf_core_content=<f\:validator validatorId\="${validatorId}"/>
-# END NON-TRANSLATABLE
-
-valueChangeListener_jsf_core_label=valueChangeListener
-valueChangeListener_jsf_core_desc=Syntax\:\n<f\:valueChangeListener/>\nAttributes\:\ntype
-# START NON-TRANSLATABLE
-valueChangeListener_jsf_core_content=<f\:valueChangeListener type\="${type}"/>
-# END NON-TRANSLATABLE
-
-verbatim_jsf_core_label=verbatim
-verbatim_jsf_core_desc=Syntax\:\n<f\:verbatim>\n</f\:verbatim>\nAttributes\:\nescape
-# START NON-TRANSLATABLE
-verbatim_jsf_core_content=<f\:verbatim>\n\t\n</f\:verbatim>
-# END NON-TRANSLATABLE
-
-view_jsf_core_label=view
-view_jsf_core_desc=Syntax\:\n<f\:view>\n</f\:view>\nAttributes\:\nlocale
-# START NON-TRANSLATABLE
-view_jsf_core_content=<f\:view>\n\t\n</f\:view>
-# END NON-TRANSLATABLE
-
-#JSF HTML
-jsf_html_label=JSF HTML
-jsf_html_desc=This tag library contains JavaServer Faces component tags for all UIComponent + HTML RenderKit Renderer combinations defined in the JavaServer Faces Specification.
-
-tag_lib_jsf_html_label=JSF HTML taglib
-tag_lib_jsf_html_desc=Syntax\:\n<%@ taglib uri\="http\://java.sun.com/jsf/html" prefix\="h" %>
-# START NON-TRANSLATABLE
-tag_lib_jsf_html_content=<%@ taglib uri\="${uri}" prefix\="${prefix}" %>
-tag_lib_jsf_html_uri=http\://java.sun.com/jsf/html
-tag_lib_jsf_html_prefix=h
-# END NON-TRANSLATABLE
-
-column_jsf_html_label=column
-column_jsf_html_desc=Syntax\:\n<h\:column>\n</h\:column>\nAttributes\:\nrendered, binding, id
-# START NON-TRANSLATABLE
-column_jsf_html_content=<h\:column>\n\t\n</h\:column>
-# END NON-TRANSLATABLE
-
-commandButton_jsf_html_label=commandButton
-commandButton_jsf_html_desc=Syntax\:\n<h\:commandButton/>\nAttributes\:\naction, actionListener, id, immediate, rendered, value, accesskey, alt, dir, disabled, image, lang, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, readonly, style, styleClass, tabindex, title, type, binding
-# START NON-TRANSLATABLE
-commandButton_jsf_html_content=<h\:commandButton value\="${value}" action\="${action}"/>
-# END NON-TRANSLATABLE
-
-commandLink_jsf_html_label=commandLink
-commandLink_jsf_html_desc=Syntax\:\n<h\:commandLink>\n</h\:commandLink>\nAttributes\:\naction, actionListener, id, immediate, rendered, value, accesskey, charset, coords, dir, hreflang, lang, onblur, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, rel, rev, shape, style, styleClass, tabindex, target, title, type, binding
-# START NON-TRANSLATABLE
-commandLink_jsf_html_content=<h\:commandLink id\="${id}" value\="${value}">\n\t\n</h\:commandLink>
-# END NON-TRANSLATABLE
-
-dataTable_jsf_html_label=dataTable
-dataTable_jsf_html_desc=Syntax\:\n<h\:dataTable>\n</h\:dataTable>\nAttributes\:\nfirst, id, rendered, rows, value, var, bgcolor, border, cellpadding, cellspacing, columnClasses, dir, footerClass, frame, headerClass, lang, onclick, ondblclick, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, rowClasses, rules, style, styleClass, summary, title, width, binding
-# START NON-TRANSLATABLE
-dataTable_jsf_html_content=<h\:dataTable value\="${value}" var\="${var}">\n\t\n</h\:dataTable>
-# END NON-TRANSLATABLE
-
-form_jsf_html_label=form
-form_jsf_html_desc=Syntax\:\n<h\:form>\n</h\:form>\nAttributes\:\nid, rendered, accept, acceptcharset, dir, enctype, lang, onclick, ondblclick, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onreset, onsubmit, style, styleClass, target, title, binding
-# START NON-TRANSLATABLE
-form_jsf_html_content=<h\:form>\n\t\n</h\:form>
-# END NON-TRANSLATABLE
-
-graphicImage_jsf_html_label=graphicImage
-graphicImage_jsf_html_desc=Syntax\:\n<h\:graphicImage/>\nAttributes\:\nid, rendered, url, value, alt, dir, height, ismap, lang, longdesc, onclick, ondblclick, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, style, styleClass, title, usemap, width, binding
-# START NON-TRANSLATABLE
-graphicImage_jsf_html_content=<h\:graphicImage value\="${value}"/>
-# END NON-TRANSLATABLE
-
-inputHidden_jsf_html_label=inputHidden
-inputHidden_jsf_html_desc=Syntax\:\n<h\:inputHidden/>\nAttributes\:\nconverter, id, immediate, rendered, required, validator, value, valueChangeListener, binding
-# START NON-TRANSLATABLE
-inputHidden_jsf_html_content=<h\:inputHidden id\="${id}" value\="${value}"/>
-# END NON-TRANSLATABLE
-
-inputSecret_jsf_html_label=inputSecret
-inputSecret_jsf_html_desc=Syntax\:\n<h\:inputSecret/>\nAttributes\:\nconverter, id, immediate, rendered, required, validator, value, valueChangeListener, accesskey, alt, dir, disabled, lang, maxlength, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, readonly, redisplay, size, style, styleClass, tabindex, title, binding
-# START NON-TRANSLATABLE
-inputSecret_jsf_html_content=<h\:inputSecret id\="${id}" value\="${value}"/>
-# END NON-TRANSLATABLE
-
-inputText_jsf_html_label=inputText
-inputText_jsf_html_desc=Syntax\:\n<h\:inputText/>\nAttributes\:\nconverter, id, immediate, rendered, required, validator, value, valueChangeListener, accesskey, alt, dir, disabled, lang, maxlength, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, readonly, size, style, styleClass, tabindex, title, binding
-# START NON-TRANSLATABLE
-inputText_jsf_html_content=<h\:inputText id\="${id}" value\="${value}"/>
-# END NON-TRANSLATABLE
-
-inputTextarea_jsf_html_label=inputTextarea
-inputTextarea_jsf_html_desc=Syntax\:\n<h\:inputTextarea>\n</h\:inputTextarea>\nAttributes\:\nconverter, id, immediate, rendered, required, validator, value, valueChangeListener, accesskey, cols, dir, disabled, lang, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, readonly, rows, style, styleClass, tabindex, title, binding
-# START NON-TRANSLATABLE
-inputTextarea_jsf_html_content=<h\:inputTextarea id\="${id}" value\="${value}">\n\t\n</h\:inputTextarea>
-# END NON-TRANSLATABLE
-
-message_jsf_html_label=message
-message_jsf_html_desc=Syntax\:\n<h\:message/>\nAttributes\:\nfor, id, rendered, showDetail, showSummary, errorClass, errorStyle, fatalClass, fatalStyle, infoClass, infoStyle, style, styleClass, title, tooltip, warnClass, warnStyle, binding
-# START NON-TRANSLATABLE
-message_jsf_html_content=<h\:message for\="${for}"/>
-# END NON-TRANSLATABLE
-
-messages_jsf_html_label=messages
-messages_jsf_html_desc=Syntax\:\n<h\:messages/>\nAttributes\:\nglobalOnly, id, rendered, showDetail, showSummary, errorClass, errorStyle, fatalClass, fatalStyle, infoClass, infoStyle, layout, style, styleClass, title, tooltip, warnClass, warnStyle, binding
-# START NON-TRANSLATABLE
-messages_jsf_html_content=<h\:messages id\="${id}"/>
-# END NON-TRANSLATABLE
-
-outputFormat_jsf_html_label=outputFormat
-outputFormat_jsf_html_desc=Syntax\:\n<h\:outputFormat>\n</h\:outputFormat>\nAttributes\:\nconverter, id, rendered, value, escape, style, styleClass, title, binding
-# START NON-TRANSLATABLE
-outputFormat_jsf_html_content=<h\:outputFormat id\="${id}">\n\t\n</h\:outputFormat>
-# END NON-TRANSLATABLE
-
-outputLabel_jsf_html_label=outputLabel
-outputLabel_jsf_html_desc=Syntax\:\n<h\:outputLabel>\n</h\:outputLabel>\nAttributes\:\nfor, converter, id, rendered, value, accesskey, dir, lang, onblur, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, style, styleClass, tabindex, title, binding
-# START NON-TRANSLATABLE
-outputLabel_jsf_html_content=<h\:outputLabel for\="${for}">\n\t\n</h\:outputLabel>
-# END NON-TRANSLATABLE
-
-outputLink_jsf_html_label=outputLink
-outputLink_jsf_html_desc=Syntax\:\n<h\:outputLink>\n</h\:outputLink>\nAttributes\:\nconverter, id, rendered, value, accesskey, charset, coords, dir, hreflang, lang, onblur, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, rel, rev, shape, style, styleClass, tabindex, target, title, type, binding
-# START NON-TRANSLATABLE
-outputLink_jsf_html_content=<h\:outputLink value\="${value}">\n\t\n</h\:outputLink>
-# END NON-TRANSLATABLE
-
-outputText_jsf_html_label=outputText
-outputText_jsf_html_desc=Syntax\:\n<h\:outputText/>\nAttributes\:\nconverter, id, rendered, value, escape, style, styleClass, title, binding
-# START NON-TRANSLATABLE
-outputText_jsf_html_content=<h\:outputText value\="${value}"/>
-# END NON-TRANSLATABLE
-
-panelGrid_jsf_html_label=panelGrid
-panelGrid_jsf_html_desc=Syntax\:\n<h\:panelGrid>\n</h\:panelGrid>\nAttributes\:\nid, rendered, bgcolor, border, cellpadding, cellspacing, columnClasses, columns, dir, footerClass, frame, headerClass, lang, onclick, ondblclick, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, rowClasses, rules, style, styleClass, summary, title, width, binding
-# START NON-TRANSLATABLE
-panelGrid_jsf_html_content=<h\:panelGrid columns\="${columns}">\n\t\n</h\:panelGrid>
-# END NON-TRANSLATABLE
-
-panelGroup_jsf_html_label=panelGroup
-panelGroup_jsf_html_desc=Syntax\:\n<h\:panelGroup>\n</h\:panelGroup>\nAttributes\:\nid, rendered, style, styleClass, binding
-# START NON-TRANSLATABLE
-panelGroup_jsf_html_content=<h\:panelGroup id\="${id}">\n\t\n</h\:panelGroup>
-# END NON-TRANSLATABLE
-
-selectBooleanCheckbox_jsf_html_label=selectBooleanCheckbox
-selectBooleanCheckbox_jsf_html_desc=Syntax\:\n<h\:selectBooleanCheckbox>\n</h\:selectBooleanCheckbox>\nAttributes\:\nconverter, id, immediate, rendered, required, validator, value, valueChangeListener, accesskey, dir, disabled, lang, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, readonly, style, styleClass, tabindex, title, binding
-# START NON-TRANSLATABLE
-selectBooleanCheckbox_jsf_html_content=<h\:selectBooleanCheckbox id\="${id}">\n\t\n</h\:selectBooleanCheckbox>
-# END NON-TRANSLATABLE
-
-selectManyCheckbox_jsf_html_label=selectManyCheckbox
-selectManyCheckbox_jsf_html_desc=Syntax\:\n<h\:selectManyCheckbox>\n</h\:selectManyCheckbox>\nAttributes\:\nconverter, id, immediate, rendered, required, validator, value, valueChangeListener, accesskey, border, dir, disabled, disabledClass, enabledClass, lang, layout, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, readonly, style, styleClass, tabindex, title, binding
-# START NON-TRANSLATABLE
-selectManyCheckbox_jsf_html_content=<h\:selectManyCheckbox id\="${id}">\n\t\n</h\:selectManyCheckbox>
-# END NON-TRANSLATABLE
-
-selectManyListbox_jsf_html_label=selectManyListbox
-selectManyListbox_jsf_html_desc=Syntax\:\n<h\:selectManyListbox>\n</h\:selectManyListbox>\nAttributes\:\nconverter, id, immediate, rendered, required, validator, value, valueChangeListener, accesskey, dir, disabled, lang, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, readonly, size, style, styleClass, tabindex, title, binding
-# START NON-TRANSLATABLE
-selectManyListbox_jsf_html_content=<h\:selectManyListbox id\="${id}">\n\t\n</h\:selectManyListbox>
-# END NON-TRANSLATABLE
-
-selectManyMenu_jsf_html_label=selectManyMenu
-selectManyMenu_jsf_html_desc=Syntax\:\n<h\:selectManyMenu>\n</h\:selectManyMenu>\nAttributes\:\nconverter, id, immediate, rendered, required, validator, value, valueChangeListener, accesskey, dir, disabled, lang, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, readonly, style, styleClass, tabindex, title, binding
-# START NON-TRANSLATABLE
-selectManyMenu_jsf_html_content=<h\:selectManyMenu id\="${id}">\n\t\n</h\:selectManyMenu>
-# END NON-TRANSLATABLE
-
-selectOneListbox_jsf_html_label=selectOneListbox
-selectOneListbox_jsf_html_desc=Syntax\:\n<h\:selectOneListbox>\n</h\:selectOneListbox>\nAttributes\:\nconverter, id, immediate, rendered, required, validator, value, valueChangeListener, accesskey, dir, disabled, lang, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, readonly, size, style, styleClass, tabindex, title, binding
-# START NON-TRANSLATABLE
-selectOneListbox_jsf_html_content=<h\:selectOneListbox id\="${id}">\n\t\n</h\:selectOneListbox>
-# END NON-TRANSLATABLE
-
-selectOneMenu_jsf_html_label=selectOneMenu
-selectOneMenu_jsf_html_desc=Syntax\:\n<h\:selectOneMenu>\n</h\:selectOneMenu>\nAttributes\:\nconverter, id, immediate, rendered, required, validator, value, valueChangeListener, accesskey, dir, disabled, lang, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, readonly, style, styleClass, tabindex, title, binding
-# START NON-TRANSLATABLE
-selectOneMenu_jsf_html_content=<h\:selectOneMenu id\="${id}">\n\t\n</h\:selectOneMenu>
-# END NON-TRANSLATABLE
-
-selectOneRadio_jsf_html_label=selectOneRadio
-selectOneRadio_jsf_html_desc=Syntax\:\n<h\:selectOneRadio>\n</h\:selectOneRadio>\nAttributes\:\nconverter, id, immediate, rendered, required, validator, value, valueChangeListener, accesskey, border, dir, disabled, disabledClass, enabledClass, lang, layout, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, readonly, style, styleClass, tabindex, title, binding
-# START NON-TRANSLATABLE
-selectOneRadio_jsf_html_content=<h\:selectOneRadio id\="${id}">\n\t\n</h\:selectOneRadio>
-# END NON-TRANSLATABLE
-
-#MyFaces Ext
-mf_ext_label=MyFaces Ext
-mf_ext_desc=Enhanced standard JSP actions and custom MyFaces actions.
-
-tag_lib_mf_ext_label=MyFaces Ext taglib
-tag_lib_mf_ext_desc=Syntax\:\n<%@ taglib uri\="http\://myfaces.sourceforge.net/tld/myfaces_ext_0_9.tld" prefix\="x" %>
-# START NON-TRANSLATABLE
-tag_lib_mf_ext_content=<%@ taglib uri\="${uri}" prefix\="${prefix}" %>
-tag_lib_mf_ext_uri=http\://myfaces.sourceforge.net/tld/myfaces_ext_0_9.tld
-tag_lib_mf_ext_prefix=x
-# END NON-TRANSLATABLE
-
-checkbox_mf_ext_label=checkbox
-checkbox_mf_ext_desc=Syntax\:\n<x\:checkbox>\n</x\:checkbox>\nAttributes\:\nfor, index, id, rendered, binding, transient, enabledOnUserRole, visibleOnUserRole
-# START NON-TRANSLATABLE
-checkbox_mf_ext_content=<x\:checkbox for\="${for}" index\="${index}">\n\t\n</x\:checkbox>
-# END NON-TRANSLATABLE
-
-commandButton_mf_ext_label=commandButton
-commandButton_mf_ext_desc=Syntax\:\n<x\:commandButton>\n</x\:commandButton>\nAttributes\:\nid, rendered, binding, transient, action, actionListener, immediate, value, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, accesskey, alt, disabled, onblur, onchange, onfocus, onselect, size, tabindex, type, image, enabledOnUserRole, visibleOnUserRole
-# START NON-TRANSLATABLE
-commandButton_mf_ext_content=<x\:commandButton>\n\t\n</x\:commandButton>
-# END NON-TRANSLATABLE
-
-commandLink_mf_ext_label=commandLink
-commandLink_mf_ext_desc=Syntax\:\n<x\:commandLink>\n</x\:commandLink>\nAttributes\:\nid, rendered, binding, transient, action, actionListener, immediate, value, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, accesskey, charset, coords, hreflang, rel, rev, shape, tabindex, type, onblur, onfocus, target, enabledOnUserRole, visibleOnUserRole
-# START NON-TRANSLATABLE
-commandLink_mf_ext_content=<x\:commandLink>\n\t\n</x\:commandLink>
-# END NON-TRANSLATABLE
-
-commandNavigation_mf_ext_label=commandNavigation
-commandNavigation_mf_ext_desc=Syntax\:\n<x\:commandNavigation>\n</x\:commandNavigation>\nAttributes\:\nid, rendered, binding, transient, action, actionListener, immediate, value, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, accesskey, charset, coords, hreflang, re, rev, shape, tabindex, type, onblur, onfocus, target, enabledOnUserRole, visibleOnUserRole
-# START NON-TRANSLATABLE
-commandNavigation_mf_ext_content=<x\:commandNavigation>\n\t\n</x\:commandNavigation>
-# END NON-TRANSLATABLE
-
-commandSortHeader_mf_ext_label=commandSortHeader
-commandSortHeader_mf_ext_desc=Syntax\:\n<x\:commandSortHeader>\n</x\:commandSortHeader>\nAttributes\:\ncolumnName, id, rendered, binding, transient, action, actionListener, immediate, value, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, accesskey, charset, coords, hreflang, re, rev, shape, tabindex, type, onblur, onfocus, target, enabledOnUserRole, visibleOnUserRole, arrow
-# START NON-TRANSLATABLE
-commandSortHeader_mf_ext_content=<x\:commandSortHeader columnName\="${columnName}">\n\t\n</x\:commandSortHeader>
-# END NON-TRANSLATABLE
-
-dataList_mf_ext_label=dataList
-dataList_mf_ext_desc=Syntax\:\n<x\:dataList>\n</x\:dataList>\nAttributes\:\nvar, id, rendered, binding, transient, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, value, rows, first, enabledOnUserRole, visibleOnUserRole, layout, rowIndexVar, rowCountVar
-# START NON-TRANSLATABLE
-dataList_mf_ext_content=<x\:dataList var\="${var}">\n\t\n</x\:dataList>
-# END NON-TRANSLATABLE
-
-dataScroller_mf_ext_label=dataScroller
-dataScroller_mf_ext_desc=Syntax\:\n<x\:dataScroller>\n</x\:dataScroller>\nAttributes\:\nid, rendered, binding, transient, enabledOnUserRole, visibleOnUserRole, for, fastStep, pageIndexVar, pageCountVar, styleClass, style, paginator, paginatorMaxPages, paginatorTableClass, paginatorTableStyle, paginatorColumnClass, paginatorColumnStyle, paginatorActiveColumnClass, paginatorActiveColumnStyle
-# START NON-TRANSLATABLE
-dataScroller_mf_ext_content=<x\:dataScroller>\n\t\n</x\:dataScroller>
-# END NON-TRANSLATABLE
-
-dataTable_mf_ext_label=dataTable
-dataTable_mf_ext_desc=Syntax\:\n<x\:dataTable>\n</x\:dataTable>\nAttributes\:\nvar, id, rendered, binding, transient, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, align, border, bgcolor, cellpadding, cellspacing, datafld, datasrc, dataformatas, frame, rules, summary, width, value, rows, first, columnClasses, footerClass, headerClass, rowClasses, enabledOnUserRole, visibleOnUserRole, preserveDataModel, sortColumn, sortAscending, preserveSort, renderedIfEmpty, rowIndexVar, rowCountVar, previousRowDataVar
-# START NON-TRANSLATABLE
-dataTable_mf_ext_content=<x\:dataTable var\="${var}">\n\t\n</x\:dataTable>
-# END NON-TRANSLATABLE
-
-iconProvider_mf_ext_label=iconProvider
-iconProvider_mf_ext_desc=Syntax\:\n<x\:iconProvider/>\nAttributes\:\ntype
-# START NON-TRANSLATABLE
-iconProvider_mf_ext_content=<x\:iconProvider type\="${type}"/>
-# END NON-TRANSLATABLE
-
-inputCalendar_mf_ext_label=inputCalendar
-inputCalendar_mf_ext_desc=Syntax\:\n<x\:inputCalendar>\n</x\:inputCalendar>\nAttributes\:\nid, rendered, binding, transient, value, converter, immediate, required, validator, valueChangeListener, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, dir, lang, style, title, styleClass, enabledOnUserRole, visibleOnUserRole, monthYearRowClass, weekRowClass, dayCellClass, currentDayCellClass, renderAsPopup, popupDateFormat, popupButtonString, popupGotoString, popupTodayString, popupWeekString, popupScrollLeftMessage, popupScrollRightMessage, popupSelectMonthMessage, popupSelectYearMessage, popupSelectDateMessage
-# START NON-TRANSLATABLE
-inputCalendar_mf_ext_content=<x\:inputCalendar>\n\t\n</x\:inputCalendar>
-# END NON-TRANSLATABLE
-
-inputDate_mf_ext_label=inputDate
-inputDate_mf_ext_desc=Syntax\:\n<x\:inputDate>\n</x\:inputDate>\nAttributes\:\nid, rendered, binding, transient, value, converter, immediate, required, validator, valueChangeListener, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, accesskey, align, alt, datafld, datasrc, dataformatas, disabled, maxlength, onblur, onchange, onfocus, onselect, readonly, size, tabindex, type
-# START NON-TRANSLATABLE
-inputDate_mf_ext_content=<x\:inputDate>\n\t\n</x\:inputDate>
-# END NON-TRANSLATABLE
-
-inputFileUpload_mf_ext_label=inputFileUpload
-inputFileUpload_mf_ext_desc=Syntax\:\n<x\:inputFileUpload>\n</x\:inputFileUpload>\nAttributes\:\nid, rendered, binding, transient, value, converter, immediate, required, validator, valueChangeListener, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, accesskey, align, alt, datafld, datasrc, dataformatas, disabled, maxlength, onblur, onchange, onfocus, onselect, readonly, size, tabindex, accept, storage
-# START NON-TRANSLATABLE
-inputFileUpload_mf_ext_content=<x\:inputFileUpload>\n\t\n</x\:inputFileUpload>
-# END NON-TRANSLATABLE
-
-inputText_mf_ext_label=inputText
-inputText_mf_ext_desc=Syntax\:\n<x\:inputText>\n</x\:inputText>\nAttributes\:\nid, rendered, binding, transient, value, converter, immediate, required, validator, valueChangeListener, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, accesskey, align, alt, datafld, datasrc, dataformatas, disabled, maxlength, onblur, onchange, onfocus, onselect, readonly, size, tabindex, escape, enabledOnUserRole, visibleOnUserRole
-# START NON-TRANSLATABLE
-inputText_mf_ext_content=<x\:inputText>\n\t\n</x\:inputText>
-# END NON-TRANSLATABLE
-
-inputTextarea_mf_ext_label=inputTextarea
-inputTextarea_mf_ext_desc=Syntax\:\n<x\:inputTextarea>\n</x\:inputTextarea>\nAttributes\:\nid, rendered, binding, transient, value, converter, immediate, required, validator, valueChangeListener, accesskey, cols, datafld, datasrc, dataformatas, disabled, onblur, onchange, onfocus, onselect, readonly, rows, tabindex, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, enabledOnUserRole, visibleOnUserRole
-# START NON-TRANSLATABLE
-inputTextarea_mf_ext_content=<x\:inputTextarea>\n\t\n</x\:inputTextarea>
-# END NON-TRANSLATABLE
-
-jscookMenu_mf_ext_label=jscookMenu
-jscookMenu_mf_ext_desc=Syntax\:\n<x\:jscookMenu>\n</x\:jscookMenu>\nAttributes\:\nlayout, theme, id, rendered, binding, transient, enabledOnUserRole, visibleOnUserRole
-# START NON-TRANSLATABLE
-jscookMenu_mf_ext_content=<x\:jscookMenu layout\="${layout}" theme\="${theme}">\n\t\n</x\:jscookMenu>
-# END NON-TRANSLATABLE
-
-message_mf_ext_label=message
-message_mf_ext_desc=Syntax\:\n<x\:message>\n</x\:message>\nAttributes\:\nfor, id, rendered, binding, transient, showSummary, showDetail, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, infoClass, infoStyle, warnClass, warnStyle, errorClass, errorStyle, fatalClass, fatalStyle, tooltip, enabledOnUserRole, visibleOnUserRole, summaryFormat, detailFormat
-# START NON-TRANSLATABLE
-message_mf_ext_content=<x\:message for\="${for}">\n\t\n</x\:message>
-# END NON-TRANSLATABLE
-
-messages_mf_ext_label=messages
-messages_mf_ext_desc=Syntax\:\n<x\:messages>\n</x\:messages>\nAttributes\:\nid, rendered, binding, transient, showSummary, showDetail, globalOnly, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, infoClass, infoStyle, warnClass, warnStyle, errorClass, errorStyle, fatalClass, fatalStyle, layout, tooltip, enabledOnUserRole, visibleOnUserRole, summaryFormat, globalSummaryFormat, detailFormat
-# START NON-TRANSLATABLE
-messages_mf_ext_content=<x\:messages>\n\t\n</x\:messages>
-# END NON-TRANSLATABLE
-
-navigationMenuItem_mf_ext_label=navigationMenuItem
-navigationMenuItem_mf_ext_desc=Syntax\:\n<x\:navigationMenuItem>\n</x\:navigationMenuItem>\nAttributes\:\nbinding, itemDisabled, id, itemDescription, itemLabel, itemValue, value, enabledOnUserRole, visibleOnUserRole, icon, split, action
-# START NON-TRANSLATABLE
-navigationMenuItem_mf_ext_content=<x\:navigationMenuItem>\n\t\n</x\:navigationMenuItem>
-# END NON-TRANSLATABLE
-
-navigationMenuItems_mf_ext_label=navigationMenuItems
-navigationMenuItems_mf_ext_desc=Syntax\:\n<x\:navigationMenuItems/>\nAttributes\:\nbinding, id, value
-# START NON-TRANSLATABLE
-navigationMenuItems_mf_ext_content=<x\:navigationMenuItems/>
-# END NON-TRANSLATABLE
-
-outputLabel_mf_ext_label=outputLabel
-outputLabel_mf_ext_desc=Syntax\:\n<x\:outputLabel>\n</x\:outputLabel>\nAttributes\:\nfor, id, rendered, binding, transient, value, converter, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, accesskey, onblur, onfocus, enabledOnUserRole, visibleOnUserRole
-# START NON-TRANSLATABLE
-outputLabel_mf_ext_content=<x\:outputLabel for\="${for}">\n\t\n</x\:outputLabel>
-# END NON-TRANSLATABLE
-
-outputText_mf_ext_label=outputText
-outputText_mf_ext_desc=Syntax\:\n<x\:outputText>\n</x\:outputText>\nAttributes\:\nid, rendered, binding, transient, value, converter, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, escape, enabledOnUserRole, visibleOnUserRole
-# START NON-TRANSLATABLE
-outputText_mf_ext_content=<x\:outputText>\n\t\n</x\:outputText>
-# END NON-TRANSLATABLE
-
-panelGroup_mf_ext_label=panelGroup
-panelGroup_mf_ext_desc=Syntax\:\n<x\:panelGroup>\n</x\:panelGroup>\nAttributes\:\nid, rendered, binding, transient, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, enabledOnUserRole, visibleOnUserRole
-# START NON-TRANSLATABLE
-panelGroup_mf_ext_content=<x\:panelGroup>\n\t\n</x\:panelGroup>
-# END NON-TRANSLATABLE
-
-panelLayout_mf_ext_label=panelLayout
-panelLayout_mf_ext_desc=Syntax\:\n<x\:panelLayout>\n</x\:panelLayout>\nAttributes\:\nid, rendered, binding, transient, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, align, border, bgcolor, cellpadding, cellspacing, datafld, datasrc, dataformatas, frame, rules, summary, width, layout, headerClass, navigationClass, bodyClass, footerClass, headerStyle, navigationStyle, bodyStyle, footerStyle
-# START NON-TRANSLATABLE
-panelLayout_mf_ext_content=<x\:panelLayout>\n\t\n</x\:panelLayout>
-# END NON-TRANSLATABLE
-
-panelNavigation_mf_ext_label=panelNavigation
-panelNavigation_mf_ext_desc=Syntax\:\n<x\:panelNavigation>\n</x\:panelNavigation>\nAttributes\:\nid, rendered, binding, transient, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, align, border, bgcolor, cellpadding, cellspacing, datafld, datasrc, dataformatas, frame, rules, summary, width, itemClass, openItemClass, activeItemClass, separatorClass, itemStyle, openItemStyle, activeItemStyle, separatorStyle
-# START NON-TRANSLATABLE
-panelNavigation_mf_ext_content=<x\:panelNavigation>\n\t\n</x\:panelNavigation>
-# END NON-TRANSLATABLE
-
-panelStack_mf_ext_label=panelStack
-panelStack_mf_ext_desc=Syntax\:\n<x\:panelStack>\n</x\:panelStack>\nAttributes\:\nselectedPanel, id
-# START NON-TRANSLATABLE
-panelStack_mf_ext_content=<x\:panelStack selectedPanel\="${selectedPanel}">\n\t\n</x\:panelStack>
-# END NON-TRANSLATABLE
-
-panelTab_mf_ext_label=panelTab
-panelTab_mf_ext_desc=Syntax\:\n<x\:panelTab>\n</x\:panelTab>\nAttributes\:\nid, rendered, binding, transient, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, enabledOnUserRole, visibleOnUserRole, label
-# START NON-TRANSLATABLE
-panelTab_mf_ext_content=<x\:panelTab>\n\t\n</x\:panelTab>
-# END NON-TRANSLATABLE
-
-panelTabbedPane_mf_ext_label=panelTabbedPane
-panelTabbedPane_mf_ext_desc=Syntax\:\n<x\:panelTabbedPane>\n</x\:panelTabbedPane>\nAttributes\:\nid, rendered, binding, transient, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, align, border, bgcolor, cellpadding, cellspacing, datafld, datasrc, dataformatas, frame, rules, summary, width, enabledOnUserRole, visibleOnUserRole, selectedIndex, activeTabStyleClass, inactiveTabStyleClass, activeSubStyleClass, inactiveSubStyleClass, tabContentStyleClass
-# START NON-TRANSLATABLE
-panelTabbedPane_mf_ext_content=<x\:panelTabbedPane>\n\t\n</x\:panelTabbedPane>
-# END NON-TRANSLATABLE
-
-radio_mf_ext_label=radio
-radio_mf_ext_desc=Syntax\:\n<x\:radio>\n</x\:radio>\nAttributes\:\nfor, index, id, rendered, binding, transient, enabledOnUserRole, visibleOnUserRole
-# START NON-TRANSLATABLE
-radio_mf_ext_content=<x\:radio for\="${for}" index\="${index}">\n\t\n</x\:radio>
-# END NON-TRANSLATABLE
-
-rssTicker_mf_ext_label=rssTicker
-rssTicker_mf_ext_desc=Syntax\:\n<x\:rssTicker>\n</x\:rssTicker>\nAttributes\:\nrssUrl, dir, lang, style, title, styleClass
-# START NON-TRANSLATABLE
-rssTicker_mf_ext_content=<x\:rssTicker rssUrl\="${rssUrl}">\n\t\n</x\:rssTicker>
-# END NON-TRANSLATABLE
-
-saveState_mf_ext_label=saveState
-saveState_mf_ext_desc=Syntax\:\n<x\:saveState>\n</x\:saveState>\nAttributes\:\nvalue, id
-# START NON-TRANSLATABLE
-saveState_mf_ext_content=<x\:saveState value\="${value}">\n\t\n</x\:saveState>
-# END NON-TRANSLATABLE
-
-selectManyCheckbox_mf_ext_label=selectManyCheckbox
-selectManyCheckbox_mf_ext_desc=Syntax\:\n<x\:selectManyCheckbox>\n</x\:selectManyCheckbox>\nAttributes\:\nid, rendered, binding, transient, value, converter, immediate, required, validator, valueChangeListener, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, accesskey, alt, datafld, datasrc, dataformatas, disabled, onblur, onchange, onfocus, onselect, readonly, tabindex, layout, enabledOnUserRole, visibleOnUserRole
-# START NON-TRANSLATABLE
-selectManyCheckbox_mf_ext_content=<x\:selectManyCheckbox>\n\t\n</x\:selectManyCheckbox>
-# END NON-TRANSLATABLE
-
-selectOneMenu_mf_ext_label=selectOneMenu
-selectOneMenu_mf_ext_desc=Syntax\:\n<x\:selectOneMenu>\n</x\:selectOneMenu>\nAttributes\:\nid, rendered, binding, transient, value, converter, immediate, required, validator, valueChangeListener, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, datafld, datasrc, dataformatas, disabled, onblur, onchange, onfocus, tabindex, readonly, enabledOnUserRole, visibleOnUserRole
-# START NON-TRANSLATABLE
-selectOneMenu_mf_ext_content=<x\:selectOneMenu>\n\t\n</x\:selectOneMenu>
-# END NON-TRANSLATABLE
-
-selectOneRadio_mf_ext_label=selectOneRadio
-selectOneRadio_mf_ext_desc=Syntax\:\n<x\:selectOneRadio>\n</x\:selectOneRadio>\nAttributes\:\nid, rendered, binding, transient, value, converter, immediate, required, validator, valueChangeListener, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, accesskey, alt, datafld, datasrc, dataformatas, disabled, onblur, onchange, onfocus, onselect, readonly, tabindex, layout, border, enabledOnUserRole, visibleOnUserRole
-# START NON-TRANSLATABLE
-selectOneRadio_mf_ext_content=<x\:selectOneRadio>\n\t\n</x\:selectOneRadio>
-# END NON-TRANSLATABLE
-
-stylesheet_mf_ext_label=stylesheet
-stylesheet_mf_ext_desc=Syntax\:\n<x\:stylesheet>\n</x\:stylesheet>\nAttributes\:\npath, id, rendered, binding, transient, enabledOnUserRole, visibleOnUserRole
-# START NON-TRANSLATABLE
-stylesheet_mf_ext_content=<x\:stylesheet path\="${path}">\n\t\n</x\:stylesheet>
-# END NON-TRANSLATABLE
-
-tabChangeListener_mf_ext_label=tabChangeListener
-tabChangeListener_mf_ext_desc=Syntax\:\n<x\:tabChangeListener/>\nAttributes\:\ntype
-# START NON-TRANSLATABLE
-tabChangeListener_mf_ext_content=<x\:tabChangeListener type\="${type}"/>
-# END NON-TRANSLATABLE
-
-tree_mf_ext_label=tree
-tree_mf_ext_desc=Syntax\:\n<x\:tree>\n</x\:tree>\nAttributes\:\nvalue, id, styleClass, nodeClass, selectedNodeClass, iconClass, iconLine, iconNoline, iconChild, iconChildFirst, iconChildMiddle, iconChildLast, iconNodeOpen, iconNodeOpenFirst, iconNodeOpenMiddle, iconNodeOpenLast, iconNodeClose, iconNodeCloseFirst, iconNodeCloseMiddle, iconNodeCloseLast, expandRoot, expireListeners
-# START NON-TRANSLATABLE
-tree_mf_ext_content=<x\:tree value\="${value}">\n\t\n</x\:tree>
-# END NON-TRANSLATABLE
-
-treeSelectionListener_mf_ext_label=treeSelectionListener
-treeSelectionListener_mf_ext_desc=Syntax\:\n<x\:treeSelectionListener/>\nAttributes\:\ntype
-# START NON-TRANSLATABLE
-treeSelectionListener_mf_ext_content=<x\:treeSelectionListener type\="${type}"/>
-# END NON-TRANSLATABLE
-
-updateActionListener_mf_ext_label=updateActionListener
-updateActionListener_mf_ext_desc=Syntax\:\n<x\:updateActionListener>\n</x\:updateActionListener>\nAttributes\:\nproperty, value, converter
-# START NON-TRANSLATABLE
-updateActionListener_mf_ext_content=<x\:updateActionListener property\="${property}" value\="${value}">\n\t\n</x\:updateActionListener>
-# END NON-TRANSLATABLE
-
-validateCreditCard_mf_ext_label=validateCreditCard
-validateCreditCard_mf_ext_desc=Syntax\:\n<x\:validateCreditCard>\n</x\:validateCreditCard>\nAttributes\:\nnone, amex, visa, mastercard, discover
-# START NON-TRANSLATABLE
-validateCreditCard_mf_ext_content=<x\:validateCreditCard>\n\t\n</x\:validateCreditCard>
-# END NON-TRANSLATABLE
-
-validateEmail_mf_ext_label=validateEmail
-validateEmail_mf_ext_desc=Syntax\:\n<x\:validateEmail>\n</x\:validateEmail>
-# START NON-TRANSLATABLE
-validateEmail_mf_ext_content=<x\:validateEmail>\n\t\n</x\:validateEmail>
-# END NON-TRANSLATABLE
-
-validateEqual_mf_ext_label=validateEqual
-validateEqual_mf_ext_desc=Syntax\:\n<x\:validateEqual>\n</x\:validateEqual>\nAttributes\:\nfor
-# START NON-TRANSLATABLE
-validateEqual_mf_ext_content=<x\:validateEqual for\="${for}">\n\t\n</x\:validateEqual>
-# END NON-TRANSLATABLE
-
-validateRegExpr_mf_ext_label=validateRegExpr
-validateRegExpr_mf_ext_desc=Syntax\:\n<x\:validateRegExpr>\n</x\:validateRegExpr>\nAttributes\:\npattern
-# START NON-TRANSLATABLE
-validateRegExpr_mf_ext_content=<x\:validateRegExpr pattern\="${pattern}">\n\t\n</x\:validateRegExpr>
-# END NON-TRANSLATABLE
-
-#Oracle ADF Faces Core
-oracle_core_label=Oracle ADF Faces Core
-
-tag_lib_oracle_core_label=Oracle ADF Faces Core taglib
-tag_lib_oracle_core_desc=Syntax\:\n<%@ taglib uri\="http\://xmlns.oracle.com/adf/faces/EA10" prefix\="af" %>
-# START NON-TRANSLATABLE
-tag_lib_oracle_core_content=<%@ taglib uri\="${uri}" prefix\="${prefix}" %>
-tag_lib_oracle_core_uri=http\://xmlns.oracle.com/adf/faces/EA10
-tag_lib_oracle_core_prefix=af
-# END NON-TRANSLATABLE
-
-chooseColor_oracle_core_label=chooseColor
-chooseColor_oracle_core_desc=Syntax\:\n<af\:chooseColor>\n</af\:chooseColor>\nAttributes\:\nid, colorData, customColorData, width, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-chooseColor_oracle_core_content=<af\:chooseColor>\n\t\n</af\:chooseColor>
-# END NON-TRANSLATABLE
-
-chooseDate_oracle_core_label=chooseDate
-chooseDate_oracle_core_desc=Syntax\:\n<af\:chooseDate>\n</af\:chooseDate>\nAttributes\:\nid, minValue, maxValue, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-chooseDate_oracle_core_content=<af\:chooseDate>\n\t\n</af\:chooseDate>
-# END NON-TRANSLATABLE
-
-column_oracle_core_label=column
-column_oracle_core_desc=Syntax\:\n<af\:column>\n</af\:column>\nAttributes\:\nid, formatType, gridVisible, width, bandingShade, noWrap, headerNoWrap, separateRows, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-column_oracle_core_content=<af\:column>\n\t\n</af\:column>
-# END NON-TRANSLATABLE
-
-commandButton_oracle_core_label=commandButton
-commandButton_oracle_core_desc=Syntax\:\n<af\:commandButton>\n</af\:commandButton>\nAttributes\:\nid, text, disabled, textAndAccessKey, accessKey, partialSubmit, shortDesc, windowWidth, windowHeight, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, action, actionListener, returnListener, immediate, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-commandButton_oracle_core_content=<af\:commandButton>\n\t\n</af\:commandButton>
-# END NON-TRANSLATABLE
-
-commandGlobalButton_oracle_core_label=commandGlobalButton
-commandGlobalButton_oracle_core_desc=Syntax\:\n<af\:commandGlobalButton>\n</af\:commandGlobalButton>\nAttributes\:\nid, text, icon, selected, disabled, textAndAccessKey, accessKey, onfocus, onblur, action, actionListener, returnListener, immediate, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-commandGlobalButton_oracle_core_content=<af\:commandGlobalButton>\n\t\n</af\:commandGlobalButton>
-# END NON-TRANSLATABLE
-
-commandLink_oracle_core_label=commandLink
-commandLink_oracle_core_desc=Syntax\:\n<af\:commandLink>\n</af\:commandLink>\nAttributes\:\nid, text, selected, disabled, textAndAccessKey, accessKey, onfocus, onblur, partialSubmit, shortDesc, windowWidth, windowHeight, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, action, actionListener, returnListener, immediate, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-commandLink_oracle_core_content=<af\:commandLink>\n\t\n</af\:commandLink>
-# END NON-TRANSLATABLE
-
-commandOption_oracle_core_label=commandOption
-commandOption_oracle_core_desc=Syntax\:\n<af\:commandOption>\n</af\:commandOption>\nAttributes\:\nid, text, selected, longDesc, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, action, actionListener, returnListener, immediate, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-commandOption_oracle_core_content=<af\:commandOption>\n\t\n</af\:commandOption>
-# END NON-TRANSLATABLE
-
-convertColor_oracle_core_label=convertColor
-convertColor_oracle_core_desc=Syntax\:\n<af\:convertColor/>\nAttributes\:\npatterns, transparentAllowed
-# START NON-TRANSLATABLE
-convertColor_oracle_core_content=<af\:convertColor/>
-# END NON-TRANSLATABLE
-
-forEach_oracle_core_label=forEach
-forEach_oracle_core_desc=Syntax\:\n<af\:forEach>\n</af\:forEach>\nAttributes\:\nitems, var, begin, end, step
-# START NON-TRANSLATABLE
-forEach_oracle_core_content=<af\:forEach var\="${var}" items\="${items}">\n\t\n</af\:forEach>
-# END NON-TRANSLATABLE
-
-form_oracle_core_label=form
-form_oracle_core_desc=Syntax\:\n<af\:form>\n</af\:form>\nAttributes\:\nid, targetFrame, usesUpload, onsubmit, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-form_oracle_core_content=<af\:form>\n\t\n</af\:form>
-# END NON-TRANSLATABLE
-
-goButton_oracle_core_label=goButton
-goButton_oracle_core_desc=Syntax\:\n<af\:goButton>\n</af\:goButton>\nAttributes\:\nid, text, longDesc, selected, disabled, textAndAccessKey, accessKey, shortDesc, onfocus, onblur, targetFrame, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, destination, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-goButton_oracle_core_content=<af\:goButton>\n\t\n</af\:goButton>
-# END NON-TRANSLATABLE
-
-goLink_oracle_core_label=goLink
-goLink_oracle_core_desc=Syntax\:\n<af\:goLink>\n</af\:goLink>\nAttributes\:\nid, text, longDesc, selected, disabled, textAndAccessKey, accessKey, shortDesc, onfocus, onblur, targetFrame, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, destination, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-goLink_oracle_core_content=<af\:goLink>\n\t\n</af\:goLink>
-# END NON-TRANSLATABLE
-
-importScript_oracle_core_label=importScript
-importScript_oracle_core_desc=Syntax\:\n<af\:importScript>\n</af\:importScript>\nAttributes\:\nid, names, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-importScript_oracle_core_content=<af\:importScript>\n\t\n</af\:importScript>
-# END NON-TRANSLATABLE
-
-inputFile_oracle_core_label=inputFile
-inputFile_oracle_core_desc=Syntax\:\n<af\:inputFile>\n</af\:inputFile>\nAttributes\:\nid, columns, onfocus, onblur, onchange, onselect, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, messageDescUrl, messageTargetFrame, valign, accessKey, labelAndAccessKey, disabled, shortDesc, label, tip, simple, immediate, required, validator, valueChangeListener, value, converter, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-inputFile_oracle_core_content=<af\:inputFile>\n\t\n</af\:inputFile>
-# END NON-TRANSLATABLE
-
-inputHidden_oracle_core_label=inputHidden
-inputHidden_oracle_core_desc=Syntax\:\n<af\:inputHidden>\n</af\:inputHidden>\nAttributes\:\nid, immediate, required, validator, valueChangeListener, value, converter, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-inputHidden_oracle_core_content=<af\:inputHidden>\n\t\n</af\:inputHidden>
-# END NON-TRANSLATABLE
-
-inputText_oracle_core_label=inputText
-inputText_oracle_core_desc=Syntax\:\n<af\:inputText>\n</af\:inputText>\nAttributes\:\nid, rows, columns, maximumLength, wrap, secret, readOnly, disabled, shortDesc, label, tip, simple, onfocus, onblur, onchange, onselect, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, messageDescUrl, messageTargetFrame, valign, accessKey, labelAndAccessKey, autoSubmit, immediate, required, validator, valueChangeListener, value, converter, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-inputText_oracle_core_content=<af\:inputText>\n\t\n</af\:inputText>
-# END NON-TRANSLATABLE
-
-menuBar_oracle_core_label=menuBar
-menuBar_oracle_core_desc=Syntax\:\n<af\:menuBar>\n</af\:menuBar>\nAttributes\:\nid, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-menuBar_oracle_core_content=<af\:menuBar>\n\t\n</af\:menuBar>
-# END NON-TRANSLATABLE
-
-menuButtons_oracle_core_label=menuButtons
-menuButtons_oracle_core_desc=Syntax\:\n<af\:menuButtons>\n</af\:menuButtons>\nAttributes\:\nid, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-menuButtons_oracle_core_content=<af\:menuButtons>\n\t\n</af\:menuButtons>
-# END NON-TRANSLATABLE
-
-menuChoice_oracle_core_label=menuChoice
-menuChoice_oracle_core_desc=Syntax\:\n<af\:menuChoice>\n</af\:menuChoice>\nAttributes\:\nid, title, readOnly, disabled, onfocus, onblur, onchange, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-menuChoice_oracle_core_content=<af\:menuChoice>\n\t\n</af\:menuChoice>
-# END NON-TRANSLATABLE
-
-menuPath_oracle_core_label=menuPath
-menuPath_oracle_core_desc=Syntax\:\n<af\:menuPath>\n</af\:menuPath>\nAttributes\:\nid, orientation, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-menuPath_oracle_core_content=<af\:menuPath>\n\t\n</af\:menuPath>
-# END NON-TRANSLATABLE
-
-menuTabs_oracle_core_label=menuTabs
-menuTabs_oracle_core_desc=Syntax\:\n<af\:menuTabs>\n</af\:menuTabs>\nAttributes\:\nid, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-menuTabs_oracle_core_content=<af\:menuTabs>\n\t\n</af\:menuTabs>
-# END NON-TRANSLATABLE
-
-message_oracle_core_label=message
-message_oracle_core_desc=Syntax\:\n<af\:message>\n</af\:message>\nAttributes\:\nid, tip, message, messageType, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, for, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-message_oracle_core_content=<af\:message>\n\t\n</af\:message>
-# END NON-TRANSLATABLE
-
-messages_oracle_core_label=messages
-messages_oracle_core_desc=Syntax\:\n<af\:messages>\n</af\:messages>\nAttributes\:\nid, messageType, message, text, automatic, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-messages_oracle_core_content=<af\:messages>\n\t\n</af\:messages>
-# END NON-TRANSLATABLE
-
-objectIcon_oracle_core_label=objectIcon
-objectIcon_oracle_core_desc=Syntax\:\n<af\:objectIcon>\n</af\:objectIcon>\nAttributes\:\nid, name, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-objectIcon_oracle_core_content=<af\:objectIcon>\n\t\n</af\:objectIcon>
-# END NON-TRANSLATABLE
-
-objectImage_oracle_core_label=objectImage
-objectImage_oracle_core_desc=Syntax\:\n<af\:objectImage>\n</af\:objectImage>\nAttributes\:\nid, source, height, width, halign, longDescURL, borderWidth, text, imageMapType, accessKey, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-objectImage_oracle_core_content=<af\:objectImage>\n\t\n</af\:objectImage>
-# END NON-TRANSLATABLE
-
-objectLegend_oracle_core_label=objectLegend
-objectLegend_oracle_core_desc=Syntax\:\n<af\:objectLegend>\n</af\:objectLegend>\nAttributes\:\nid, name, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-objectLegend_oracle_core_content=<af\:objectLegend>\n\t\n</af\:objectLegend>
-# END NON-TRANSLATABLE
-
-objectMedia_oracle_core_label=objectMedia
-objectMedia_oracle_core_desc=Syntax\:\n<af\:objectMedia>\n</af\:objectMedia>\nAttributes\:\nid, width, height, innerWidth, innerHeight, source, autostart, playCount, contentType, standbyText, player, controls, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-objectMedia_oracle_core_content=<af\:objectMedia>\n\t\n</af\:objectMedia>
-# END NON-TRANSLATABLE
-
-objectSeparator_oracle_core_label=objectSeparator
-objectSeparator_oracle_core_desc=Syntax\:\n<af\:objectSeparator>\n</af\:objectSeparator>\nAttributes\:\nid, shortDesc, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-objectSeparator_oracle_core_content=<af\:objectSeparator>\n\t\n</af\:objectSeparator>
-# END NON-TRANSLATABLE
-
-objectSpacer_oracle_core_label=objectSpacer
-objectSpacer_oracle_core_desc=Syntax\:\n<af\:objectSpacer>\n</af\:objectSpacer>\nAttributes\:\nid, width, height, shortDesc, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-objectSpacer_oracle_core_content=<af\:objectSpacer>\n\t\n</af\:objectSpacer>
-# END NON-TRANSLATABLE
-
-outputFormatted_oracle_core_label=outputFormatted
-outputFormatted_oracle_core_desc=Syntax\:\n<af\:outputFormatted>\n</af\:outputFormatted>\nAttributes\:\nid, styleUsage, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, value, converter, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-outputFormatted_oracle_core_content=<af\:outputFormatted>\n\t\n</af\:outputFormatted>
-# END NON-TRANSLATABLE
-
-outputLabel_oracle_core_label=outputLabel
-outputLabel_oracle_core_desc=Syntax\:\n<af\:outputLabel>\n</af\:outputLabel>\nAttributes\:\nid, accessKey, valueAndAccessKey, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, messageType, for, anchor, value, converter, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-outputLabel_oracle_core_content=<af\:outputLabel>\n\t\n</af\:outputLabel>
-# END NON-TRANSLATABLE
-
-outputText_oracle_core_label=outputText
-outputText_oracle_core_desc=Syntax\:\n<af\:outputText>\n</af\:outputText>\nAttributes\:\nid, truncateAt, description, escape, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, value, converter, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-outputText_oracle_core_content=<af\:outputText>\n\t\n</af\:outputText>
-# END NON-TRANSLATABLE
-
-panelBorder_oracle_core_label=panelBorder
-panelBorder_oracle_core_desc=Syntax\:\n<af\:panelBorder>\n</af\:panelBorder>\nAttributes\:\nid, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-panelBorder_oracle_core_content=<af\:panelBorder>\n\t\n</af\:panelBorder>
-# END NON-TRANSLATABLE
-
-panelBox_oracle_core_label=panelBox
-panelBox_oracle_core_desc=Syntax\:\n<af\:panelBox>\n</af\:panelBox>\nAttributes\:\nid, width, background, text, icon, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-panelBox_oracle_core_content=<af\:panelBox>\n\t\n</af\:panelBox>
-# END NON-TRANSLATABLE
-
-panelButtonBar_oracle_core_label=panelButtonBar
-panelButtonBar_oracle_core_desc=Syntax\:\n<af\:panelButtonBar>\n</af\:panelButtonBar>\nAttributes\:\nid, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-panelButtonBar_oracle_core_content=<af\:panelButtonBar>\n\t\n</af\:panelButtonBar>
-# END NON-TRANSLATABLE
-
-panelForm_oracle_core_label=panelForm
-panelForm_oracle_core_desc=Syntax\:\n<af\:panelForm>\n</af\:panelForm>\nAttributes\:\nid, rows, maxColumns, width, labelWidth, fieldWidth, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-panelForm_oracle_core_content=<af\:panelForm>\n\t\n</af\:panelForm>
-# END NON-TRANSLATABLE
-
-panelGroup_oracle_core_label=panelGroup
-panelGroup_oracle_core_desc=Syntax\:\n<af\:panelGroup>\n</af\:panelGroup>\nAttributes\:\nid, type, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-panelGroup_oracle_core_content=<af\:panelGroup>\n\t\n</af\:panelGroup>
-# END NON-TRANSLATABLE
-
-panelHeader_oracle_core_label=panelHeader
-panelHeader_oracle_core_desc=Syntax\:\n<af\:panelHeader>\n</af\:panelHeader>\nAttributes\:\nid, text, shortText, icon, messageType, size, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-panelHeader_oracle_core_content=<af\:panelHeader>\n\t\n</af\:panelHeader>
-# END NON-TRANSLATABLE
-
-panelLabelAndMessage_oracle_core_label=panelLabelAndMessage
-panelLabelAndMessage_oracle_core_desc=Syntax\:\n<af\:panelLabelAndMessage>\n</af\:panelLabelAndMessage>\nAttributes\:\nid, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, label, messageDescUrl, messageTargetFrame, valign, messageType, tip, message, anchor, contentStyleClass, accessKey, labelAndAccessKey, for, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-panelLabelAndMessage_oracle_core_content=<af\:panelLabelAndMessage>\n\t\n</af\:panelLabelAndMessage>
-# END NON-TRANSLATABLE
-
-panelList_oracle_core_label=panelList
-panelList_oracle_core_desc=Syntax\:\n<af\:panelList>\n</af\:panelList>\nAttributes\:\nid, rows, maxColumns, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-panelList_oracle_core_content=<af\:panelList>\n\t\n</af\:panelList>
-# END NON-TRANSLATABLE
-
-panelPage_oracle_core_label=panelPage
-panelPage_oracle_core_desc=Syntax\:\n<af\:panelPage>\n</af\:panelPage>\nAttributes\:\nid, title, messageType, chromeType, quickLinksShown, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-panelPage_oracle_core_content=<af\:panelPage>\n\t\n</af\:panelPage>
-# END NON-TRANSLATABLE
-
-panelPageHeader_oracle_core_label=panelPageHeader
-panelPageHeader_oracle_core_desc=Syntax\:\n<af\:panelPageHeader>\n</af\:panelPageHeader>\nAttributes\:\nid, chromeType, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-panelPageHeader_oracle_core_content=<af\:panelPageHeader>\n\t\n</af\:panelPageHeader>
-# END NON-TRANSLATABLE
-
-panelPartialRoot_oracle_core_label=panelPartialRoot
-panelPartialRoot_oracle_core_desc=Syntax\:\n<af\:panelPartialRoot>\n</af\:panelPartialRoot>\nAttributes\:\nid, shortDesc, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-panelPartialRoot_oracle_core_content=<af\:panelPartialRoot>\n\t\n</af\:panelPartialRoot>
-# END NON-TRANSLATABLE
-
-panelSideBar_oracle_core_label=panelSideBar
-panelSideBar_oracle_core_desc=Syntax\:\n<af\:panelSideBar>\n</af\:panelSideBar>\nAttributes\:\nid, width, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-panelSideBar_oracle_core_content=<af\:panelSideBar>\n\t\n</af\:panelSideBar>
-# END NON-TRANSLATABLE
-
-panelTip_oracle_core_label=panelTip
-panelTip_oracle_core_desc=Syntax\:\n<af\:panelTip>\n</af\:panelTip>\nAttributes\:\nid, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-panelTip_oracle_core_content=<af\:panelTip>\n\t\n</af\:panelTip>
-# END NON-TRANSLATABLE
-
-process_oracle_core_label=process
-process_oracle_core_desc=Syntax\:\n<af\:process>\n</af\:process>\nAttributes\:\nid, value, action, actionListener, immediate, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-process_oracle_core_content=<af\:process>\n\t\n</af\:process>
-# END NON-TRANSLATABLE
-
-processChoiceBar_oracle_core_label=processChoiceBar
-processChoiceBar_oracle_core_desc=Syntax\:\n<af\:processChoiceBar>\n</af\:processChoiceBar>\nAttributes\:\nid, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, value, action, actionListener, immediate, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-processChoiceBar_oracle_core_content=<af\:processChoiceBar>\n\t\n</af\:processChoiceBar>
-# END NON-TRANSLATABLE
-
-processTrain_oracle_core_label=processTrain
-processTrain_oracle_core_desc=Syntax\:\n<af\:processTrain>\n</af\:processTrain>\nAttributes\:\nid, readOnly, subTrain, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, value, action, actionListener, immediate, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-processTrain_oracle_core_content=<af\:processTrain>\n\t\n</af\:processTrain>
-# END NON-TRANSLATABLE
-
-resetButton_oracle_core_label=resetButton
-resetButton_oracle_core_desc=Syntax\:\n<af\:resetButton>\n</af\:resetButton>\nAttributes\:\nid, text, disabled, textAndAccessKey, accessKey, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-resetButton_oracle_core_content=<af\:resetButton>\n\t\n</af\:resetButton>
-# END NON-TRANSLATABLE
-
-selectBooleanCheckbox_oracle_core_label=selectBooleanCheckbox
-selectBooleanCheckbox_oracle_core_desc=Syntax\:\n<af\:selectBooleanCheckbox>\n</af\:selectBooleanCheckbox>\nAttributes\:\nid, autoSubmit, readOnly, disabled, shortDesc, label, tip, simple, text, accessKey, textAndAccessKey, onfocus, onblur, onchange, onselect, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, messageDescUrl, messageTargetFrame, valign, selected, immediate, required, validator, valueChangeListener, value, converter, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-selectBooleanCheckbox_oracle_core_content=<af\:selectBooleanCheckbox>\n\t\n</af\:selectBooleanCheckbox>
-# END NON-TRANSLATABLE
-
-selectBooleanRadio_oracle_core_label=selectBooleanRadio
-selectBooleanRadio_oracle_core_desc=Syntax\:\n<af\:selectBooleanRadio>\n</af\:selectBooleanRadio>\nAttributes\:\nid, autoSubmit, readOnly, disabled, shortDesc, label, tip, simple, text, accessKey, textAndAccessKey, group, onfocus, onblur, onchange, onselect, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, messageDescUrl, messageTargetFrame, valign, selected, immediate, required, validator, valueChangeListener, value, converter, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-selectBooleanRadio_oracle_core_content=<af\:selectBooleanRadio>\n\t\n</af\:selectBooleanRadio>
-# END NON-TRANSLATABLE
-
-selectInputColor_oracle_core_label=selectInputColor
-selectInputColor_oracle_core_desc=Syntax\:\n<af\:selectInputColor>\n</af\:selectInputColor>\nAttributes\:\nid, compact, chooseId, readOnly, disabled, shortDesc, label, tip, simple, onfocus, onblur, onchange, onselect, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, messageDescUrl, messageTargetFrame, valign, accessKey, labelAndAccessKey, immediate, required, validator, valueChangeListener, value, converter, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-selectInputColor_oracle_core_content=<af\:selectInputColor>\n\t\n</af\:selectInputColor>
-# END NON-TRANSLATABLE
-
-selectInputDate_oracle_core_label=selectInputDate
-selectInputDate_oracle_core_desc=Syntax\:\n<af\:selectInputDate>\n</af\:selectInputDate>\nAttributes\:\nid, chooseId, readOnly, disabled, shortDesc, label, tip, simple, onfocus, onblur, onchange, onselect, styleClass, inlineStyle, partialTriggers, messageDescUrl, messageTargetFrame, valign, accessKey, labelAndAccessKey, immediate, required, validator, valueChangeListener, value, converter, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-selectInputDate_oracle_core_content=<af\:selectInputDate>\n\t\n</af\:selectInputDate>
-# END NON-TRANSLATABLE
-
-selectItem_oracle_core_label=selectItem
-selectItem_oracle_core_desc=Syntax\:\n<af\:selectItem>\n</af\:selectItem>\nAttributes\:\nid, label, disabled, shortDesc, longDesc, styleClass. onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, value, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-selectItem_oracle_core_content=<af\:selectItem>\n\t\n</af\:selectItem>
-# END NON-TRANSLATABLE
-
-selectManyListbox_oracle_core_label=selectManyListbox
-selectManyListbox_oracle_core_desc=Syntax\:\n<af\:selectManyListbox>\n</af\:selectManyListbox>\nAttributes\:\nid, size, readOnly, disabled, shortDesc, label, tip, simple, onfocus, onblur, onchange, onselect, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, messageDescUrl, messageTargetFrame, valign, accessKey, labelAndAccessKey, immediate, required, validator, valueChangeListener, value, converter, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-selectManyListbox_oracle_core_content=<af\:selectManyListbox>\n\t\n</af\:selectManyListbox>
-# END NON-TRANSLATABLE
-
-selectManyShuttle_oracle_core_label=selectManyShuttle
-selectManyShuttle_oracle_core_desc=Syntax\:\n<af\:selectManyShuttle>\n</af\:selectManyShuttle>\nAttributes\:\nid, readOnly, disabled, shortDesc, onfocus, onblur, onchange, onselect, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, size, leadingHeader, trailingHeader, leadingDescShown, trailingDescShown, immediate, required, validator, valueChangeListener, value, converter, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-selectManyShuttle_oracle_core_content=<af\:selectManyShuttle>\n\t\n</af\:selectManyShuttle>
-# END NON-TRANSLATABLE
-
-selectOneChoice_oracle_core_label=selectOneChoice
-selectOneChoice_oracle_core_desc=Syntax\:\n<af\:selectOneChoice>\n</af\:selectOneChoice>\nAttributes\:\nid, readOnly, disabled, shortDesc, label, tip, simple, onfocus, onblur, onchange, onselect, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, messageDescUrl, messageTargetFrame, valign, accessKey, labelAndAccessKey, autoSubmit, immediate, required, validator, valueChangeListener, value, converter, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-selectOneChoice_oracle_core_content=<af\:selectOneChoice>\n\t\n</af\:selectOneChoice>
-# END NON-TRANSLATABLE
-
-selectOneListbox_oracle_core_label=selectOneListbox
-selectOneListbox_oracle_core_desc=Syntax\:\n<af\:selectOneListbox>\n</af\:selectOneListbox>\nAttributes\:\nid, size, readOnly, disabled, shortDesc, label, tip, simple, onfocus, onblur, onchange, onselect, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, messageDescUrl, messageTargetFrame, valign, accessKey, labelAndAccessKey, immediate, required, validator, valueChangeListener, value, converter, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-selectOneListbox_oracle_core_content=<af\:selectOneListbox>\n\t\n</af\:selectOneListbox>
-# END NON-TRANSLATABLE
-
-selectOneRadio_oracle_core_label=selectOneRadio
-selectOneRadio_oracle_core_desc=Syntax\:\n<af\:selectOneRadio>\n</af\:selectOneRadio>\nAttributes\:\nid, readOnly, disabled, shortDesc, label, tip, simple, onfocus, onblur, onchange, onselect, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, messageDescUrl, messageTargetFrame, valign, accessKey, labelAndAccessKey, immediate, required, validator, valueChangeListener, value, converter, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-selectOneRadio_oracle_core_content=<af\:selectOneRadio>\n\t\n</af\:selectOneRadio>
-# END NON-TRANSLATABLE
-
-selectOrderShuttle_oracle_core_label=selectOrderShuttle
-selectOrderShuttle_oracle_core_desc=Syntax\:\n<af\:selectOrderShuttle>\n</af\:selectOrderShuttle>\nAttributes\:\nid, reorderOnly, readOnly, disabled, shortDesc, onfocus, onblur, onchange, onselect, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, size, leadingHeader, trailingHeader, leadingDescShown, trailingDescShown, immediate, required, validator, valueChangeListener, value, converter, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-selectOrderShuttle_oracle_core_content=<af\:selectOrderShuttle>\n\t\n</af\:selectOrderShuttle>
-# END NON-TRANSLATABLE
-
-selectRangeChoiceBar_oracle_core_label=selectRangeChoiceBar
-selectRangeChoiceBar_oracle_core_desc=Syntax\:\n<af\:selectRangeChoiceBar>\n</af\:selectRangeChoiceBar>\nAttributes\:\nid, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, first, rows, value, var, immediate, rangeChangeListener, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-selectRangeChoiceBar_oracle_core_content=<af\:selectRangeChoiceBar>\n\t\n</af\:selectRangeChoiceBar>
-# END NON-TRANSLATABLE
-
-setActionListener_oracle_core_label=setActionListener
-setActionListener_oracle_core_desc=Syntax\:\n<af\:setActionListener/>\nAttributes\:\nto, from
-# START NON-TRANSLATABLE
-setActionListener_oracle_core_content=<af\:setActionListener from\="${from}" to\="${to}"/>
-# END NON-TRANSLATABLE
-
-showDetail_oracle_core_label=showDetail
-showDetail_oracle_core_desc=Syntax\:\n<af\:showDetail>\n</af\:showDetail>\nAttributes\:\nid, selected, disclosedText, undisclosedText, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, disclosed, immediate, disclosureListener, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-showDetail_oracle_core_content=<af\:showDetail>\n\t\n</af\:showDetail>
-# END NON-TRANSLATABLE
-
-showDetailHeader_oracle_core_label=showDetailHeader
-showDetailHeader_oracle_core_desc=Syntax\:\n<af\:showDetailHeader>\n</af\:showDetailHeader>\nAttributes\:\nid, text, shortText, icon, size, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, disclosed, immediate, disclosureListener, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-showDetailHeader_oracle_core_content=<af\:showDetailHeader>\n\t\n</af\:showDetailHeader>
-# END NON-TRANSLATABLE
-
-showDetailItem_oracle_core_label=showDetailItem
-showDetailItem_oracle_core_desc=Syntax\:\n<af\:showDetailItem>\n</af\:showDetailItem>\nAttributes\:\nid, disabled, text, textAndAccessKey, accessKey, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, disclosed, immediate, disclosureListener, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-showDetailItem_oracle_core_content=<af\:showDetailItem>\n\t\n</af\:showDetailItem>
-# END NON-TRANSLATABLE
-
-showOneTabs_oracle_core_label=showOneTabs
-showOneTabs_oracle_core_desc=Syntax\:\n<af\:showOneTabs>\n</af\:showOneTabs>\nAttributes\:\nid, position, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-showOneTabs_oracle_core_content=<af\:showOneTabs>\n\t\n</af\:showOneTabs>
-# END NON-TRANSLATABLE
-
-singleStepButtonBar_oracle_core_label=singleStepButtonBar
-singleStepButtonBar_oracle_core_desc=Syntax\:\n<af\:singleStepButtonBar>\n</af\:singleStepButtonBar>\nAttributes\:\nid, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, selectedStep, maxStep, text, previousActionListener, nextActionListener, nextAction, previousAction, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-singleStepButtonBar_oracle_core_content=<af\:singleStepButtonBar>\n\t\n</af\:singleStepButtonBar>
-# END NON-TRANSLATABLE
-
-sortableHeader_oracle_core_label=sortableHeader
-sortableHeader_oracle_core_desc=Syntax\:\n<af\:sortableHeader>\n</af\:sortableHeader>\nAttributes\:\nid, text, property, abbreviation, messageType, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-sortableHeader_oracle_core_content=<af\:sortableHeader>\n\t\n</af\:sortableHeader>
-# END NON-TRANSLATABLE
-
-styleSheet_oracle_core_label=styleSheet
-styleSheet_oracle_core_desc=Syntax\:\n<af\:styleSheet>\n</af\:styleSheet>\nAttributes\:\nid, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-styleSheet_oracle_core_content=<af\:styleSheet>\n\t\n</af\:styleSheet>
-# END NON-TRANSLATABLE
-
-switcher_oracle_core_label=switcher
-switcher_oracle_core_desc=Syntax\:\n<af\:switcher>\n</af\:switcher>\nAttributes\:\nid, facetName, defaultFacet, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-switcher_oracle_core_content=<af\:switcher>\n\t\n</af\:switcher>
-# END NON-TRANSLATABLE
-
-table_oracle_core_label=table
-table_oracle_core_desc=Syntax\:\n<af\:table>\n</af\:table>\nAttributes\:\nid, allDetailsEnabled, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, width, emptyText, summary, banding, bandingInterval, value, rows, var, first, sortListener, immediate, disclosureListener, rangeChangeListener, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-table_oracle_core_content=<af\:table>\n\t\n</af\:table>
-# END NON-TRANSLATABLE
-
-tableSelectMany_oracle_core_label=tableSelectMany
-tableSelectMany_oracle_core_desc=Syntax\:\n<af\:tableSelectMany>\n</af\:tableSelectMany>\nAttributes\:\nid, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, text, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-tableSelectMany_oracle_core_content=<af\:tableSelectMany>\n\t\n</af\:tableSelectMany>
-# END NON-TRANSLATABLE
-
-tableSelectOne_oracle_core_label=tableSelectOne
-tableSelectOne_oracle_core_desc=Syntax\:\n<af\:tableSelectOne>\n</af\:tableSelectOne>\nAttributes\:\nid, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, text, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-tableSelectOne_oracle_core_content=<af\:tableSelectOne>\n\t\n</af\:tableSelectOne>
-# END NON-TRANSLATABLE
-
-tree_oracle_core_label=tree
-tree_oracle_core_desc=Syntax\:\n<af\:tree>\n</af\:tree>\nAttributes\:\nid, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, var, value, immediate, disclosureListener, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-tree_oracle_core_content=<af\:tree>\n\t\n</af\:tree>
-# END NON-TRANSLATABLE
-
-treeTable_oracle_core_label=treeTable
-treeTable_oracle_core_desc=Syntax\:\n<af\:treeTable>\n</af\:treeTable>\nAttributes\:\nid, focusListener, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, width, emptyText, summary, banding, bandingInterval, rangeChangeListener, var, value, immediate, disclosureListener, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-treeTable_oracle_core_content=<af\:treeTable>\n\t\n</af\:treeTable>
-# END NON-TRANSLATABLE
-
-validateByteLength_oracle_core_label=validateByteLength
-validateByteLength_oracle_core_desc=Syntax\:\n<af\:validateByteLength/>\nAttributes\:\nencoding, maximumBytes
-# START NON-TRANSLATABLE
-validateByteLength_oracle_core_content=<af\:validateByteLength encoding\="${encoding}" maximumBytes\="${maximumBytes}"/>
-# END NON-TRANSLATABLE
-
-validateDateTimeRange_oracle_core_label=validateDateTimeRange
-validateDateTimeRange_oracle_core_desc=Syntax\:\n<af\:validateDateTimeRange/>\nAttributes\:\nmaximum, minimum
-# START NON-TRANSLATABLE
-validateDateTimeRange_oracle_core_content=<af\:validateDateTimeRange/>
-# END NON-TRANSLATABLE
-
-validateRegExp_oracle_core_label=validateRegExp
-validateRegExp_oracle_core_desc=Syntax\:\n<af\:validateRegExp/>\nAttributes\:\npattern
-# START NON-TRANSLATABLE
-validateRegExp_oracle_core_content=<af\:validateRegExp/>
-# END NON-TRANSLATABLE
-
-#Oracle ADF Faces HTML
-oracle_html_label=Oracle ADF Faces HTML
-
-tag_lib_oracle_html_label=Oracle ADF Faces HTML taglib
-tag_lib_oracle_html_desc=Syntax\:\n<%@ taglib uri\="http\://xmlns.oracle.com/adf/faces/EA10/html" prefix\="afh" %>
-# START NON-TRANSLATABLE
-tag_lib_oracle_html_content=<%@ taglib uri\="${uri}" prefix\="${prefix}" %>
-# END NON-TRANSLATABLE
-tag_lib_oracle_html_uri=http\://xmlns.oracle.com/adf/faces/EA10/html
-tag_lib_oracle_html_prefix=afh
-
-body_oracle_html_label=body
-body_oracle_html_desc=Syntax\:\n<afh\:body>\n</afh\:body>\nAttributes\:\nid, onload, onunload, initialFocusId, firstClickPassed, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-body_oracle_html_content=<afh\:body>\n\t\n</afh\:body>
-# END NON-TRANSLATABLE
-
-cellFormat_oracle_html_label=cellFormat
-cellFormat_oracle_html_desc=Syntax\:\n<afh\:cellFormat>\n</afh\:cellFormat>\nAttributes\:\nid, shortText, halign, valign, width, height, columnSpan, rowSpan, wrappingDisabled, headers, header, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-cellFormat_oracle_html_content=<afh\:cellFormat>\n\t\n</afh\:cellFormat>
-# END NON-TRANSLATABLE
-
-frame_oracle_html_label=frame
-frame_oracle_html_desc=Syntax\:\n<afh\:frame>\n</afh\:frame>\nAttributes\:\nid, source, longDescURL, name, width, height, scrolling, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-frame_oracle_html_content=<afh\:frame>\n\t\n</afh\:frame>
-# END NON-TRANSLATABLE
-
-frameBorderLayout_oracle_html_label=frameBorderLayout
-frameBorderLayout_oracle_html_desc=Syntax\:\n<afh\:frameBorderLayout>\n</afh\:frameBorderLayout>\nAttributes\:\nid, width, height, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-frameBorderLayout_oracle_html_content=<afh\:frameBorderLayout>\n\t\n</afh\:frameBorderLayout>
-# END NON-TRANSLATABLE
-
-head_oracle_html_label=head
-head_oracle_html_desc=Syntax\:\n<afh\:head>\n</afh\:head>\nAttributes\:\nid, title, shortDesc, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-head_oracle_html_content=<afh\:head>\n\t\n</afh\:head>
-# END NON-TRANSLATABLE
-
-html_oracle_html_label=html
-html_oracle_html_desc=Syntax\:\n<afh\:html>\n</afh\:html>\nAttributes\:\nid, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-html_oracle_html_content=<afh\:html>\n\t\n</afh\:html>
-# END NON-TRANSLATABLE
-
-rowLayout_oracle_html_label=rowLayout
-rowLayout_oracle_html_desc=Syntax\:\n<afh\:rowLayout>\n</afh\:rowLayout>\nAttributes\:\nid, halign, valign, width, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-rowLayout_oracle_html_content=<afh\:rowLayout>\n\t\n</afh\:rowLayout>
-# END NON-TRANSLATABLE
-
-script_oracle_html_label=script
-script_oracle_html_desc=Syntax\:\n<afh\:script>\n</afh\:script>\nAttributes\:\nid, text, source, generatesContent, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-script_oracle_html_content=<afh\:script>\n\t\n</afh\:script>
-# END NON-TRANSLATABLE
-
-tableLayout_oracle_html_label=tableLayout
-tableLayout_oracle_html_desc=Syntax\:\n<afh\:tableLayout>\n</afh\:tableLayout>\nAttributes\:\nid, width, halign, cellSpacing, cellPadding, borderWidth, summary, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
-# START NON-TRANSLATABLE
-tableLayout_oracle_html_content=<afh\:tableLayout>\n\t\n</afh\:tableLayout>
-# END NON-TRANSLATABLE
-
-#JSP 2.0
-jsp2_label=JSP 2.0
-
-declaration_jsp2_label=declaration
-declaration_jsp2_desc=Syntax\:\n<jsp\:declaration>\n</jsp\:declaration>
-# START NON-TRANSLATABLE
-declaration_jsp2_content=<jsp\:declaration>\n\t\n</jsp\:declaration>
-# END NON-TRANSLATABLE
-
-expression_jsp2_label=expression
-expression_jsp2_desc=Syntax\:\n<jsp\:expression>\n</jsp\:expression>
-# START NON-TRANSLATABLE
-expression_jsp2_content=<jsp\:expression>\n\t\n</jsp\:expression>
-# END NON-TRANSLATABLE
-
-scriptlet_jsp2_label=scriptlet
-scriptlet_jsp2_desc=Syntax\:\n<jsp\:scriptlet>\n</jsp\:scriptlet>
-# START NON-TRANSLATABLE
-scriptlet_jsp2_content=<jsp\:scriptlet>\n\t\n</jsp\:scriptlet>
-# END NON-TRANSLATABLE
-
-attribute_jsp2_label=attribute directive
-attribute_jsp2_desc=Syntax\:\n<jsp\:directive.attribute/>\nAttributes\:\nname, required, fragment, rtexprvalue, type, description
-# START NON-TRANSLATABLE
-attribute_jsp2_content=<jsp\:directive.attribute name\="${name}"/>
-# END NON-TRANSLATABLE
-
-include_jsp2_label=include directive
-include_jsp2_desc=Syntax\:\n<jsp\:directive.include/>\nAttributes\:\nfile
-# START NON-TRANSLATABLE
-include_jsp2_content=<jsp\:directive.include file\="${file}"/>
-# END NON-TRANSLATABLE
-
-page_jsp2_label=page directive
-page_jsp2_desc=Syntax\:\n<jsp\:directive.page/>\nAttributes\:\nlanguage, extends, import, session, buffer, autoFlush, isThreadSafe, info, errorPage, contentType, charset, isErrorPage, pageEncoding, isELIgnored
-# START NON-TRANSLATABLE
-page_jsp2_content=<jsp\:directive.page/>
-# END NON-TRANSLATABLE
-
-tag_jsp2_label=tag directive
-tag_jsp2_desc=Syntax\:\n<jsp\:directive.tag/>\nAttributes\:\ndisplay-name, body-content, dynamic-attributes, small-icon, large-icon, description, example, language, import, pageEncoding, isELIgnored
-# START NON-TRANSLATABLE
-tag_jsp2_content=<jsp\:directive.tag/>
-# END NON-TRANSLATABLE
-
-variable_jsp2_label=variable directive
-variable_jsp2_desc=Syntax\:\n<jsp\:directive.variable/>\nAttributes\:\nname-given, name-from-attribute, alias, variable-class, declare, scope, description
-# START NON-TRANSLATABLE
-variable_jsp2_content=<jsp\:directive.variable name-given\="${name-given}"/>
-# END NON-TRANSLATABLE
-
-jsp_attribute_jsp2_label=<jsp\:attribute>
-jsp_attribute_jsp2_desc=Syntax\:\n<jsp\:attribute/>\nAttributes\:\nname, trim
-# START NON-TRANSLATABLE
-jsp_attribute_jsp2_content=<jsp\:attribute name\="${name}"/>
-# END NON-TRANSLATABLE
-
-jsp_body_jsp2_label=<jsp\:body>
-jsp_body_jsp2_desc=Syntax\:\n<jsp\:body>\n</jsp\:body>
-# START NON-TRANSLATABLE
-jsp_body_jsp2_content=<jsp\:body>\n\t\n</jsp\:body>
-# END NON-TRANSLATABLE
-
-jsp_element_jsp2_label=<jsp\:element>
-jsp_element_jsp2_desc=Syntax\:\n<jsp\:element>\n</jsp\:element>\nAttributes\:\nname
-# START NON-TRANSLATABLE
-jsp_element_jsp2_content=<jsp\:element name\="${name}">\n\t\n</jsp\:element>
-# END NON-TRANSLATABLE
-
-jsp_doBody_jsp2_label=<jsp\:doBody>
-jsp_doBody_jsp2_desc=Syntax\:\n<jsp\:doBody/>\nAttributes\:\nvar, varReader, scope
-# START NON-TRANSLATABLE
-jsp_doBody_jsp2_content=<jsp\:doBody/>
-# END NON-TRANSLATABLE
-
-jsp_forward_jsp2_label=<jsp\:forward>
-jsp_forward_jsp2_desc=Syntax\:\n<jsp\:forward/>\nAttributes\:\npage
-# START NON-TRANSLATABLE
-jsp_forward_jsp2_content=<jsp\:forward page\="${page}"/>
-# END NON-TRANSLATABLE
-
-jsp_getProperty_jsp2_label=<jsp\:getProperty>
-jsp_getProperty_jsp2_desc=Syntax\:\n<jsp\:getProperty/>\nAttributes\:\nname, property
-# START NON-TRANSLATABLE
-jsp_getProperty_jsp2_content=<jsp\:getProperty name\="${name} property\="${property}"/>
-# END NON-TRANSLATABLE
-
-jsp_include_jsp2_label=<jsp\:include>
-jsp_include_jsp2_desc=Syntax\:\n<jsp\:include/>\nAttributes\:\npage, flush
-# START NON-TRANSLATABLE
-jsp_include_jsp2_content=<jsp\:include page\="${page}"/>
-# END NON-TRANSLATABLE
-
-jsp_invoke_jsp2_label=<jsp\:invoke>
-jsp_invoke_jsp2_desc=Syntax\:\n<jsp\:invoke/>\nAttributes\:\nfragment, var, varReader, scope
-# START NON-TRANSLATABLE
-jsp_invoke_jsp2_content=<jsp\:invoke fragment\="${fragment}"/>
-# END NON-TRANSLATABLE
-
-jsp_output_jsp2_label=<jsp\:output>
-jsp_output_jsp2_desc=Syntax\:\n<jsp\:output/>\nAttributes\:\nomit-xml-declaration, doctype-root-element, doctype-system, doctype-public
-# START NON-TRANSLATABLE
-jsp_output_jsp2_content=<jsp\:output/>
-# END NON-TRANSLATABLE
-
-jsp_plugin_jsp2_label=<jsp\:plugin>
-jsp_plugin_jsp2_desc=Syntax\:\n<jsp\:plugin>\n</jsp\:plugin>\nAttributes\:\ntype, code, codebase, name, archive, align, height, width, hspace, vspace, jreversion, nspluginurl, iepluginurl
-# START NON-TRANSLATABLE
-jsp_plugin_jsp2_content=<jsp\:plugin type\="${type}" code\="${code}" codebase\="${codebase}">\n\t\n</jsp\:plugin>
-# END NON-TRANSLATABLE
-
-jsp_root_jsp2_label=<jsp\:root>
-jsp_root_jsp2_desc=Syntax\:\n<jsp\:root>\n</jsp\:root>\nAttributes\:\nversion
-# START NON-TRANSLATABLE
-jsp_root_jsp2_content=<jsp\:root xmlns\:jsp\="http\://java.sun.com/JSP/Page" version\="${version}">\n\t\n</jsp\:root>
-# END NON-TRANSLATABLE
-
-jsp_setProperty_jsp2_label=<jsp\:setProperty>
-jsp_setProperty_jsp2_desc=Syntax\:\n<jsp\:setProperty/>\nAttributes\:\nname, property, param, value
-# START NON-TRANSLATABLE
-jsp_setProperty_jsp2_content=<jsp\:setProperty name\="${name}" value\="${value}"/>
-# END NON-TRANSLATABLE
-
-jsp_text_jsp2_label=<jsp\:text>
-jsp_text_jsp2_desc=Syntax\:\n<jsp\:text>\n</jsp\:text>
-# START NON-TRANSLATABLE
-jsp_text_jsp2_content=<jsp\:text>\n\t\n</jsp\:text>
-# END NON-TRANSLATABLE
-
-jsp_useBean_jsp2_label=<jsp\:useBean>
-jsp_useBean_jsp2_desc=Syntax\:\n<jsp\:useBean/>\nAttributes\:\nid, scope, class, type, beanName
-# START NON-TRANSLATABLE
-jsp_useBean_jsp2_content=<jsp\:useBean id\="${id}" scope\="${scope}" beanName\="${beanName}" class\="${class}" type\="${type}"/>
-# END NON-TRANSLATABLE
-
-#Templates
-#HTML
-html_label=HTML Templates
-
-bst_html_label=basic structure template
-bst_html_desc=""
-bst_html_content=<\!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http\://www.w3.org/TR/html4/strict.dtd">\n<html>\n\t<head>\n\t\t<title>Title here</title>\n\t</head>\n\t<body>\n\t\t\n\t</body>\n</html>
-
-ift_html_label=input form template
-ift_html_desc=""
-ift_html_content=<form action\="${action}" method\="post">\n\t<p>\n\t\tFirst name\: <input type\="text" name\="firstname"><br>\n\t\tLast name\: <input type\="text" name\="lastname"><br>\n\t\t<input type\="submit" value\="Send"> <input type\="reset">\n\t</p>\n</form>
-
-ft_html_label=frame template
-ft_html_desc=""
-# example frame filenames could be translated
-ft_html_content=<frameset cols\="20%, 80%">\n\t<frameset rows\="100, 200">\n\t\t<frame src\="contents_of_frame1.html">\n\t\t<frame src\="contents_of_frame2.html">\n\t</frameset>\n\t<frame src\="contents_of_frame3.html">\n</frameset>
-
-hft_html_label=horizontal frame template
-hft_html_desc=""
-# example frame filenames could be translated
-hft_html_content=<frameset rows\="25%,50%,25%">\n\t<frame src\="frame_a.htm">\n\t<frame src\="frame_b.htm">\n\t<frame src\="frame_c.htm">\n</frameset>
-
-nft_html_label=navigation frame template
-nft_html_desc=""
-# example frame filenames could be translated
-nft_html_content=<frameset cols\="120,*">\n\t<frame src\="tryhtml_contents.htm">\n\t<frame src\="frame_a.htm" name\="showframe">\n</frameset>
-
-vft_html_label=vertical frame template
-vft_html_desc=""
-# example frame filenames could be translated
-vft_html_content=<frameset cols\="25%,50%,25%">\n\t<frame src\="frame_a.htm">\n\t<frame src\="frame_b.htm">\n\t<frame src\="frame_c.htm">\n</frameset>
-
-alr_html_label=alternate link relationship
-alr_html_desc=""
-alr_html_content=<link rel\=Alternate href\="index.ja.html" hreflang\=ja charset\="SHIFT_JIS" title\="Japanese version">
-
-lss_html_label=link to style sheet
-lss_html_desc=""
-lss_html_content=<link rel\=StyleSheet href\="basics.css" title\="Contemporary" type\="text/css">
-
-rfl_html_label=relationship from link
-rfl_html_desc=""
-rfl_html_content=<link to style sheet\:link rev\=Subsection href\="Bar.html">
-
-rtl_html_label=relationship to link
-rtl_html_desc=""
-rtl_html_content=<link to style sheet\:link rel\=Glossary href\="Content.html">
-
-dmt_html_label=description meta tag
-dmt_html_desc=""
-dmt_html_content=<head>\n\t<meta name\="description" content\="Description text."/>\n</head>
-
-kmt_html_label=keywords meta tag
-kmt_html_desc=""
-kmt_html_content=<head>\n\t<meta name\="keywords" content\="keyword, key keywords, etc"/>\n</head>
-
-red_p_html_label=redirect page
-red_p_html_desc=""
-# START NON-TRANSLATABLE
-red_p_html_content=<head>\n\t<meta http-equiv\="refresh" content\="10; url\=http\://www.espn.com"/>\n</head>
-# END NON-TRANSLATABLE
-
-ref_p_html_label=refresh page
-ref_p_html_desc=""
-# START NON-TRANSLATABLE
-ref_p_html_content=<head>\n\t<meta http-equiv\="refresh" content\="10"/>\n</head>
-# END NON-TRANSLATABLE
-
-
-rmt_html_label=revised meta tag
-rmt_html_desc=""
-rmt_html_content=<head>\n\t<meta name\="revised" content\="Happy New Year\: 1/1/2003"/>\n</head>
-
-scs_html_label=setting character set
-scs_html_desc=""
-# START NON-TRANSLATABLE
-scs_html_content=<head>\n\t<meta http-equiv\="Content-Type" content\="text/html; charset\=iso-8859-1">\n</head>
-# END NON-TRANSLATABLE
-
-sl_html_label=setting language
-sl_html_desc=""
-# START NON-TRANSLATABLE
-sl_html_content=<head>\n\t<meta http-equiv\="Content-Language" content\="en">\n</head>
-# END NON-TRANSLATABLE
-
-wc_html_label=without cache
-wc_html_desc=""
-# START NON-TRANSLATABLE
-wc_html_content=<head>\n\t<meta http-equiv\="pragma" content\="no-cache">\n</head>
-# END NON-TRANSLATABLE
-
-def_sc_js_html_label=definition scripts in JavaScript
-def_sc_js_html_desc=Syntax\:\n<script type\="text/javascript">\n</script>\nAtributes\:\ncharset, type, src, defer
-# START NON-TRANSLATABLE
-def_sc_js_html_content=<script type\="text/javascript">\n\t\n</script>
-# END NON-TRANSLATABLE
-
-def_sc_tcl_html_label=definition scripts in TCL
-def_sc_tcl_html_desc=Syntax\:\n<script type\="text/tcl">\n</script>\nAtributes\:\ncharset, type, src, defer
-# START NON-TRANSLATABLE
-def_sc_tcl_html_content=<script type\="text/tcl">\n\t\n</script>
-# END NON-TRANSLATABLE
-
-def_sc_vb_html_label=definition scripts in VBScript
-def_sc_vb_html_desc=Syntax\:\n<script type\="text/vbscript">\n</script>\nAtributes\:\ncharset, type, src, defer
-# START NON-TRANSLATABLE
-def_sc_vb_html_content=<script type\="text/vbscript">\n\t\n</script>
-# END NON-TRANSLATABLE
-
-tt_html_label=table template
-tt_html_desc=""
-tt_html_content=<table border\="1">\n\t<colgroup>\n\t<col><col align\="char" char\=".">\n\t<thead>\n\t<tr><th>First<th>Second\n\t<tbody>\n\t<tr><td>One <td>1\n\t<tr><td>Two <td>2\n\t<tr><td>Three<td>3\n</table>
-
-#JSP
-jsp_label=JSP Templates
-
-jsp_page_jsp_label=JSP page
-jsp_page_jsp_desc=Syntax\:\n<%@ taglib uri\="/WEB-INF/struts-bean.tld" prefix\="bean" %>\n<%@ taglib uri\="/WEB-INF/struts-html.tld" prefix\="html" %>\n<%@ taglib uri\="/WEB-INF/struts-logic.tld" prefix\="logic" %>\n\t\n<html\:html locale\="true">\n\t<head>\n\t\t<title></titler>\n\t</head>\n\t<body>\n\t</body>\n</html\:html>
-# START NON-TRANSLATABLE
-jsp_page_jsp_content=<%@ taglib uri\="/WEB-INF/struts-bean.tld" prefix\="bean" %>\n<%@ taglib uri\="/WEB-INF/struts-html.tld" prefix\="html" %>\n<%@ taglib uri\="/WEB-INF/struts-logic.tld" prefix\="logic" %>\n\n<html\:html locale\="true">\n\t<head>\n\t\t<title></title>\n\t</head>\n\t<body>\n\t\t\n\t</body>\n</html\:html>
-# END NON-TRANSLATABLE
-
-#XForms
-xforms_label=XForms Templates
-
-alert_xforms_label=alert
-alert_xforms_desc=""
-alert_xforms_content=<xforms\:secret ref\="secret">\n\t<xforms\:alert>Invalid password</xforms\:alert>\n</xforms\:secret>
-
-check_b_xforms_label=check boxes
-check_b_xforms_desc=""
-check_b_xforms_content=<xforms\:select ref\="wrapping" appearance\="full">\n\t<xforms\:choices>\n\t\t<xforms\:item>\n\t\t\t<xforms\:label>Hard-box</xforms\:label>\n\t\t\t<xforms\:value>box</xforms\:value>\n\t\t</xforms\:item>\n\t\t<xforms\:item>\n\t\t\t<xforms\:label>Gift</xforms\:label>\n\t\t\t<xforms\:value>gift</xforms\:value>\n\t\t</xforms\:item>\n\t</xforms\:choices>\n</xforms\:select>
-
-combo_b_xforms_label=combo box
-combo_b_xforms_desc=""
-combo_b_xforms_content=<xforms\:select1 ref\="payment" appearance\="minimal">\n\t<xforms\:item>\n\t\t<xforms\:label>Cash</xforms\:label>\n\t\t<xforms\:value>cash</xforms\:value>\n\t</xforms\:item>\n\t<xforms\:item>\n\t\t<xforms\:label>Credit</xforms\:label>\n\t\t<xforms\:value>credit</xforms\:value>\n\t</xforms\:item>\n</xforms\:select1>
-
-help_xforms_label=help
-help_xforms_desc=""
-help_xforms_content=<xforms\:secret ref\="secret">\n\t<xforms\:help>\n\t\tMake sure you enter a valid password.\n\t\t<p>\n\t\t\t<i>The password is 42.</i>\n\t\t</p>\n\t</xforms\:help>\n</xforms\:secret>
-
-hint_xforms_label=hint
-hint_xforms_desc=""
-hint_xforms_content=<xforms\:textarea ref\="textarea">\n\t<xforms\:hint>Enter at least 10 characters</xforms\:hint>\n</xforms\:textarea>
-
-list_xforms_label=list
-list_xforms_desc=""
-list_xforms_content=<xforms\:select ref\="taste" appearance\="compact">\n\t<xforms\:item>\n\t\t<xforms\:label>Vanilla</xforms\:label>\n\t\t<xforms\:value>vanilla</xforms\:value>\n\t</xforms\:item>\n\t<xforms\:item>\n\t\t<xforms\:label>Strawberry</xforms\:label>\n\t\t<xforms\:value>strawberry</xforms\:value>\n\t</xforms\:item>\n</xforms\:select>
-
-rad_but_xforms_label=radio buttons
-rad_but_xforms_desc=""
-rad_but_xforms_content=<xforms\:select1 ref\="carrier" appearance\="full">\n\t<xforms\:item>\n\t\t<xforms\:label>Fedex</xforms\:label>\n\t\t<xforms\:value>fedex</xforms\:value>\n\t\t</xforms\:item>\n\t<xforms\:item>\n\t\t<xforms\:label>UPS</xforms\:label>\n\t\t<xforms\:value>ups</xforms\:value>\n\t</xforms\:item>\n</xforms\:select1>
-
-sub_but_xforms_label=submit button
-sub_but_xforms_desc=""
-sub_but_xforms_content=<xforms\:submit>\n\t<xforms\:label>Submit</xforms\:label>\n</xforms\:submit>
-
-sub_img_xforms_label=submit image
-sub_img_xforms_desc=""
-# example image filename could be translated
-sub_img_xforms_content=<xforms\:submit xxforms\:appearance\="image">\n\t<xxforms\:img src\="images/submit.gif"/>\n</xforms\:submit>
-
-sub_lnk_xforms_label=submit link
-sub_lnk_xforms_desc=""
-sub_lnk_xforms_content=<xforms\:submit xxforms\:appearance\="link">\n\t<xforms\:label>Submit</xforms\:label>\n</xforms\:submit>
-
-upload_xforms_label=upload
-upload_xforms_desc=""
-upload_xforms_content=<xforms\:upload ref\="files/file[1]">\n\t<xforms\:filename ref\="@filename"/>\n\t<xforms\:mediatype ref\="@mediatype"/>\n\t<xxforms\:size ref\="@size"/>\n</xforms\:upload>
15 years, 8 months
JBoss Tools SVN: r14395 - in workspace/dart/plugins/org.jboss.tools.smooks11.model: META-INF and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: DartPeng
Date: 2009-04-01 03:54:04 -0400 (Wed, 01 Apr 2009)
New Revision: 14395
Modified:
workspace/dart/plugins/org.jboss.tools.smooks11.model/.classpath
workspace/dart/plugins/org.jboss.tools.smooks11.model/META-INF/MANIFEST.MF
Log:
Modified: workspace/dart/plugins/org.jboss.tools.smooks11.model/.classpath
===================================================================
--- workspace/dart/plugins/org.jboss.tools.smooks11.model/.classpath 2009-04-01 06:53:53 UTC (rev 14394)
+++ workspace/dart/plugins/org.jboss.tools.smooks11.model/.classpath 2009-04-01 07:54:04 UTC (rev 14395)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Modified: workspace/dart/plugins/org.jboss.tools.smooks11.model/META-INF/MANIFEST.MF
===================================================================
--- workspace/dart/plugins/org.jboss.tools.smooks11.model/META-INF/MANIFEST.MF 2009-04-01 06:53:53 UTC (rev 14394)
+++ workspace/dart/plugins/org.jboss.tools.smooks11.model/META-INF/MANIFEST.MF 2009-04-01 07:54:04 UTC (rev 14395)
@@ -6,7 +6,7 @@
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.jboss.tools.smooks.model.common,
org.jboss.tools.smooks.model.common.impl,
org.jboss.tools.smooks.model.common.util,
15 years, 8 months
JBoss Tools SVN: r14394 - in trunk: esb/plugins/org.jboss.tools.esb.project.core/src/org/jboss/tools/esb/core/messages and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: sflanigan
Date: 2009-04-01 02:53:53 -0400 (Wed, 01 Apr 2009)
New Revision: 14394
Modified:
trunk/common/plugins/org.jboss.tools.common.model/resources/help/keys-model.properties
trunk/esb/plugins/org.jboss.tools.esb.project.core/src/org/jboss/tools/esb/core/messages/JBossFacetCore.properties
trunk/struts/plugins/org.jboss.tools.struts.ui/resources/help/keys.properties
Log:
JBIDE-3557 marking NON-TRANSLATABLE strings
Modified: trunk/common/plugins/org.jboss.tools.common.model/resources/help/keys-model.properties
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model/resources/help/keys-model.properties 2009-04-01 06:27:57 UTC (rev 14393)
+++ trunk/common/plugins/org.jboss.tools.common.model/resources/help/keys-model.properties 2009-04-01 06:53:53 UTC (rev 14394)
@@ -2,85 +2,133 @@
##### File Systems #####
+# START NON-TRANSLATABLE
FileSystems=/model/FileSystems.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
FileSystems_Properties=/model/noHelpYet.html
+# END NON-TRANSLATABLE
FileSystems_Properties.Title=Project
+# START NON-TRANSLATABLE
FileSystems_CreateFileSystemFolder=/model/FileSystems_CreateFileSystemFolder.html
+# END NON-TRANSLATABLE
FileSystems_CreateFileSystemFolder.WindowTitle=Add File System
FileSystems_CreateFileSystemFolder.Title=Folder System
+# START NON-TRANSLATABLE
FileSystems_CreateFileSystemJar=/model/FileSystems_CreateFileSystemJar.html
+# END NON-TRANSLATABLE
FileSystems_CreateFileSystemJar.WindowTitle=Add File System
FileSystems_CreateFileSystemJar.Title=Jar File System
+# START NON-TRANSLATABLE
FileSystems_SynchronizeModules_0=/model/FileSystems_SynchronizeModules_0.html
+# END NON-TRANSLATABLE
FileSystems_SynchronizeModules_0.WindowTitle=Modules Configuration
FileSystems_SynchronizeModules_0.Title=Struts Project
+# START NON-TRANSLATABLE
FileSystems_RegisterInServerXML=/struts/FileSystems_RegisterInServerXML.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
FileSystems_Add=/model/FileSystems_Add.html
+# END NON-TRANSLATABLE
FileSystems_Add.WindowTitle=File Systems
+# START NON-TRANSLATABLE
FileSystems_ShowHide=/model/FileSystems_ShowHide.html
+# END NON-TRANSLATABLE
FileSystems_ShowHide.WindowTitle=Show/Hide File Systems
FileSystems_ShowHide.Title=Customize Struts Projects View
FileSystems_ShowHide.Message=Please check entities for show, uncheck for hide
##### File System #####
+# START NON-TRANSLATABLE
FileSystemFolder=/model/FileSystemFolder.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
FileSystemFolder_Properties=/model/FolderProperty.html
+# END NON-TRANSLATABLE
FileSystemFolder_Properties.Title=Folder System
+# START NON-TRANSLATABLE
FileSystemFolder_CreateFolder=/model/CreateFile.html
+# END NON-TRANSLATABLE
FileSystemFolder_CreateFolder.WindowTitle=New Folder
FileSystemFolder_CreateFolder.Title=Folder
+# START NON-TRANSLATABLE
OverlappedFileSystem=/model/noHelpYet.html
+# END NON-TRANSLATABLE
OverlappedFileSystem.WindowTitle=File System
##### Jar File System #####
+# START NON-TRANSLATABLE
FileSystemJar=/model/FileSystemJar.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
FileSystemJar_Properties=/model/FileSystemJar_Properties.html
+# END NON-TRANSLATABLE
FileSystemJar_Properties.Title=File System
##### Folder #####
+# START NON-TRANSLATABLE
FileFolder=/model/FileFolder.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
FileFolder_Properties=/model/FolderProperty.html
+# END NON-TRANSLATABLE
FileFolder_Properties.Title=Folder
+# START NON-TRANSLATABLE
FileFolder_CreateFolder=/model/CreateFile.html
+# END NON-TRANSLATABLE
FileFolder_CreateFolder.WindowTitle=New Folder
FileFolder_CreateFolder.Title=Folder
##### Jar Folder #####
+# START NON-TRANSLATABLE
JarFolder=/model/JarFolder.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
JarFolder_Properties=/model/JarFolder_Properties.html
+# END NON-TRANSLATABLE
JarFolder_Properties.Title=Jar Folder
+# START NON-TRANSLATABLE
FileGIF=/model/FileGIF.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
FileGIF_Properties=/model/FileProperty.html
+# END NON-TRANSLATABLE
FileGIF_Properties.Title=File GIF
##### File Properties #####
+# START NON-TRANSLATABLE
FilePROPERTIES=/model/FilePROPERTIES.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
FilePROPERTIES_Rename=/model/FilePROPERTIES.html
+# END NON-TRANSLATABLE
FilePROPERTIES_Properties.Title=File Properties
+# START NON-TRANSLATABLE
Property=/model/Property.html
+# END NON-TRANSLATABLE
Property_Properties.Title=Property
@@ -92,113 +140,173 @@
##### File #####
+# START NON-TRANSLATABLE
FileAnyAuxiliary=/model/FileAny.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
FileAnyAuxiliary_Properties=/model/FileProperty.html
+# END NON-TRANSLATABLE
FileAnyAuxiliary_Properties.Title=File
+# START NON-TRANSLATABLE
FileAny=/model/FileAny.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
FileAny_Properties=/model/FileProperty.html
+# END NON-TRANSLATABLE
FileAny_Properties.Title=File
+# START NON-TRANSLATABLE
FileAnyLong=/model/FileAny.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
FileAnyLong_Properties=/model/FileProperty.html
+# END NON-TRANSLATABLE
FileAnyLong_Properties.Title=File
+# START NON-TRANSLATABLE
FileTXT=/model/FileTXT.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
FileTXT_Properties=/model/FileProperty.html
+# END NON-TRANSLATABLE
FileTXT_Properties.Title=File
##### Create File #####
+# START NON-TRANSLATABLE
FileFolder_CreateFile=/model/CreateFile.html
+# END NON-TRANSLATABLE
FileFolder_CreateFile.WindowTitle=New File
FileFolder_CreateFile.Title=File
+# START NON-TRANSLATABLE
FileSystemFolder_CreateFile=/model/CreateFile.html
FileSystemFolder_CreateFile_0=/model/CreateFile.html
+# END NON-TRANSLATABLE
FileSystemFolder_CreateFile.WindowTitle=New File
FileSystemFolder_CreateFile.Title=File
##### File JSP #####
+# START NON-TRANSLATABLE
FileJSP=/model/FileJSP.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
FileJSP_Properties=/model/FileJSP.html
+# END NON-TRANSLATABLE
FileJSP_Properties.Title=File JSP
+# START NON-TRANSLATABLE
FileJSP_Rename=/model/FileJSP.html
+# END NON-TRANSLATABLE
##### Create File JSP #####
+# START NON-TRANSLATABLE
FileFolder_CreateFileJSP=/model/CreateFile.html
+# END NON-TRANSLATABLE
FileFolder_CreateFileJSP.WindowTitle=New File JSP
FileFolder_CreateFileJSP.Title=File JSP
FileFolder_CreateFileJSP_1.Title=Select Tag Libraries
+# START NON-TRANSLATABLE
FileSystemFolder_CreateFileJSP=/model/CreateFile.html
+# END NON-TRANSLATABLE
FileSystemFolder_CreateFileJSP.WindowTitle=New File JSP
FileSystemFolder_CreateFileJSP.Title=File JSP
FileSystemFolder_CreateFileJSP_1.Title=Select Tag Libraries
##### File XHTML #####
+# START NON-TRANSLATABLE
FileXHTML_Properties=/model/FileProperty.html
+# END NON-TRANSLATABLE
FileXHTML_Properties.Title=File XHTML
+# START NON-TRANSLATABLE
FileXHTML_Rename=/model/FileXHTML.html
+# END NON-TRANSLATABLE
##### Create File JSP #####
+# START NON-TRANSLATABLE
FileFolder_CreateFileXHTML=/model/CreateFile.html
+# END NON-TRANSLATABLE
FileFolder_CreateFileXHTML.WindowTitle=New File XHTML
FileFolder_CreateFileXHTML.Title=File XHTML
FileFolder_CreateFileXHTML_1.Title=Select Tag Libraries
+# START NON-TRANSLATABLE
FileSystemFolder_CreateFileXHTML=/model/CreateFile.html
+# END NON-TRANSLATABLE
FileSystemFolder_CreateFileXHTML.WindowTitle=New File XHTML
FileSystemFolder_CreateFileXHTML.Title=File XHTML
FileSystemFolder_CreateFileXHTML_1.Title=Select Tag Libraries
##### File HTML #####
+# START NON-TRANSLATABLE
FileHTML=/model/FileHTML.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
FileHTML_Properties=/model/FileProperty.html
+# END NON-TRANSLATABLE
FileHTML_Properties.Title=File HTML
+# START NON-TRANSLATABLE
FileHTML_Rename=/model/FileHTML.html
+# END NON-TRANSLATABLE
##### Create File HTML #####
+# START NON-TRANSLATABLE
FileFolder_CreateFileHTML=/model/CreateFile.html
+# END NON-TRANSLATABLE
FileFolder_CreateFileHTML.WindowTitle=New File HTML
FileFolder_CreateFileHTML.Title=File HTML
+# START NON-TRANSLATABLE
FileSystemFolder_CreateFileHTML=/model/CreateFile.html
+# END NON-TRANSLATABLE
FileSystemFolder_CreateFileHTML.WindowTitle=New File HTML
FileSystemFolder_CreateFileHTML.Title=File HTML
##### File XSL #####
+# START NON-TRANSLATABLE
FileXSL=/model/FileXSL.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
FileXSL_Properties=/model/FileProperty.html
+# END NON-TRANSLATABLE
FileXSL_Properties.Title=File XSL
##### Create File XSL #####
+# START NON-TRANSLATABLE
FileFolder_CreateFileXSL=/model/CreateFile.html
+# END NON-TRANSLATABLE
FileFolder_CreateFileXSL.WindowTitle=New File XSL
+# START NON-TRANSLATABLE
FileSystemFolder_CreateFileXSL=/model/CreateFile.html
+# END NON-TRANSLATABLE
FileSystemFolder_CreateFileXSL.WindowTitle=New File XSL
##### Create File Properties #####
+# START NON-TRANSLATABLE
FileFolder_CreateFileProperties=/model/CreateFile.html
+# END NON-TRANSLATABLE
FileFolder_CreateFileProperties.WindowTitle=New File Properties
FileFolder_CreateFileProperties.Title=File Properties
+# START NON-TRANSLATABLE
FileSystemFolder_CreateFileProperties=/model/CreateFile.html
+# END NON-TRANSLATABLE
FileSystemFolder_CreateFileProperties.WindowTitle=New File Properties
FileSystemFolder_CreateFileProperties.Title=File Properties
@@ -209,8 +317,12 @@
##### File ANT #####
+# START NON-TRANSLATABLE
FileANT=/model/FileANT.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
FileANT_Properties=/model/FileProperty.html
+# END NON-TRANSLATABLE
FileANT_Properties.Title=File ANT
##### Create File ANT #####
@@ -222,165 +334,264 @@
##### File *.class #####
+# START NON-TRANSLATABLE
FileCLASS=/model/FileCLASS.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
FileCLASS_Properties=/model/FileProperty.html
+# END NON-TRANSLATABLE
FileCLASS_Properties.Title=Java Class File
##### File *.java #####
+# START NON-TRANSLATABLE
FileJAVA=/model/FileJAVA.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
FileJAVA_Properties=/model/FileProperty.html
+# END NON-TRANSLATABLE
FileJAVA_Properties.Title=Java File
#### Create file *.java #####
+# START NON-TRANSLATABLE
FileFolder_CreateFileJAVA=/model/CreateFile.html
+# END NON-TRANSLATABLE
FileFolder_CreateFileJAVA.WindowTitle=New File Java
FileFolder_CreateFileJAVA.Title=File Java
+# START NON-TRANSLATABLE
FileSystemFolder_CreateFileJAVA=/model/CreateFile.html
+# END NON-TRANSLATABLE
FileSystemFolder_CreateFileJAVA.WindowTitle=New File Java
FileSystemFolder_CreateFileJAVA.Title=File Java
+# START NON-TRANSLATABLE
ObjectModifier=/model/noHelpYet.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
ObjectModifier_Properties=/model/noHelpYet.html
+# END NON-TRANSLATABLE
##### Palette #####
+# START NON-TRANSLATABLE
SharableIcon=/model/PaletteEditor.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
SharableIcon_Properties=/model/PaletteEditor.html
+# END NON-TRANSLATABLE
SharableIcon_Properties.Title=Icon
+# START NON-TRANSLATABLE
SharableIcons=/model/PaletteEditor.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
SharableIcons_Properties=/model/PaletteEditor.html
+# END NON-TRANSLATABLE
SharableIcons_Properties.Title=Icons Folder
+# START NON-TRANSLATABLE
SharableIcons_CreateIconSet=/model/PaletteEditor.html
+# END NON-TRANSLATABLE
SharableIcons_CreateIconSet.WindowTitle=Add Icon Set
SharableIcons_CreateIconSet.Title=Icon Set
+# START NON-TRANSLATABLE
SharableIcons_CreateIcon=/model/PaletteEditor.html
+# END NON-TRANSLATABLE
SharableIcons_CreateIcon.WindowTitle=Add Icon
SharableIcons_CreateIcon.Title=Icon
+# START NON-TRANSLATABLE
SharableXStudioIcons=/model/PaletteEditor.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
SharableXStudioIcons_CreateIcons=/model/PaletteEditor.html
+# END NON-TRANSLATABLE
SharableXStudioIcons_CreateIcons.WindowTitle=Add Icon Set
SharableXStudioIcons_CreateIcons.Title=Icon Set
+# START NON-TRANSLATABLE
SharableXStudioIcons_Properties=/model/PaletteEditor.html
+# END NON-TRANSLATABLE
SharableXStudioIcons_Properties.Title=
+# START NON-TRANSLATABLE
SharablePalette=/model/PaletteEditor.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
SharablePalette_CreatePageTabHTML_0=/model/PaletteEditor.html
+# END NON-TRANSLATABLE
SharablePalette_CreatePageTabHTML_0.WindowTitle=Create Group
SharablePalette_CreatePageTabHTML_0.Title=Palette Top-Level Group
+# START NON-TRANSLATABLE
SharablePalette_Properties=/model/PaletteEditor.html
+# END NON-TRANSLATABLE
SharablePalette_Properties.Title=
+# START NON-TRANSLATABLE
SharablePalette_HiddenTabs=/model/PaletteEditor.html
+# END NON-TRANSLATABLE
SharablePalette_HiddenTabs.WindowTitle=Show/Hide Drawers
SharablePalette_HiddenTabs.Title=Customize Palette
+# START NON-TRANSLATABLE
SharableXStudio=/model/PaletteEditor.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
SharableXStudio_Properties=/model/PaletteEditor.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
SharableGroup=/model/PaletteEditor.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
SharableGroup_CreateGroup=/model/PaletteEditor.html
+# END NON-TRANSLATABLE
SharableGroup_CreateGroup.WindowTitle=Add Palette Group
+# START NON-TRANSLATABLE
SharableGroup_CreateMacro=/model/PaletteEditor.html
+# END NON-TRANSLATABLE
SharableGroup_CreateMacro.WindowTitle=Add Palette Macro
+# START NON-TRANSLATABLE
SharableGroup_Properties=/model/PaletteEditor.html
+# END NON-TRANSLATABLE
SharableGroup_Properties.Title=
+# START NON-TRANSLATABLE
SharableGroupHTML=/model/PaletteEditor.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
SharableGroupHTML_CreateMacro=/model/PaletteEditor.html
+# END NON-TRANSLATABLE
SharableGroupHTML_CreateMacro.WindowTitle=Add Palette Macro
SharableGroupHTML_CreateMacro.Title=Palette Macro
+# START NON-TRANSLATABLE
SharableGroupHTML_Properties=/model/PaletteEditor.html
+# END NON-TRANSLATABLE
SharableGroupHTML_Properties.Title=
+# START NON-TRANSLATABLE
SharableGroupHTML_Edit=/model/PaletteEditor.html
+# END NON-TRANSLATABLE
SharableGroupHTML_Edit.WindowTitle=Edit
SharableGroupHTML_Edit.Title=Palette Group
+# START NON-TRANSLATABLE
SharableMacro=/model/PaletteEditor.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
SharableMacro_Properties=/model/PaletteEditor.html
+# END NON-TRANSLATABLE
SharableMacro_Properties.Title=Macro
+# START NON-TRANSLATABLE
SharableMacroHTML=/model/PaletteEditor.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
SharableMacroHTML_Edit=/model/PaletteEditor.html
SharableMacroHTML_Edit_start_text=/model/PaletteEditor.html
SharableMacroHTML_Edit_end_text=/model/PaletteEditor.html
SharableMacroHTML_Properties=/model/PaletteEditor.html
+# END NON-TRANSLATABLE
SharableMacroHTML_Properties.Title=Macro
+# START NON-TRANSLATABLE
SharableMacroHTML_Edit_description=/model/noHelpYet.html
+# END NON-TRANSLATABLE
SharableMacroHTML_Edit_description.Title=Edit Description
SharableMacroHTML_Edit_description.WindowTitle=Macro
SharableMacroHTML_Edit.WindowTitle=Edit
SharableMacroHTML_Edit.Title=Palette Macro
+# START NON-TRANSLATABLE
SharablePageTab=/model/PaletteEditor.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
SharablePageTab_CreateGroup=/model/PaletteEditor.html
+# END NON-TRANSLATABLE
SharablePageTab_CreateGroup.WindowTitle=Add Palette Group
+# START NON-TRANSLATABLE
SharablePageTab_CreateMacro=/model/PaletteEditor.html
+# END NON-TRANSLATABLE
SharablePageTab_CreateMacro.WindowTitle=Add Palette Macro
SharablePageTab_CreateMacro.Title=Edit Description
+# START NON-TRANSLATABLE
SharablePageTab_Properties=/model/PaletteEditor.html
+# END NON-TRANSLATABLE
SharablePageTab_Properties.Title=
+# START NON-TRANSLATABLE
SharablePageTabHTML=/model/PaletteEditor.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
SharablePageTabHTML_CreateGroup=/model/PaletteEditor.html
+# END NON-TRANSLATABLE
SharablePageTabHTML_CreateGroup.WindowTitle=Add Palette Group
SharablePageTabHTML_CreateGroup.Title=Palette Group
+# START NON-TRANSLATABLE
SharablePageTabHTML_CreateMacro=/model/PaletteEditor.html
+# END NON-TRANSLATABLE
SharablePageTabHTML_CreateMacro.WindowTitle=Add Palette Macro
SharablePageTabHTML_CreateMacro.Title=
+# START NON-TRANSLATABLE
SharablePageTabHTML_CreateMacro_0=/model/PaletteEditor.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
SharablePageTabHTML_Properties=/model/PaletteEditor.html
+# END NON-TRANSLATABLE
SharablePageTabHTML_Properties.Title=
SharablePageTabHTML_Edit.WindowTitle=Edit
SharablePageTabHTML_Edit.Title=Palette Top-Level Group
+# START NON-TRANSLATABLE
SharablePageTabHTML_EditNamespace=/model/PaletteEditor.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
PaletteEditor=/model/PaletteEditor.html
+# END NON-TRANSLATABLE
PaletteEditor.WindowTitle=Palette
##### New Version #####
+# START NON-TRANSLATABLE
CheckNewVersion=/model/CheckNewVersion.html
+# END NON-TRANSLATABLE
CheckNewVersion.WindowTitle=Struts Studio Version
+# START NON-TRANSLATABLE
UpdateReminder=/model/UpdateReminder.html
+# END NON-TRANSLATABLE
UpdateReminder.WindowTitle=Struts Studio Version Update
##### Palette items #####
+# START NON-TRANSLATABLE
SharablePageTabHTML=/model/PaletteEditor.html
SharablePageTabHTML_Struts_Bean=/model/palette/noHelpYet.html
SharablePageTabHTML_Struts_Common=/model/palette/noHelpYet.html
@@ -391,6 +602,7 @@
SharablePageTabHTML_Fonts=/model/palette/noHelpYet.html
SharablePageTabHTML_Lists=/model/palette/noHelpYet.html
SharablePageTabHTML_Frames=/model/palette/noHelpYet.html
+# END NON-TRANSLATABLE
SharablePageTabHTML_Struts_Common.WindowTitle=Tab Common
SharablePageTabHTML_Struts_HTML.WindowTitle=Tab HTML
@@ -402,9 +614,12 @@
#### Options (obsolete) #####
+# START NON-TRANSLATABLE
OptionsEditor=/model/OptionsEditor.html
+# END NON-TRANSLATABLE
OptionsEditor.WindowTitle=Preferences
+# START NON-TRANSLATABLE
SharableOptions=/model/OptionsEditor.html
SharableOptions_Properties=/model/OptionsEditor.html
SharablePreferences=/model/OptionsEditor.html
@@ -415,6 +630,7 @@
SharableEnginesOption_Properties=/model/noHelpYet.html
SharablePaletteOption=/model/OptionsEditor.html
SharablePaletteOption_Properties=/model/OptionsEditor.html
+# END NON-TRANSLATABLE
SharableStruts10Support.servlet_class=Servlet Class
SharableStruts10Support.url_pattern=URL Pattern
@@ -442,13 +658,19 @@
SharableStrutsEditor.doNotShowDiagram=Do not show diagram tab
#### trial limitations #####
+# START NON-TRANSLATABLE
TrialLimitation=/limitedversion.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
JSPLinkRecognizer_CreateLink=/model/OptionsEditor.html
+# END NON-TRANSLATABLE
JSPLinkRecognizer_CreateLink.WindowTitle=Add Link Recognizer Rule
JSPLinkRecognizer_CreateLink.Title=Link Recognizer Rule
+# START NON-TRANSLATABLE
JSPLink_Edit=/model/OptionsEditor.html
+# END NON-TRANSLATABLE
JSPLink_Edit.WindowTitle=Edit
JSPLink_Edit.Title=Link Recognizer Rule
Modified: trunk/esb/plugins/org.jboss.tools.esb.project.core/src/org/jboss/tools/esb/core/messages/JBossFacetCore.properties
===================================================================
--- trunk/esb/plugins/org.jboss.tools.esb.project.core/src/org/jboss/tools/esb/core/messages/JBossFacetCore.properties 2009-04-01 06:27:57 UTC (rev 14393)
+++ trunk/esb/plugins/org.jboss.tools.esb.project.core/src/org/jboss/tools/esb/core/messages/JBossFacetCore.properties 2009-04-01 06:53:53 UTC (rev 14394)
@@ -5,7 +5,9 @@
Dir_Web_Inf=WEB-INF
Dir_Web_Content=WebContent
Error_Copy=Exception while copy runtime jars
+# START NON-TRANSLATABLE
ESB_Location=jbossesbruntimelocation
+# END NON-TRANSLATABLE
JBoss_Runtime=JBoss ESB Runtime
JBossAS=JBOSS
Error_WS_Location=The JBoss ESB Runtime Location is NULL
Modified: trunk/struts/plugins/org.jboss.tools.struts.ui/resources/help/keys.properties
===================================================================
--- trunk/struts/plugins/org.jboss.tools.struts.ui/resources/help/keys.properties 2009-04-01 06:27:57 UTC (rev 14393)
+++ trunk/struts/plugins/org.jboss.tools.struts.ui/resources/help/keys.properties 2009-04-01 06:53:53 UTC (rev 14394)
@@ -1,492 +1,738 @@
###### Attribute Depends #####
+# START NON-TRANSLATABLE
Wizard_Validation_Dependency=/model/noHelpYet.html
+# END NON-TRANSLATABLE
Wizard_Validation_Dependency.WindowTitle=Edit Validation Rules List
Wizard_Validation_Dependency.Title=Validation Field
###### File *.tld 1.2 #####
+# START NON-TRANSLATABLE
FileTLD_1_2=/struts/FileTLD_1_2.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
FileTLD_1_2_Properties=/struts/FileTLD_1_2_Properties.html
+# END NON-TRANSLATABLE
FileTLD_1_2_Properties.WindowTitle=Properties
FileTLD_1_2_Properties.Title=File TLD
+# START NON-TRANSLATABLE
FileTLD_1_2_CreateListener=/struts/FileTLD_1_2_CreateListener.html
+# END NON-TRANSLATABLE
FileTLD_1_2_CreateListener.WindowTitle=Add Listener
FileTLD_1_2_CreateListener.Title=TLD Listener
+# START NON-TRANSLATABLE
FileTLD_1_2_CreateTag=/struts/FileTLD_1_2_CreateTag.html
+# END NON-TRANSLATABLE
FileTLD_1_2_CreateTag.WindowTitle=Add Tag
FileTLD_1_2_CreateTag.Title=TLD Tag
+# START NON-TRANSLATABLE
FileTLD_1_2_CreateValidator=/struts/FileTLD_1_2_CreateValidator.html
+# END NON-TRANSLATABLE
FileTLD_1_2_CreateValidator.WindowTitle=Add Validator
FileTLD_1_2_CreateValidator.Title=TLD Validator
+# START NON-TRANSLATABLE
FileTLD_PRO=/struts/FileTLD.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
FileTLD_PRO_Properties=/struts/FileTLD_Properties.html
+# END NON-TRANSLATABLE
FileTLD_PRO_Properties.WindowTitle=Properties
FileTLD_PRO_Properties.Title=File TLD
+# START NON-TRANSLATABLE
FileTLD_PRO_CreateTag=/struts/FileTLD_CreateTag.html
+# END NON-TRANSLATABLE
FileTLD_PRO_CreateTag.WindowTitle=Add Tag
FileTLD_PRO_CreateTag.Title=TLD Tag
##### TLD Tag #####
+# START NON-TRANSLATABLE
TLDTag=/struts_pro/TLDTag.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
TLDTag_Properties=/struts_pro/TLDTag_Properties.html
+# END NON-TRANSLATABLE
TLDTag_Properties.WindowTitle=Properties
TLDTag_Properties.Title=TLD Tag
+# START NON-TRANSLATABLE
TLDTag_CreateAttribute=/struts_pro/TLDTag_CreateAttribute.html
+# END NON-TRANSLATABLE
TLDTag_CreateAttribute.WindowTitle=Add Attribute
TLDTag_CreateAttribute.Title=TLD Attribute
+# START NON-TRANSLATABLE
TLDTag12=/struts_pro/TLDTag12.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
TLDTag12_Properties=/struts_pro/TLDTag12_Properties.html
+# END NON-TRANSLATABLE
TLDTag12_Properties.WindowTitle=Properties
TLDTag12_Properties.Title=TLD Tag
+# START NON-TRANSLATABLE
TLDTag12_CreateVariable=/struts_pro/TLDTag12_CreateVariable.html
+# END NON-TRANSLATABLE
TLDTag12_CreateVariable.WindowTitle=Add Variable
TLDTag12_CreateVariable.Title=TLD Variable
+# START NON-TRANSLATABLE
TLDTag12_CreateAttribute=/struts_pro/TLDTag12_CreateAttribute.html
+# END NON-TRANSLATABLE
TLDTag12_CreateAttribute.WindowTitle=Add Attribute
TLDTag12_CreateAttribute.Title=TLD Attribute
##### TLD Attribute #####
+# START NON-TRANSLATABLE
TLDAttribute=/struts_pro/TLDAttribute.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
TLDAttribute_Properties=/struts_pro/TLDAttribute_Properties.html
+# END NON-TRANSLATABLE
TLDAttribute_Properties.WindowTitle=Properties
TLDAttribute_Properties.Title=TLD Attribute
+# START NON-TRANSLATABLE
TLDAttribute12=/struts_pro/TLDAttribute12.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
TLDAttribute12_Properties=/struts_pro/TLDAttribute12_Properties.html
+# END NON-TRANSLATABLE
TLDAttribute12_Properties.WindowTitle=Properties
TLDAttribute12_Properties.Title=TLD Attribute
##### TLD 1.2 Variable #####
+# START NON-TRANSLATABLE
TLDVariable=/struts_pro/TLDVariable.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
TLDVariable_Properties=/struts_pro/TLDVariable_Properties.html
+# END NON-TRANSLATABLE
TLDVariable_Properties.WindowTitle=Properties
TLDVariable_Properties.Title=TLD Variable
+# START NON-TRANSLATABLE
TLDVariable_CreateInitParam=/struts_pro/WebAppServlet_CreateInitParam.html
+# END NON-TRANSLATABLE
TLDVariable_CreateInitParam.WindowTitle=Add Init Param
TLDVariable_CreateInitParam.Title=TLD Init Param
##### TLD 1.2 Validator #####
+# START NON-TRANSLATABLE
TLDValidator=/struts_pro/TLDValidator.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
TLDValidator_Properties=/struts_pro/TLDValidator.html
+# END NON-TRANSLATABLE
TLDValidator_Properties.WindowTitle=Properties
TLDValidator_Properties.Title=TLD Validator
+# START NON-TRANSLATABLE
TLDValidator_CreateInitParam=/struts_pro/WebAppServlet_CreateInitParam.html
+# END NON-TRANSLATABLE
TLDValidator_CreateInitParam.WindowTitle=Add Init Param
TLDValidator_CreateInitParam.Title=TLD Init Param
##### TLD 1.2 Listener #####
+# START NON-TRANSLATABLE
TLDListener=/struts_pro/TLDListener.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
TLDListener_Properties=/struts_pro/TLDListener.html
+# END NON-TRANSLATABLE
TLDListener_Properties.WindowTitle=Properties
TLDListener_Properties.Title=TLD Listener
##### TLD Taglib element #####
+# START NON-TRANSLATABLE
TLDTaglib=/model/noHelpYet.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
TLDTaglib_Properties=/model/noHelpYet.html
+# END NON-TRANSLATABLE
TLDTaglib_Properties.WindowTitle=Properties
TLDTaglib_Properties.Title=TLD Taglib
+# START NON-TRANSLATABLE
TLDTaglib_CreateTag=/model/noHelpYet.html
+# END NON-TRANSLATABLE
TLDTaglib_CreateTag.WindowTitle=Add Tag
TLDTaglib_CreateTag.Title=TLD Tag
##### File Tiles #####
+# START NON-TRANSLATABLE
FileTiles=/struts_pro/FileTiles.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
FileTiles_Properties=/struts_pro/FileTiles_Properties.html
+# END NON-TRANSLATABLE
FileTiles_Properties.WindowTitle=Properties
FileTiles_Properties.Title=File Tiles
+# START NON-TRANSLATABLE
FileTiles_CreateDefinition=/struts_pro/FileTiles_CreateDefinition.html
+# END NON-TRANSLATABLE
FileTiles_CreateDefinition.WindowTitle=Add Definition
FileTiles_CreateDefinition.Title=Tiles Definition
##### Creating File Tiles #####
+# START NON-TRANSLATABLE
FileFolder_CreateTiles=/struts_pro/FileFolder_CreateTiles.html
+# END NON-TRANSLATABLE
FileFolder_CreateTiles.WindowTitle=New Tiles File
FileFolder_CreateTiles.Title=Tiles File
+# START NON-TRANSLATABLE
FileSystemFolder_CreateTiles=/struts_pro/FileFolder_CreateTiles.html
+# END NON-TRANSLATABLE
FileSystemFolder_CreateTiles.WindowTitle=New Tiles File
FileSystemFolder_CreateTiles.Title=Tiles File
##### Tiles Add element #####
+# START NON-TRANSLATABLE
TilesAdd=/struts_pro/TilesAdd.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
TilesAdd_Properties=/struts_pro/TilesAdd.html
+# END NON-TRANSLATABLE
TilesAdd_Properties.WindowTitle=Properties
TilesAdd_Properties.Title=Tiles Add
##### Tiles Bean element #####
+# START NON-TRANSLATABLE
TilesBean=/struts_pro/TilesBean.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
TilesBean_Properties=/struts_pro/TilesBean.html
+# END NON-TRANSLATABLE
TilesBean_Properties.WindowTitle=Properties
TilesBean_Properties.Title=Tiles Bean
+# START NON-TRANSLATABLE
TilesBean_CreateSetProperty=/struts/CreateSetProperty.html
+# END NON-TRANSLATABLE
TilesBean_CreateSetProperty.WindowTitle=Add Set Property
TilesBean_CreateSetProperty.Title=Tiles Set Property
##### Tiles Definition element #####
+# START NON-TRANSLATABLE
TilesDefinition=/struts_pro/TilesDefinition.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
TilesDefinition_Properties=/struts_pro/TilesDefinition_Properties.html
+# END NON-TRANSLATABLE
TilesDefinition_Properties.WindowTitle=Properties
TilesDefinition_Properties.Title=Tiles Definition
+# START NON-TRANSLATABLE
TilesDefinition_CreatePut=/struts_pro/TilesDefinition_CreatePut.html
+# END NON-TRANSLATABLE
TilesDefinition_CreatePut.WindowTitle=Add Put
TilesDefinition_CreatePut.Title=Tiles Put
+# START NON-TRANSLATABLE
TilesDefinition_CreatePutList=/struts_pro/TilesDefinition_CreatePutList.html
+# END NON-TRANSLATABLE
TilesDefinition_CreatePutList.WindowTitle=Add Put List
TilesDefinition_CreatePutList.Title=Tiles Put List
##### Tiles Item element #####
+# START NON-TRANSLATABLE
TilesItem=/struts_pro/TilesItem.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
TilesItem_Properties=/struts_pro/TilesItem.html
+# END NON-TRANSLATABLE
TilesItem_Properties.WindowTitle=Properties
TilesItem_Properties.Title=Tiles Item
##### Tiles List element #####
+# START NON-TRANSLATABLE
TilesList=/struts_pro/TilesList.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
TilesList_Properties=/struts_pro/TilesList_Properties.html
+# END NON-TRANSLATABLE
TilesList_Properties.WindowTitle=Properties
TilesList_Properties.Title=Tiles List
+# START NON-TRANSLATABLE
TilesList_CreateAdd=/struts_pro/TilesList_CreateAdd.html
+# END NON-TRANSLATABLE
TilesList_CreateAdd.WindowTitle=Add "Add" Element
TilesList_CreateAdd.Title=Tiles Add
+# START NON-TRANSLATABLE
TilesList_CreateItem=/struts_pro/TilesList_CreateItem.html
+# END NON-TRANSLATABLE
TilesList_CreateItem.WindowTitle=Add Item
TilesList_CreateItem.Title=Tiles Item
+# START NON-TRANSLATABLE
TilesList_CreateBean=/struts_pro/TilesList_CreateBean.html
+# END NON-TRANSLATABLE
TilesList_CreateBean.WindowTitle=Add Bean
TilesList_CreateBean.Title=Tiles Bean
+# START NON-TRANSLATABLE
TilesList_CreatePutList=/struts_pro/TilesDefinition_CreatePutList.html
+# END NON-TRANSLATABLE
TilesList_CreatePutList.WindowTitle=Add Put List
TilesList_CreatePutList.Title=Tiles Put List
##### Tiles Put element #####
+# START NON-TRANSLATABLE
TilesPut=/struts_pro/TilesPut.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
TilesPut_Properties=/struts_pro/TilesPut_Properties.html
+# END NON-TRANSLATABLE
TilesPut_Properties.WindowTitle=Properties
TilesPut_Properties.Title=Tiles Put
##### File web.xml #####
+# START NON-TRANSLATABLE
FileWebApp=/struts_pro/FileWebApp.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
FileWebApp_Properties=/struts_pro/FileWebApp_Properties.html
+# END NON-TRANSLATABLE
FileWebApp_Properties.WindowTitle=Properties
FileWebApp_Properties.Title=File Web Descriptor
+# START NON-TRANSLATABLE
FileWebApp_CreateContextParam=/struts_pro/FileWebApp_CreateContextParam.html
+# END NON-TRANSLATABLE
FileWebApp_CreateContextParam.WindowTitle=Add Context Param
FileWebApp_CreateContextParam.Title=Web Context Param
+# START NON-TRANSLATABLE
FileWebApp_CreateServlet=/struts_pro/FileWebApp_CreateServlet.html
+# END NON-TRANSLATABLE
FileWebApp_CreateServlet.WindowTitle=Add Servlet
FileWebApp_CreateServlet.Title=Web Servlet
+# START NON-TRANSLATABLE
FileWebApp_CreateServletMapping=/struts_pro/FileWebApp_CreateServletMapping.html
+# END NON-TRANSLATABLE
FileWebApp_CreateServletMapping.WindowTitle=Add Servlet Mapping
FileWebApp_CreateServletMapping.Title=Web Servlet Mapping
+# START NON-TRANSLATABLE
FileWebApp_CreateSessionConfig=/struts_pro/FileWebApp_CreateSessionConfig.html
+# END NON-TRANSLATABLE
FileWebApp_CreateSessionConfig.WindowTitle=Add Session Config
FileWebApp_CreateSessionConfig.Title=Web Session Config
+# START NON-TRANSLATABLE
FileWebApp_CreateMimeMapping=/struts_pro/FileWebApp_CreateMimeMapping.html
+# END NON-TRANSLATABLE
FileWebApp_CreateMimeMapping.WindowTitle=Add Mime Mapping
FileWebApp_CreateMimeMapping.Title=Web Mime Mapping
+# START NON-TRANSLATABLE
FileWebApp_CreateErrorPage=/struts_pro/FileWebApp_CreateErrorPage.html
+# END NON-TRANSLATABLE
FileWebApp_CreateErrorPage.WindowTitle=Add Error Page
FileWebApp_CreateErrorPage.Title=Web Error Page
+# START NON-TRANSLATABLE
FileWebApp_CreateTaglib=/struts_pro/FileWebApp_CreateTaglib.html
+# END NON-TRANSLATABLE
FileWebApp_CreateTaglib.WindowTitle=Add Taglib
FileWebApp_CreateTaglib.Title=Web Taglib
+# START NON-TRANSLATABLE
FileWebApp_CreateResourceRef=/struts_pro/FileWebApp_CreateResourceRef.html
+# END NON-TRANSLATABLE
FileWebApp_CreateResourceRef.WindowTitle=Add Resource Reference
FileWebApp_CreateResourceRef.Title=Web Resource Reference
+# START NON-TRANSLATABLE
FileWebApp_CreateSecurityConstraint=/struts_pro/FileWebApp_CreateSecurityConstraint.html
+# END NON-TRANSLATABLE
FileWebApp_CreateSecurityConstraint.WindowTitle=Add Security Constraint
FileWebApp_CreateSecurityConstraint.Title=Web Security Constraint
+# START NON-TRANSLATABLE
FileWebApp_CreateLoginConfig=/struts_pro/FileWebApp_CreateLoginConfig.html
+# END NON-TRANSLATABLE
FileWebApp_CreateLoginConfig.WindowTitle=Add Login Config
FileWebApp_CreateLoginConfig.Title=Web Login Config
+# START NON-TRANSLATABLE
FileWebApp_CreateSecurityRole=/struts_pro/FileWebApp_CreateSecurityRole.html
+# END NON-TRANSLATABLE
FileWebApp_CreateSecurityRole.WindowTitle=Add Security Role
FileWebApp_CreateSecurityRoleWeb Security Role
+# START NON-TRANSLATABLE
FileWebApp_CreateEnvEntry=/struts_pro/FileWebApp_CreateEnvEntry.html
+# END NON-TRANSLATABLE
FileWebApp_CreateEnvEntry.WindowTitle=Add Env Entry
FileWebApp_CreateEnvEntry.Title=Web Env Entry
+# START NON-TRANSLATABLE
FileWebApp_CreateEjbRef=/struts_pro/FileWebApp_CreateEjbRef.html
+# END NON-TRANSLATABLE
FileWebApp_CreateEjbRef.WindowTitle=Add EJB Ref
FileWebApp_CreateEjbRef.Title=Web Ejb Ref
+# START NON-TRANSLATABLE
FileWebApp_CreateFilterMapping=/model/noHelpYet.html
+# END NON-TRANSLATABLE
FileWebApp_CreateFilterMapping.WindowTitle=Add FilterMapping
FileWebApp_CreateFilterMapping.Title=Filter Mapping
+# START NON-TRANSLATABLE
FileWebApp_CreateListener=/model/noHelpYet.html
+# END NON-TRANSLATABLE
FileWebApp_CreateListener.WindowTitle=Add Listener
FileWebApp_CreateListener.Title=Web Listener
##### web auth-constraint element #####
+# START NON-TRANSLATABLE
WebAppAuthConstraint=/struts_pro/WebAppAuthConstraint.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
WebAppAuthConstraint_Properties=/struts_pro/WebAppAuthConstraint_Properties.html
+# END NON-TRANSLATABLE
WebAppAuthConstraint_Properties.WindowTitle=Properties
WebAppAuthConstraint_Properties.Title=Web Auth Constraint
+# START NON-TRANSLATABLE
WebAppAuthConstraint_CreateRole=/struts_pro/WebAppAuthConstraint_CreateRole.html
+# END NON-TRANSLATABLE
WebAppAuthConstraint_CreateRole.WindowTitle=Add Role
WebAppAuthConstraint_CreateRole.Title=Web Role
##### web context-param element #####
+# START NON-TRANSLATABLE
WebAppContextParam=/struts_pro/WebAppContextParam.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
WebAppContextParam_Properties=/struts_pro/WebAppContextParam.html
+# END NON-TRANSLATABLE
WebAppContextParam_Properties.WindowTitle=Properties
WebAppContextParam_Properties.Title=Web Context Param
##### web ejb-ref element #####
+# START NON-TRANSLATABLE
WebAppEjbRef=/struts_pro/WebAppEjbRef.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
WebAppEjbRef_Properties=/struts_pro/WebAppEjbRef.html
+# END NON-TRANSLATABLE
WebAppEjbRef_Properties.WindowTitle=Properties
WebAppEjbRef_Properties.Title=Web Ejb Ref
##### web env-entry element #####
+# START NON-TRANSLATABLE
WebAppEnvEntry=/struts_pro/WebAppEnvEntry.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
WebAppEnvEntry_Properties=/struts_pro/WebAppEnvEntry.html
+# END NON-TRANSLATABLE
WebAppEnvEntry_Properties.WindowTitle=Properties
WebAppEnvEntry_Properties.Title=Web Env Entry
##### web error-page element #####
+# START NON-TRANSLATABLE
WebAppErrorPage=/struts_pro/WebAppErrorPage.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
WebAppErrorPage_Properties=/struts_pro/WebAppErrorPage.html
+# END NON-TRANSLATABLE
WebAppErrorPage_Properties.WindowTitle=Properties
WebAppErrorPage_Properties.Title=Web Error Page
##### web init-param element #####
+# START NON-TRANSLATABLE
WebAppInitParam=/struts_pro/WebAppInitParam.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
WebAppInitParam_Properties=/struts_pro/WebAppInitParam.html
+# END NON-TRANSLATABLE
WebAppInitParam_Properties.WindowTitle=Properties
WebAppInitParam_Properties.Title=Web Init Param
##### web login-config element #####
+# START NON-TRANSLATABLE
WebAppLoginConfig=/struts_pro/WebAppLoginConfig.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
WebAppLoginConfig_Properties=/struts_pro/WebAppLoginConfig.html
+# END NON-TRANSLATABLE
WebAppLoginConfig_Properties.WindowTitle=Properties
WebAppLoginConfig_Properties.Title=Web Login Config
##### web mime-mapping element #####
+# START NON-TRANSLATABLE
WebAppMimeMapping=/struts_pro/WebAppMimeMapping.html
+# END NON-TRANSLATABLE
WebAppMimeMapping_Properties.WindowTitle=Properties
+# START NON-TRANSLATABLE
WebAppMimeMapping_Properties=/struts_pro/WebAppMimeMapping.html
+# END NON-TRANSLATABLE
WebAppMimeMapping_Properties.Title=Web Mime Mapping
##### web resource-collection element #####
+# START NON-TRANSLATABLE
WebAppResourceCollection=/struts_pro/WebAppResourceCollection.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
WebAppResourceCollection_Properties=/struts_pro/WebAppResourceCollection.html
+# END NON-TRANSLATABLE
WebAppResourceCollection_Properties.WindowTitle=Properties
WebAppResourceCollection_Properties.Title=Web Resource Collection
##### web resource-ref element #####
+# START NON-TRANSLATABLE
WebAppResourceRef=/struts_pro/WebAppResourceRef.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
WebAppResourceRef_Properties=/struts_pro/WebAppResourceRef.html
+# END NON-TRANSLATABLE
WebAppResourceRef_Properties.WindowTitle=Properties
WebAppResourceRef_Properties.Title=Web Resource Ref
##### web security-constraint element #####
+# START NON-TRANSLATABLE
WebAppSecurityConstraint=/struts_pro/WebAppSecurityConstraint.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
WebAppSecurityConstraint_Properties=/struts_pro/WebAppSecurityConstraint_Properties.html
+# END NON-TRANSLATABLE
WebAppSecurityConstraint_Properties.WindowTitle=Properties
WebAppSecurityConstraint_Properties.Title=Web Security Constraint
+# START NON-TRANSLATABLE
WebAppSecurityConstraint_CreateResourceCollection=/struts_pro/WebAppSecurityConstraint_CreateResourceCollection.html
+# END NON-TRANSLATABLE
WebAppSecurityConstraint_CreateResourceCollection.WindowTitle=Add Resource Collection
WebAppSecurityConstraint_CreateResourceCollection.Title=Web Resource Collection
+# START NON-TRANSLATABLE
WebAppSecurityConstraint_CreateAuthConstraint=/struts_pro/WebAppSecurityConstraint_CreateAuthConstraint.html
+# END NON-TRANSLATABLE
WebAppSecurityConstraint_CreateAuthConstraint.WindowTitle=Add Auth Constraint
WebAppSecurityConstraint_CreateAuthConstraint.Title=Web Auth Constraint
+# START NON-TRANSLATABLE
WebAppSecurityConstraint_CreateUserConstraint=/struts_pro/WebAppSecurityConstraint_CreateUserConstraint.html
+# END NON-TRANSLATABLE
WebAppSecurityConstraint_CreateUserConstraint.WindowTitle=Add User Constraint
WebAppSecurityConstraint_CreateUserConstraint.Title=Web User Constraint
##### web security-role element #####
+# START NON-TRANSLATABLE
WebAppSecurityRole=/struts_pro/WebAppSecurityRole.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
WebAppSecurityRole_Properties=/struts_pro/WebAppSecurityRole.html
+# END NON-TRANSLATABLE
WebAppSecurityRole_Properties.WindowTitle=Properties
WebAppSecurityRole_Properties.Title=Web Security Role
##### web security-role-ref element #####
+# START NON-TRANSLATABLE
WebAppSecurityRoleRef=/struts_pro/WebAppSecurityRoleRef.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
WebAppSecurityRoleRef_Properties=/struts_pro/WebAppSecurityRoleRef.html
+# END NON-TRANSLATABLE
WebAppSecurityRoleRef_Properties.WindowTitle=Properties
WebAppSecurityRoleRef_Properties.Title=Web Security Role Ref
##### web servlet element #####
+# START NON-TRANSLATABLE
WebAppServlet=/struts_pro/WebAppServlet.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
WebAppServlet_Properties=/struts_pro/WebAppServlet.html
+# END NON-TRANSLATABLE
WebAppServlet_Properties.WindowTitle=Properties
WebAppServlet_Properties.Title=Web Servlet
+# START NON-TRANSLATABLE
WebAppServlet_CreateInitParam=/struts_pro/WebAppServlet_CreateInitParam.html
+# END NON-TRANSLATABLE
WebAppServlet_CreateInitParam.WindowTitle=Add Init Param
WebAppServlet_CreateInitParam.Title=Web Init Param
+# START NON-TRANSLATABLE
WebAppServlet_CreateSecurityRoleRef=/struts_pro/WebAppServlet_CreateSecurityRoleRef.html
+# END NON-TRANSLATABLE
WebAppServlet_CreateSecurityRoleRef.WindowTitle=Add Security Role Reference
WebAppServlet_CreateSecurityRoleRef.Title=Web Security Role Reference
##### web servlet-mapping element #####
+# START NON-TRANSLATABLE
WebAppServletMapping=/struts_pro/WebAppServletMapping.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
WebAppServletMapping_Properties=/struts_pro/WebAppServletMapping.html
+# END NON-TRANSLATABLE
WebAppServletMapping_Properties.WindowTitle=Properties
WebAppServletMapping_Properties.Title=Web Servlet Mapping
##### web session-config element #####
+# START NON-TRANSLATABLE
WebAppSessionConfig=/struts_pro/WebAppSessionConfig.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
WebAppSessionConfig_Properties=/struts_pro/WebAppSessionConfig.html
+# END NON-TRANSLATABLE
WebAppSessionConfig_Properties.WindowTitle=Properties
WebAppSessionConfig_Properties.Title=Web Session Config
##### web taglib element #####
+# START NON-TRANSLATABLE
WebAppTaglib=/struts_pro/WebAppTaglib.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
WebAppTaglib_Properties=/struts_pro/WebAppTaglib.html
+# END NON-TRANSLATABLE
WebAppTaglib_Properties.WindowTitle=Properties
WebAppTaglib_Properties.Title=Web taglib
##### web user-constraint element #####
+# START NON-TRANSLATABLE
WebAppUserConstraint=/struts_pro/WebAppUserConstraint.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
WebAppUserConstraint_Properties=/struts_pro/WebAppUserConstraint.html
+# END NON-TRANSLATABLE
WebAppUserConstraint_Properties.WindowTitle=Properties
WebAppUserConstraint_Properties.Title=Web User Constraint
##### web welcome-file element #####
+# START NON-TRANSLATABLE
WebAppWelcomFile=/struts_pro/WebAppWelcomFile.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
WebAppWelcomFile_Properties=/struts_pro/WebAppWelcomFile.html
+# END NON-TRANSLATABLE
WebAppWelcomFile_Properties.WindowTitle=Properties
WebAppWelcomFile_Properties.Title=Web Welcome File
##### web welcome-file-list element #####
+# START NON-TRANSLATABLE
WebAppWelcomFileList=/struts_pro/WebAppWelcomFileList.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
WebAppWelcomFileList_Properties=/model/noHelpYet.html
+# END NON-TRANSLATABLE
WebAppWelcomFileList_Properties.WindowTitle=Properties
WebAppWelcomFileList_Properties.Title=Web Welcom File List
+# START NON-TRANSLATABLE
WebAppWelcomFileList_CreateWelcomFile=/struts_pro/WebAppWelcomFileList_CreateWelcomFile.html
+# END NON-TRANSLATABLE
WebAppWelcomFileList_CreateWelcomFile.WindowTitle=Add Welcome File
WebAppWelcomFileList_CreateWelcomFile.Title=Web Welcome File
##### web role element #####
+# START NON-TRANSLATABLE
WebAppRoleName=/struts_pro/WebAppRoleName.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
WebAppRoleName_Properties=/struts_pro/WebAppRoleName.html
+# END NON-TRANSLATABLE
WebAppRoleName_Properties.WindowTitle=Properties
WebAppRoleName_Properties.Title=Web Role
##### Create File web.xml #####
+# START NON-TRANSLATABLE
FileFolder_CreateWebApp=/struts_pro/FileFolder_CreateWebApp.html
+# END NON-TRANSLATABLE
FileFolder_CreateWebApp.WindowTitle=New Web Descriptor File
FileFolder_CreateWebApp.Title=Web Descriptor File
+# START NON-TRANSLATABLE
FileSystemFolder_CreateWebApp=/struts_pro/FileFolder_CreateWebApp.html
+# END NON-TRANSLATABLE
FileSystemFolder_CreateWebApp.WindowTitle=New Web Descriptor File
FileSystemFolder_CreateWebApp.Title=Web Descriptor File
@@ -497,264 +743,394 @@
##### File validation.xml #####
+# START NON-TRANSLATABLE
FileValidationRules=/struts_pro/FileValidationRules.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
FileValidationRules_Properties=/struts_pro/FileValidationRules.html
+# END NON-TRANSLATABLE
FileValidationRules_Properties.WindowTitle=Properties
FileValidationRules_Properties.Title=Validation Framework
+# START NON-TRANSLATABLE
FileValidationRules_AddFormset_0=/struts_pro/FileValidationRules_AddFormset_0.html
+# END NON-TRANSLATABLE
FileValidationRules_AddFormset_0.WindowTitle=Add Formset
FileValidationRules_AddFormset_0.Title=Validation Formset
#helper for bundle editor
+# START NON-TRANSLATABLE
FileValidationRules_AddBundle_0=/model/noHelpYet.html
+# END NON-TRANSLATABLE
FileValidationRules_AddBundle_0.WindowTitle=Add Locale
FileValidationRules_AddBundle_0.Title=Bundle
##### property file selector
+# START NON-TRANSLATABLE
PropertyFileSelector=/model/noHelpYet.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
PropertyFileSelector_Properties=/model/noHelpYet.html
+# END NON-TRANSLATABLE
PropertyFileSelector_Properties.WindowTitle=Properties
PropertyFileSelector_Properties.Title=Property File
+# START NON-TRANSLATABLE
PropertyFileSelector_Edit=/model/noHelpYet.html
+# END NON-TRANSLATABLE
PropertyFileSelector_Edit.WindowTitle=Select Property File
PropertyFileSelector_Edit.Title=Property File
#### Validation args #####
+# START NON-TRANSLATABLE
ValidationArg0=/struts_pro/ValidationArg.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
ValidationArg0_Edit_0=/struts_pro/ValidationArg.html
+# END NON-TRANSLATABLE
ValidationArg0_Edit_0.WindowTitle=Edit Arg0
ValidationArg0_Edit_0.Title=Validation Arg0
+# START NON-TRANSLATABLE
ValidationArg0_Properties=/struts_pro/ValidationArg.html
+# END NON-TRANSLATABLE
ValidationArg0_Properties.WindowTitle=Edit Arg0
ValidationArg0_Properties.Title=Validation Arg0
+# START NON-TRANSLATABLE
ValidationArg1=/struts_pro/ValidationArg.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
ValidationArg1_Edit_0=/struts_pro/ValidationArg.html
+# END NON-TRANSLATABLE
ValidationArg1_Edit_0.WindowTitle=Edit Arg1
ValidationArg1_Edit_0.Title=Validation Arg1
+# START NON-TRANSLATABLE
ValidationArg1_Properties=/struts_pro/ValidationArg.html
+# END NON-TRANSLATABLE
ValidationArg1_Properties.WindowTitle=Edit Arg1
ValidationArg1_Properties.Title=Validation Arg1
+# START NON-TRANSLATABLE
ValidationArg2=/struts_pro/ValidationArg.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
ValidationArg2_Edit_0=/struts_pro/ValidationArg.html
+# END NON-TRANSLATABLE
ValidationArg2_Edit_0.WindowTitle=Edit Arg2
ValidationArg2_Edit_0.Title=Validation Arg2
+# START NON-TRANSLATABLE
ValidationArg2_Properties=/struts_pro/ValidationArg.html
+# END NON-TRANSLATABLE
ValidationArg2_Properties.WindowTitle=Edit Arg2
ValidationArg2_Properties.Title=Validation Arg2
+# START NON-TRANSLATABLE
ValidationArg3=/struts_pro/ValidationArg.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
ValidationArg3_Edit_0=/struts_pro/ValidationArg.html
+# END NON-TRANSLATABLE
ValidationArg3_Edit_0.WindowTitle=Edit Arg3
ValidationArg3_Edit_0.Title=Validation Arg3
+# START NON-TRANSLATABLE
ValidationArg3_Properties=/struts_pro/ValidationArg.html
+# END NON-TRANSLATABLE
ValidationArg3_Properties.WindowTitle=Edit Arg3
ValidationArg3_Properties.Title=Validation Arg3
##### Validation constant element #####
+# START NON-TRANSLATABLE
ValidationConstant=/struts_pro/ValidationConstant.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
ValidationConstant_Edit=/struts_pro/ValidationConstant_Edit.html
+# END NON-TRANSLATABLE
ValidationConstant_Edit.WindowTitle=Edit Constant
ValidationConstant_Edit.Title=Validation Constant
+# START NON-TRANSLATABLE
ValidationConstant_Properties=/struts_pro/ValidationConstant.html
+# END NON-TRANSLATABLE
ValidationConstant_Properties.WindowTitle=Properties
ValidationConstant_Properties.Title=Validation Properties
##### Validation field element #####
+# START NON-TRANSLATABLE
ValidationField=/struts_pro/ValidationField.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
ValidationField_Properties=/struts_pro/ValidationField.html
+# END NON-TRANSLATABLE
ValidationField_Properties.WindowTitle=Properties
ValidationField_Properties.Title=Validation Field
+# START NON-TRANSLATABLE
ValidationField_AddMsg=/struts_pro/ValidationField_AddMsg.html
+# END NON-TRANSLATABLE
ValidationField_AddMsg.WindowTitle=Add Msg
ValidationField_AddMsg.Title=Validation Msg
+# START NON-TRANSLATABLE
ValidationField_AddArg_0=/struts_pro/ValidationField_AddArg_0.html
+# END NON-TRANSLATABLE
ValidationField_AddArg_0.WindowTitle=Add Arg
ValidationField_AddArg_0.Title=Validation Arg
+# START NON-TRANSLATABLE
ValidationField_AddVar=/struts_pro/ValidationField_AddVar.html
+# END NON-TRANSLATABLE
ValidationField_AddVar.WindowTitle=Add Var
ValidationField_AddVar.Title=Validation Var
+# START NON-TRANSLATABLE
ValidationField_EditPage=/struts_pro/ValidationField.html
+# END NON-TRANSLATABLE
ValidationField_EditPage.WindowTitle=Edit Page
ValidationField_EditPage.Title=Validation Field
+# START NON-TRANSLATABLE
ValidationField_EditIndex=/struts_pro/ValidationField.html
+# END NON-TRANSLATABLE
ValidationField_EditIndex.WindowTitle=Edit Index
ValidationField_EditIndex.Title=Validation Field
##### Validation form element #####
+# START NON-TRANSLATABLE
ValidationForm=/struts_pro/ValidationForm.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
ValidationForm_Properties=/struts_pro/ValidationForm.html
+# END NON-TRANSLATABLE
ValidationForm_Properties.WindowTitle=Properties
ValidationForm_Properties.Title=Validation Form
+# START NON-TRANSLATABLE
ValidationForm_AddField=/struts_pro/ValidationForm_AddField.html
+# END NON-TRANSLATABLE
ValidationForm_AddField.WindowTitle=Add Field
ValidationForm_AddField.Title=Validation Field
##### Validation formset element #####
+# START NON-TRANSLATABLE
ValidationFormset=/struts_pro/ValidationFormset.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
ValidationFormset_Properties=/struts_pro/ValidationFormset.html
+# END NON-TRANSLATABLE
ValidationFormset_Properties.WindowTitle=Properties
ValidationFormset_Properties.Title=Validation Formset
+# START NON-TRANSLATABLE
ValidationFormset_AddConstant=/struts_pro/ValidationFormset_AddConstant.html
+# END NON-TRANSLATABLE
ValidationFormset_AddConstant.WindowTitle=Add Constant
ValidationFormset_AddConstant.Title=Formset Constant
+# START NON-TRANSLATABLE
ValidationFormset_AddForm=/struts_pro/ValidationFormset_AddForm.html
+# END NON-TRANSLATABLE
ValidationFormset_AddForm.WindowTitle=Add Form
ValidationFormset_AddForm.Title=Validation Form
##### Validation global element #####
+# START NON-TRANSLATABLE
ValidationGlobal=/struts_pro/ValidationGlobal.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
ValidationGlobal_Properties=/struts_pro/ValidationGlobal.html
+# END NON-TRANSLATABLE
ValidationGlobal_Properties.WindowTitle=Properties
ValidationGlobal_Properties.Title=Validation Global
+# START NON-TRANSLATABLE
ValidationGlobal_AddValidator=/struts_pro/ValidationGlobal_AddValidator.html
+# END NON-TRANSLATABLE
ValidationGlobal_AddValidator.WindowTitle=Add Validator
ValidationGlobal_AddValidator.Title=Validator
+# START NON-TRANSLATABLE
ValidationGlobal_AddConstant=/struts_pro/ValidationGlobal_AddConstant.html
+# END NON-TRANSLATABLE
ValidationGlobal_AddConstant.WindowTitle=Add Constant
ValidationGlobal_AddConstant.Title=Global Constant
##### Validation msg element #####
+# START NON-TRANSLATABLE
ValidationMsg=/struts_pro/ValidationMsg.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
ValidationMsg_Edit=/struts_pro/ValidationMsg.html
+# END NON-TRANSLATABLE
ValidationMsg_Edit.WindowTitle=Edit Msg
ValidationMsg_Edit.Title=Validation Msg
+# START NON-TRANSLATABLE
ValidationMsg_Properties=/struts_pro/ValidationMsg.html
+# END NON-TRANSLATABLE
ValidationMsg_Properties.WindowTitle=Properties
ValidationMsg_Properties.Title=Validation Msg
##### Validation validator element #####
+# START NON-TRANSLATABLE
ValidationValidator=/struts_pro/ValidationValidator.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
ValidationValidator_Edit=/struts_pro/ValidationValidator_Edit.html
+# END NON-TRANSLATABLE
ValidationValidator_Edit.WindowTitle=Edit Validator
ValidationValidator_Edit.Title=Validator
+# START NON-TRANSLATABLE
ValidationValidator_EditBody=/struts_pro/ValidationValidator_EditBody.html
+# END NON-TRANSLATABLE
ValidationValidator_EditBody.WindowTitle=Edit Function Body
ValidationValidator_EditBody.Title=Validator
+# START NON-TRANSLATABLE
ValidationValidator_Properties=/struts_pro/ValidationValidator.html
+# END NON-TRANSLATABLE
ValidationValidator_Properties.WindowTitle=Properties
ValidationValidator_Properties.Title=Validator
##### Validation var element #####
+# START NON-TRANSLATABLE
ValidationVar=/struts_pro/ValidationVar.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
ValidationVar_Edit=/struts_pro/ValidationVar.html
+# END NON-TRANSLATABLE
ValidationVar_Edit.WindowTitle=Edit Var
ValidationVar_Edit.Title=Validation Var
+# START NON-TRANSLATABLE
ValidationVar_Properties=/struts_pro/ValidationVar.html
+# END NON-TRANSLATABLE
ValidationVar_Properties.WindowTitle=Properties
ValidationVar_Properties.Title=Validation Var
##### Validation file selector #####
+# START NON-TRANSLATABLE
ValidatorFileSelector=/model/noHelpYet.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
ValidatorFileSelector_Edit=/model/noHelpYet.html
+# END NON-TRANSLATABLE
ValidatorFileSelector_Edit.WindowTitle=Edit
ValidatorFileSelector_Edit.Title=Validation Framework File
+# START NON-TRANSLATABLE
ValidatorFileSelector_Properties=/model/noHelpYet.html
+# END NON-TRANSLATABLE
ValidatorFileSelector_Properties.WindowTitle=Properties
ValidatorFileSelector_Properties.Title=Validation Framework File
##### Creating Validation file #####
+# START NON-TRANSLATABLE
FileFolder_CreateValidator=/struts_pro/FileSystemFolder_CreateValidator.html
+# END NON-TRANSLATABLE
FileFolder_CreateValidator.WindowTitle=New Validation File
FileFolder_CreateValidator.Title=Validation File
+# START NON-TRANSLATABLE
FileSystemFolder_CreateValidator=/struts_pro/FileSystemFolder_CreateValidator.html
+# END NON-TRANSLATABLE
FileSystemFolder_CreateValidator.WindowTitle=New Validation File
FileSystemFolder_CreateValidator.Title=Validation File
##### Helper actions in Tiles Validators Editor #####
+# START NON-TRANSLATABLE
SVWAddArgN_AddArg_0=/model/noHelpYet.html
+# END NON-TRANSLATABLE
SVWAddArgN_AddArg_0.WindowTitle=Add Arg
SVWAddArgN_AddArg_0.Title=Arg
+# START NON-TRANSLATABLE
SVWAddMsg_AddMsg_0=/model/noHelpYet.html
+# END NON-TRANSLATABLE
SVWAddMsg_AddMsg_0.WindowTitle=Add Msg
SVWAddMsg_AddMsg_0.Title=Msg
+# START NON-TRANSLATABLE
SVWAddMsg_Edit_0=/model/noHelpYet.html
+# END NON-TRANSLATABLE
SVWAddMsg_Edit_0.WindowTitle=Edit Msg
SVWAddMsg_Edit_0.Title=Msg
+# START NON-TRANSLATABLE
SVWEditArg_Edit_0=/model/noHelpYet.html
+# END NON-TRANSLATABLE
SVWEditArg_Edit_0.WindowTitle=Edit Arg
SVWEditArg_Edit_0.Title=Arg
+# START NON-TRANSLATABLE
SVWEditArgN_Edit_0=/model/noHelpYet.html
+# END NON-TRANSLATABLE
SVWEditArgN_Edit_0.WindowTitle=Edit Arg
SVWEditArgN_Edit_0.Title=Arg
##### Help keys for tree nodes in Tiles Validators Editor #####
+# START NON-TRANSLATABLE
Validation_Editor_Formset=/struts_pro/Validation_Editor_Formset.html
Validation_Editor_Form=/struts_pro/Validation_Editor_Form.html
Validation_Editor_Field=/struts_pro/Validation_Editor_Field.html
Validation_Editor_Rule=/struts_pro/Validation_Editor_Rule.html
Validation_Editor_Constants=/struts_pro/Validation_Editor_Constants.html
+# END NON-TRANSLATABLE
+# START NON-TRANSLATABLE
ValidationValidator_EditClassName=/model/noHelpYet.html
+# END NON-TRANSLATABLE
ValidationValidator_EditClassName.WindowTitle=Edit Class Name
ValidationValidator_EditClassName.Title=Validator
+# START NON-TRANSLATABLE
ValidationValidator_EditMethod=/model/noHelpYet.html
+# END NON-TRANSLATABLE
ValidationValidator_EditMethod.WindowTitle=Edit Method
ValidationValidator_EditMethod.Title=Validator
+# START NON-TRANSLATABLE
ValidationValidator_EditMethodParams=/model/noHelpYet.html
+# END NON-TRANSLATABLE
ValidationValidator_EditMethodParams.WindowTitle=Edit Method Parameters
ValidationValidator_EditMethodParams.Title=Validator
+# START NON-TRANSLATABLE
ValidationValidator_EditFunctionName=/model/noHelpYet.html
+# END NON-TRANSLATABLE
ValidationValidator_EditFunctionName.WindowTitle=Edit Function Name
ValidationValidator_EditFunctionName.Title=Validator
15 years, 8 months
JBoss Tools SVN: r14393 - in trunk: esb/features/org.jboss.tools.esb.feature and 10 other directories.
by jbosstools-commits@lists.jboss.org
Author: sflanigan
Date: 2009-04-01 02:27:57 -0400 (Wed, 01 Apr 2009)
New Revision: 14393
Modified:
trunk/birt/features/org.jboss.tools.birt.feature/feature.properties
trunk/esb/features/org.jboss.tools.esb.feature/feature.properties
trunk/examples/features/org.jboss.tools.project.examples.feature/feature.properties
trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.feature/feature.properties
trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/feature.properties
trunk/jmx/features/org.jboss.tools.jmx.feature/feature.properties
trunk/portlet/features/org.jboss.tools.portlet.feature/feature.properties
trunk/smooks/features/org.jboss.tools.smooks.feature/feature.properties
trunk/struts/features/org.jboss.tools.struts.feature/feature.properties
trunk/tptp/features/org.jboss.tools.tptp.feature/feature.properties
trunk/vpe/features/org.jboss.tools.xulrunner.feature/feature.properties
trunk/ws/features/org.jboss.tools.ws.feature/feature.properties
Log:
JBIDE-3557 Marked license texts (EPL and MPL) in feature.properties as NON-TRANSLATABLE
Modified: trunk/birt/features/org.jboss.tools.birt.feature/feature.properties
===================================================================
--- trunk/birt/features/org.jboss.tools.birt.feature/feature.properties 2009-04-01 06:08:21 UTC (rev 14392)
+++ trunk/birt/features/org.jboss.tools.birt.feature/feature.properties 2009-04-01 06:27:57 UTC (rev 14393)
@@ -36,7 +36,9 @@
# do not translate value - just change to point to a locale-specific HTML page
licenseURL=license.html
+# START NON-TRANSLATABLE
# "license" property - text of the "Feature Update License"
# should be plain text version of license agreement pointed to be "licenseURL"
license=ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT\nMarch 17, 2005\n\nUsage Of Content\n\nTHE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\nOTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\nUSE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\nAGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\nNOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\nAGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\nAND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\nOR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\nTERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\nOF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\nBELOW, THEN YOU MAY NOT USE THE CONTENT.\n\nApplicable Licenses\n\nUnless otherwise indicated, all Content made available by the Eclipse Foundation\nis provided to you under the terms and conditio!
ns of the Eclipse Public\nLicense Version 1.0 ("EPL"). A copy of the EPL is provided with this\nContent and is also available at http\://www.eclipse.org/legal/epl-v10.html.\nFor purposes of the EPL, "Program" will mean the Content.\n\nContent includes, but is not limited to, source code, object code,\ndocumentation and other files maintained in the Eclipse.org CVS\nrepository ("Repository") in CVS modules ("Modules") and made available\nas downloadable archives ("Downloads").\n\n- Content may be structured and packaged into modules to facilitate delivering,\nextending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\nplug-in fragments ("Fragments"), and features ("Features").\n- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java? ARchive)\nin a directory named "plugins".\n- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\nEach Feature may be packaged as a sub-directory in a directory!
named "features".\nWithin a Feature, files named "feature.xml" may co
ntain a list of the names and version\nnumbers of the Plug-ins and/or Fragments associated with that Feature.\n- Features may also include other Features ("Included Features"). Within a Feature, files\nnamed "feature.xml" may contain a list of the names and version numbers of Included Features.\n\nFeatures may also include other Features ("Included Features"). Files named\n"feature.xml" may contain a list of the names and version numbers of\nIncluded Features.\n\nThe terms and conditions governing Plug-ins and Fragments should be\ncontained in files named "about.html" ("Abouts"). The terms and\nconditions governing Features and Included Features should be contained\nin files named "license.html" ("Feature Licenses"). Abouts and Feature\nLicenses may be located in any directory of a Download or Module\nincluding, but not limited to the following locations\:\n\n- The top-level (root) directory\n- Plug-in and Fragment directories\n- Inside Plug-ins and Fragments packaged as JAR!
s\n- Sub-directories of the directory named "src" of certain Plug-ins\n- Feature directories\n\nNote\: if a Feature made available by the Eclipse Foundation is installed using the\nEclipse Update Manager, you must agree to a license ("Feature Update\nLicense") during the installation process. If the Feature contains\nIncluded Features, the Feature Update License should either provide you\nwith the terms and conditions governing the Included Features or inform\nyou where you can locate them. Feature Update Licenses may be found in\nthe "license" property of files named "feature.properties". Such Abouts,\nFeature Licenses and Feature Update Licenses contain the terms and\nconditions (or references to such terms and conditions) that govern your\nuse of the associated Content in that directory.\n\nTHE ABOUTS, FEATURE LICENSES AND FEATURE UPDATE LICENSES MAY REFER\nTO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\nSOME OF THESE OTHER LICENSE AGREEMENTS MA!
Y INCLUDE (BUT ARE NOT LIMITED TO)\:\n\n- Common Public License Versio
n 1.0 (available at http\://www.eclipse.org/legal/cpl-v10.html)\n- Apache Software License 1.1 (available at http\://www.apache.org/licenses/LICENSE)\n- Apache Software License 2.0 (available at http\://www.apache.org/licenses/LICENSE-2.0)\n- IBM Public License 1.0 (available at http\://oss.software.ibm.com/developerworks/opensource/license10.html)\n- Metro Link Public License 1.00 (available at http\://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n- Mozilla Public License Version 1.1 (available at http\://www.mozilla.org/MPL/MPL-1.1.html)\n\nIT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\nTO USE OF THE CONTENT. If no About, Feature License or Feature Update License\nis provided, please contact the Eclipse Foundation to determine what terms and conditions\ngovern that particular Content.\n\nCryptography\n\nContent may contain encryption software. The country in which you are\ncurrently may have restrictions on the import, posse!
ssion, and use,\nand/or re-export to another country, of encryption software. BEFORE\nusing any encryption software, please check the country's laws,\nregulations and policies concerning the import, possession, or use,\nand re-export of encryption software, to see if this is permitted.\n\nJava and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.\n
+# END NON-TRANSLATABLE
########### end of license property ##########################################
Modified: trunk/esb/features/org.jboss.tools.esb.feature/feature.properties
===================================================================
--- trunk/esb/features/org.jboss.tools.esb.feature/feature.properties 2009-04-01 06:08:21 UTC (rev 14392)
+++ trunk/esb/features/org.jboss.tools.esb.feature/feature.properties 2009-04-01 06:27:57 UTC (rev 14393)
@@ -35,7 +35,9 @@
# do not translate value - just change to point to a locale-specific HTML page
licenseURL=license.html
+# START NON-TRANSLATABLE
# "license" property - text of the "Feature Update License"
# should be plain text version of license agreement pointed to be "licenseURL"
license=ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT\nMarch 17, 2005\n\nUsage Of Content\n\nTHE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\nOTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\nUSE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\nAGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\nNOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\nAGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\nAND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\nOR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\nTERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\nOF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\nBELOW, THEN YOU MAY NOT USE THE CONTENT.\n\nApplicable Licenses\n\nUnless otherwise indicated, all Content made available by the Eclipse Foundation\nis provided to you under the terms and conditio!
ns of the Eclipse Public\nLicense Version 1.0 ("EPL"). A copy of the EPL is provided with this\nContent and is also available at http\://www.eclipse.org/legal/epl-v10.html.\nFor purposes of the EPL, "Program" will mean the Content.\n\nContent includes, but is not limited to, source code, object code,\ndocumentation and other files maintained in the Eclipse.org CVS\nrepository ("Repository") in CVS modules ("Modules") and made available\nas downloadable archives ("Downloads").\n\n- Content may be structured and packaged into modules to facilitate delivering,\nextending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\nplug-in fragments ("Fragments"), and features ("Features").\n- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java? ARchive)\nin a directory named "plugins".\n- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\nEach Feature may be packaged as a sub-directory in a directory!
named "features".\nWithin a Feature, files named "feature.xml" may co
ntain a list of the names and version\nnumbers of the Plug-ins and/or Fragments associated with that Feature.\n- Features may also include other Features ("Included Features"). Within a Feature, files\nnamed "feature.xml" may contain a list of the names and version numbers of Included Features.\n\nFeatures may also include other Features ("Included Features"). Files named\n"feature.xml" may contain a list of the names and version numbers of\nIncluded Features.\n\nThe terms and conditions governing Plug-ins and Fragments should be\ncontained in files named "about.html" ("Abouts"). The terms and\nconditions governing Features and Included Features should be contained\nin files named "license.html" ("Feature Licenses"). Abouts and Feature\nLicenses may be located in any directory of a Download or Module\nincluding, but not limited to the following locations\:\n\n- The top-level (root) directory\n- Plug-in and Fragment directories\n- Inside Plug-ins and Fragments packaged as JAR!
s\n- Sub-directories of the directory named "src" of certain Plug-ins\n- Feature directories\n\nNote\: if a Feature made available by the Eclipse Foundation is installed using the\nEclipse Update Manager, you must agree to a license ("Feature Update\nLicense") during the installation process. If the Feature contains\nIncluded Features, the Feature Update License should either provide you\nwith the terms and conditions governing the Included Features or inform\nyou where you can locate them. Feature Update Licenses may be found in\nthe "license" property of files named "feature.properties". Such Abouts,\nFeature Licenses and Feature Update Licenses contain the terms and\nconditions (or references to such terms and conditions) that govern your\nuse of the associated Content in that directory.\n\nTHE ABOUTS, FEATURE LICENSES AND FEATURE UPDATE LICENSES MAY REFER\nTO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\nSOME OF THESE OTHER LICENSE AGREEMENTS MA!
Y INCLUDE (BUT ARE NOT LIMITED TO)\:\n\n- Common Public License Versio
n 1.0 (available at http\://www.eclipse.org/legal/cpl-v10.html)\n- Apache Software License 1.1 (available at http\://www.apache.org/licenses/LICENSE)\n- Apache Software License 2.0 (available at http\://www.apache.org/licenses/LICENSE-2.0)\n- IBM Public License 1.0 (available at http\://oss.software.ibm.com/developerworks/opensource/license10.html)\n- Metro Link Public License 1.00 (available at http\://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n- Mozilla Public License Version 1.1 (available at http\://www.mozilla.org/MPL/MPL-1.1.html)\n\nIT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\nTO USE OF THE CONTENT. If no About, Feature License or Feature Update License\nis provided, please contact the Eclipse Foundation to determine what terms and conditions\ngovern that particular Content.\n\nCryptography\n\nContent may contain encryption software. The country in which you are\ncurrently may have restrictions on the import, posse!
ssion, and use,\nand/or re-export to another country, of encryption software. BEFORE\nusing any encryption software, please check the country's laws,\nregulations and policies concerning the import, possession, or use,\nand re-export of encryption software, to see if this is permitted.\n\nJava and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.\n
+# END NON-TRANSLATABLE
########### end of license property ##########################################
Modified: trunk/examples/features/org.jboss.tools.project.examples.feature/feature.properties
===================================================================
--- trunk/examples/features/org.jboss.tools.project.examples.feature/feature.properties 2009-04-01 06:08:21 UTC (rev 14392)
+++ trunk/examples/features/org.jboss.tools.project.examples.feature/feature.properties 2009-04-01 06:27:57 UTC (rev 14393)
@@ -42,6 +42,7 @@
# do not translate value - just change to point to a locale-specific HTML page
licenseURL=license.html
+# START NON-TRANSLATABLE
# "license" property - text of the "Feature Update License"
# should be plain text version of license agreement pointed to be "licenseURL"
license=\
@@ -141,4 +142,5 @@
and re-export of encryption software, to see if this is permitted.\n\
\n\
Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.\n
+# END NON-TRANSLATABLE
########### end of license property ##########################################
Modified: trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.feature/feature.properties
===================================================================
--- trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.feature/feature.properties 2009-04-01 06:08:21 UTC (rev 14392)
+++ trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.feature/feature.properties 2009-04-01 06:27:57 UTC (rev 14393)
@@ -37,7 +37,9 @@
# do not translate value - just change to point to a locale-specific HTML page
licenseURL=license.html
+# START NON-TRANSLATABLE
# "license" property - text of the "Feature Update License"
# should be plain text version of license agreement pointed to be "licenseURL"
license=ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT\nMarch 17, 2005\n\nUsage Of Content\n\nTHE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\nOTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\nUSE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\nAGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\nNOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\nAGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\nAND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\nOR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\nTERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\nOF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\nBELOW, THEN YOU MAY NOT USE THE CONTENT.\n\nApplicable Licenses\n\nUnless otherwise indicated, all Content made available by the Eclipse Foundation\nis provided to you under the terms and conditio!
ns of the Eclipse Public\nLicense Version 1.0 ("EPL"). A copy of the EPL is provided with this\nContent and is also available at http\://www.eclipse.org/legal/epl-v10.html.\nFor purposes of the EPL, "Program" will mean the Content.\n\nContent includes, but is not limited to, source code, object code,\ndocumentation and other files maintained in the Eclipse.org CVS\nrepository ("Repository") in CVS modules ("Modules") and made available\nas downloadable archives ("Downloads").\n\n- Content may be structured and packaged into modules to facilitate delivering,\nextending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\nplug-in fragments ("Fragments"), and features ("Features").\n- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java? ARchive)\nin a directory named "plugins".\n- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\nEach Feature may be packaged as a sub-directory in a directory!
named "features".\nWithin a Feature, files named "feature.xml" may co
ntain a list of the names and version\nnumbers of the Plug-ins and/or Fragments associated with that Feature.\n- Features may also include other Features ("Included Features"). Within a Feature, files\nnamed "feature.xml" may contain a list of the names and version numbers of Included Features.\n\nFeatures may also include other Features ("Included Features"). Files named\n"feature.xml" may contain a list of the names and version numbers of\nIncluded Features.\n\nThe terms and conditions governing Plug-ins and Fragments should be\ncontained in files named "about.html" ("Abouts"). The terms and\nconditions governing Features and Included Features should be contained\nin files named "license.html" ("Feature Licenses"). Abouts and Feature\nLicenses may be located in any directory of a Download or Module\nincluding, but not limited to the following locations\:\n\n- The top-level (root) directory\n- Plug-in and Fragment directories\n- Inside Plug-ins and Fragments packaged as JAR!
s\n- Sub-directories of the directory named "src" of certain Plug-ins\n- Feature directories\n\nNote\: if a Feature made available by the Eclipse Foundation is installed using the\nEclipse Update Manager, you must agree to a license ("Feature Update\nLicense") during the installation process. If the Feature contains\nIncluded Features, the Feature Update License should either provide you\nwith the terms and conditions governing the Included Features or inform\nyou where you can locate them. Feature Update Licenses may be found in\nthe "license" property of files named "feature.properties". Such Abouts,\nFeature Licenses and Feature Update Licenses contain the terms and\nconditions (or references to such terms and conditions) that govern your\nuse of the associated Content in that directory.\n\nTHE ABOUTS, FEATURE LICENSES AND FEATURE UPDATE LICENSES MAY REFER\nTO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\nSOME OF THESE OTHER LICENSE AGREEMENTS MA!
Y INCLUDE (BUT ARE NOT LIMITED TO)\:\n\n- Common Public License Versio
n 1.0 (available at http\://www.eclipse.org/legal/cpl-v10.html)\n- Apache Software License 1.1 (available at http\://www.apache.org/licenses/LICENSE)\n- Apache Software License 2.0 (available at http\://www.apache.org/licenses/LICENSE-2.0)\n- IBM Public License 1.0 (available at http\://oss.software.ibm.com/developerworks/opensource/license10.html)\n- Metro Link Public License 1.00 (available at http\://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n- Mozilla Public License Version 1.1 (available at http\://www.mozilla.org/MPL/MPL-1.1.html)\n\nIT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\nTO USE OF THE CONTENT. If no About, Feature License or Feature Update License\nis provided, please contact the Eclipse Foundation to determine what terms and conditions\ngovern that particular Content.\n\nCryptography\n\nContent may contain encryption software. The country in which you are\ncurrently may have restrictions on the import, posse!
ssion, and use,\nand/or re-export to another country, of encryption software. BEFORE\nusing any encryption software, please check the country's laws,\nregulations and policies concerning the import, possession, or use,\nand re-export of encryption software, to see if this is permitted.\n\nJava and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.\n
+# END NON-TRANSLATABLE
########### end of license property ##########################################
Modified: trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/feature.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/feature.properties 2009-04-01 06:08:21 UTC (rev 14392)
+++ trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/feature.properties 2009-04-01 06:27:57 UTC (rev 14393)
@@ -35,7 +35,9 @@
# do not translate value - just change to point to a locale-specific HTML page
licenseURL=epl-v10.html
+# START NON-TRANSLATABLE
# "license" property - text of the "Feature Update License"
# should be plain text version of license agreement pointed to be "licenseURL"
license=ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT\nMarch 17, 2005\n\nUsage Of Content\n\nTHE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\nOTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\nUSE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\nAGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\nNOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\nAGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\nAND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\nOR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\nTERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\nOF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\nBELOW, THEN YOU MAY NOT USE THE CONTENT.\n\nApplicable Licenses\n\nUnless otherwise indicated, all Content made available by the Eclipse Foundation\nis provided to you under the terms and conditio!
ns of the Eclipse Public\nLicense Version 1.0 ("EPL"). A copy of the EPL is provided with this\nContent and is also available at http\://www.eclipse.org/legal/epl-v10.html.\nFor purposes of the EPL, "Program" will mean the Content.\n\nContent includes, but is not limited to, source code, object code,\ndocumentation and other files maintained in the Eclipse.org CVS\nrepository ("Repository") in CVS modules ("Modules") and made available\nas downloadable archives ("Downloads").\n\n- Content may be structured and packaged into modules to facilitate delivering,\nextending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\nplug-in fragments ("Fragments"), and features ("Features").\n- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java? ARchive)\nin a directory named "plugins".\n- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\nEach Feature may be packaged as a sub-directory in a directory!
named "features".\nWithin a Feature, files named "feature.xml" may co
ntain a list of the names and version\nnumbers of the Plug-ins and/or Fragments associated with that Feature.\n- Features may also include other Features ("Included Features"). Within a Feature, files\nnamed "feature.xml" may contain a list of the names and version numbers of Included Features.\n\nFeatures may also include other Features ("Included Features"). Files named\n"feature.xml" may contain a list of the names and version numbers of\nIncluded Features.\n\nThe terms and conditions governing Plug-ins and Fragments should be\ncontained in files named "about.html" ("Abouts"). The terms and\nconditions governing Features and Included Features should be contained\nin files named "license.html" ("Feature Licenses"). Abouts and Feature\nLicenses may be located in any directory of a Download or Module\nincluding, but not limited to the following locations\:\n\n- The top-level (root) directory\n- Plug-in and Fragment directories\n- Inside Plug-ins and Fragments packaged as JAR!
s\n- Sub-directories of the directory named "src" of certain Plug-ins\n- Feature directories\n\nNote\: if a Feature made available by the Eclipse Foundation is installed using the\nEclipse Update Manager, you must agree to a license ("Feature Update\nLicense") during the installation process. If the Feature contains\nIncluded Features, the Feature Update License should either provide you\nwith the terms and conditions governing the Included Features or inform\nyou where you can locate them. Feature Update Licenses may be found in\nthe "license" property of files named "feature.properties". Such Abouts,\nFeature Licenses and Feature Update Licenses contain the terms and\nconditions (or references to such terms and conditions) that govern your\nuse of the associated Content in that directory.\n\nTHE ABOUTS, FEATURE LICENSES AND FEATURE UPDATE LICENSES MAY REFER\nTO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\nSOME OF THESE OTHER LICENSE AGREEMENTS MA!
Y INCLUDE (BUT ARE NOT LIMITED TO)\:\n\n- Common Public License Versio
n 1.0 (available at http\://www.eclipse.org/legal/cpl-v10.html)\n- Apache Software License 1.1 (available at http\://www.apache.org/licenses/LICENSE)\n- Apache Software License 2.0 (available at http\://www.apache.org/licenses/LICENSE-2.0)\n- IBM Public License 1.0 (available at http\://oss.software.ibm.com/developerworks/opensource/license10.html)\n- Metro Link Public License 1.00 (available at http\://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n- Mozilla Public License Version 1.1 (available at http\://www.mozilla.org/MPL/MPL-1.1.html)\n\nIT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\nTO USE OF THE CONTENT. If no About, Feature License or Feature Update License\nis provided, please contact the Eclipse Foundation to determine what terms and conditions\ngovern that particular Content.\n\nCryptography\n\nContent may contain encryption software. The country in which you are\ncurrently may have restrictions on the import, posse!
ssion, and use,\nand/or re-export to another country, of encryption software. BEFORE\nusing any encryption software, please check the country's laws,\nregulations and policies concerning the import, possession, or use,\nand re-export of encryption software, to see if this is permitted.\n\nJava and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.\n
+# END NON-TRANSLATABLE
########### end of license property ##########################################
Modified: trunk/jmx/features/org.jboss.tools.jmx.feature/feature.properties
===================================================================
--- trunk/jmx/features/org.jboss.tools.jmx.feature/feature.properties 2009-04-01 06:08:21 UTC (rev 14392)
+++ trunk/jmx/features/org.jboss.tools.jmx.feature/feature.properties 2009-04-01 06:27:57 UTC (rev 14393)
@@ -12,7 +12,9 @@
# do not translate value - just change to point to a locale-specific HTML page
licenseURL=license.html
+# START NON-TRANSLATABLE
# "license" property - text of the "Feature Update License"
# should be plain text version of license agreement pointed to be "licenseURL"
license=ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT\nMarch 17, 2005\n\nUsage Of Content\n\nTHE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\nOTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\nUSE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\nAGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\nNOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\nAGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\nAND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\nOR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\nTERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\nOF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\nBELOW, THEN YOU MAY NOT USE THE CONTENT.\n\nApplicable Licenses\n\nUnless otherwise indicated, all Content made available by the Eclipse Foundation\nis provided to you under the terms and conditio!
ns of the Eclipse Public\nLicense Version 1.0 ("EPL"). A copy of the EPL is provided with this\nContent and is also available at http\://www.eclipse.org/legal/epl-v10.html.\nFor purposes of the EPL, "Program" will mean the Content.\n\nContent includes, but is not limited to, source code, object code,\ndocumentation and other files maintained in the Eclipse.org CVS\nrepository ("Repository") in CVS modules ("Modules") and made available\nas downloadable archives ("Downloads").\n\n- Content may be structured and packaged into modules to facilitate delivering,\nextending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\nplug-in fragments ("Fragments"), and features ("Features").\n- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java? ARchive)\nin a directory named "plugins".\n- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\nEach Feature may be packaged as a sub-directory in a directory!
named "features".\nWithin a Feature, files named "feature.xml" may co
ntain a list of the names and version\nnumbers of the Plug-ins and/or Fragments associated with that Feature.\n- Features may also include other Features ("Included Features"). Within a Feature, files\nnamed "feature.xml" may contain a list of the names and version numbers of Included Features.\n\nFeatures may also include other Features ("Included Features"). Files named\n"feature.xml" may contain a list of the names and version numbers of\nIncluded Features.\n\nThe terms and conditions governing Plug-ins and Fragments should be\ncontained in files named "about.html" ("Abouts"). The terms and\nconditions governing Features and Included Features should be contained\nin files named "license.html" ("Feature Licenses"). Abouts and Feature\nLicenses may be located in any directory of a Download or Module\nincluding, but not limited to the following locations\:\n\n- The top-level (root) directory\n- Plug-in and Fragment directories\n- Inside Plug-ins and Fragments packaged as JAR!
s\n- Sub-directories of the directory named "src" of certain Plug-ins\n- Feature directories\n\nNote\: if a Feature made available by the Eclipse Foundation is installed using the\nEclipse Update Manager, you must agree to a license ("Feature Update\nLicense") during the installation process. If the Feature contains\nIncluded Features, the Feature Update License should either provide you\nwith the terms and conditions governing the Included Features or inform\nyou where you can locate them. Feature Update Licenses may be found in\nthe "license" property of files named "feature.properties". Such Abouts,\nFeature Licenses and Feature Update Licenses contain the terms and\nconditions (or references to such terms and conditions) that govern your\nuse of the associated Content in that directory.\n\nTHE ABOUTS, FEATURE LICENSES AND FEATURE UPDATE LICENSES MAY REFER\nTO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\nSOME OF THESE OTHER LICENSE AGREEMENTS MA!
Y INCLUDE (BUT ARE NOT LIMITED TO)\:\n\n- Common Public License Versio
n 1.0 (available at http\://www.eclipse.org/legal/cpl-v10.html)\n- Apache Software License 1.1 (available at http\://www.apache.org/licenses/LICENSE)\n- Apache Software License 2.0 (available at http\://www.apache.org/licenses/LICENSE-2.0)\n- IBM Public License 1.0 (available at http\://oss.software.ibm.com/developerworks/opensource/license10.html)\n- Metro Link Public License 1.00 (available at http\://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n- Mozilla Public License Version 1.1 (available at http\://www.mozilla.org/MPL/MPL-1.1.html)\n\nIT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\nTO USE OF THE CONTENT. If no About, Feature License or Feature Update License\nis provided, please contact the Eclipse Foundation to determine what terms and conditions\ngovern that particular Content.\n\nCryptography\n\nContent may contain encryption software. The country in which you are\ncurrently may have restrictions on the import, posse!
ssion, and use,\nand/or re-export to another country, of encryption software. BEFORE\nusing any encryption software, please check the country's laws,\nregulations and policies concerning the import, possession, or use,\nand re-export of encryption software, to see if this is permitted.\n\nJava and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.\n
+# END NON-TRANSLATABLE
########### end of license property ##########################################
Modified: trunk/portlet/features/org.jboss.tools.portlet.feature/feature.properties
===================================================================
--- trunk/portlet/features/org.jboss.tools.portlet.feature/feature.properties 2009-04-01 06:08:21 UTC (rev 14392)
+++ trunk/portlet/features/org.jboss.tools.portlet.feature/feature.properties 2009-04-01 06:27:57 UTC (rev 14393)
@@ -35,7 +35,9 @@
# do not translate value - just change to point to a locale-specific HTML page
licenseURL=license.html
+# START NON-TRANSLATABLE
# "license" property - text of the "Feature Update License"
# should be plain text version of license agreement pointed to be "licenseURL"
license=ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT\nMarch 17, 2005\n\nUsage Of Content\n\nTHE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\nOTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\nUSE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\nAGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\nNOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\nAGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\nAND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\nOR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\nTERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\nOF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\nBELOW, THEN YOU MAY NOT USE THE CONTENT.\n\nApplicable Licenses\n\nUnless otherwise indicated, all Content made available by the Eclipse Foundation\nis provided to you under the terms and conditio!
ns of the Eclipse Public\nLicense Version 1.0 ("EPL"). A copy of the EPL is provided with this\nContent and is also available at http\://www.eclipse.org/legal/epl-v10.html.\nFor purposes of the EPL, "Program" will mean the Content.\n\nContent includes, but is not limited to, source code, object code,\ndocumentation and other files maintained in the Eclipse.org CVS\nrepository ("Repository") in CVS modules ("Modules") and made available\nas downloadable archives ("Downloads").\n\n- Content may be structured and packaged into modules to facilitate delivering,\nextending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\nplug-in fragments ("Fragments"), and features ("Features").\n- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java? ARchive)\nin a directory named "plugins".\n- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\nEach Feature may be packaged as a sub-directory in a directory!
named "features".\nWithin a Feature, files named "feature.xml" may co
ntain a list of the names and version\nnumbers of the Plug-ins and/or Fragments associated with that Feature.\n- Features may also include other Features ("Included Features"). Within a Feature, files\nnamed "feature.xml" may contain a list of the names and version numbers of Included Features.\n\nFeatures may also include other Features ("Included Features"). Files named\n"feature.xml" may contain a list of the names and version numbers of\nIncluded Features.\n\nThe terms and conditions governing Plug-ins and Fragments should be\ncontained in files named "about.html" ("Abouts"). The terms and\nconditions governing Features and Included Features should be contained\nin files named "license.html" ("Feature Licenses"). Abouts and Feature\nLicenses may be located in any directory of a Download or Module\nincluding, but not limited to the following locations\:\n\n- The top-level (root) directory\n- Plug-in and Fragment directories\n- Inside Plug-ins and Fragments packaged as JAR!
s\n- Sub-directories of the directory named "src" of certain Plug-ins\n- Feature directories\n\nNote\: if a Feature made available by the Eclipse Foundation is installed using the\nEclipse Update Manager, you must agree to a license ("Feature Update\nLicense") during the installation process. If the Feature contains\nIncluded Features, the Feature Update License should either provide you\nwith the terms and conditions governing the Included Features or inform\nyou where you can locate them. Feature Update Licenses may be found in\nthe "license" property of files named "feature.properties". Such Abouts,\nFeature Licenses and Feature Update Licenses contain the terms and\nconditions (or references to such terms and conditions) that govern your\nuse of the associated Content in that directory.\n\nTHE ABOUTS, FEATURE LICENSES AND FEATURE UPDATE LICENSES MAY REFER\nTO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\nSOME OF THESE OTHER LICENSE AGREEMENTS MA!
Y INCLUDE (BUT ARE NOT LIMITED TO)\:\n\n- Common Public License Versio
n 1.0 (available at http\://www.eclipse.org/legal/cpl-v10.html)\n- Apache Software License 1.1 (available at http\://www.apache.org/licenses/LICENSE)\n- Apache Software License 2.0 (available at http\://www.apache.org/licenses/LICENSE-2.0)\n- IBM Public License 1.0 (available at http\://oss.software.ibm.com/developerworks/opensource/license10.html)\n- Metro Link Public License 1.00 (available at http\://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n- Mozilla Public License Version 1.1 (available at http\://www.mozilla.org/MPL/MPL-1.1.html)\n\nIT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\nTO USE OF THE CONTENT. If no About, Feature License or Feature Update License\nis provided, please contact the Eclipse Foundation to determine what terms and conditions\ngovern that particular Content.\n\nCryptography\n\nContent may contain encryption software. The country in which you are\ncurrently may have restrictions on the import, posse!
ssion, and use,\nand/or re-export to another country, of encryption software. BEFORE\nusing any encryption software, please check the country's laws,\nregulations and policies concerning the import, possession, or use,\nand re-export of encryption software, to see if this is permitted.\n\nJava and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.\n
+# END NON-TRANSLATABLE
########### end of license property ##########################################
Modified: trunk/smooks/features/org.jboss.tools.smooks.feature/feature.properties
===================================================================
--- trunk/smooks/features/org.jboss.tools.smooks.feature/feature.properties 2009-04-01 06:08:21 UTC (rev 14392)
+++ trunk/smooks/features/org.jboss.tools.smooks.feature/feature.properties 2009-04-01 06:27:57 UTC (rev 14393)
@@ -35,7 +35,9 @@
# do not translate value - just change to point to a locale-specific HTML page
licenseURL=license.html
+# START NON-TRANSLATABLE
# "license" property - text of the "Feature Update License"
# should be plain text version of license agreement pointed to be "licenseURL"
license=ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT\nMarch 17, 2005\n\nUsage Of Content\n\nTHE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\nOTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\nUSE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\nAGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\nNOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\nAGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\nAND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\nOR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\nTERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\nOF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\nBELOW, THEN YOU MAY NOT USE THE CONTENT.\n\nApplicable Licenses\n\nUnless otherwise indicated, all Content made available by the Eclipse Foundation\nis provided to you under the terms and conditio!
ns of the Eclipse Public\nLicense Version 1.0 ("EPL"). A copy of the EPL is provided with this\nContent and is also available at http\://www.eclipse.org/legal/epl-v10.html.\nFor purposes of the EPL, "Program" will mean the Content.\n\nContent includes, but is not limited to, source code, object code,\ndocumentation and other files maintained in the Eclipse.org CVS\nrepository ("Repository") in CVS modules ("Modules") and made available\nas downloadable archives ("Downloads").\n\n- Content may be structured and packaged into modules to facilitate delivering,\nextending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\nplug-in fragments ("Fragments"), and features ("Features").\n- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java? ARchive)\nin a directory named "plugins".\n- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\nEach Feature may be packaged as a sub-directory in a directory!
named "features".\nWithin a Feature, files named "feature.xml" may co
ntain a list of the names and version\nnumbers of the Plug-ins and/or Fragments associated with that Feature.\n- Features may also include other Features ("Included Features"). Within a Feature, files\nnamed "feature.xml" may contain a list of the names and version numbers of Included Features.\n\nFeatures may also include other Features ("Included Features"). Files named\n"feature.xml" may contain a list of the names and version numbers of\nIncluded Features.\n\nThe terms and conditions governing Plug-ins and Fragments should be\ncontained in files named "about.html" ("Abouts"). The terms and\nconditions governing Features and Included Features should be contained\nin files named "license.html" ("Feature Licenses"). Abouts and Feature\nLicenses may be located in any directory of a Download or Module\nincluding, but not limited to the following locations\:\n\n- The top-level (root) directory\n- Plug-in and Fragment directories\n- Inside Plug-ins and Fragments packaged as JAR!
s\n- Sub-directories of the directory named "src" of certain Plug-ins\n- Feature directories\n\nNote\: if a Feature made available by the Eclipse Foundation is installed using the\nEclipse Update Manager, you must agree to a license ("Feature Update\nLicense") during the installation process. If the Feature contains\nIncluded Features, the Feature Update License should either provide you\nwith the terms and conditions governing the Included Features or inform\nyou where you can locate them. Feature Update Licenses may be found in\nthe "license" property of files named "feature.properties". Such Abouts,\nFeature Licenses and Feature Update Licenses contain the terms and\nconditions (or references to such terms and conditions) that govern your\nuse of the associated Content in that directory.\n\nTHE ABOUTS, FEATURE LICENSES AND FEATURE UPDATE LICENSES MAY REFER\nTO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\nSOME OF THESE OTHER LICENSE AGREEMENTS MA!
Y INCLUDE (BUT ARE NOT LIMITED TO)\:\n\n- Common Public License Versio
n 1.0 (available at http\://www.eclipse.org/legal/cpl-v10.html)\n- Apache Software License 1.1 (available at http\://www.apache.org/licenses/LICENSE)\n- Apache Software License 2.0 (available at http\://www.apache.org/licenses/LICENSE-2.0)\n- IBM Public License 1.0 (available at http\://oss.software.ibm.com/developerworks/opensource/license10.html)\n- Metro Link Public License 1.00 (available at http\://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n- Mozilla Public License Version 1.1 (available at http\://www.mozilla.org/MPL/MPL-1.1.html)\n\nIT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\nTO USE OF THE CONTENT. If no About, Feature License or Feature Update License\nis provided, please contact the Eclipse Foundation to determine what terms and conditions\ngovern that particular Content.\n\nCryptography\n\nContent may contain encryption software. The country in which you are\ncurrently may have restrictions on the import, posse!
ssion, and use,\nand/or re-export to another country, of encryption software. BEFORE\nusing any encryption software, please check the country's laws,\nregulations and policies concerning the import, possession, or use,\nand re-export of encryption software, to see if this is permitted.\n\nJava and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.\n
+# END NON-TRANSLATABLE
########### end of license property ##########################################
Modified: trunk/struts/features/org.jboss.tools.struts.feature/feature.properties
===================================================================
--- trunk/struts/features/org.jboss.tools.struts.feature/feature.properties 2009-04-01 06:08:21 UTC (rev 14392)
+++ trunk/struts/features/org.jboss.tools.struts.feature/feature.properties 2009-04-01 06:27:57 UTC (rev 14393)
@@ -41,7 +41,9 @@
# do not translate value - just change to point to a locale-specific HTML page
licenseURL=license.html
+# START NON-TRANSLATABLE
# "license" property - text of the "Feature Update License"
# should be plain text version of license agreement pointed to be "licenseURL"
license=ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT\nMarch 17, 2005\n\nUsage Of Content\n\nTHE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\nOTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\nUSE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\nAGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\nNOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\nAGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\nAND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\nOR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\nTERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\nOF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\nBELOW, THEN YOU MAY NOT USE THE CONTENT.\n\nApplicable Licenses\n\nUnless otherwise indicated, all Content made available by the Eclipse Foundation\nis provided to you under the terms and conditio!
ns of the Eclipse Public\nLicense Version 1.0 ("EPL"). A copy of the EPL is provided with this\nContent and is also available at http\://www.eclipse.org/legal/epl-v10.html.\nFor purposes of the EPL, "Program" will mean the Content.\n\nContent includes, but is not limited to, source code, object code,\ndocumentation and other files maintained in the Eclipse.org CVS\nrepository ("Repository") in CVS modules ("Modules") and made available\nas downloadable archives ("Downloads").\n\n- Content may be structured and packaged into modules to facilitate delivering,\nextending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\nplug-in fragments ("Fragments"), and features ("Features").\n- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java? ARchive)\nin a directory named "plugins".\n- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\nEach Feature may be packaged as a sub-directory in a directory!
named "features".\nWithin a Feature, files named "feature.xml" may co
ntain a list of the names and version\nnumbers of the Plug-ins and/or Fragments associated with that Feature.\n- Features may also include other Features ("Included Features"). Within a Feature, files\nnamed "feature.xml" may contain a list of the names and version numbers of Included Features.\n\nFeatures may also include other Features ("Included Features"). Files named\n"feature.xml" may contain a list of the names and version numbers of\nIncluded Features.\n\nThe terms and conditions governing Plug-ins and Fragments should be\ncontained in files named "about.html" ("Abouts"). The terms and\nconditions governing Features and Included Features should be contained\nin files named "license.html" ("Feature Licenses"). Abouts and Feature\nLicenses may be located in any directory of a Download or Module\nincluding, but not limited to the following locations\:\n\n- The top-level (root) directory\n- Plug-in and Fragment directories\n- Inside Plug-ins and Fragments packaged as JAR!
s\n- Sub-directories of the directory named "src" of certain Plug-ins\n- Feature directories\n\nNote\: if a Feature made available by the Eclipse Foundation is installed using the\nEclipse Update Manager, you must agree to a license ("Feature Update\nLicense") during the installation process. If the Feature contains\nIncluded Features, the Feature Update License should either provide you\nwith the terms and conditions governing the Included Features or inform\nyou where you can locate them. Feature Update Licenses may be found in\nthe "license" property of files named "feature.properties". Such Abouts,\nFeature Licenses and Feature Update Licenses contain the terms and\nconditions (or references to such terms and conditions) that govern your\nuse of the associated Content in that directory.\n\nTHE ABOUTS, FEATURE LICENSES AND FEATURE UPDATE LICENSES MAY REFER\nTO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\nSOME OF THESE OTHER LICENSE AGREEMENTS MA!
Y INCLUDE (BUT ARE NOT LIMITED TO)\:\n\n- Common Public License Versio
n 1.0 (available at http\://www.eclipse.org/legal/cpl-v10.html)\n- Apache Software License 1.1 (available at http\://www.apache.org/licenses/LICENSE)\n- Apache Software License 2.0 (available at http\://www.apache.org/licenses/LICENSE-2.0)\n- IBM Public License 1.0 (available at http\://oss.software.ibm.com/developerworks/opensource/license10.html)\n- Metro Link Public License 1.00 (available at http\://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n- Mozilla Public License Version 1.1 (available at http\://www.mozilla.org/MPL/MPL-1.1.html)\n\nIT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\nTO USE OF THE CONTENT. If no About, Feature License or Feature Update License\nis provided, please contact the Eclipse Foundation to determine what terms and conditions\ngovern that particular Content.\n\nCryptography\n\nContent may contain encryption software. The country in which you are\ncurrently may have restrictions on the import, posse!
ssion, and use,\nand/or re-export to another country, of encryption software. BEFORE\nusing any encryption software, please check the country's laws,\nregulations and policies concerning the import, possession, or use,\nand re-export of encryption software, to see if this is permitted.\n\nJava and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.\n
+# END NON-TRANSLATABLE
########### end of license property ##########################################
Modified: trunk/tptp/features/org.jboss.tools.tptp.feature/feature.properties
===================================================================
--- trunk/tptp/features/org.jboss.tools.tptp.feature/feature.properties 2009-04-01 06:08:21 UTC (rev 14392)
+++ trunk/tptp/features/org.jboss.tools.tptp.feature/feature.properties 2009-04-01 06:27:57 UTC (rev 14393)
@@ -35,7 +35,9 @@
# do not translate value - just change to point to a locale-specific HTML page
licenseURL=license.html
+# START NON-TRANSLATABLE
# "license" property - text of the "Feature Update License"
# should be plain text version of license agreement pointed to be "licenseURL"
license=ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT\nMarch 17, 2005\n\nUsage Of Content\n\nTHE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\nOTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\nUSE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\nAGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\nNOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\nAGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\nAND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\nOR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\nTERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\nOF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\nBELOW, THEN YOU MAY NOT USE THE CONTENT.\n\nApplicable Licenses\n\nUnless otherwise indicated, all Content made available by the Eclipse Foundation\nis provided to you under the terms and conditio!
ns of the Eclipse Public\nLicense Version 1.0 ("EPL"). A copy of the EPL is provided with this\nContent and is also available at http\://www.eclipse.org/legal/epl-v10.html.\nFor purposes of the EPL, "Program" will mean the Content.\n\nContent includes, but is not limited to, source code, object code,\ndocumentation and other files maintained in the Eclipse.org CVS\nrepository ("Repository") in CVS modules ("Modules") and made available\nas downloadable archives ("Downloads").\n\n- Content may be structured and packaged into modules to facilitate delivering,\nextending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\nplug-in fragments ("Fragments"), and features ("Features").\n- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java? ARchive)\nin a directory named "plugins".\n- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\nEach Feature may be packaged as a sub-directory in a directory!
named "features".\nWithin a Feature, files named "feature.xml" may co
ntain a list of the names and version\nnumbers of the Plug-ins and/or Fragments associated with that Feature.\n- Features may also include other Features ("Included Features"). Within a Feature, files\nnamed "feature.xml" may contain a list of the names and version numbers of Included Features.\n\nFeatures may also include other Features ("Included Features"). Files named\n"feature.xml" may contain a list of the names and version numbers of\nIncluded Features.\n\nThe terms and conditions governing Plug-ins and Fragments should be\ncontained in files named "about.html" ("Abouts"). The terms and\nconditions governing Features and Included Features should be contained\nin files named "license.html" ("Feature Licenses"). Abouts and Feature\nLicenses may be located in any directory of a Download or Module\nincluding, but not limited to the following locations\:\n\n- The top-level (root) directory\n- Plug-in and Fragment directories\n- Inside Plug-ins and Fragments packaged as JAR!
s\n- Sub-directories of the directory named "src" of certain Plug-ins\n- Feature directories\n\nNote\: if a Feature made available by the Eclipse Foundation is installed using the\nEclipse Update Manager, you must agree to a license ("Feature Update\nLicense") during the installation process. If the Feature contains\nIncluded Features, the Feature Update License should either provide you\nwith the terms and conditions governing the Included Features or inform\nyou where you can locate them. Feature Update Licenses may be found in\nthe "license" property of files named "feature.properties". Such Abouts,\nFeature Licenses and Feature Update Licenses contain the terms and\nconditions (or references to such terms and conditions) that govern your\nuse of the associated Content in that directory.\n\nTHE ABOUTS, FEATURE LICENSES AND FEATURE UPDATE LICENSES MAY REFER\nTO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\nSOME OF THESE OTHER LICENSE AGREEMENTS MA!
Y INCLUDE (BUT ARE NOT LIMITED TO)\:\n\n- Common Public License Versio
n 1.0 (available at http\://www.eclipse.org/legal/cpl-v10.html)\n- Apache Software License 1.1 (available at http\://www.apache.org/licenses/LICENSE)\n- Apache Software License 2.0 (available at http\://www.apache.org/licenses/LICENSE-2.0)\n- IBM Public License 1.0 (available at http\://oss.software.ibm.com/developerworks/opensource/license10.html)\n- Metro Link Public License 1.00 (available at http\://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n- Mozilla Public License Version 1.1 (available at http\://www.mozilla.org/MPL/MPL-1.1.html)\n\nIT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\nTO USE OF THE CONTENT. If no About, Feature License or Feature Update License\nis provided, please contact the Eclipse Foundation to determine what terms and conditions\ngovern that particular Content.\n\nCryptography\n\nContent may contain encryption software. The country in which you are\ncurrently may have restrictions on the import, posse!
ssion, and use,\nand/or re-export to another country, of encryption software. BEFORE\nusing any encryption software, please check the country's laws,\nregulations and policies concerning the import, possession, or use,\nand re-export of encryption software, to see if this is permitted.\n\nJava and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.\n
+# END NON-TRANSLATABLE
########### end of license property ##########################################
Modified: trunk/vpe/features/org.jboss.tools.xulrunner.feature/feature.properties
===================================================================
--- trunk/vpe/features/org.jboss.tools.xulrunner.feature/feature.properties 2009-04-01 06:08:21 UTC (rev 14392)
+++ trunk/vpe/features/org.jboss.tools.xulrunner.feature/feature.properties 2009-04-01 06:27:57 UTC (rev 14393)
@@ -61,7 +61,9 @@
# do not translate value - just change to point to a locale-specific HTML page
licenseURL=license.html
+# START NON-TRANSLATABLE
# "license" property - text of the "Feature Update License"
# should be plain text version of license agreement pointed to be "licenseURL"
license=\n MOZILLA PUBLIC LICENSE\n Version 1.1\n\n ---------------\n\n1. Definitions.\n\n 1.0.1. "Commercial Use" means distribution or otherwise making the\n Covered Code available to a third party.\n\n 1.1. "Contributor" means each entity that creates or contributes to\n the creation of Modifications.\n\n 1.2. "Contributor Version" means the combination of the Original\n Code, prior Modifications used by a Contributor, and the Modifications\n made by that particular Contributor.\n\n 1.3. "Covered Code" means the Original Code or Modifications or the\n combination of the Original Code and Modifications, in each case\n including portions thereof.\n\n 1.4. "Electronic Distribution Mechanism" means a mechanism generally\n accepted in the software development community for the electronic\n transfer of data.\n\n 1.5. "Executable" means Covered Code in any fo!
rm other than Source\n Code.\n\n 1.6. "Initial Developer" means the individual or entity identified\n as the Initial Developer in the Source Code notice required by Exhibit\n A.\n\n 1.7. "Larger Work" means a work which combines Covered Code or\n portions thereof with code not governed by the terms of this License.\n\n 1.8. "License" means this document.\n\n 1.8.1. "Licensable" means having the right to grant, to the maximum\n extent possible, whether at the time of the initial grant or\n subsequently acquired, any and all of the rights conveyed herein.\n\n 1.9. "Modifications" means any addition to or deletion from the\n substance or structure of either the Original Code or any previous\n Modifications. When Covered Code is released as a series of files, a\n Modification is:\n A. Any addition to or deletion from the contents of a file\n containing Original Code or previous Modifications.\n\n !
B. Any new file that contains any part of the Original Code or\n
previous Modifications.\n\n 1.10. "Original Code" means Source Code of computer software code\n which is described in the Source Code notice required by Exhibit A as\n Original Code, and which, at the time of its release under this\n License is not already Covered Code governed by this License.\n\n 1.10.1. "Patent Claims" means any patent claim(s), now owned or\n hereafter acquired, including without limitation, method, process,\n and apparatus claims, in any patent Licensable by grantor.\n\n 1.11. "Source Code" means the preferred form of the Covered Code for\n making modifications to it, including all modules it contains, plus\n any associated interface definition files, scripts used to control\n compilation and installation of an Executable, or source code\n differential comparisons against either the Original Code or another\n well known, available Covered Code of the Contributor's choice. The\n Source Code ca!
n be in a compressed or archival form, provided the\n appropriate decompression or de-archiving software is widely available\n for no charge.\n\n 1.12. "You" (or "Your") means an individual or a legal entity\n exercising rights under, and complying with all of the terms of, this\n License or a future version of this License issued under Section 6.1.\n For legal entities, "You" includes any entity which controls, is\n controlled by, or is under common control with You. For purposes of\n this definition, "control" means (a) the power, direct or indirect,\n to cause the direction or management of such entity, whether by\n contract or otherwise, or (b) ownership of more than fifty percent\n (50%) of the outstanding shares or beneficial ownership of such\n entity.\n\n2. Source Code License.\n\n 2.1. The Initial Developer Grant.\n The Initial Developer hereby grants You a world-wide, royalty-free,\n non-exclusive licens!
e, subject to third party intellectual property\n claims:\n
(a) under intellectual property rights (other than patent or\n trademark) Licensable by Initial Developer to use, reproduce,\n modify, display, perform, sublicense and distribute the Original\n Code (or portions thereof) with or without Modifications, and/or\n as part of a Larger Work; and\n\n (b) under Patents Claims infringed by the making, using or\n selling of Original Code, to make, have made, use, practice,\n sell, and offer for sale, and/or otherwise dispose of the\n Original Code (or portions thereof).\n\n (c) the licenses granted in this Section 2.1(a) and (b) are\n effective on the date Initial Developer first distributes\n Original Code under the terms of this License.\n\n (d) Notwithstanding Section 2.1(b) above, no patent license is\n granted: 1) for code that You delete from the Original Code; 2)\n separate from the Original Code; o!
r 3) for infringements caused\n by: i) the modification of the Original Code or ii) the\n combination of the Original Code with other software or devices.\n\n 2.2. Contributor Grant.\n Subject to third party intellectual property claims, each Contributor\n hereby grants You a world-wide, royalty-free, non-exclusive license\n\n (a) under intellectual property rights (other than patent or\n trademark) Licensable by Contributor, to use, reproduce, modify,\n display, perform, sublicense and distribute the Modifications\n created by such Contributor (or portions thereof) either on an\n unmodified basis, with other Modifications, as Covered Code\n and/or as part of a Larger Work; and\n\n (b) under Patent Claims infringed by the making, using, or\n selling of Modifications made by that Contributor either alone\n and/or in combination with its Contributor Version (or por!
tions\n of such combination), to make, use, sell, offer for s
ale, have\n made, and/or otherwise dispose of: 1) Modifications made by that\n Contributor (or portions thereof); and 2) the combination of\n Modifications made by that Contributor with its Contributor\n Version (or portions of such combination).\n\n (c) the licenses granted in Sections 2.2(a) and 2.2(b) are\n effective on the date Contributor first makes Commercial Use of\n the Covered Code.\n\n (d) Notwithstanding Section 2.2(b) above, no patent license is\n granted: 1) for any code that Contributor has deleted from the\n Contributor Version; 2) separate from the Contributor Version;\n 3) for infringements caused by: i) third party modifications of\n Contributor Version or ii) the combination of Modifications made\n by that Contributor with other software (except as part of the\n Contributor Version) or other devices; or 4) under Patent Claim!
s\n infringed by Covered Code in the absence of Modifications made by\n that Contributor.\n\n3. Distribution Obligations.\n\n 3.1. Application of License.\n The Modifications which You create or to which You contribute are\n governed by the terms of this License, including without limitation\n Section 2.2. The Source Code version of Covered Code may be\n distributed only under the terms of this License or a future version\n of this License released under Section 6.1, and You must include a\n copy of this License with every copy of the Source Code You\n distribute. You may not offer or impose any terms on any Source Code\n version that alters or restricts the applicable version of this\n License or the recipients' rights hereunder. However, You may include\n an additional document offering the additional rights described in\n Section 3.5.\n\n 3.2. Availability of Source Code.\n Any Modification which Y!
ou create or to which You contribute must be\n made available in S
ource Code form under the terms of this License\n either on the same media as an Executable version or via an accepted\n Electronic Distribution Mechanism to anyone to whom you made an\n Executable version available; and if made available via Electronic\n Distribution Mechanism, must remain available for at least twelve (12)\n months after the date it initially became available, or at least six\n (6) months after a subsequent version of that particular Modification\n has been made available to such recipients. You are responsible for\n ensuring that the Source Code version remains available even if the\n Electronic Distribution Mechanism is maintained by a third party.\n\n 3.3. Description of Modifications.\n You must cause all Covered Code to which You contribute to contain a\n file documenting the changes You made to create that Covered Code and\n the date of any change. You must include a prominent statement that\n t!
he Modification is derived, directly or indirectly, from Original\n Code provided by the Initial Developer and including the name of the\n Initial Developer in (a) the Source Code, and (b) in any notice in an\n Executable version or related documentation in which You describe the\n origin or ownership of the Covered Code.\n\n 3.4. Intellectual Property Matters\n (a) Third Party Claims.\n If Contributor has knowledge that a license under a third party's\n intellectual property rights is required to exercise the rights\n granted by such Contributor under Sections 2.1 or 2.2,\n Contributor must include a text file with the Source Code\n distribution titled "LEGAL" which describes the claim and the\n party making the claim in sufficient detail that a recipient will\n know whom to contact. If Contributor obtains such knowledge after\n the Modification is made available as describ!
ed in Section 3.2,\n Contributor shall promptly modify the LE
GAL file in all copies\n Contributor makes available thereafter and shall take other steps\n (such as notifying appropriate mailing lists or newsgroups)\n reasonably calculated to inform those who received the Covered\n Code that new knowledge has been obtained.\n\n (b) Contributor APIs.\n If Contributor's Modifications include an application programming\n interface and Contributor has knowledge of patent licenses which\n are reasonably necessary to implement that API, Contributor must\n also include this information in the LEGAL file.\n\n (c) Representations.\n Contributor represents that, except as disclosed pursuant to\n Section 3.4(a) above, Contributor believes that Contributor's\n Modifications are Contributor's original creation(s) and/or\n Contributor has sufficient rights to grant the rights conveyed by\n this License.\n\n !
3.5. Required Notices.\n You must duplicate the notice in Exhibit A in each file of the Source\n Code. If it is not possible to put such notice in a particular Source\n Code file due to its structure, then You must include such notice in a\n location (such as a relevant directory) where a user would be likely\n to look for such a notice. If You created one or more Modification(s)\n You may add your name as a Contributor to the notice described in\n Exhibit A. You must also duplicate this License in any documentation\n for the Source Code where You describe recipients' rights or ownership\n rights relating to Covered Code. You may choose to offer, and to\n charge a fee for, warranty, support, indemnity or liability\n obligations to one or more recipients of Covered Code. However, You\n may do so only on Your own behalf, and not on behalf of the Initial\n Developer or any Contributor. You must make it absolutely clear !
than\n any such warranty, support, indemnity or liability obligati
on is\n offered by You alone, and You hereby agree to indemnify the Initial\n Developer and every Contributor for any liability incurred by the\n Initial Developer or such Contributor as a result of warranty,\n support, indemnity or liability terms You offer.\n\n 3.6. Distribution of Executable Versions.\n You may distribute Covered Code in Executable form only if the\n requirements of Section 3.1-3.5 have been met for that Covered Code,\n and if You include a notice stating that the Source Code version of\n the Covered Code is available under the terms of this License,\n including a description of how and where You have fulfilled the\n obligations of Section 3.2. The notice must be conspicuously included\n in any notice in an Executable version, related documentation or\n collateral in which You describe recipients' rights relating to the\n Covered Code. You may distribute the Executable version of Covered\n Code o!
r ownership rights under a license of Your choice, which may\n contain terms different from this License, provided that You are in\n compliance with the terms of this License and that the license for the\n Executable version does not attempt to limit or alter the recipient's\n rights in the Source Code version from the rights set forth in this\n License. If You distribute the Executable version under a different\n license You must make it absolutely clear that any terms which differ\n from this License are offered by You alone, not by the Initial\n Developer or any Contributor. You hereby agree to indemnify the\n Initial Developer and every Contributor for any liability incurred by\n the Initial Developer or such Contributor as a result of any such\n terms You offer.\n\n 3.7. Larger Works.\n You may create a Larger Work by combining Covered Code with other code\n not governed by the terms of this License and distribute!
the Larger\n Work as a single product. In such a case, You must m
ake sure the\n requirements of this License are fulfilled for the Covered Code.\n\n4. Inability to Comply Due to Statute or Regulation.\n\n If it is impossible for You to comply with any of the terms of this\n License with respect to some or all of the Covered Code due to\n statute, judicial order, or regulation then You must: (a) comply with\n the terms of this License to the maximum extent possible; and (b)\n describe the limitations and the code they affect. Such description\n must be included in the LEGAL file described in Section 3.4 and must\n be included with all distributions of the Source Code. Except to the\n extent prohibited by statute or regulation, such description must be\n sufficiently detailed for a recipient of ordinary skill to be able to\n understand it.\n\n5. Application of this License.\n\n This License applies to code to which the Initial Developer has\n attached the notice in Exhibit A and to related!
Covered Code.\n\n6. Versions of the License.\n\n 6.1. New Versions.\n Netscape Communications Corporation ("Netscape") may publish revised\n and/or new versions of the License from time to time. Each version\n will be given a distinguishing version number.\n\n 6.2. Effect of New Versions.\n Once Covered Code has been published under a particular version of the\n License, You may always continue to use it under the terms of that\n version. You may also choose to use such Covered Code under the terms\n of any subsequent version of the License published by Netscape. No one\n other than Netscape has the right to modify the terms applicable to\n Covered Code created under this License.\n\n 6.3. Derivative Works.\n If You create or use a modified version of this License (which you may\n only do in order to apply it to code which is not already Covered Code\n governed by this License), You must (a) rename Your license so!
that\n the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",\n
"MPL", "NPL" or any confusingly similar phrase do not appear in your\n license (except to note that your license differs from this License)\n and (b) otherwise make it clear that Your version of the license\n contains terms which differ from the Mozilla Public License and\n Netscape Public License. (Filling in the name of the Initial\n Developer, Original Code or Contributor in the notice described in\n Exhibit A shall not of themselves be deemed to be modifications of\n this License.)\n\n7. DISCLAIMER OF WARRANTY.\n\n COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,\n WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,\n WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF\n DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.\n THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE\n IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN A!
NY RESPECT,\n YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE\n COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER\n OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF\n ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.\n\n8. TERMINATION.\n\n 8.1. This License and the rights granted hereunder will terminate\n automatically if You fail to comply with terms herein and fail to cure\n such breach within 30 days of becoming aware of the breach. All\n sublicenses to the Covered Code which are properly granted shall\n survive any termination of this License. Provisions which, by their\n nature, must remain in effect beyond the termination of this License\n shall survive.\n\n 8.2. If You initiate litigation by asserting a patent infringement\n claim (excluding declatory judgment actions) against Initial Developer\n or a Contributor (the Initial De!
veloper or Contributor against whom\n You file such action is refe
rred to as "Participant") alleging that:\n\n (a) such Participant's Contributor Version directly or indirectly\n infringes any patent, then any and all rights granted by such\n Participant to You under Sections 2.1 and/or 2.2 of this License\n shall, upon 60 days notice from Participant terminate prospectively,\n unless if within 60 days after receipt of notice You either: (i)\n agree in writing to pay Participant a mutually agreeable reasonable\n royalty for Your past and future use of Modifications made by such\n Participant, or (ii) withdraw Your litigation claim with respect to\n the Contributor Version against such Participant. If within 60 days\n of notice, a reasonable royalty and payment arrangement are not\n mutually agreed upon in writing by the parties or the litigation claim\n is not withdrawn, the rights granted by Participant to You under\n Sections 2.1 and/or 2.2 automatically terminate at the expiration o!
f\n the 60 day notice period specified above.\n\n (b) any software, hardware, or device, other than such Participant's\n Contributor Version, directly or indirectly infringes any patent, then\n any rights granted to You by such Participant under Sections 2.1(b)\n and 2.2(b) are revoked effective as of the date You first made, used,\n sold, distributed, or had made, Modifications made by that\n Participant.\n\n 8.3. If You assert a patent infringement claim against Participant\n alleging that such Participant's Contributor Version directly or\n indirectly infringes any patent where such claim is resolved (such as\n by license or settlement) prior to the initiation of patent\n infringement litigation, then the reasonable value of the licenses\n granted by such Participant under Sections 2.1 or 2.2 shall be taken\n into account in determining the amount or value of any payment or\n license.\n\n 8.4. In the even!
t of termination under Sections 8.1 or 8.2 above,\n all end user l
icense agreements (excluding distributors and resellers)\n which have been validly granted by You or any distributor hereunder\n prior to termination shall survive termination.\n\n9. LIMITATION OF LIABILITY.\n\n UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT\n (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL\n DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,\n OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR\n ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY\n CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,\n WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER\n COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN\n INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF\n LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY\n RESULTING FROM SUCH PARTY'S N!
EGLIGENCE TO THE EXTENT APPLICABLE LAW\n PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE\n EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO\n THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.\n\n10. U.S. GOVERNMENT END USERS.\n\n The Covered Code is a "commercial item," as that term is defined in\n 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer\n software" and "commercial computer software documentation," as such\n terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48\n C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),\n all U.S. Government End Users acquire Covered Code with only those\n rights set forth herein.\n\n11. MISCELLANEOUS.\n\n This License represents the complete agreement concerning subject\n matter hereof. If any provision of this License is held to be\n unenforceable, such provision shall be reformed only to the extent\n !
necessary to make it enforceable. This License shall be governed by
\n California law provisions (except to the extent applicable law, if\n any, provides otherwise), excluding its conflict-of-law provisions.\n With respect to disputes in which at least one party is a citizen of,\n or an entity chartered or registered to do business in the United\n States of America, any litigation relating to this License shall be\n subject to the jurisdiction of the Federal Courts of the Northern\n District of California, with venue lying in Santa Clara County,\n California, with the losing party responsible for costs, including\n without limitation, court costs and reasonable attorneys' fees and\n expenses. The application of the United Nations Convention on\n Contracts for the International Sale of Goods is expressly excluded.\n Any law or regulation which provides that the language of a contract\n shall be construed against the drafter shall not apply to this\n License.\n\n12. RESPONSIBILITY FOR CLA!
IMS.\n\n As between Initial Developer and the Contributors, each party is\n responsible for claims and damages arising, directly or indirectly,\n out of its utilization of rights under this License and You agree to\n work with Initial Developer and Contributors to distribute such\n responsibility on an equitable basis. Nothing herein is intended or\n shall be deemed to constitute any admission of liability.\n\n13. MULTIPLE-LICENSED CODE.\n\n Initial Developer may designate portions of the Covered Code as\n "Multiple-Licensed". "Multiple-Licensed" means that the Initial\n Developer permits you to utilize portions of the Covered Code under\n Your choice of the NPL or the alternative licenses, if any, specified\n by the Initial Developer in the file described in Exhibit A.\n\nEXHIBIT A -Mozilla Public License.\n\n ``The contents of this file are subject to the Mozilla Public License\n Version 1.1 (the "License"); you may not!
use this file except in\n compliance with the License. You may ob
tain a copy of the License at\n http://www.mozilla.org/MPL/\n\n Software distributed under the License is distributed on an "AS IS"\n basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the\n License for the specific language governing rights and limitations\n under the License.\n\n The Original Code is ______________________________________.\n\n The Initial Developer of the Original Code is ________________________.\n Portions created by ______________________ are Copyright (C) ______\n _______________________. All Rights Reserved.\n\n Contributor(s): ______________________________________.\n\n Alternatively, the contents of this file may be used under the terms\n of the _____ license (the "[___] License"), in which case the\n provisions of [______] License are applicable instead of those\n above. If you wish to allow use of your version of this file only\n under the terms of the [____] License an!
d not to allow others to use\n your version of this file under the MPL, indicate your decision by\n deleting the provisions above and replace them with the notice and\n other provisions required by the [___] License. If you do not delete\n the provisions above, a recipient may use your version of this file\n under either the MPL or the [___] License."\n\n [NOTE: The text of this Exhibit A may differ slightly from the text of\n the notices in the Source Code files of the Original Code. You should\n use the text of this Exhibit A rather than the text found in the\n Original Code Source Code for Your Modifications.]\n
+# END NON-TRANSLATABLE
########### end of license property ##########################################
Modified: trunk/ws/features/org.jboss.tools.ws.feature/feature.properties
===================================================================
--- trunk/ws/features/org.jboss.tools.ws.feature/feature.properties 2009-04-01 06:08:21 UTC (rev 14392)
+++ trunk/ws/features/org.jboss.tools.ws.feature/feature.properties 2009-04-01 06:27:57 UTC (rev 14393)
@@ -36,7 +36,9 @@
# do not translate value - just change to point to a locale-specific HTML page
licenseURL=license.html
+# START NON-TRANSLATABLE
# "license" property - text of the "Feature Update License"
# should be plain text version of license agreement pointed to be "licenseURL"
license=ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT\nMarch 17, 2005\n\nUsage Of Content\n\nTHE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\nOTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\nUSE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\nAGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\nNOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\nAGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\nAND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\nOR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\nTERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\nOF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\nBELOW, THEN YOU MAY NOT USE THE CONTENT.\n\nApplicable Licenses\n\nUnless otherwise indicated, all Content made available by the Eclipse Foundation\nis provided to you under the terms and conditio!
ns of the Eclipse Public\nLicense Version 1.0 ("EPL"). A copy of the EPL is provided with this\nContent and is also available at http\://www.eclipse.org/legal/epl-v10.html.\nFor purposes of the EPL, "Program" will mean the Content.\n\nContent includes, but is not limited to, source code, object code,\ndocumentation and other files maintained in the Eclipse.org CVS\nrepository ("Repository") in CVS modules ("Modules") and made available\nas downloadable archives ("Downloads").\n\n- Content may be structured and packaged into modules to facilitate delivering,\nextending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\nplug-in fragments ("Fragments"), and features ("Features").\n- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java? ARchive)\nin a directory named "plugins".\n- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\nEach Feature may be packaged as a sub-directory in a directory!
named "features".\nWithin a Feature, files named "feature.xml" may co
ntain a list of the names and version\nnumbers of the Plug-ins and/or Fragments associated with that Feature.\n- Features may also include other Features ("Included Features"). Within a Feature, files\nnamed "feature.xml" may contain a list of the names and version numbers of Included Features.\n\nFeatures may also include other Features ("Included Features"). Files named\n"feature.xml" may contain a list of the names and version numbers of\nIncluded Features.\n\nThe terms and conditions governing Plug-ins and Fragments should be\ncontained in files named "about.html" ("Abouts"). The terms and\nconditions governing Features and Included Features should be contained\nin files named "license.html" ("Feature Licenses"). Abouts and Feature\nLicenses may be located in any directory of a Download or Module\nincluding, but not limited to the following locations\:\n\n- The top-level (root) directory\n- Plug-in and Fragment directories\n- Inside Plug-ins and Fragments packaged as JAR!
s\n- Sub-directories of the directory named "src" of certain Plug-ins\n- Feature directories\n\nNote\: if a Feature made available by the Eclipse Foundation is installed using the\nEclipse Update Manager, you must agree to a license ("Feature Update\nLicense") during the installation process. If the Feature contains\nIncluded Features, the Feature Update License should either provide you\nwith the terms and conditions governing the Included Features or inform\nyou where you can locate them. Feature Update Licenses may be found in\nthe "license" property of files named "feature.properties". Such Abouts,\nFeature Licenses and Feature Update Licenses contain the terms and\nconditions (or references to such terms and conditions) that govern your\nuse of the associated Content in that directory.\n\nTHE ABOUTS, FEATURE LICENSES AND FEATURE UPDATE LICENSES MAY REFER\nTO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\nSOME OF THESE OTHER LICENSE AGREEMENTS MA!
Y INCLUDE (BUT ARE NOT LIMITED TO)\:\n\n- Common Public License Versio
n 1.0 (available at http\://www.eclipse.org/legal/cpl-v10.html)\n- Apache Software License 1.1 (available at http\://www.apache.org/licenses/LICENSE)\n- Apache Software License 2.0 (available at http\://www.apache.org/licenses/LICENSE-2.0)\n- IBM Public License 1.0 (available at http\://oss.software.ibm.com/developerworks/opensource/license10.html)\n- Metro Link Public License 1.00 (available at http\://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n- Mozilla Public License Version 1.1 (available at http\://www.mozilla.org/MPL/MPL-1.1.html)\n\nIT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\nTO USE OF THE CONTENT. If no About, Feature License or Feature Update License\nis provided, please contact the Eclipse Foundation to determine what terms and conditions\ngovern that particular Content.\n\nCryptography\n\nContent may contain encryption software. The country in which you are\ncurrently may have restrictions on the import, posse!
ssion, and use,\nand/or re-export to another country, of encryption software. BEFORE\nusing any encryption software, please check the country's laws,\nregulations and policies concerning the import, possession, or use,\nand re-export of encryption software, to see if this is permitted.\n\nJava and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.\n
+# END NON-TRANSLATABLE
########### end of license property ##########################################
15 years, 8 months
JBoss Tools SVN: r14392 - in trunk: esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/messages and 10 other directories.
by jbosstools-commits@lists.jboss.org
Author: sflanigan
Date: 2009-04-01 02:08:21 -0400 (Wed, 01 Apr 2009)
New Revision: 14392
Modified:
trunk/common/plugins/org.jboss.tools.common.model/resources/help/keys-model-lists.properties
trunk/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/messages/JBossESBUI.properties
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/HibernateConsoleMessages.properties
trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/src/org/hibernate/eclipse/mapper/MapperMessages.properties
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.veditor/src/org/jboss/tools/hibernate/ui/veditor/editors/parts/ColorConstants.properties
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.view/src/org/jboss/tools/hibernate/ui/view/image.properties
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml/resources/help/keys-hibernate-lists.properties
trunk/jst/plugins/org.jboss.tools.jst.web/resources/help/keys-web-lists.properties
trunk/seam/plugins/org.jboss.tools.seam.pages.xml/plugin.properties
trunk/seam/plugins/org.jboss.tools.seam.xml/plugin.properties
trunk/struts/plugins/org.jboss.tools.struts.ui/resources/help/keys.properties
trunk/vpe/plugins/org.jboss.tools.vpe/resources/htmlCodes.properties
Log:
JBIDE-3557 marking NON-TRANSLATABLE strings
Modified: trunk/common/plugins/org.jboss.tools.common.model/resources/help/keys-model-lists.properties
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model/resources/help/keys-model-lists.properties 2009-03-31 18:02:40 UTC (rev 14391)
+++ trunk/common/plugins/org.jboss.tools.common.model/resources/help/keys-model-lists.properties 2009-04-01 06:08:21 UTC (rev 14392)
@@ -17,6 +17,8 @@
Model.lists.general=general
Model.lists.project=project
+# START NON-TRANSLATABLE
+
#File extensions
Model.lists.html=html
Model.lists.htm=htm
@@ -28,6 +30,8 @@
Model.lists.JAVA=JAVA
Model.lists.XSL=XSL
+# END NON-TRANSLATABLE
+
#types
Model.lists.Monospaced=Monospaced
Model.lists.Serif=Serif
Modified: trunk/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/messages/JBossESBUI.properties
===================================================================
--- trunk/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/messages/JBossESBUI.properties 2009-03-31 18:02:40 UTC (rev 14391)
+++ trunk/esb/plugins/org.jboss.tools.esb.project.ui/src/org/jboss/tools/esb/project/ui/messages/JBossESBUI.properties 2009-04-01 06:08:21 UTC (rev 14392)
@@ -24,7 +24,9 @@
JBoss_Runtime_List_Field_Editor_Home_Folder=Home Folder:
JBoss_Composite_Editor_This_Method_Can_Be_Invoked=This method can be invoked after getEditorControls(parent) only
JBoss_Button_Field_Editor_Browse=Browse...
+# START NON-TRANSLATABLE
JBoss_ESBRuntime_Classpath_Container_5=esb_runtime
+# END NON-TRANSLATABLE
JBoss_ESBRuntime_Classpath_Container_Description=Select a ESB runtime to add to the project classpath
JBoss_ESBRuntime_Classpath_Container_Name=Name
JBoss_ESBRuntime_Classpath_Container_RuntimeType=Runtime Type
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/HibernateConsoleMessages.properties
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/HibernateConsoleMessages.properties 2009-03-31 18:02:40 UTC (rev 14391)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/HibernateConsoleMessages.properties 2009-04-01 06:08:21 UTC (rev 14392)
@@ -267,10 +267,14 @@
TableFilterView_do_you_want_to_remove_all_filters=Do you want to remove all filters ?
TableFilterView_exclude=Exclude...
TableFilterView_include=Include...
+# START NON-TRANSLATABLE
TableFilterView_not_known_button=\ not a known button
+# END NON-TRANSLATABLE
TableFilterView_remove_all_filters=Remove all filters
TableFilterView_schema=Schema
+# START NON-TRANSLATABLE
TableFilterView_sign=\!
+# END NON-TRANSLATABLE
TableFilterView_table=Table
TableFilterWizardPage_configure_table_filters=Configure Table filters
TableFilterWizardPage_console_configuration=Console &configuration:
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/src/org/hibernate/eclipse/mapper/MapperMessages.properties
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/src/org/hibernate/eclipse/mapper/MapperMessages.properties 2009-03-31 18:02:40 UTC (rev 14391)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/src/org/hibernate/eclipse/mapper/MapperMessages.properties 2009-04-01 06:08:21 UTC (rev 14392)
@@ -74,7 +74,9 @@
TypeMappingView_hibernate_type=Hibernate Type
TypeMappingView_jdbc_type=JDBC Type
TypeMappingView_length=Length
+# START NON-TRANSLATABLE
TypeMappingView_not_known_button=\ not a known button
+# END NON-TRANSLATABLE
TypeMappingView_not_null=Not-Null
TypeMappingView_precision=Precision
TypeMappingView_remove_all_mappings=Remove all mappings
Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.veditor/src/org/jboss/tools/hibernate/ui/veditor/editors/parts/ColorConstants.properties
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.veditor/src/org/jboss/tools/hibernate/ui/veditor/editors/parts/ColorConstants.properties 2009-03-31 18:02:40 UTC (rev 14391)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.veditor/src/org/jboss/tools/hibernate/ui/veditor/editors/parts/ColorConstants.properties 2009-04-01 06:08:21 UTC (rev 14392)
@@ -1,3 +1,5 @@
+# START NON-TRANSLATABLE
+
Colors_PersistentClassR=255
Colors_PersistentClassG=247
Colors_PersistentClassB=206
@@ -10,3 +12,5 @@
Colors_DatabaseColumnR=239
Colors_DatabaseColumnG=247
Colors_DatabaseColumnB=255
+
+# END NON-TRANSLATABLE
Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.view/src/org/jboss/tools/hibernate/ui/view/image.properties
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.view/src/org/jboss/tools/hibernate/ui/view/image.properties 2009-03-31 18:02:40 UTC (rev 14391)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.view/src/org/jboss/tools/hibernate/ui/view/image.properties 2009-04-01 06:08:21 UTC (rev 14392)
@@ -1,3 +1,5 @@
+# START NON-TRANSLATABLE
+
#OrmModelImageVisitor
OrmModelImageVisitor.OrmModel=exdOrmModel.gif
OrmModelImageVisitor.DatabaseSchema=exdDatabaseSchema.gif
@@ -94,3 +96,5 @@
#VisualMapping
VisualMapping.shevronUp=shevron_up.gif
VisualMapping.shevronDown=shevron_down.gif
+
+# END NON-TRANSLATABLE
Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml/resources/help/keys-hibernate-lists.properties
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml/resources/help/keys-hibernate-lists.properties 2009-03-31 18:02:40 UTC (rev 14391)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml/resources/help/keys-hibernate-lists.properties 2009-04-01 06:08:21 UTC (rev 14392)
@@ -1,3 +1,5 @@
+# START NON-TRANSLATABLE
+
Hibernate.lists.read_only=read-only
Hibernate.lists.read_write=read-write
Hibernate.lists.nonstrict_read_write=nonstrict-read-write
@@ -117,3 +119,5 @@
Hibernate.lists.undefined=undefined
Hibernate.lists.vm=vm
Hibernate.lists.db=db
+
+# END NON-TRANSLATABLE
Modified: trunk/jst/plugins/org.jboss.tools.jst.web/resources/help/keys-web-lists.properties
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web/resources/help/keys-web-lists.properties 2009-03-31 18:02:40 UTC (rev 14391)
+++ trunk/jst/plugins/org.jboss.tools.jst.web/resources/help/keys-web-lists.properties 2009-04-01 06:08:21 UTC (rev 14392)
@@ -13,12 +13,14 @@
Web.lists.Entity=Entity
Web.lists.Session=Session
+# START NON-TRANSLATABLE
#env-entry.env-entry-type
Web.lists.java.lang.Boolean=java.lang.Boolean
Web.lists.java.lang.String=java.lang.String
Web.lists.java.lang.Integer=java.lang.Integer
Web.lists.java.lang.Double=java.lang.Double
Web.lists.java.lang.Float=java.lang.Float
+# END NON-TRANSLATABLE
#login-config.auth-method
Web.lists.BASIC=BASIC
@@ -27,12 +29,15 @@
Web.lists.CLIENT_CERT=CLIENT-CERT
#mime-mapping.extension
+# START NON-TRANSLATABLE
Web.lists.doc=doc
Web.lists.gif=gif
Web.lists.html=html
Web.lists.txt=txt
+# END NON-TRANSLATABLE
#mime-mapping.mime-type
+# START NON-TRANSLATABLE
Web.lists.text_plain=text/plain
Web.lists.text_richtext=text/richtext
Web.lists.text_html=text/html
@@ -60,6 +65,7 @@
Web.lists.application_x_gzip_compressed=application/x-gzip-compressed
Web.lists.application_java=application/java
Web.lists.application_x_msdownload=application/x-msdownload
+# END NON-TRANSLATABLE
#web-resource-collection.http-methods
Web.lists.GET=GET
Modified: trunk/seam/plugins/org.jboss.tools.seam.pages.xml/plugin.properties
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.pages.xml/plugin.properties 2009-03-31 18:02:40 UTC (rev 14391)
+++ trunk/seam/plugins/org.jboss.tools.seam.pages.xml/plugin.properties 2009-04-01 06:08:21 UTC (rev 14392)
@@ -9,17 +9,23 @@
tag_lib_jsf_core_label=JSF Core taglib
tag_lib_jsf_core_desc=Syntax\:\n<%@ taglib uri\="http\://java.sun.com/jsf/core" prefix\="f" %>
+# START NON-TRANSLATABLE
tag_lib_jsf_core_content=<%@ taglib uri\="${uri}" prefix\="${prefix}" %>
tag_lib_jsf_core_uri=http\://java.sun.com/jsf/core
tag_lib_jsf_core_prefix=f
+# END NON-TRANSLATABLE
actionListener_jsf_core_label=actionListener
actionListener_jsf_core_desc=Syntax\:\n<f\:actionListener/>\nAttributes\:\ntype
+# START NON-TRANSLATABLE
actionListener_jsf_core_content=<f\:actionListener type\="${type}"/>
+# END NON-TRANSLATABLE
attribute_jsf_core_label=attribute
attribute_jsf_core_desc=Syntax\:\n<f\:attribute/>\nAttributes\:\nname, value
+# START NON-TRANSLATABLE
attribute_jsf_core_content=<f\:attribute name\="${name}" value\="${value}"/>
+# END NON-TRANSLATABLE
convertDateTime_jsf_core_label=convertDateTime
convertDateTime_jsf_core_desc=Syntax\:\n<f\:convertDateTime/>\nAttributes\:\ndateStyle, locale, pattern, timeStyle, timeZone, type
@@ -27,63 +33,93 @@
convertNumber_jsf_core_label=convertNumber
convertNumber_jsf_core_desc=Syntax\:\n<f\:convertNumber/>\nAttributes\:\ncurrencyCode, currencySymbol, groupingUsed, integerOnly, locale, maxFractionDigits, maxIntegerDigits, minFractionDigits, minIntegerDigits, pattern, type
+# START NON-TRANSLATABLE
convertNumber_jsf_core_content=<f\:convertNumber/>
+# END NON-TRANSLATABLE
converter_jsf_core_label=converter
converter_jsf_core_desc=Syntax\:\n<f\:converter/>\nAttributes\:\nconverterId
+# START NON-TRANSLATABLE
converter_jsf_core_content=<f\:converter converterId\="${converterId}"/>
+# END NON-TRANSLATABLE
facet_jsf_core_label=facet
facet_jsf_core_desc=Syntax\:\n<f\:facet>\n</f\:facet>\nAttributes\:\nname
+# START NON-TRANSLATABLE
facet_jsf_core_content=<f\:facet name\="${name}">\n\t\n</f\:facet>
+# END NON-TRANSLATABLE
loadBundle_jsf_core_label=loadBundle
loadBundle_jsf_core_desc=Syntax\:\n<f\:loadBundle/>\nAttributes\:\nbasename, var
+# START NON-TRANSLATABLE
loadBundle_jsf_core_content=<f\:loadBundle basename\="${basename}" var\="${var}"/>
+# END NON-TRANSLATABLE
param_jsf_core_label=param
param_jsf_core_desc=Syntax\:\n<f\:param>\n</f\:param>\nAttributes\:\nvalue, binding, id, name
+# START NON-TRANSLATABLE
param_jsf_core_content=<f\:param value\="${value}">\n\t\n</f\:param>
+# END NON-TRANSLATABLE
selectItem_jsf_core_label=selectItem
selectItem_jsf_core_desc=Syntax\:\n<f\:selectItem/>\nAttributes\:\nbinding, id, itemDescription, itemDisabled, itemLabel, itemValue, value
+# START NON-TRANSLATABLE
selectItem_jsf_core_content=<f\:selectItem/>
+# END NON-TRANSLATABLE
selectItems_jsf_core_label=selectItems
selectItems_jsf_core_desc=Syntax\:\n<f\:selectItems/>\nAttributes\:\nbinding, id, value
+# START NON-TRANSLATABLE
selectItems_jsf_core_content=<f\:selectItems/>
+# END NON-TRANSLATABLE
subview_jsf_core_label=subview
subview_jsf_core_desc=Syntax\:\n<f\:subview>\n</f\:subview>\nAttributes\:\nid, binding, rendered
+# START NON-TRANSLATABLE
subview_jsf_core_content=<f\:subview id\="${id}">\n\t\n</f\:subview>
+# END NON-TRANSLATABLE
validateDoubleRange_jsf_core_label=validateDoubleRange
validateDoubleRange_jsf_core_desc=Syntax\:\n<f\:validateDoubleRange>\n</f\:validateDoubleRange>\nAttributes\:\nmaximum, minimum
+# START NON-TRANSLATABLE
validateDoubleRange_jsf_core_content=<f\:validateDoubleRange>\n\t\n</f\:validateDoubleRange>
+# END NON-TRANSLATABLE
validateLength_jsf_core_label=validateLength
validateLength_jsf_core_desc=Syntax\:\n<f\:validateLength>\n</f\:validateLength>\nAttributes\:\nmaximum, minimum
+# START NON-TRANSLATABLE
validateLength_jsf_core_content=<f\:validateLength>\n\t\n</f\:validateLength>
+# END NON-TRANSLATABLE
validateLongRange_jsf_core_label=validateLongRange
validateLongRange_jsf_core_desc=Syntax\:\n<f\:validateLongRange>\n</f\:validateLongRange>\nAttributes\:\nmaximum, minimum
+# START NON-TRANSLATABLE
validateLongRange_jsf_core_content=<f\:validateLongRange>\n\t\n</f\:validateLongRange>
+# END NON-TRANSLATABLE
validator_jsf_core_label=validator
validator_jsf_core_desc=Syntax\:\n<f\:validator/>\nAttributes\:\nvalidatorId
+# START NON-TRANSLATABLE
validator_jsf_core_content=<f\:validator validatorId\="${validatorId}"/>
+# END NON-TRANSLATABLE
valueChangeListener_jsf_core_label=valueChangeListener
valueChangeListener_jsf_core_desc=Syntax\:\n<f\:valueChangeListener/>\nAttributes\:\ntype
+# START NON-TRANSLATABLE
valueChangeListener_jsf_core_content=<f\:valueChangeListener type\="${type}"/>
+# END NON-TRANSLATABLE
verbatim_jsf_core_label=verbatim
verbatim_jsf_core_desc=Syntax\:\n<f\:verbatim>\n</f\:verbatim>\nAttributes\:\nescape
+# START NON-TRANSLATABLE
verbatim_jsf_core_content=<f\:verbatim>\n\t\n</f\:verbatim>
+# END NON-TRANSLATABLE
view_jsf_core_label=view
view_jsf_core_desc=Syntax\:\n<f\:view>\n</f\:view>\nAttributes\:\nlocale
+# START NON-TRANSLATABLE
view_jsf_core_content=<f\:view>\n\t\n</f\:view>
+# END NON-TRANSLATABLE
#JSF HTML
jsf_html_label=JSF HTML
@@ -91,109 +127,161 @@
tag_lib_jsf_html_label=JSF HTML taglib
tag_lib_jsf_html_desc=Syntax\:\n<%@ taglib uri\="http\://java.sun.com/jsf/html" prefix\="h" %>
+# START NON-TRANSLATABLE
tag_lib_jsf_html_content=<%@ taglib uri\="${uri}" prefix\="${prefix}" %>
tag_lib_jsf_html_uri=http\://java.sun.com/jsf/html
tag_lib_jsf_html_prefix=h
+# END NON-TRANSLATABLE
column_jsf_html_label=column
column_jsf_html_desc=Syntax\:\n<h\:column>\n</h\:column>\nAttributes\:\nrendered, binding, id
+# START NON-TRANSLATABLE
column_jsf_html_content=<h\:column>\n\t\n</h\:column>
+# END NON-TRANSLATABLE
commandButton_jsf_html_label=commandButton
commandButton_jsf_html_desc=Syntax\:\n<h\:commandButton/>\nAttributes\:\naction, actionListener, id, immediate, rendered, value, accesskey, alt, dir, disabled, image, lang, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, readonly, style, styleClass, tabindex, title, type, binding
+# START NON-TRANSLATABLE
commandButton_jsf_html_content=<h\:commandButton value\="${value}" action\="${action}"/>
+# END NON-TRANSLATABLE
commandLink_jsf_html_label=commandLink
commandLink_jsf_html_desc=Syntax\:\n<h\:commandLink>\n</h\:commandLink>\nAttributes\:\naction, actionListener, id, immediate, rendered, value, accesskey, charset, coords, dir, hreflang, lang, onblur, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, rel, rev, shape, style, styleClass, tabindex, target, title, type, binding
+# START NON-TRANSLATABLE
commandLink_jsf_html_content=<h\:commandLink id\="${id}" value\="${value}">\n\t\n</h\:commandLink>
+# END NON-TRANSLATABLE
dataTable_jsf_html_label=dataTable
dataTable_jsf_html_desc=Syntax\:\n<h\:dataTable>\n</h\:dataTable>\nAttributes\:\nfirst, id, rendered, rows, value, var, bgcolor, border, cellpadding, cellspacing, columnClasses, dir, footerClass, frame, headerClass, lang, onclick, ondblclick, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, rowClasses, rules, style, styleClass, summary, title, width, binding
+# START NON-TRANSLATABLE
dataTable_jsf_html_content=<h\:dataTable value\="${value}" var\="${var}">\n\t\n</h\:dataTable>
+# END NON-TRANSLATABLE
form_jsf_html_label=form
form_jsf_html_desc=Syntax\:\n<h\:form>\n</h\:form>\nAttributes\:\nid, rendered, accept, acceptcharset, dir, enctype, lang, onclick, ondblclick, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onreset, onsubmit, style, styleClass, target, title, binding
+# START NON-TRANSLATABLE
form_jsf_html_content=<h\:form>\n\t\n</h\:form>
+# END NON-TRANSLATABLE
graphicImage_jsf_html_label=graphicImage
graphicImage_jsf_html_desc=Syntax\:\n<h\:graphicImage/>\nAttributes\:\nid, rendered, url, value, alt, dir, height, ismap, lang, longdesc, onclick, ondblclick, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, style, styleClass, title, usemap, width, binding
+# START NON-TRANSLATABLE
graphicImage_jsf_html_content=<h\:graphicImage value\="${value}"/>
+# END NON-TRANSLATABLE
inputHidden_jsf_html_label=inputHidden
inputHidden_jsf_html_desc=Syntax\:\n<h\:inputHidden/>\nAttributes\:\nconverter, id, immediate, rendered, required, validator, value, valueChangeListener, binding
+# START NON-TRANSLATABLE
inputHidden_jsf_html_content=<h\:inputHidden id\="${id}" value\="${value}"/>
+# END NON-TRANSLATABLE
inputSecret_jsf_html_label=inputSecret
inputSecret_jsf_html_desc=Syntax\:\n<h\:inputSecret/>\nAttributes\:\nconverter, id, immediate, rendered, required, validator, value, valueChangeListener, accesskey, alt, dir, disabled, lang, maxlength, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, readonly, redisplay, size, style, styleClass, tabindex, title, binding
+# START NON-TRANSLATABLE
inputSecret_jsf_html_content=<h\:inputSecret id\="${id}" value\="${value}"/>
+# END NON-TRANSLATABLE
inputText_jsf_html_label=inputText
inputText_jsf_html_desc=Syntax\:\n<h\:inputText/>\nAttributes\:\nconverter, id, immediate, rendered, required, validator, value, valueChangeListener, accesskey, alt, dir, disabled, lang, maxlength, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, readonly, size, style, styleClass, tabindex, title, binding
+# START NON-TRANSLATABLE
inputText_jsf_html_content=<h\:inputText id\="${id}" value\="${value}"/>
+# END NON-TRANSLATABLE
inputTextarea_jsf_html_label=inputTextarea
inputTextarea_jsf_html_desc=Syntax\:\n<h\:inputTextarea>\n</h\:inputTextarea>\nAttributes\:\nconverter, id, immediate, rendered, required, validator, value, valueChangeListener, accesskey, cols, dir, disabled, lang, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, readonly, rows, style, styleClass, tabindex, title, binding
+# START NON-TRANSLATABLE
inputTextarea_jsf_html_content=<h\:inputTextarea id\="${id}" value\="${value}">\n\t\n</h\:inputTextarea>
+# END NON-TRANSLATABLE
message_jsf_html_label=message
message_jsf_html_desc=Syntax\:\n<h\:message/>\nAttributes\:\nfor, id, rendered, showDetail, showSummary, errorClass, errorStyle, fatalClass, fatalStyle, infoClass, infoStyle, style, styleClass, title, tooltip, warnClass, warnStyle, binding
+# START NON-TRANSLATABLE
message_jsf_html_content=<h\:message for\="${for}"/>
+# END NON-TRANSLATABLE
messages_jsf_html_label=messages
messages_jsf_html_desc=Syntax\:\n<h\:messages/>\nAttributes\:\nglobalOnly, id, rendered, showDetail, showSummary, errorClass, errorStyle, fatalClass, fatalStyle, infoClass, infoStyle, layout, style, styleClass, title, tooltip, warnClass, warnStyle, binding
+# START NON-TRANSLATABLE
messages_jsf_html_content=<h\:messages id\="${id}"/>
+# END NON-TRANSLATABLE
outputFormat_jsf_html_label=outputFormat
outputFormat_jsf_html_desc=Syntax\:\n<h\:outputFormat>\n</h\:outputFormat>\nAttributes\:\nconverter, id, rendered, value, escape, style, styleClass, title, binding
+# START NON-TRANSLATABLE
outputFormat_jsf_html_content=<h\:outputFormat id\="${id}">\n\t\n</h\:outputFormat>
+# END NON-TRANSLATABLE
outputLabel_jsf_html_label=outputLabel
outputLabel_jsf_html_desc=Syntax\:\n<h\:outputLabel>\n</h\:outputLabel>\nAttributes\:\nfor, converter, id, rendered, value, accesskey, dir, lang, onblur, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, style, styleClass, tabindex, title, binding
+# START NON-TRANSLATABLE
outputLabel_jsf_html_content=<h\:outputLabel for\="${for}">\n\t\n</h\:outputLabel>
+# END NON-TRANSLATABLE
outputLink_jsf_html_label=outputLink
outputLink_jsf_html_desc=Syntax\:\n<h\:outputLink>\n</h\:outputLink>\nAttributes\:\nconverter, id, rendered, value, accesskey, charset, coords, dir, hreflang, lang, onblur, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, rel, rev, shape, style, styleClass, tabindex, target, title, type, binding
+# START NON-TRANSLATABLE
outputLink_jsf_html_content=<h\:outputLink value\="${value}">\n\t\n</h\:outputLink>
+# END NON-TRANSLATABLE
outputText_jsf_html_label=outputText
outputText_jsf_html_desc=Syntax\:\n<h\:outputText/>\nAttributes\:\nconverter, id, rendered, value, escape, style, styleClass, title, binding
+# START NON-TRANSLATABLE
outputText_jsf_html_content=<h\:outputText value\="${value}"/>
+# END NON-TRANSLATABLE
panelGrid_jsf_html_label=panelGrid
panelGrid_jsf_html_desc=Syntax\:\n<h\:panelGrid>\n</h\:panelGrid>\nAttributes\:\nid, rendered, bgcolor, border, cellpadding, cellspacing, columnClasses, columns, dir, footerClass, frame, headerClass, lang, onclick, ondblclick, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, rowClasses, rules, style, styleClass, summary, title, width, binding
+# START NON-TRANSLATABLE
panelGrid_jsf_html_content=<h\:panelGrid columns\="${columns}">\n\t\n</h\:panelGrid>
+# END NON-TRANSLATABLE
panelGroup_jsf_html_label=panelGroup
panelGroup_jsf_html_desc=Syntax\:\n<h\:panelGroup>\n</h\:panelGroup>\nAttributes\:\nid, rendered, style, styleClass, binding
+# START NON-TRANSLATABLE
panelGroup_jsf_html_content=<h\:panelGroup id\="${id}">\n\t\n</h\:panelGroup>
+# END NON-TRANSLATABLE
selectBooleanCheckbox_jsf_html_label=selectBooleanCheckbox
selectBooleanCheckbox_jsf_html_desc=Syntax\:\n<h\:selectBooleanCheckbox>\n</h\:selectBooleanCheckbox>\nAttributes\:\nconverter, id, immediate, rendered, required, validator, value, valueChangeListener, accesskey, dir, disabled, lang, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, readonly, style, styleClass, tabindex, title, binding
+# START NON-TRANSLATABLE
selectBooleanCheckbox_jsf_html_content=<h\:selectBooleanCheckbox id\="${id}">\n\t\n</h\:selectBooleanCheckbox>
+# END NON-TRANSLATABLE
selectManyCheckbox_jsf_html_label=selectManyCheckbox
selectManyCheckbox_jsf_html_desc=Syntax\:\n<h\:selectManyCheckbox>\n</h\:selectManyCheckbox>\nAttributes\:\nconverter, id, immediate, rendered, required, validator, value, valueChangeListener, accesskey, border, dir, disabled, disabledClass, enabledClass, lang, layout, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, readonly, style, styleClass, tabindex, title, binding
+# START NON-TRANSLATABLE
selectManyCheckbox_jsf_html_content=<h\:selectManyCheckbox id\="${id}">\n\t\n</h\:selectManyCheckbox>
+# END NON-TRANSLATABLE
selectManyListbox_jsf_html_label=selectManyListbox
selectManyListbox_jsf_html_desc=Syntax\:\n<h\:selectManyListbox>\n</h\:selectManyListbox>\nAttributes\:\nconverter, id, immediate, rendered, required, validator, value, valueChangeListener, accesskey, dir, disabled, lang, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, readonly, size, style, styleClass, tabindex, title, binding
+# START NON-TRANSLATABLE
selectManyListbox_jsf_html_content=<h\:selectManyListbox id\="${id}">\n\t\n</h\:selectManyListbox>
+# END NON-TRANSLATABLE
selectManyMenu_jsf_html_label=selectManyMenu
selectManyMenu_jsf_html_desc=Syntax\:\n<h\:selectManyMenu>\n</h\:selectManyMenu>\nAttributes\:\nconverter, id, immediate, rendered, required, validator, value, valueChangeListener, accesskey, dir, disabled, lang, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, readonly, style, styleClass, tabindex, title, binding
+# START NON-TRANSLATABLE
selectManyMenu_jsf_html_content=<h\:selectManyMenu id\="${id}">\n\t\n</h\:selectManyMenu>
+# END NON-TRANSLATABLE
selectOneListbox_jsf_html_label=selectOneListbox
selectOneListbox_jsf_html_desc=Syntax\:\n<h\:selectOneListbox>\n</h\:selectOneListbox>\nAttributes\:\nconverter, id, immediate, rendered, required, validator, value, valueChangeListener, accesskey, dir, disabled, lang, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, readonly, size, style, styleClass, tabindex, title, binding
+# START NON-TRANSLATABLE
selectOneListbox_jsf_html_content=<h\:selectOneListbox id\="${id}">\n\t\n</h\:selectOneListbox>
+# END NON-TRANSLATABLE
selectOneMenu_jsf_html_label=selectOneMenu
selectOneMenu_jsf_html_desc=Syntax\:\n<h\:selectOneMenu>\n</h\:selectOneMenu>\nAttributes\:\nconverter, id, immediate, rendered, required, validator, value, valueChangeListener, accesskey, dir, disabled, lang, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, readonly, style, styleClass, tabindex, title, binding
+# START NON-TRANSLATABLE
selectOneMenu_jsf_html_content=<h\:selectOneMenu id\="${id}">\n\t\n</h\:selectOneMenu>
+# END NON-TRANSLATABLE
selectOneRadio_jsf_html_label=selectOneRadio
selectOneRadio_jsf_html_desc=Syntax\:\n<h\:selectOneRadio>\n</h\:selectOneRadio>\nAttributes\:\nconverter, id, immediate, rendered, required, validator, value, valueChangeListener, accesskey, border, dir, disabled, disabledClass, enabledClass, lang, layout, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, readonly, style, styleClass, tabindex, title, binding
+# START NON-TRANSLATABLE
selectOneRadio_jsf_html_content=<h\:selectOneRadio id\="${id}">\n\t\n</h\:selectOneRadio>
+# END NON-TRANSLATABLE
#MyFaces Ext
mf_ext_label=MyFaces Ext
@@ -201,634 +289,942 @@
tag_lib_mf_ext_label=MyFaces Ext taglib
tag_lib_mf_ext_desc=Syntax\:\n<%@ taglib uri\="http\://myfaces.sourceforge.net/tld/myfaces_ext_0_9.tld" prefix\="x" %>
+# START NON-TRANSLATABLE
tag_lib_mf_ext_content=<%@ taglib uri\="${uri}" prefix\="${prefix}" %>
tag_lib_mf_ext_uri=http\://myfaces.sourceforge.net/tld/myfaces_ext_0_9.tld
tag_lib_mf_ext_prefix=x
+# END NON-TRANSLATABLE
checkbox_mf_ext_label=checkbox
checkbox_mf_ext_desc=Syntax\:\n<x\:checkbox>\n</x\:checkbox>\nAttributes\:\nfor, index, id, rendered, binding, transient, enabledOnUserRole, visibleOnUserRole
+# START NON-TRANSLATABLE
checkbox_mf_ext_content=<x\:checkbox for\="${for}" index\="${index}">\n\t\n</x\:checkbox>
+# END NON-TRANSLATABLE
commandButton_mf_ext_label=commandButton
commandButton_mf_ext_desc=Syntax\:\n<x\:commandButton>\n</x\:commandButton>\nAttributes\:\nid, rendered, binding, transient, action, actionListener, immediate, value, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, accesskey, alt, disabled, onblur, onchange, onfocus, onselect, size, tabindex, type, image, enabledOnUserRole, visibleOnUserRole
+# START NON-TRANSLATABLE
commandButton_mf_ext_content=<x\:commandButton>\n\t\n</x\:commandButton>
+# END NON-TRANSLATABLE
commandLink_mf_ext_label=commandLink
commandLink_mf_ext_desc=Syntax\:\n<x\:commandLink>\n</x\:commandLink>\nAttributes\:\nid, rendered, binding, transient, action, actionListener, immediate, value, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, accesskey, charset, coords, hreflang, rel, rev, shape, tabindex, type, onblur, onfocus, target, enabledOnUserRole, visibleOnUserRole
+# START NON-TRANSLATABLE
commandLink_mf_ext_content=<x\:commandLink>\n\t\n</x\:commandLink>
+# END NON-TRANSLATABLE
commandNavigation_mf_ext_label=commandNavigation
commandNavigation_mf_ext_desc=Syntax\:\n<x\:commandNavigation>\n</x\:commandNavigation>\nAttributes\:\nid, rendered, binding, transient, action, actionListener, immediate, value, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, accesskey, charset, coords, hreflang, re, rev, shape, tabindex, type, onblur, onfocus, target, enabledOnUserRole, visibleOnUserRole
+# START NON-TRANSLATABLE
commandNavigation_mf_ext_content=<x\:commandNavigation>\n\t\n</x\:commandNavigation>
+# END NON-TRANSLATABLE
commandSortHeader_mf_ext_label=commandSortHeader
commandSortHeader_mf_ext_desc=Syntax\:\n<x\:commandSortHeader>\n</x\:commandSortHeader>\nAttributes\:\ncolumnName, id, rendered, binding, transient, action, actionListener, immediate, value, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, accesskey, charset, coords, hreflang, re, rev, shape, tabindex, type, onblur, onfocus, target, enabledOnUserRole, visibleOnUserRole, arrow
+# START NON-TRANSLATABLE
commandSortHeader_mf_ext_content=<x\:commandSortHeader columnName\="${columnName}">\n\t\n</x\:commandSortHeader>
+# END NON-TRANSLATABLE
dataList_mf_ext_label=dataList
dataList_mf_ext_desc=Syntax\:\n<x\:dataList>\n</x\:dataList>\nAttributes\:\nvar, id, rendered, binding, transient, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, value, rows, first, enabledOnUserRole, visibleOnUserRole, layout, rowIndexVar, rowCountVar
+# START NON-TRANSLATABLE
dataList_mf_ext_content=<x\:dataList var\="${var}">\n\t\n</x\:dataList>
+# END NON-TRANSLATABLE
dataScroller_mf_ext_label=dataScroller
dataScroller_mf_ext_desc=Syntax\:\n<x\:dataScroller>\n</x\:dataScroller>\nAttributes\:\nid, rendered, binding, transient, enabledOnUserRole, visibleOnUserRole, for, fastStep, pageIndexVar, pageCountVar, styleClass, style, paginator, paginatorMaxPages, paginatorTableClass, paginatorTableStyle, paginatorColumnClass, paginatorColumnStyle, paginatorActiveColumnClass, paginatorActiveColumnStyle
+# START NON-TRANSLATABLE
dataScroller_mf_ext_content=<x\:dataScroller>\n\t\n</x\:dataScroller>
+# END NON-TRANSLATABLE
dataTable_mf_ext_label=dataTable
dataTable_mf_ext_desc=Syntax\:\n<x\:dataTable>\n</x\:dataTable>\nAttributes\:\nvar, id, rendered, binding, transient, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, align, border, bgcolor, cellpadding, cellspacing, datafld, datasrc, dataformatas, frame, rules, summary, width, value, rows, first, columnClasses, footerClass, headerClass, rowClasses, enabledOnUserRole, visibleOnUserRole, preserveDataModel, sortColumn, sortAscending, preserveSort, renderedIfEmpty, rowIndexVar, rowCountVar, previousRowDataVar
+# START NON-TRANSLATABLE
dataTable_mf_ext_content=<x\:dataTable var\="${var}">\n\t\n</x\:dataTable>
+# END NON-TRANSLATABLE
iconProvider_mf_ext_label=iconProvider
iconProvider_mf_ext_desc=Syntax\:\n<x\:iconProvider/>\nAttributes\:\ntype
+# START NON-TRANSLATABLE
iconProvider_mf_ext_content=<x\:iconProvider type\="${type}"/>
+# END NON-TRANSLATABLE
inputCalendar_mf_ext_label=inputCalendar
inputCalendar_mf_ext_desc=Syntax\:\n<x\:inputCalendar>\n</x\:inputCalendar>\nAttributes\:\nid, rendered, binding, transient, value, converter, immediate, required, validator, valueChangeListener, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, dir, lang, style, title, styleClass, enabledOnUserRole, visibleOnUserRole, monthYearRowClass, weekRowClass, dayCellClass, currentDayCellClass, renderAsPopup, popupDateFormat, popupButtonString, popupGotoString, popupTodayString, popupWeekString, popupScrollLeftMessage, popupScrollRightMessage, popupSelectMonthMessage, popupSelectYearMessage, popupSelectDateMessage
+# START NON-TRANSLATABLE
inputCalendar_mf_ext_content=<x\:inputCalendar>\n\t\n</x\:inputCalendar>
+# END NON-TRANSLATABLE
inputDate_mf_ext_label=inputDate
inputDate_mf_ext_desc=Syntax\:\n<x\:inputDate>\n</x\:inputDate>\nAttributes\:\nid, rendered, binding, transient, value, converter, immediate, required, validator, valueChangeListener, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, accesskey, align, alt, datafld, datasrc, dataformatas, disabled, maxlength, onblur, onchange, onfocus, onselect, readonly, size, tabindex, type
+# START NON-TRANSLATABLE
inputDate_mf_ext_content=<x\:inputDate>\n\t\n</x\:inputDate>
+# END NON-TRANSLATABLE
inputFileUpload_mf_ext_label=inputFileUpload
inputFileUpload_mf_ext_desc=Syntax\:\n<x\:inputFileUpload>\n</x\:inputFileUpload>\nAttributes\:\nid, rendered, binding, transient, value, converter, immediate, required, validator, valueChangeListener, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, accesskey, align, alt, datafld, datasrc, dataformatas, disabled, maxlength, onblur, onchange, onfocus, onselect, readonly, size, tabindex, accept, storage
+# START NON-TRANSLATABLE
inputFileUpload_mf_ext_content=<x\:inputFileUpload>\n\t\n</x\:inputFileUpload>
+# END NON-TRANSLATABLE
inputText_mf_ext_label=inputText
inputText_mf_ext_desc=Syntax\:\n<x\:inputText>\n</x\:inputText>\nAttributes\:\nid, rendered, binding, transient, value, converter, immediate, required, validator, valueChangeListener, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, accesskey, align, alt, datafld, datasrc, dataformatas, disabled, maxlength, onblur, onchange, onfocus, onselect, readonly, size, tabindex, escape, enabledOnUserRole, visibleOnUserRole
+# START NON-TRANSLATABLE
inputText_mf_ext_content=<x\:inputText>\n\t\n</x\:inputText>
+# END NON-TRANSLATABLE
inputTextarea_mf_ext_label=inputTextarea
inputTextarea_mf_ext_desc=Syntax\:\n<x\:inputTextarea>\n</x\:inputTextarea>\nAttributes\:\nid, rendered, binding, transient, value, converter, immediate, required, validator, valueChangeListener, accesskey, cols, datafld, datasrc, dataformatas, disabled, onblur, onchange, onfocus, onselect, readonly, rows, tabindex, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, enabledOnUserRole, visibleOnUserRole
+# START NON-TRANSLATABLE
inputTextarea_mf_ext_content=<x\:inputTextarea>\n\t\n</x\:inputTextarea>
+# END NON-TRANSLATABLE
jscookMenu_mf_ext_label=jscookMenu
jscookMenu_mf_ext_desc=Syntax\:\n<x\:jscookMenu>\n</x\:jscookMenu>\nAttributes\:\nlayout, theme, id, rendered, binding, transient, enabledOnUserRole, visibleOnUserRole
+# START NON-TRANSLATABLE
jscookMenu_mf_ext_content=<x\:jscookMenu layout\="${layout}" theme\="${theme}">\n\t\n</x\:jscookMenu>
+# END NON-TRANSLATABLE
message_mf_ext_label=message
message_mf_ext_desc=Syntax\:\n<x\:message>\n</x\:message>\nAttributes\:\nfor, id, rendered, binding, transient, showSummary, showDetail, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, infoClass, infoStyle, warnClass, warnStyle, errorClass, errorStyle, fatalClass, fatalStyle, tooltip, enabledOnUserRole, visibleOnUserRole, summaryFormat, detailFormat
+# START NON-TRANSLATABLE
message_mf_ext_content=<x\:message for\="${for}">\n\t\n</x\:message>
+# END NON-TRANSLATABLE
messages_mf_ext_label=messages
messages_mf_ext_desc=Syntax\:\n<x\:messages>\n</x\:messages>\nAttributes\:\nid, rendered, binding, transient, showSummary, showDetail, globalOnly, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, infoClass, infoStyle, warnClass, warnStyle, errorClass, errorStyle, fatalClass, fatalStyle, layout, tooltip, enabledOnUserRole, visibleOnUserRole, summaryFormat, globalSummaryFormat, detailFormat
+# START NON-TRANSLATABLE
messages_mf_ext_content=<x\:messages>\n\t\n</x\:messages>
+# END NON-TRANSLATABLE
navigationMenuItem_mf_ext_label=navigationMenuItem
navigationMenuItem_mf_ext_desc=Syntax\:\n<x\:navigationMenuItem>\n</x\:navigationMenuItem>\nAttributes\:\nbinding, itemDisabled, id, itemDescription, itemLabel, itemValue, value, enabledOnUserRole, visibleOnUserRole, icon, split, action
+# START NON-TRANSLATABLE
navigationMenuItem_mf_ext_content=<x\:navigationMenuItem>\n\t\n</x\:navigationMenuItem>
+# END NON-TRANSLATABLE
navigationMenuItems_mf_ext_label=navigationMenuItems
navigationMenuItems_mf_ext_desc=Syntax\:\n<x\:navigationMenuItems/>\nAttributes\:\nbinding, id, value
+# START NON-TRANSLATABLE
navigationMenuItems_mf_ext_content=<x\:navigationMenuItems/>
+# END NON-TRANSLATABLE
outputLabel_mf_ext_label=outputLabel
outputLabel_mf_ext_desc=Syntax\:\n<x\:outputLabel>\n</x\:outputLabel>\nAttributes\:\nfor, id, rendered, binding, transient, value, converter, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, accesskey, onblur, onfocus, enabledOnUserRole, visibleOnUserRole
+# START NON-TRANSLATABLE
outputLabel_mf_ext_content=<x\:outputLabel for\="${for}">\n\t\n</x\:outputLabel>
+# END NON-TRANSLATABLE
outputText_mf_ext_label=outputText
outputText_mf_ext_desc=Syntax\:\n<x\:outputText>\n</x\:outputText>\nAttributes\:\nid, rendered, binding, transient, value, converter, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, escape, enabledOnUserRole, visibleOnUserRole
+# START NON-TRANSLATABLE
outputText_mf_ext_content=<x\:outputText>\n\t\n</x\:outputText>
+# END NON-TRANSLATABLE
panelGroup_mf_ext_label=panelGroup
panelGroup_mf_ext_desc=Syntax\:\n<x\:panelGroup>\n</x\:panelGroup>\nAttributes\:\nid, rendered, binding, transient, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, enabledOnUserRole, visibleOnUserRole
+# START NON-TRANSLATABLE
panelGroup_mf_ext_content=<x\:panelGroup>\n\t\n</x\:panelGroup>
+# END NON-TRANSLATABLE
panelLayout_mf_ext_label=panelLayout
panelLayout_mf_ext_desc=Syntax\:\n<x\:panelLayout>\n</x\:panelLayout>\nAttributes\:\nid, rendered, binding, transient, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, align, border, bgcolor, cellpadding, cellspacing, datafld, datasrc, dataformatas, frame, rules, summary, width, layout, headerClass, navigationClass, bodyClass, footerClass, headerStyle, navigationStyle, bodyStyle, footerStyle
+# START NON-TRANSLATABLE
panelLayout_mf_ext_content=<x\:panelLayout>\n\t\n</x\:panelLayout>
+# END NON-TRANSLATABLE
panelNavigation_mf_ext_label=panelNavigation
panelNavigation_mf_ext_desc=Syntax\:\n<x\:panelNavigation>\n</x\:panelNavigation>\nAttributes\:\nid, rendered, binding, transient, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, align, border, bgcolor, cellpadding, cellspacing, datafld, datasrc, dataformatas, frame, rules, summary, width, itemClass, openItemClass, activeItemClass, separatorClass, itemStyle, openItemStyle, activeItemStyle, separatorStyle
+# START NON-TRANSLATABLE
panelNavigation_mf_ext_content=<x\:panelNavigation>\n\t\n</x\:panelNavigation>
+# END NON-TRANSLATABLE
panelStack_mf_ext_label=panelStack
panelStack_mf_ext_desc=Syntax\:\n<x\:panelStack>\n</x\:panelStack>\nAttributes\:\nselectedPanel, id
+# START NON-TRANSLATABLE
panelStack_mf_ext_content=<x\:panelStack selectedPanel\="${selectedPanel}">\n\t\n</x\:panelStack>
+# END NON-TRANSLATABLE
panelTab_mf_ext_label=panelTab
panelTab_mf_ext_desc=Syntax\:\n<x\:panelTab>\n</x\:panelTab>\nAttributes\:\nid, rendered, binding, transient, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, enabledOnUserRole, visibleOnUserRole, label
+# START NON-TRANSLATABLE
panelTab_mf_ext_content=<x\:panelTab>\n\t\n</x\:panelTab>
+# END NON-TRANSLATABLE
panelTabbedPane_mf_ext_label=panelTabbedPane
panelTabbedPane_mf_ext_desc=Syntax\:\n<x\:panelTabbedPane>\n</x\:panelTabbedPane>\nAttributes\:\nid, rendered, binding, transient, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, align, border, bgcolor, cellpadding, cellspacing, datafld, datasrc, dataformatas, frame, rules, summary, width, enabledOnUserRole, visibleOnUserRole, selectedIndex, activeTabStyleClass, inactiveTabStyleClass, activeSubStyleClass, inactiveSubStyleClass, tabContentStyleClass
+# START NON-TRANSLATABLE
panelTabbedPane_mf_ext_content=<x\:panelTabbedPane>\n\t\n</x\:panelTabbedPane>
+# END NON-TRANSLATABLE
radio_mf_ext_label=radio
radio_mf_ext_desc=Syntax\:\n<x\:radio>\n</x\:radio>\nAttributes\:\nfor, index, id, rendered, binding, transient, enabledOnUserRole, visibleOnUserRole
+# START NON-TRANSLATABLE
radio_mf_ext_content=<x\:radio for\="${for}" index\="${index}">\n\t\n</x\:radio>
+# END NON-TRANSLATABLE
rssTicker_mf_ext_label=rssTicker
rssTicker_mf_ext_desc=Syntax\:\n<x\:rssTicker>\n</x\:rssTicker>\nAttributes\:\nrssUrl, dir, lang, style, title, styleClass
+# START NON-TRANSLATABLE
rssTicker_mf_ext_content=<x\:rssTicker rssUrl\="${rssUrl}">\n\t\n</x\:rssTicker>
+# END NON-TRANSLATABLE
saveState_mf_ext_label=saveState
saveState_mf_ext_desc=Syntax\:\n<x\:saveState>\n</x\:saveState>\nAttributes\:\nvalue, id
+# START NON-TRANSLATABLE
saveState_mf_ext_content=<x\:saveState value\="${value}">\n\t\n</x\:saveState>
+# END NON-TRANSLATABLE
selectManyCheckbox_mf_ext_label=selectManyCheckbox
selectManyCheckbox_mf_ext_desc=Syntax\:\n<x\:selectManyCheckbox>\n</x\:selectManyCheckbox>\nAttributes\:\nid, rendered, binding, transient, value, converter, immediate, required, validator, valueChangeListener, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, accesskey, alt, datafld, datasrc, dataformatas, disabled, onblur, onchange, onfocus, onselect, readonly, tabindex, layout, enabledOnUserRole, visibleOnUserRole
+# START NON-TRANSLATABLE
selectManyCheckbox_mf_ext_content=<x\:selectManyCheckbox>\n\t\n</x\:selectManyCheckbox>
+# END NON-TRANSLATABLE
selectOneMenu_mf_ext_label=selectOneMenu
selectOneMenu_mf_ext_desc=Syntax\:\n<x\:selectOneMenu>\n</x\:selectOneMenu>\nAttributes\:\nid, rendered, binding, transient, value, converter, immediate, required, validator, valueChangeListener, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, datafld, datasrc, dataformatas, disabled, onblur, onchange, onfocus, tabindex, readonly, enabledOnUserRole, visibleOnUserRole
+# START NON-TRANSLATABLE
selectOneMenu_mf_ext_content=<x\:selectOneMenu>\n\t\n</x\:selectOneMenu>
+# END NON-TRANSLATABLE
selectOneRadio_mf_ext_label=selectOneRadio
selectOneRadio_mf_ext_desc=Syntax\:\n<x\:selectOneRadio>\n</x\:selectOneRadio>\nAttributes\:\nid, rendered, binding, transient, value, converter, immediate, required, validator, valueChangeListener, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, accesskey, alt, datafld, datasrc, dataformatas, disabled, onblur, onchange, onfocus, onselect, readonly, tabindex, layout, border, enabledOnUserRole, visibleOnUserRole
+# START NON-TRANSLATABLE
selectOneRadio_mf_ext_content=<x\:selectOneRadio>\n\t\n</x\:selectOneRadio>
+# END NON-TRANSLATABLE
stylesheet_mf_ext_label=stylesheet
stylesheet_mf_ext_desc=Syntax\:\n<x\:stylesheet>\n</x\:stylesheet>\nAttributes\:\npath, id, rendered, binding, transient, enabledOnUserRole, visibleOnUserRole
+# START NON-TRANSLATABLE
stylesheet_mf_ext_content=<x\:stylesheet path\="${path}">\n\t\n</x\:stylesheet>
+# END NON-TRANSLATABLE
tabChangeListener_mf_ext_label=tabChangeListener
tabChangeListener_mf_ext_desc=Syntax\:\n<x\:tabChangeListener/>\nAttributes\:\ntype
+# START NON-TRANSLATABLE
tabChangeListener_mf_ext_content=<x\:tabChangeListener type\="${type}"/>
+# END NON-TRANSLATABLE
tree_mf_ext_label=tree
tree_mf_ext_desc=Syntax\:\n<x\:tree>\n</x\:tree>\nAttributes\:\nvalue, id, styleClass, nodeClass, selectedNodeClass, iconClass, iconLine, iconNoline, iconChild, iconChildFirst, iconChildMiddle, iconChildLast, iconNodeOpen, iconNodeOpenFirst, iconNodeOpenMiddle, iconNodeOpenLast, iconNodeClose, iconNodeCloseFirst, iconNodeCloseMiddle, iconNodeCloseLast, expandRoot, expireListeners
+# START NON-TRANSLATABLE
tree_mf_ext_content=<x\:tree value\="${value}">\n\t\n</x\:tree>
+# END NON-TRANSLATABLE
treeSelectionListener_mf_ext_label=treeSelectionListener
treeSelectionListener_mf_ext_desc=Syntax\:\n<x\:treeSelectionListener/>\nAttributes\:\ntype
+# START NON-TRANSLATABLE
treeSelectionListener_mf_ext_content=<x\:treeSelectionListener type\="${type}"/>
+# END NON-TRANSLATABLE
updateActionListener_mf_ext_label=updateActionListener
updateActionListener_mf_ext_desc=Syntax\:\n<x\:updateActionListener>\n</x\:updateActionListener>\nAttributes\:\nproperty, value, converter
+# START NON-TRANSLATABLE
updateActionListener_mf_ext_content=<x\:updateActionListener property\="${property}" value\="${value}">\n\t\n</x\:updateActionListener>
+# END NON-TRANSLATABLE
validateCreditCard_mf_ext_label=validateCreditCard
validateCreditCard_mf_ext_desc=Syntax\:\n<x\:validateCreditCard>\n</x\:validateCreditCard>\nAttributes\:\nnone, amex, visa, mastercard, discover
+# START NON-TRANSLATABLE
validateCreditCard_mf_ext_content=<x\:validateCreditCard>\n\t\n</x\:validateCreditCard>
+# END NON-TRANSLATABLE
validateEmail_mf_ext_label=validateEmail
validateEmail_mf_ext_desc=Syntax\:\n<x\:validateEmail>\n</x\:validateEmail>
+# START NON-TRANSLATABLE
validateEmail_mf_ext_content=<x\:validateEmail>\n\t\n</x\:validateEmail>
+# END NON-TRANSLATABLE
validateEqual_mf_ext_label=validateEqual
validateEqual_mf_ext_desc=Syntax\:\n<x\:validateEqual>\n</x\:validateEqual>\nAttributes\:\nfor
+# START NON-TRANSLATABLE
validateEqual_mf_ext_content=<x\:validateEqual for\="${for}">\n\t\n</x\:validateEqual>
+# END NON-TRANSLATABLE
validateRegExpr_mf_ext_label=validateRegExpr
validateRegExpr_mf_ext_desc=Syntax\:\n<x\:validateRegExpr>\n</x\:validateRegExpr>\nAttributes\:\npattern
+# START NON-TRANSLATABLE
validateRegExpr_mf_ext_content=<x\:validateRegExpr pattern\="${pattern}">\n\t\n</x\:validateRegExpr>
+# END NON-TRANSLATABLE
#Oracle ADF Faces Core
oracle_core_label=Oracle ADF Faces Core
tag_lib_oracle_core_label=Oracle ADF Faces Core taglib
tag_lib_oracle_core_desc=Syntax\:\n<%@ taglib uri\="http\://xmlns.oracle.com/adf/faces/EA10" prefix\="af" %>
+# START NON-TRANSLATABLE
tag_lib_oracle_core_content=<%@ taglib uri\="${uri}" prefix\="${prefix}" %>
tag_lib_oracle_core_uri=http\://xmlns.oracle.com/adf/faces/EA10
tag_lib_oracle_core_prefix=af
+# END NON-TRANSLATABLE
chooseColor_oracle_core_label=chooseColor
chooseColor_oracle_core_desc=Syntax\:\n<af\:chooseColor>\n</af\:chooseColor>\nAttributes\:\nid, colorData, customColorData, width, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
chooseColor_oracle_core_content=<af\:chooseColor>\n\t\n</af\:chooseColor>
+# END NON-TRANSLATABLE
chooseDate_oracle_core_label=chooseDate
chooseDate_oracle_core_desc=Syntax\:\n<af\:chooseDate>\n</af\:chooseDate>\nAttributes\:\nid, minValue, maxValue, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
chooseDate_oracle_core_content=<af\:chooseDate>\n\t\n</af\:chooseDate>
+# END NON-TRANSLATABLE
column_oracle_core_label=column
column_oracle_core_desc=Syntax\:\n<af\:column>\n</af\:column>\nAttributes\:\nid, formatType, gridVisible, width, bandingShade, noWrap, headerNoWrap, separateRows, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
column_oracle_core_content=<af\:column>\n\t\n</af\:column>
+# END NON-TRANSLATABLE
commandButton_oracle_core_label=commandButton
commandButton_oracle_core_desc=Syntax\:\n<af\:commandButton>\n</af\:commandButton>\nAttributes\:\nid, text, disabled, textAndAccessKey, accessKey, partialSubmit, shortDesc, windowWidth, windowHeight, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, action, actionListener, returnListener, immediate, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
commandButton_oracle_core_content=<af\:commandButton>\n\t\n</af\:commandButton>
+# END NON-TRANSLATABLE
commandGlobalButton_oracle_core_label=commandGlobalButton
commandGlobalButton_oracle_core_desc=Syntax\:\n<af\:commandGlobalButton>\n</af\:commandGlobalButton>\nAttributes\:\nid, text, icon, selected, disabled, textAndAccessKey, accessKey, onfocus, onblur, action, actionListener, returnListener, immediate, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
commandGlobalButton_oracle_core_content=<af\:commandGlobalButton>\n\t\n</af\:commandGlobalButton>
+# END NON-TRANSLATABLE
commandLink_oracle_core_label=commandLink
commandLink_oracle_core_desc=Syntax\:\n<af\:commandLink>\n</af\:commandLink>\nAttributes\:\nid, text, selected, disabled, textAndAccessKey, accessKey, onfocus, onblur, partialSubmit, shortDesc, windowWidth, windowHeight, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, action, actionListener, returnListener, immediate, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
commandLink_oracle_core_content=<af\:commandLink>\n\t\n</af\:commandLink>
+# END NON-TRANSLATABLE
commandOption_oracle_core_label=commandOption
commandOption_oracle_core_desc=Syntax\:\n<af\:commandOption>\n</af\:commandOption>\nAttributes\:\nid, text, selected, longDesc, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, action, actionListener, returnListener, immediate, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
commandOption_oracle_core_content=<af\:commandOption>\n\t\n</af\:commandOption>
+# END NON-TRANSLATABLE
convertColor_oracle_core_label=convertColor
convertColor_oracle_core_desc=Syntax\:\n<af\:convertColor/>\nAttributes\:\npatterns, transparentAllowed
+# START NON-TRANSLATABLE
convertColor_oracle_core_content=<af\:convertColor/>
+# END NON-TRANSLATABLE
forEach_oracle_core_label=forEach
forEach_oracle_core_desc=Syntax\:\n<af\:forEach>\n</af\:forEach>\nAttributes\:\nitems, var, begin, end, step
+# START NON-TRANSLATABLE
forEach_oracle_core_content=<af\:forEach var\="${var}" items\="${items}">\n\t\n</af\:forEach>
+# END NON-TRANSLATABLE
form_oracle_core_label=form
form_oracle_core_desc=Syntax\:\n<af\:form>\n</af\:form>\nAttributes\:\nid, targetFrame, usesUpload, onsubmit, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
form_oracle_core_content=<af\:form>\n\t\n</af\:form>
+# END NON-TRANSLATABLE
goButton_oracle_core_label=goButton
goButton_oracle_core_desc=Syntax\:\n<af\:goButton>\n</af\:goButton>\nAttributes\:\nid, text, longDesc, selected, disabled, textAndAccessKey, accessKey, shortDesc, onfocus, onblur, targetFrame, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, destination, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
goButton_oracle_core_content=<af\:goButton>\n\t\n</af\:goButton>
+# END NON-TRANSLATABLE
goLink_oracle_core_label=goLink
goLink_oracle_core_desc=Syntax\:\n<af\:goLink>\n</af\:goLink>\nAttributes\:\nid, text, longDesc, selected, disabled, textAndAccessKey, accessKey, shortDesc, onfocus, onblur, targetFrame, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, destination, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
goLink_oracle_core_content=<af\:goLink>\n\t\n</af\:goLink>
+# END NON-TRANSLATABLE
importScript_oracle_core_label=importScript
importScript_oracle_core_desc=Syntax\:\n<af\:importScript>\n</af\:importScript>\nAttributes\:\nid, names, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
importScript_oracle_core_content=<af\:importScript>\n\t\n</af\:importScript>
+# END NON-TRANSLATABLE
inputFile_oracle_core_label=inputFile
inputFile_oracle_core_desc=Syntax\:\n<af\:inputFile>\n</af\:inputFile>\nAttributes\:\nid, columns, onfocus, onblur, onchange, onselect, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, messageDescUrl, messageTargetFrame, valign, accessKey, labelAndAccessKey, disabled, shortDesc, label, tip, simple, immediate, required, validator, valueChangeListener, value, converter, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
inputFile_oracle_core_content=<af\:inputFile>\n\t\n</af\:inputFile>
+# END NON-TRANSLATABLE
inputHidden_oracle_core_label=inputHidden
inputHidden_oracle_core_desc=Syntax\:\n<af\:inputHidden>\n</af\:inputHidden>\nAttributes\:\nid, immediate, required, validator, valueChangeListener, value, converter, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
inputHidden_oracle_core_content=<af\:inputHidden>\n\t\n</af\:inputHidden>
+# END NON-TRANSLATABLE
inputText_oracle_core_label=inputText
inputText_oracle_core_desc=Syntax\:\n<af\:inputText>\n</af\:inputText>\nAttributes\:\nid, rows, columns, maximumLength, wrap, secret, readOnly, disabled, shortDesc, label, tip, simple, onfocus, onblur, onchange, onselect, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, messageDescUrl, messageTargetFrame, valign, accessKey, labelAndAccessKey, autoSubmit, immediate, required, validator, valueChangeListener, value, converter, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
inputText_oracle_core_content=<af\:inputText>\n\t\n</af\:inputText>
+# END NON-TRANSLATABLE
menuBar_oracle_core_label=menuBar
menuBar_oracle_core_desc=Syntax\:\n<af\:menuBar>\n</af\:menuBar>\nAttributes\:\nid, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
menuBar_oracle_core_content=<af\:menuBar>\n\t\n</af\:menuBar>
+# END NON-TRANSLATABLE
menuButtons_oracle_core_label=menuButtons
menuButtons_oracle_core_desc=Syntax\:\n<af\:menuButtons>\n</af\:menuButtons>\nAttributes\:\nid, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
menuButtons_oracle_core_content=<af\:menuButtons>\n\t\n</af\:menuButtons>
+# END NON-TRANSLATABLE
menuChoice_oracle_core_label=menuChoice
menuChoice_oracle_core_desc=Syntax\:\n<af\:menuChoice>\n</af\:menuChoice>\nAttributes\:\nid, title, readOnly, disabled, onfocus, onblur, onchange, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
menuChoice_oracle_core_content=<af\:menuChoice>\n\t\n</af\:menuChoice>
+# END NON-TRANSLATABLE
menuPath_oracle_core_label=menuPath
menuPath_oracle_core_desc=Syntax\:\n<af\:menuPath>\n</af\:menuPath>\nAttributes\:\nid, orientation, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
menuPath_oracle_core_content=<af\:menuPath>\n\t\n</af\:menuPath>
+# END NON-TRANSLATABLE
menuTabs_oracle_core_label=menuTabs
menuTabs_oracle_core_desc=Syntax\:\n<af\:menuTabs>\n</af\:menuTabs>\nAttributes\:\nid, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
menuTabs_oracle_core_content=<af\:menuTabs>\n\t\n</af\:menuTabs>
+# END NON-TRANSLATABLE
message_oracle_core_label=message
message_oracle_core_desc=Syntax\:\n<af\:message>\n</af\:message>\nAttributes\:\nid, tip, message, messageType, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, for, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
message_oracle_core_content=<af\:message>\n\t\n</af\:message>
+# END NON-TRANSLATABLE
messages_oracle_core_label=messages
messages_oracle_core_desc=Syntax\:\n<af\:messages>\n</af\:messages>\nAttributes\:\nid, messageType, message, text, automatic, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
messages_oracle_core_content=<af\:messages>\n\t\n</af\:messages>
+# END NON-TRANSLATABLE
objectIcon_oracle_core_label=objectIcon
objectIcon_oracle_core_desc=Syntax\:\n<af\:objectIcon>\n</af\:objectIcon>\nAttributes\:\nid, name, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
objectIcon_oracle_core_content=<af\:objectIcon>\n\t\n</af\:objectIcon>
+# END NON-TRANSLATABLE
objectImage_oracle_core_label=objectImage
objectImage_oracle_core_desc=Syntax\:\n<af\:objectImage>\n</af\:objectImage>\nAttributes\:\nid, source, height, width, halign, longDescURL, borderWidth, text, imageMapType, accessKey, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
objectImage_oracle_core_content=<af\:objectImage>\n\t\n</af\:objectImage>
+# END NON-TRANSLATABLE
objectLegend_oracle_core_label=objectLegend
objectLegend_oracle_core_desc=Syntax\:\n<af\:objectLegend>\n</af\:objectLegend>\nAttributes\:\nid, name, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
objectLegend_oracle_core_content=<af\:objectLegend>\n\t\n</af\:objectLegend>
+# END NON-TRANSLATABLE
objectMedia_oracle_core_label=objectMedia
objectMedia_oracle_core_desc=Syntax\:\n<af\:objectMedia>\n</af\:objectMedia>\nAttributes\:\nid, width, height, innerWidth, innerHeight, source, autostart, playCount, contentType, standbyText, player, controls, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
objectMedia_oracle_core_content=<af\:objectMedia>\n\t\n</af\:objectMedia>
+# END NON-TRANSLATABLE
objectSeparator_oracle_core_label=objectSeparator
objectSeparator_oracle_core_desc=Syntax\:\n<af\:objectSeparator>\n</af\:objectSeparator>\nAttributes\:\nid, shortDesc, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
objectSeparator_oracle_core_content=<af\:objectSeparator>\n\t\n</af\:objectSeparator>
+# END NON-TRANSLATABLE
objectSpacer_oracle_core_label=objectSpacer
objectSpacer_oracle_core_desc=Syntax\:\n<af\:objectSpacer>\n</af\:objectSpacer>\nAttributes\:\nid, width, height, shortDesc, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
objectSpacer_oracle_core_content=<af\:objectSpacer>\n\t\n</af\:objectSpacer>
+# END NON-TRANSLATABLE
outputFormatted_oracle_core_label=outputFormatted
outputFormatted_oracle_core_desc=Syntax\:\n<af\:outputFormatted>\n</af\:outputFormatted>\nAttributes\:\nid, styleUsage, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, value, converter, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
outputFormatted_oracle_core_content=<af\:outputFormatted>\n\t\n</af\:outputFormatted>
+# END NON-TRANSLATABLE
outputLabel_oracle_core_label=outputLabel
outputLabel_oracle_core_desc=Syntax\:\n<af\:outputLabel>\n</af\:outputLabel>\nAttributes\:\nid, accessKey, valueAndAccessKey, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, messageType, for, anchor, value, converter, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
outputLabel_oracle_core_content=<af\:outputLabel>\n\t\n</af\:outputLabel>
+# END NON-TRANSLATABLE
outputText_oracle_core_label=outputText
outputText_oracle_core_desc=Syntax\:\n<af\:outputText>\n</af\:outputText>\nAttributes\:\nid, truncateAt, description, escape, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, value, converter, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
outputText_oracle_core_content=<af\:outputText>\n\t\n</af\:outputText>
+# END NON-TRANSLATABLE
panelBorder_oracle_core_label=panelBorder
panelBorder_oracle_core_desc=Syntax\:\n<af\:panelBorder>\n</af\:panelBorder>\nAttributes\:\nid, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
panelBorder_oracle_core_content=<af\:panelBorder>\n\t\n</af\:panelBorder>
+# END NON-TRANSLATABLE
panelBox_oracle_core_label=panelBox
panelBox_oracle_core_desc=Syntax\:\n<af\:panelBox>\n</af\:panelBox>\nAttributes\:\nid, width, background, text, icon, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
panelBox_oracle_core_content=<af\:panelBox>\n\t\n</af\:panelBox>
+# END NON-TRANSLATABLE
panelButtonBar_oracle_core_label=panelButtonBar
panelButtonBar_oracle_core_desc=Syntax\:\n<af\:panelButtonBar>\n</af\:panelButtonBar>\nAttributes\:\nid, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
panelButtonBar_oracle_core_content=<af\:panelButtonBar>\n\t\n</af\:panelButtonBar>
+# END NON-TRANSLATABLE
panelForm_oracle_core_label=panelForm
panelForm_oracle_core_desc=Syntax\:\n<af\:panelForm>\n</af\:panelForm>\nAttributes\:\nid, rows, maxColumns, width, labelWidth, fieldWidth, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
panelForm_oracle_core_content=<af\:panelForm>\n\t\n</af\:panelForm>
+# END NON-TRANSLATABLE
panelGroup_oracle_core_label=panelGroup
panelGroup_oracle_core_desc=Syntax\:\n<af\:panelGroup>\n</af\:panelGroup>\nAttributes\:\nid, type, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
panelGroup_oracle_core_content=<af\:panelGroup>\n\t\n</af\:panelGroup>
+# END NON-TRANSLATABLE
panelHeader_oracle_core_label=panelHeader
panelHeader_oracle_core_desc=Syntax\:\n<af\:panelHeader>\n</af\:panelHeader>\nAttributes\:\nid, text, shortText, icon, messageType, size, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
panelHeader_oracle_core_content=<af\:panelHeader>\n\t\n</af\:panelHeader>
+# END NON-TRANSLATABLE
panelLabelAndMessage_oracle_core_label=panelLabelAndMessage
panelLabelAndMessage_oracle_core_desc=Syntax\:\n<af\:panelLabelAndMessage>\n</af\:panelLabelAndMessage>\nAttributes\:\nid, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, label, messageDescUrl, messageTargetFrame, valign, messageType, tip, message, anchor, contentStyleClass, accessKey, labelAndAccessKey, for, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
panelLabelAndMessage_oracle_core_content=<af\:panelLabelAndMessage>\n\t\n</af\:panelLabelAndMessage>
+# END NON-TRANSLATABLE
panelList_oracle_core_label=panelList
panelList_oracle_core_desc=Syntax\:\n<af\:panelList>\n</af\:panelList>\nAttributes\:\nid, rows, maxColumns, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
panelList_oracle_core_content=<af\:panelList>\n\t\n</af\:panelList>
+# END NON-TRANSLATABLE
panelPage_oracle_core_label=panelPage
panelPage_oracle_core_desc=Syntax\:\n<af\:panelPage>\n</af\:panelPage>\nAttributes\:\nid, title, messageType, chromeType, quickLinksShown, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
panelPage_oracle_core_content=<af\:panelPage>\n\t\n</af\:panelPage>
+# END NON-TRANSLATABLE
panelPageHeader_oracle_core_label=panelPageHeader
panelPageHeader_oracle_core_desc=Syntax\:\n<af\:panelPageHeader>\n</af\:panelPageHeader>\nAttributes\:\nid, chromeType, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
panelPageHeader_oracle_core_content=<af\:panelPageHeader>\n\t\n</af\:panelPageHeader>
+# END NON-TRANSLATABLE
panelPartialRoot_oracle_core_label=panelPartialRoot
panelPartialRoot_oracle_core_desc=Syntax\:\n<af\:panelPartialRoot>\n</af\:panelPartialRoot>\nAttributes\:\nid, shortDesc, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
panelPartialRoot_oracle_core_content=<af\:panelPartialRoot>\n\t\n</af\:panelPartialRoot>
+# END NON-TRANSLATABLE
panelSideBar_oracle_core_label=panelSideBar
panelSideBar_oracle_core_desc=Syntax\:\n<af\:panelSideBar>\n</af\:panelSideBar>\nAttributes\:\nid, width, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
panelSideBar_oracle_core_content=<af\:panelSideBar>\n\t\n</af\:panelSideBar>
+# END NON-TRANSLATABLE
panelTip_oracle_core_label=panelTip
panelTip_oracle_core_desc=Syntax\:\n<af\:panelTip>\n</af\:panelTip>\nAttributes\:\nid, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
panelTip_oracle_core_content=<af\:panelTip>\n\t\n</af\:panelTip>
+# END NON-TRANSLATABLE
process_oracle_core_label=process
process_oracle_core_desc=Syntax\:\n<af\:process>\n</af\:process>\nAttributes\:\nid, value, action, actionListener, immediate, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
process_oracle_core_content=<af\:process>\n\t\n</af\:process>
+# END NON-TRANSLATABLE
processChoiceBar_oracle_core_label=processChoiceBar
processChoiceBar_oracle_core_desc=Syntax\:\n<af\:processChoiceBar>\n</af\:processChoiceBar>\nAttributes\:\nid, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, value, action, actionListener, immediate, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
processChoiceBar_oracle_core_content=<af\:processChoiceBar>\n\t\n</af\:processChoiceBar>
+# END NON-TRANSLATABLE
processTrain_oracle_core_label=processTrain
processTrain_oracle_core_desc=Syntax\:\n<af\:processTrain>\n</af\:processTrain>\nAttributes\:\nid, readOnly, subTrain, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, value, action, actionListener, immediate, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
processTrain_oracle_core_content=<af\:processTrain>\n\t\n</af\:processTrain>
+# END NON-TRANSLATABLE
resetButton_oracle_core_label=resetButton
resetButton_oracle_core_desc=Syntax\:\n<af\:resetButton>\n</af\:resetButton>\nAttributes\:\nid, text, disabled, textAndAccessKey, accessKey, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
resetButton_oracle_core_content=<af\:resetButton>\n\t\n</af\:resetButton>
+# END NON-TRANSLATABLE
selectBooleanCheckbox_oracle_core_label=selectBooleanCheckbox
selectBooleanCheckbox_oracle_core_desc=Syntax\:\n<af\:selectBooleanCheckbox>\n</af\:selectBooleanCheckbox>\nAttributes\:\nid, autoSubmit, readOnly, disabled, shortDesc, label, tip, simple, text, accessKey, textAndAccessKey, onfocus, onblur, onchange, onselect, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, messageDescUrl, messageTargetFrame, valign, selected, immediate, required, validator, valueChangeListener, value, converter, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
selectBooleanCheckbox_oracle_core_content=<af\:selectBooleanCheckbox>\n\t\n</af\:selectBooleanCheckbox>
+# END NON-TRANSLATABLE
selectBooleanRadio_oracle_core_label=selectBooleanRadio
selectBooleanRadio_oracle_core_desc=Syntax\:\n<af\:selectBooleanRadio>\n</af\:selectBooleanRadio>\nAttributes\:\nid, autoSubmit, readOnly, disabled, shortDesc, label, tip, simple, text, accessKey, textAndAccessKey, group, onfocus, onblur, onchange, onselect, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, messageDescUrl, messageTargetFrame, valign, selected, immediate, required, validator, valueChangeListener, value, converter, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
selectBooleanRadio_oracle_core_content=<af\:selectBooleanRadio>\n\t\n</af\:selectBooleanRadio>
+# END NON-TRANSLATABLE
selectInputColor_oracle_core_label=selectInputColor
selectInputColor_oracle_core_desc=Syntax\:\n<af\:selectInputColor>\n</af\:selectInputColor>\nAttributes\:\nid, compact, chooseId, readOnly, disabled, shortDesc, label, tip, simple, onfocus, onblur, onchange, onselect, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, messageDescUrl, messageTargetFrame, valign, accessKey, labelAndAccessKey, immediate, required, validator, valueChangeListener, value, converter, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
selectInputColor_oracle_core_content=<af\:selectInputColor>\n\t\n</af\:selectInputColor>
+# END NON-TRANSLATABLE
selectInputDate_oracle_core_label=selectInputDate
selectInputDate_oracle_core_desc=Syntax\:\n<af\:selectInputDate>\n</af\:selectInputDate>\nAttributes\:\nid, chooseId, readOnly, disabled, shortDesc, label, tip, simple, onfocus, onblur, onchange, onselect, styleClass, inlineStyle, partialTriggers, messageDescUrl, messageTargetFrame, valign, accessKey, labelAndAccessKey, immediate, required, validator, valueChangeListener, value, converter, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
selectInputDate_oracle_core_content=<af\:selectInputDate>\n\t\n</af\:selectInputDate>
+# END NON-TRANSLATABLE
selectItem_oracle_core_label=selectItem
selectItem_oracle_core_desc=Syntax\:\n<af\:selectItem>\n</af\:selectItem>\nAttributes\:\nid, label, disabled, shortDesc, longDesc, styleClass. onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, value, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
selectItem_oracle_core_content=<af\:selectItem>\n\t\n</af\:selectItem>
+# END NON-TRANSLATABLE
selectManyListbox_oracle_core_label=selectManyListbox
selectManyListbox_oracle_core_desc=Syntax\:\n<af\:selectManyListbox>\n</af\:selectManyListbox>\nAttributes\:\nid, size, readOnly, disabled, shortDesc, label, tip, simple, onfocus, onblur, onchange, onselect, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, messageDescUrl, messageTargetFrame, valign, accessKey, labelAndAccessKey, immediate, required, validator, valueChangeListener, value, converter, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
selectManyListbox_oracle_core_content=<af\:selectManyListbox>\n\t\n</af\:selectManyListbox>
+# END NON-TRANSLATABLE
selectManyShuttle_oracle_core_label=selectManyShuttle
selectManyShuttle_oracle_core_desc=Syntax\:\n<af\:selectManyShuttle>\n</af\:selectManyShuttle>\nAttributes\:\nid, readOnly, disabled, shortDesc, onfocus, onblur, onchange, onselect, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, size, leadingHeader, trailingHeader, leadingDescShown, trailingDescShown, immediate, required, validator, valueChangeListener, value, converter, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
selectManyShuttle_oracle_core_content=<af\:selectManyShuttle>\n\t\n</af\:selectManyShuttle>
+# END NON-TRANSLATABLE
selectOneChoice_oracle_core_label=selectOneChoice
selectOneChoice_oracle_core_desc=Syntax\:\n<af\:selectOneChoice>\n</af\:selectOneChoice>\nAttributes\:\nid, readOnly, disabled, shortDesc, label, tip, simple, onfocus, onblur, onchange, onselect, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, messageDescUrl, messageTargetFrame, valign, accessKey, labelAndAccessKey, autoSubmit, immediate, required, validator, valueChangeListener, value, converter, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
selectOneChoice_oracle_core_content=<af\:selectOneChoice>\n\t\n</af\:selectOneChoice>
+# END NON-TRANSLATABLE
selectOneListbox_oracle_core_label=selectOneListbox
selectOneListbox_oracle_core_desc=Syntax\:\n<af\:selectOneListbox>\n</af\:selectOneListbox>\nAttributes\:\nid, size, readOnly, disabled, shortDesc, label, tip, simple, onfocus, onblur, onchange, onselect, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, messageDescUrl, messageTargetFrame, valign, accessKey, labelAndAccessKey, immediate, required, validator, valueChangeListener, value, converter, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
selectOneListbox_oracle_core_content=<af\:selectOneListbox>\n\t\n</af\:selectOneListbox>
+# END NON-TRANSLATABLE
selectOneRadio_oracle_core_label=selectOneRadio
selectOneRadio_oracle_core_desc=Syntax\:\n<af\:selectOneRadio>\n</af\:selectOneRadio>\nAttributes\:\nid, readOnly, disabled, shortDesc, label, tip, simple, onfocus, onblur, onchange, onselect, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, messageDescUrl, messageTargetFrame, valign, accessKey, labelAndAccessKey, immediate, required, validator, valueChangeListener, value, converter, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
selectOneRadio_oracle_core_content=<af\:selectOneRadio>\n\t\n</af\:selectOneRadio>
+# END NON-TRANSLATABLE
selectOrderShuttle_oracle_core_label=selectOrderShuttle
selectOrderShuttle_oracle_core_desc=Syntax\:\n<af\:selectOrderShuttle>\n</af\:selectOrderShuttle>\nAttributes\:\nid, reorderOnly, readOnly, disabled, shortDesc, onfocus, onblur, onchange, onselect, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, size, leadingHeader, trailingHeader, leadingDescShown, trailingDescShown, immediate, required, validator, valueChangeListener, value, converter, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
selectOrderShuttle_oracle_core_content=<af\:selectOrderShuttle>\n\t\n</af\:selectOrderShuttle>
+# END NON-TRANSLATABLE
selectRangeChoiceBar_oracle_core_label=selectRangeChoiceBar
selectRangeChoiceBar_oracle_core_desc=Syntax\:\n<af\:selectRangeChoiceBar>\n</af\:selectRangeChoiceBar>\nAttributes\:\nid, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, first, rows, value, var, immediate, rangeChangeListener, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
selectRangeChoiceBar_oracle_core_content=<af\:selectRangeChoiceBar>\n\t\n</af\:selectRangeChoiceBar>
+# END NON-TRANSLATABLE
setActionListener_oracle_core_label=setActionListener
setActionListener_oracle_core_desc=Syntax\:\n<af\:setActionListener/>\nAttributes\:\nto, from
+# START NON-TRANSLATABLE
setActionListener_oracle_core_content=<af\:setActionListener from\="${from}" to\="${to}"/>
+# END NON-TRANSLATABLE
showDetail_oracle_core_label=showDetail
showDetail_oracle_core_desc=Syntax\:\n<af\:showDetail>\n</af\:showDetail>\nAttributes\:\nid, selected, disclosedText, undisclosedText, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, disclosed, immediate, disclosureListener, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
showDetail_oracle_core_content=<af\:showDetail>\n\t\n</af\:showDetail>
+# END NON-TRANSLATABLE
showDetailHeader_oracle_core_label=showDetailHeader
showDetailHeader_oracle_core_desc=Syntax\:\n<af\:showDetailHeader>\n</af\:showDetailHeader>\nAttributes\:\nid, text, shortText, icon, size, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, disclosed, immediate, disclosureListener, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
showDetailHeader_oracle_core_content=<af\:showDetailHeader>\n\t\n</af\:showDetailHeader>
+# END NON-TRANSLATABLE
showDetailItem_oracle_core_label=showDetailItem
showDetailItem_oracle_core_desc=Syntax\:\n<af\:showDetailItem>\n</af\:showDetailItem>\nAttributes\:\nid, disabled, text, textAndAccessKey, accessKey, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, disclosed, immediate, disclosureListener, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
showDetailItem_oracle_core_content=<af\:showDetailItem>\n\t\n</af\:showDetailItem>
+# END NON-TRANSLATABLE
showOneTabs_oracle_core_label=showOneTabs
showOneTabs_oracle_core_desc=Syntax\:\n<af\:showOneTabs>\n</af\:showOneTabs>\nAttributes\:\nid, position, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
showOneTabs_oracle_core_content=<af\:showOneTabs>\n\t\n</af\:showOneTabs>
+# END NON-TRANSLATABLE
singleStepButtonBar_oracle_core_label=singleStepButtonBar
singleStepButtonBar_oracle_core_desc=Syntax\:\n<af\:singleStepButtonBar>\n</af\:singleStepButtonBar>\nAttributes\:\nid, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, selectedStep, maxStep, text, previousActionListener, nextActionListener, nextAction, previousAction, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
singleStepButtonBar_oracle_core_content=<af\:singleStepButtonBar>\n\t\n</af\:singleStepButtonBar>
+# END NON-TRANSLATABLE
sortableHeader_oracle_core_label=sortableHeader
sortableHeader_oracle_core_desc=Syntax\:\n<af\:sortableHeader>\n</af\:sortableHeader>\nAttributes\:\nid, text, property, abbreviation, messageType, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
sortableHeader_oracle_core_content=<af\:sortableHeader>\n\t\n</af\:sortableHeader>
+# END NON-TRANSLATABLE
styleSheet_oracle_core_label=styleSheet
styleSheet_oracle_core_desc=Syntax\:\n<af\:styleSheet>\n</af\:styleSheet>\nAttributes\:\nid, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
styleSheet_oracle_core_content=<af\:styleSheet>\n\t\n</af\:styleSheet>
+# END NON-TRANSLATABLE
switcher_oracle_core_label=switcher
switcher_oracle_core_desc=Syntax\:\n<af\:switcher>\n</af\:switcher>\nAttributes\:\nid, facetName, defaultFacet, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
switcher_oracle_core_content=<af\:switcher>\n\t\n</af\:switcher>
+# END NON-TRANSLATABLE
table_oracle_core_label=table
table_oracle_core_desc=Syntax\:\n<af\:table>\n</af\:table>\nAttributes\:\nid, allDetailsEnabled, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, width, emptyText, summary, banding, bandingInterval, value, rows, var, first, sortListener, immediate, disclosureListener, rangeChangeListener, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
table_oracle_core_content=<af\:table>\n\t\n</af\:table>
+# END NON-TRANSLATABLE
tableSelectMany_oracle_core_label=tableSelectMany
tableSelectMany_oracle_core_desc=Syntax\:\n<af\:tableSelectMany>\n</af\:tableSelectMany>\nAttributes\:\nid, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, text, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
tableSelectMany_oracle_core_content=<af\:tableSelectMany>\n\t\n</af\:tableSelectMany>
+# END NON-TRANSLATABLE
tableSelectOne_oracle_core_label=tableSelectOne
tableSelectOne_oracle_core_desc=Syntax\:\n<af\:tableSelectOne>\n</af\:tableSelectOne>\nAttributes\:\nid, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, text, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
tableSelectOne_oracle_core_content=<af\:tableSelectOne>\n\t\n</af\:tableSelectOne>
+# END NON-TRANSLATABLE
tree_oracle_core_label=tree
tree_oracle_core_desc=Syntax\:\n<af\:tree>\n</af\:tree>\nAttributes\:\nid, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, var, value, immediate, disclosureListener, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
tree_oracle_core_content=<af\:tree>\n\t\n</af\:tree>
+# END NON-TRANSLATABLE
treeTable_oracle_core_label=treeTable
treeTable_oracle_core_desc=Syntax\:\n<af\:treeTable>\n</af\:treeTable>\nAttributes\:\nid, focusListener, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, width, emptyText, summary, banding, bandingInterval, rangeChangeListener, var, value, immediate, disclosureListener, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
treeTable_oracle_core_content=<af\:treeTable>\n\t\n</af\:treeTable>
+# END NON-TRANSLATABLE
validateByteLength_oracle_core_label=validateByteLength
validateByteLength_oracle_core_desc=Syntax\:\n<af\:validateByteLength/>\nAttributes\:\nencoding, maximumBytes
+# START NON-TRANSLATABLE
validateByteLength_oracle_core_content=<af\:validateByteLength encoding\="${encoding}" maximumBytes\="${maximumBytes}"/>
+# END NON-TRANSLATABLE
validateDateTimeRange_oracle_core_label=validateDateTimeRange
validateDateTimeRange_oracle_core_desc=Syntax\:\n<af\:validateDateTimeRange/>\nAttributes\:\nmaximum, minimum
+# START NON-TRANSLATABLE
validateDateTimeRange_oracle_core_content=<af\:validateDateTimeRange/>
+# END NON-TRANSLATABLE
validateRegExp_oracle_core_label=validateRegExp
validateRegExp_oracle_core_desc=Syntax\:\n<af\:validateRegExp/>\nAttributes\:\npattern
+# START NON-TRANSLATABLE
validateRegExp_oracle_core_content=<af\:validateRegExp/>
+# END NON-TRANSLATABLE
#Oracle ADF Faces HTML
oracle_html_label=Oracle ADF Faces HTML
tag_lib_oracle_html_label=Oracle ADF Faces HTML taglib
tag_lib_oracle_html_desc=Syntax\:\n<%@ taglib uri\="http\://xmlns.oracle.com/adf/faces/EA10/html" prefix\="afh" %>
+# START NON-TRANSLATABLE
tag_lib_oracle_html_content=<%@ taglib uri\="${uri}" prefix\="${prefix}" %>
+# END NON-TRANSLATABLE
tag_lib_oracle_html_uri=http\://xmlns.oracle.com/adf/faces/EA10/html
tag_lib_oracle_html_prefix=afh
body_oracle_html_label=body
body_oracle_html_desc=Syntax\:\n<afh\:body>\n</afh\:body>\nAttributes\:\nid, onload, onunload, initialFocusId, firstClickPassed, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
body_oracle_html_content=<afh\:body>\n\t\n</afh\:body>
+# END NON-TRANSLATABLE
cellFormat_oracle_html_label=cellFormat
cellFormat_oracle_html_desc=Syntax\:\n<afh\:cellFormat>\n</afh\:cellFormat>\nAttributes\:\nid, shortText, halign, valign, width, height, columnSpan, rowSpan, wrappingDisabled, headers, header, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
cellFormat_oracle_html_content=<afh\:cellFormat>\n\t\n</afh\:cellFormat>
+# END NON-TRANSLATABLE
frame_oracle_html_label=frame
frame_oracle_html_desc=Syntax\:\n<afh\:frame>\n</afh\:frame>\nAttributes\:\nid, source, longDescURL, name, width, height, scrolling, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
frame_oracle_html_content=<afh\:frame>\n\t\n</afh\:frame>
+# END NON-TRANSLATABLE
frameBorderLayout_oracle_html_label=frameBorderLayout
frameBorderLayout_oracle_html_desc=Syntax\:\n<afh\:frameBorderLayout>\n</afh\:frameBorderLayout>\nAttributes\:\nid, width, height, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
frameBorderLayout_oracle_html_content=<afh\:frameBorderLayout>\n\t\n</afh\:frameBorderLayout>
+# END NON-TRANSLATABLE
head_oracle_html_label=head
head_oracle_html_desc=Syntax\:\n<afh\:head>\n</afh\:head>\nAttributes\:\nid, title, shortDesc, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
head_oracle_html_content=<afh\:head>\n\t\n</afh\:head>
+# END NON-TRANSLATABLE
html_oracle_html_label=html
html_oracle_html_desc=Syntax\:\n<afh\:html>\n</afh\:html>\nAttributes\:\nid, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
html_oracle_html_content=<afh\:html>\n\t\n</afh\:html>
+# END NON-TRANSLATABLE
rowLayout_oracle_html_label=rowLayout
rowLayout_oracle_html_desc=Syntax\:\n<afh\:rowLayout>\n</afh\:rowLayout>\nAttributes\:\nid, halign, valign, width, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
rowLayout_oracle_html_content=<afh\:rowLayout>\n\t\n</afh\:rowLayout>
+# END NON-TRANSLATABLE
script_oracle_html_label=script
script_oracle_html_desc=Syntax\:\n<afh\:script>\n</afh\:script>\nAttributes\:\nid, text, source, generatesContent, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
script_oracle_html_content=<afh\:script>\n\t\n</afh\:script>
+# END NON-TRANSLATABLE
tableLayout_oracle_html_label=tableLayout
tableLayout_oracle_html_desc=Syntax\:\n<afh\:tableLayout>\n</afh\:tableLayout>\nAttributes\:\nid, width, halign, cellSpacing, cellPadding, borderWidth, summary, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
tableLayout_oracle_html_content=<afh\:tableLayout>\n\t\n</afh\:tableLayout>
+# END NON-TRANSLATABLE
#JSP 2.0
jsp2_label=JSP 2.0
declaration_jsp2_label=declaration
declaration_jsp2_desc=Syntax\:\n<jsp\:declaration>\n</jsp\:declaration>
+# START NON-TRANSLATABLE
declaration_jsp2_content=<jsp\:declaration>\n\t\n</jsp\:declaration>
+# END NON-TRANSLATABLE
expression_jsp2_label=expression
expression_jsp2_desc=Syntax\:\n<jsp\:expression>\n</jsp\:expression>
+# START NON-TRANSLATABLE
expression_jsp2_content=<jsp\:expression>\n\t\n</jsp\:expression>
+# END NON-TRANSLATABLE
scriptlet_jsp2_label=scriptlet
scriptlet_jsp2_desc=Syntax\:\n<jsp\:scriptlet>\n</jsp\:scriptlet>
+# START NON-TRANSLATABLE
scriptlet_jsp2_content=<jsp\:scriptlet>\n\t\n</jsp\:scriptlet>
+# END NON-TRANSLATABLE
attribute_jsp2_label=attribute directive
attribute_jsp2_desc=Syntax\:\n<jsp\:directive.attribute/>\nAttributes\:\nname, required, fragment, rtexprvalue, type, description
+# START NON-TRANSLATABLE
attribute_jsp2_content=<jsp\:directive.attribute name\="${name}"/>
+# END NON-TRANSLATABLE
include_jsp2_label=include directive
include_jsp2_desc=Syntax\:\n<jsp\:directive.include/>\nAttributes\:\nfile
+# START NON-TRANSLATABLE
include_jsp2_content=<jsp\:directive.include file\="${file}"/>
+# END NON-TRANSLATABLE
page_jsp2_label=page directive
page_jsp2_desc=Syntax\:\n<jsp\:directive.page/>\nAttributes\:\nlanguage, extends, import, session, buffer, autoFlush, isThreadSafe, info, errorPage, contentType, charset, isErrorPage, pageEncoding, isELIgnored
+# START NON-TRANSLATABLE
page_jsp2_content=<jsp\:directive.page/>
+# END NON-TRANSLATABLE
tag_jsp2_label=tag directive
tag_jsp2_desc=Syntax\:\n<jsp\:directive.tag/>\nAttributes\:\ndisplay-name, body-content, dynamic-attributes, small-icon, large-icon, description, example, language, import, pageEncoding, isELIgnored
+# START NON-TRANSLATABLE
tag_jsp2_content=<jsp\:directive.tag/>
+# END NON-TRANSLATABLE
variable_jsp2_label=variable directive
variable_jsp2_desc=Syntax\:\n<jsp\:directive.variable/>\nAttributes\:\nname-given, name-from-attribute, alias, variable-class, declare, scope, description
+# START NON-TRANSLATABLE
variable_jsp2_content=<jsp\:directive.variable name-given\="${name-given}"/>
+# END NON-TRANSLATABLE
jsp_attribute_jsp2_label=<jsp\:attribute>
jsp_attribute_jsp2_desc=Syntax\:\n<jsp\:attribute/>\nAttributes\:\nname, trim
+# START NON-TRANSLATABLE
jsp_attribute_jsp2_content=<jsp\:attribute name\="${name}"/>
+# END NON-TRANSLATABLE
jsp_body_jsp2_label=<jsp\:body>
jsp_body_jsp2_desc=Syntax\:\n<jsp\:body>\n</jsp\:body>
+# START NON-TRANSLATABLE
jsp_body_jsp2_content=<jsp\:body>\n\t\n</jsp\:body>
+# END NON-TRANSLATABLE
jsp_element_jsp2_label=<jsp\:element>
jsp_element_jsp2_desc=Syntax\:\n<jsp\:element>\n</jsp\:element>\nAttributes\:\nname
+# START NON-TRANSLATABLE
jsp_element_jsp2_content=<jsp\:element name\="${name}">\n\t\n</jsp\:element>
+# END NON-TRANSLATABLE
jsp_doBody_jsp2_label=<jsp\:doBody>
jsp_doBody_jsp2_desc=Syntax\:\n<jsp\:doBody/>\nAttributes\:\nvar, varReader, scope
+# START NON-TRANSLATABLE
jsp_doBody_jsp2_content=<jsp\:doBody/>
+# END NON-TRANSLATABLE
jsp_forward_jsp2_label=<jsp\:forward>
jsp_forward_jsp2_desc=Syntax\:\n<jsp\:forward/>\nAttributes\:\npage
+# START NON-TRANSLATABLE
jsp_forward_jsp2_content=<jsp\:forward page\="${page}"/>
+# END NON-TRANSLATABLE
jsp_getProperty_jsp2_label=<jsp\:getProperty>
jsp_getProperty_jsp2_desc=Syntax\:\n<jsp\:getProperty/>\nAttributes\:\nname, property
+# START NON-TRANSLATABLE
jsp_getProperty_jsp2_content=<jsp\:getProperty name\="${name} property\="${property}"/>
+# END NON-TRANSLATABLE
jsp_include_jsp2_label=<jsp\:include>
jsp_include_jsp2_desc=Syntax\:\n<jsp\:include/>\nAttributes\:\npage, flush
+# START NON-TRANSLATABLE
jsp_include_jsp2_content=<jsp\:include page\="${page}"/>
+# END NON-TRANSLATABLE
jsp_invoke_jsp2_label=<jsp\:invoke>
jsp_invoke_jsp2_desc=Syntax\:\n<jsp\:invoke/>\nAttributes\:\nfragment, var, varReader, scope
+# START NON-TRANSLATABLE
jsp_invoke_jsp2_content=<jsp\:invoke fragment\="${fragment}"/>
+# END NON-TRANSLATABLE
jsp_output_jsp2_label=<jsp\:output>
jsp_output_jsp2_desc=Syntax\:\n<jsp\:output/>\nAttributes\:\nomit-xml-declaration, doctype-root-element, doctype-system, doctype-public
+# START NON-TRANSLATABLE
jsp_output_jsp2_content=<jsp\:output/>
+# END NON-TRANSLATABLE
jsp_plugin_jsp2_label=<jsp\:plugin>
jsp_plugin_jsp2_desc=Syntax\:\n<jsp\:plugin>\n</jsp\:plugin>\nAttributes\:\ntype, code, codebase, name, archive, align, height, width, hspace, vspace, jreversion, nspluginurl, iepluginurl
+# START NON-TRANSLATABLE
jsp_plugin_jsp2_content=<jsp\:plugin type\="${type}" code\="${code}" codebase\="${codebase}">\n\t\n</jsp\:plugin>
+# END NON-TRANSLATABLE
jsp_root_jsp2_label=<jsp\:root>
jsp_root_jsp2_desc=Syntax\:\n<jsp\:root>\n</jsp\:root>\nAttributes\:\nversion
+# START NON-TRANSLATABLE
jsp_root_jsp2_content=<jsp\:root xmlns\:jsp\="http\://java.sun.com/JSP/Page" version\="${version}">\n\t\n</jsp\:root>
+# END NON-TRANSLATABLE
jsp_setProperty_jsp2_label=<jsp\:setProperty>
jsp_setProperty_jsp2_desc=Syntax\:\n<jsp\:setProperty/>\nAttributes\:\nname, property, param, value
+# START NON-TRANSLATABLE
jsp_setProperty_jsp2_content=<jsp\:setProperty name\="${name}" value\="${value}"/>
+# END NON-TRANSLATABLE
jsp_text_jsp2_label=<jsp\:text>
jsp_text_jsp2_desc=Syntax\:\n<jsp\:text>\n</jsp\:text>
+# START NON-TRANSLATABLE
jsp_text_jsp2_content=<jsp\:text>\n\t\n</jsp\:text>
+# END NON-TRANSLATABLE
jsp_useBean_jsp2_label=<jsp\:useBean>
jsp_useBean_jsp2_desc=Syntax\:\n<jsp\:useBean/>\nAttributes\:\nid, scope, class, type, beanName
+# START NON-TRANSLATABLE
jsp_useBean_jsp2_content=<jsp\:useBean id\="${id}" scope\="${scope}" beanName\="${beanName}" class\="${class}" type\="${type}"/>
+# END NON-TRANSLATABLE
#Templates
#HTML
@@ -844,18 +1240,22 @@
ft_html_label=frame template
ft_html_desc=""
+# example frame filenames could be translated
ft_html_content=<frameset cols\="20%, 80%">\n\t<frameset rows\="100, 200">\n\t\t<frame src\="contents_of_frame1.html">\n\t\t<frame src\="contents_of_frame2.html">\n\t</frameset>\n\t<frame src\="contents_of_frame3.html">\n</frameset>
hft_html_label=horizontal frame template
hft_html_desc=""
+# example frame filenames could be translated
hft_html_content=<frameset rows\="25%,50%,25%">\n\t<frame src\="frame_a.htm">\n\t<frame src\="frame_b.htm">\n\t<frame src\="frame_c.htm">\n</frameset>
nft_html_label=navigation frame template
nft_html_desc=""
+# example frame filenames could be translated
nft_html_content=<frameset cols\="120,*">\n\t<frame src\="tryhtml_contents.htm">\n\t<frame src\="frame_a.htm" name\="showframe">\n</frameset>
vft_html_label=vertical frame template
vft_html_desc=""
+# example frame filenames could be translated
vft_html_content=<frameset cols\="25%,50%,25%">\n\t<frame src\="frame_a.htm">\n\t<frame src\="frame_b.htm">\n\t<frame src\="frame_c.htm">\n</frameset>
alr_html_label=alternate link relationship
@@ -884,11 +1284,15 @@
red_p_html_label=redirect page
red_p_html_desc=""
+# START NON-TRANSLATABLE
red_p_html_content=<head>\n\t<meta http-equiv\="refresh" content\="10; url\=http\://www.espn.com"/>\n</head>
+# END NON-TRANSLATABLE
ref_p_html_label=refresh page
ref_p_html_desc=""
+# START NON-TRANSLATABLE
ref_p_html_content=<head>\n\t<meta http-equiv\="refresh" content\="10"/>\n</head>
+# END NON-TRANSLATABLE
rmt_html_label=revised meta tag
@@ -897,27 +1301,39 @@
scs_html_label=setting character set
scs_html_desc=""
+# START NON-TRANSLATABLE
scs_html_content=<head>\n\t<meta http-equiv\="Content-Type" content\="text/html; charset\=iso-8859-1">\n</head>
+# END NON-TRANSLATABLE
sl_html_label=setting language
sl_html_desc=""
+# START NON-TRANSLATABLE
sl_html_content=<head>\n\t<meta http-equiv\="Content-Language" content\="en">\n</head>
+# END NON-TRANSLATABLE
wc_html_label=without cache
wc_html_desc=""
+# START NON-TRANSLATABLE
wc_html_content=<head>\n\t<meta http-equiv\="pragma" content\="no-cache">\n</head>
+# END NON-TRANSLATABLE
def_sc_js_html_label=definition scripts in JavaScript
def_sc_js_html_desc=Syntax\:\n<script type\="text/javascript">\n</script>\nAtributes\:\ncharset, type, src, defer
+# START NON-TRANSLATABLE
def_sc_js_html_content=<script type\="text/javascript">\n\t\n</script>
+# END NON-TRANSLATABLE
def_sc_tcl_html_label=definition scripts in TCL
def_sc_tcl_html_desc=Syntax\:\n<script type\="text/tcl">\n</script>\nAtributes\:\ncharset, type, src, defer
+# START NON-TRANSLATABLE
def_sc_tcl_html_content=<script type\="text/tcl">\n\t\n</script>
+# END NON-TRANSLATABLE
def_sc_vb_html_label=definition scripts in VBScript
def_sc_vb_html_desc=Syntax\:\n<script type\="text/vbscript">\n</script>\nAtributes\:\ncharset, type, src, defer
+# START NON-TRANSLATABLE
def_sc_vb_html_content=<script type\="text/vbscript">\n\t\n</script>
+# END NON-TRANSLATABLE
tt_html_label=table template
tt_html_desc=""
@@ -928,7 +1344,9 @@
jsp_page_jsp_label=JSP page
jsp_page_jsp_desc=Syntax\:\n<%@ taglib uri\="/WEB-INF/struts-bean.tld" prefix\="bean" %>\n<%@ taglib uri\="/WEB-INF/struts-html.tld" prefix\="html" %>\n<%@ taglib uri\="/WEB-INF/struts-logic.tld" prefix\="logic" %>\n\t\n<html\:html locale\="true">\n\t<head>\n\t\t<title></titler>\n\t</head>\n\t<body>\n\t</body>\n</html\:html>
+# START NON-TRANSLATABLE
jsp_page_jsp_content=<%@ taglib uri\="/WEB-INF/struts-bean.tld" prefix\="bean" %>\n<%@ taglib uri\="/WEB-INF/struts-html.tld" prefix\="html" %>\n<%@ taglib uri\="/WEB-INF/struts-logic.tld" prefix\="logic" %>\n\n<html\:html locale\="true">\n\t<head>\n\t\t<title></title>\n\t</head>\n\t<body>\n\t\t\n\t</body>\n</html\:html>
+# END NON-TRANSLATABLE
#XForms
xforms_label=XForms Templates
@@ -967,6 +1385,7 @@
sub_img_xforms_label=submit image
sub_img_xforms_desc=""
+# example image filename could be translated
sub_img_xforms_content=<xforms\:submit xxforms\:appearance\="image">\n\t<xxforms\:img src\="images/submit.gif"/>\n</xforms\:submit>
sub_lnk_xforms_label=submit link
Modified: trunk/seam/plugins/org.jboss.tools.seam.xml/plugin.properties
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.xml/plugin.properties 2009-03-31 18:02:40 UTC (rev 14391)
+++ trunk/seam/plugins/org.jboss.tools.seam.xml/plugin.properties 2009-04-01 06:08:21 UTC (rev 14392)
@@ -9,17 +9,23 @@
tag_lib_jsf_core_label=JSF Core taglib
tag_lib_jsf_core_desc=Syntax\:\n<%@ taglib uri\="http\://java.sun.com/jsf/core" prefix\="f" %>
+# START NON-TRANSLATABLE
tag_lib_jsf_core_content=<%@ taglib uri\="${uri}" prefix\="${prefix}" %>
tag_lib_jsf_core_uri=http\://java.sun.com/jsf/core
tag_lib_jsf_core_prefix=f
+# END NON-TRANSLATABLE
actionListener_jsf_core_label=actionListener
actionListener_jsf_core_desc=Syntax\:\n<f\:actionListener/>\nAttributes\:\ntype
+# START NON-TRANSLATABLE
actionListener_jsf_core_content=<f\:actionListener type\="${type}"/>
+# END NON-TRANSLATABLE
attribute_jsf_core_label=attribute
attribute_jsf_core_desc=Syntax\:\n<f\:attribute/>\nAttributes\:\nname, value
+# START NON-TRANSLATABLE
attribute_jsf_core_content=<f\:attribute name\="${name}" value\="${value}"/>
+# END NON-TRANSLATABLE
convertDateTime_jsf_core_label=convertDateTime
convertDateTime_jsf_core_desc=Syntax\:\n<f\:convertDateTime/>\nAttributes\:\ndateStyle, locale, pattern, timeStyle, timeZone, type
@@ -27,63 +33,93 @@
convertNumber_jsf_core_label=convertNumber
convertNumber_jsf_core_desc=Syntax\:\n<f\:convertNumber/>\nAttributes\:\ncurrencyCode, currencySymbol, groupingUsed, integerOnly, locale, maxFractionDigits, maxIntegerDigits, minFractionDigits, minIntegerDigits, pattern, type
+# START NON-TRANSLATABLE
convertNumber_jsf_core_content=<f\:convertNumber/>
+# END NON-TRANSLATABLE
converter_jsf_core_label=converter
converter_jsf_core_desc=Syntax\:\n<f\:converter/>\nAttributes\:\nconverterId
+# START NON-TRANSLATABLE
converter_jsf_core_content=<f\:converter converterId\="${converterId}"/>
+# END NON-TRANSLATABLE
facet_jsf_core_label=facet
facet_jsf_core_desc=Syntax\:\n<f\:facet>\n</f\:facet>\nAttributes\:\nname
+# START NON-TRANSLATABLE
facet_jsf_core_content=<f\:facet name\="${name}">\n\t\n</f\:facet>
+# END NON-TRANSLATABLE
loadBundle_jsf_core_label=loadBundle
loadBundle_jsf_core_desc=Syntax\:\n<f\:loadBundle/>\nAttributes\:\nbasename, var
+# START NON-TRANSLATABLE
loadBundle_jsf_core_content=<f\:loadBundle basename\="${basename}" var\="${var}"/>
+# END NON-TRANSLATABLE
param_jsf_core_label=param
param_jsf_core_desc=Syntax\:\n<f\:param>\n</f\:param>\nAttributes\:\nvalue, binding, id, name
+# START NON-TRANSLATABLE
param_jsf_core_content=<f\:param value\="${value}">\n\t\n</f\:param>
+# END NON-TRANSLATABLE
selectItem_jsf_core_label=selectItem
selectItem_jsf_core_desc=Syntax\:\n<f\:selectItem/>\nAttributes\:\nbinding, id, itemDescription, itemDisabled, itemLabel, itemValue, value
+# START NON-TRANSLATABLE
selectItem_jsf_core_content=<f\:selectItem/>
+# END NON-TRANSLATABLE
selectItems_jsf_core_label=selectItems
selectItems_jsf_core_desc=Syntax\:\n<f\:selectItems/>\nAttributes\:\nbinding, id, value
+# START NON-TRANSLATABLE
selectItems_jsf_core_content=<f\:selectItems/>
+# END NON-TRANSLATABLE
subview_jsf_core_label=subview
subview_jsf_core_desc=Syntax\:\n<f\:subview>\n</f\:subview>\nAttributes\:\nid, binding, rendered
+# START NON-TRANSLATABLE
subview_jsf_core_content=<f\:subview id\="${id}">\n\t\n</f\:subview>
+# END NON-TRANSLATABLE
validateDoubleRange_jsf_core_label=validateDoubleRange
validateDoubleRange_jsf_core_desc=Syntax\:\n<f\:validateDoubleRange>\n</f\:validateDoubleRange>\nAttributes\:\nmaximum, minimum
+# START NON-TRANSLATABLE
validateDoubleRange_jsf_core_content=<f\:validateDoubleRange>\n\t\n</f\:validateDoubleRange>
+# END NON-TRANSLATABLE
validateLength_jsf_core_label=validateLength
validateLength_jsf_core_desc=Syntax\:\n<f\:validateLength>\n</f\:validateLength>\nAttributes\:\nmaximum, minimum
+# START NON-TRANSLATABLE
validateLength_jsf_core_content=<f\:validateLength>\n\t\n</f\:validateLength>
+# END NON-TRANSLATABLE
validateLongRange_jsf_core_label=validateLongRange
validateLongRange_jsf_core_desc=Syntax\:\n<f\:validateLongRange>\n</f\:validateLongRange>\nAttributes\:\nmaximum, minimum
+# START NON-TRANSLATABLE
validateLongRange_jsf_core_content=<f\:validateLongRange>\n\t\n</f\:validateLongRange>
+# END NON-TRANSLATABLE
validator_jsf_core_label=validator
validator_jsf_core_desc=Syntax\:\n<f\:validator/>\nAttributes\:\nvalidatorId
+# START NON-TRANSLATABLE
validator_jsf_core_content=<f\:validator validatorId\="${validatorId}"/>
+# END NON-TRANSLATABLE
valueChangeListener_jsf_core_label=valueChangeListener
valueChangeListener_jsf_core_desc=Syntax\:\n<f\:valueChangeListener/>\nAttributes\:\ntype
+# START NON-TRANSLATABLE
valueChangeListener_jsf_core_content=<f\:valueChangeListener type\="${type}"/>
+# END NON-TRANSLATABLE
verbatim_jsf_core_label=verbatim
verbatim_jsf_core_desc=Syntax\:\n<f\:verbatim>\n</f\:verbatim>\nAttributes\:\nescape
+# START NON-TRANSLATABLE
verbatim_jsf_core_content=<f\:verbatim>\n\t\n</f\:verbatim>
+# END NON-TRANSLATABLE
view_jsf_core_label=view
view_jsf_core_desc=Syntax\:\n<f\:view>\n</f\:view>\nAttributes\:\nlocale
+# START NON-TRANSLATABLE
view_jsf_core_content=<f\:view>\n\t\n</f\:view>
+# END NON-TRANSLATABLE
#JSF HTML
jsf_html_label=JSF HTML
@@ -91,109 +127,161 @@
tag_lib_jsf_html_label=JSF HTML taglib
tag_lib_jsf_html_desc=Syntax\:\n<%@ taglib uri\="http\://java.sun.com/jsf/html" prefix\="h" %>
+# START NON-TRANSLATABLE
tag_lib_jsf_html_content=<%@ taglib uri\="${uri}" prefix\="${prefix}" %>
tag_lib_jsf_html_uri=http\://java.sun.com/jsf/html
tag_lib_jsf_html_prefix=h
+# END NON-TRANSLATABLE
column_jsf_html_label=column
column_jsf_html_desc=Syntax\:\n<h\:column>\n</h\:column>\nAttributes\:\nrendered, binding, id
+# START NON-TRANSLATABLE
column_jsf_html_content=<h\:column>\n\t\n</h\:column>
+# END NON-TRANSLATABLE
commandButton_jsf_html_label=commandButton
commandButton_jsf_html_desc=Syntax\:\n<h\:commandButton/>\nAttributes\:\naction, actionListener, id, immediate, rendered, value, accesskey, alt, dir, disabled, image, lang, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, readonly, style, styleClass, tabindex, title, type, binding
+# START NON-TRANSLATABLE
commandButton_jsf_html_content=<h\:commandButton value\="${value}" action\="${action}"/>
+# END NON-TRANSLATABLE
commandLink_jsf_html_label=commandLink
commandLink_jsf_html_desc=Syntax\:\n<h\:commandLink>\n</h\:commandLink>\nAttributes\:\naction, actionListener, id, immediate, rendered, value, accesskey, charset, coords, dir, hreflang, lang, onblur, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, rel, rev, shape, style, styleClass, tabindex, target, title, type, binding
+# START NON-TRANSLATABLE
commandLink_jsf_html_content=<h\:commandLink id\="${id}" value\="${value}">\n\t\n</h\:commandLink>
+# END NON-TRANSLATABLE
dataTable_jsf_html_label=dataTable
dataTable_jsf_html_desc=Syntax\:\n<h\:dataTable>\n</h\:dataTable>\nAttributes\:\nfirst, id, rendered, rows, value, var, bgcolor, border, cellpadding, cellspacing, columnClasses, dir, footerClass, frame, headerClass, lang, onclick, ondblclick, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, rowClasses, rules, style, styleClass, summary, title, width, binding
+# START NON-TRANSLATABLE
dataTable_jsf_html_content=<h\:dataTable value\="${value}" var\="${var}">\n\t\n</h\:dataTable>
+# END NON-TRANSLATABLE
form_jsf_html_label=form
form_jsf_html_desc=Syntax\:\n<h\:form>\n</h\:form>\nAttributes\:\nid, rendered, accept, acceptcharset, dir, enctype, lang, onclick, ondblclick, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onreset, onsubmit, style, styleClass, target, title, binding
+# START NON-TRANSLATABLE
form_jsf_html_content=<h\:form>\n\t\n</h\:form>
+# END NON-TRANSLATABLE
graphicImage_jsf_html_label=graphicImage
graphicImage_jsf_html_desc=Syntax\:\n<h\:graphicImage/>\nAttributes\:\nid, rendered, url, value, alt, dir, height, ismap, lang, longdesc, onclick, ondblclick, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, style, styleClass, title, usemap, width, binding
+# START NON-TRANSLATABLE
graphicImage_jsf_html_content=<h\:graphicImage value\="${value}"/>
+# END NON-TRANSLATABLE
inputHidden_jsf_html_label=inputHidden
inputHidden_jsf_html_desc=Syntax\:\n<h\:inputHidden/>\nAttributes\:\nconverter, id, immediate, rendered, required, validator, value, valueChangeListener, binding
+# START NON-TRANSLATABLE
inputHidden_jsf_html_content=<h\:inputHidden id\="${id}" value\="${value}"/>
+# END NON-TRANSLATABLE
inputSecret_jsf_html_label=inputSecret
inputSecret_jsf_html_desc=Syntax\:\n<h\:inputSecret/>\nAttributes\:\nconverter, id, immediate, rendered, required, validator, value, valueChangeListener, accesskey, alt, dir, disabled, lang, maxlength, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, readonly, redisplay, size, style, styleClass, tabindex, title, binding
+# START NON-TRANSLATABLE
inputSecret_jsf_html_content=<h\:inputSecret id\="${id}" value\="${value}"/>
+# END NON-TRANSLATABLE
inputText_jsf_html_label=inputText
inputText_jsf_html_desc=Syntax\:\n<h\:inputText/>\nAttributes\:\nconverter, id, immediate, rendered, required, validator, value, valueChangeListener, accesskey, alt, dir, disabled, lang, maxlength, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, readonly, size, style, styleClass, tabindex, title, binding
+# START NON-TRANSLATABLE
inputText_jsf_html_content=<h\:inputText id\="${id}" value\="${value}"/>
+# END NON-TRANSLATABLE
inputTextarea_jsf_html_label=inputTextarea
inputTextarea_jsf_html_desc=Syntax\:\n<h\:inputTextarea>\n</h\:inputTextarea>\nAttributes\:\nconverter, id, immediate, rendered, required, validator, value, valueChangeListener, accesskey, cols, dir, disabled, lang, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, readonly, rows, style, styleClass, tabindex, title, binding
+# START NON-TRANSLATABLE
inputTextarea_jsf_html_content=<h\:inputTextarea id\="${id}" value\="${value}">\n\t\n</h\:inputTextarea>
+# END NON-TRANSLATABLE
message_jsf_html_label=message
message_jsf_html_desc=Syntax\:\n<h\:message/>\nAttributes\:\nfor, id, rendered, showDetail, showSummary, errorClass, errorStyle, fatalClass, fatalStyle, infoClass, infoStyle, style, styleClass, title, tooltip, warnClass, warnStyle, binding
+# START NON-TRANSLATABLE
message_jsf_html_content=<h\:message for\="${for}"/>
+# END NON-TRANSLATABLE
messages_jsf_html_label=messages
messages_jsf_html_desc=Syntax\:\n<h\:messages/>\nAttributes\:\nglobalOnly, id, rendered, showDetail, showSummary, errorClass, errorStyle, fatalClass, fatalStyle, infoClass, infoStyle, layout, style, styleClass, title, tooltip, warnClass, warnStyle, binding
+# START NON-TRANSLATABLE
messages_jsf_html_content=<h\:messages id\="${id}"/>
+# END NON-TRANSLATABLE
outputFormat_jsf_html_label=outputFormat
outputFormat_jsf_html_desc=Syntax\:\n<h\:outputFormat>\n</h\:outputFormat>\nAttributes\:\nconverter, id, rendered, value, escape, style, styleClass, title, binding
+# START NON-TRANSLATABLE
outputFormat_jsf_html_content=<h\:outputFormat id\="${id}">\n\t\n</h\:outputFormat>
+# END NON-TRANSLATABLE
outputLabel_jsf_html_label=outputLabel
outputLabel_jsf_html_desc=Syntax\:\n<h\:outputLabel>\n</h\:outputLabel>\nAttributes\:\nfor, converter, id, rendered, value, accesskey, dir, lang, onblur, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, style, styleClass, tabindex, title, binding
+# START NON-TRANSLATABLE
outputLabel_jsf_html_content=<h\:outputLabel for\="${for}">\n\t\n</h\:outputLabel>
+# END NON-TRANSLATABLE
outputLink_jsf_html_label=outputLink
outputLink_jsf_html_desc=Syntax\:\n<h\:outputLink>\n</h\:outputLink>\nAttributes\:\nconverter, id, rendered, value, accesskey, charset, coords, dir, hreflang, lang, onblur, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, rel, rev, shape, style, styleClass, tabindex, target, title, type, binding
+# START NON-TRANSLATABLE
outputLink_jsf_html_content=<h\:outputLink value\="${value}">\n\t\n</h\:outputLink>
+# END NON-TRANSLATABLE
outputText_jsf_html_label=outputText
outputText_jsf_html_desc=Syntax\:\n<h\:outputText/>\nAttributes\:\nconverter, id, rendered, value, escape, style, styleClass, title, binding
+# START NON-TRANSLATABLE
outputText_jsf_html_content=<h\:outputText value\="${value}"/>
+# END NON-TRANSLATABLE
panelGrid_jsf_html_label=panelGrid
panelGrid_jsf_html_desc=Syntax\:\n<h\:panelGrid>\n</h\:panelGrid>\nAttributes\:\nid, rendered, bgcolor, border, cellpadding, cellspacing, columnClasses, columns, dir, footerClass, frame, headerClass, lang, onclick, ondblclick, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, rowClasses, rules, style, styleClass, summary, title, width, binding
+# START NON-TRANSLATABLE
panelGrid_jsf_html_content=<h\:panelGrid columns\="${columns}">\n\t\n</h\:panelGrid>
+# END NON-TRANSLATABLE
panelGroup_jsf_html_label=panelGroup
panelGroup_jsf_html_desc=Syntax\:\n<h\:panelGroup>\n</h\:panelGroup>\nAttributes\:\nid, rendered, style, styleClass, binding
+# START NON-TRANSLATABLE
panelGroup_jsf_html_content=<h\:panelGroup id\="${id}">\n\t\n</h\:panelGroup>
+# END NON-TRANSLATABLE
selectBooleanCheckbox_jsf_html_label=selectBooleanCheckbox
selectBooleanCheckbox_jsf_html_desc=Syntax\:\n<h\:selectBooleanCheckbox>\n</h\:selectBooleanCheckbox>\nAttributes\:\nconverter, id, immediate, rendered, required, validator, value, valueChangeListener, accesskey, dir, disabled, lang, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, readonly, style, styleClass, tabindex, title, binding
+# START NON-TRANSLATABLE
selectBooleanCheckbox_jsf_html_content=<h\:selectBooleanCheckbox id\="${id}">\n\t\n</h\:selectBooleanCheckbox>
+# END NON-TRANSLATABLE
selectManyCheckbox_jsf_html_label=selectManyCheckbox
selectManyCheckbox_jsf_html_desc=Syntax\:\n<h\:selectManyCheckbox>\n</h\:selectManyCheckbox>\nAttributes\:\nconverter, id, immediate, rendered, required, validator, value, valueChangeListener, accesskey, border, dir, disabled, disabledClass, enabledClass, lang, layout, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, readonly, style, styleClass, tabindex, title, binding
+# START NON-TRANSLATABLE
selectManyCheckbox_jsf_html_content=<h\:selectManyCheckbox id\="${id}">\n\t\n</h\:selectManyCheckbox>
+# END NON-TRANSLATABLE
selectManyListbox_jsf_html_label=selectManyListbox
selectManyListbox_jsf_html_desc=Syntax\:\n<h\:selectManyListbox>\n</h\:selectManyListbox>\nAttributes\:\nconverter, id, immediate, rendered, required, validator, value, valueChangeListener, accesskey, dir, disabled, lang, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, readonly, size, style, styleClass, tabindex, title, binding
+# START NON-TRANSLATABLE
selectManyListbox_jsf_html_content=<h\:selectManyListbox id\="${id}">\n\t\n</h\:selectManyListbox>
+# END NON-TRANSLATABLE
selectManyMenu_jsf_html_label=selectManyMenu
selectManyMenu_jsf_html_desc=Syntax\:\n<h\:selectManyMenu>\n</h\:selectManyMenu>\nAttributes\:\nconverter, id, immediate, rendered, required, validator, value, valueChangeListener, accesskey, dir, disabled, lang, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, readonly, style, styleClass, tabindex, title, binding
+# START NON-TRANSLATABLE
selectManyMenu_jsf_html_content=<h\:selectManyMenu id\="${id}">\n\t\n</h\:selectManyMenu>
+# END NON-TRANSLATABLE
selectOneListbox_jsf_html_label=selectOneListbox
selectOneListbox_jsf_html_desc=Syntax\:\n<h\:selectOneListbox>\n</h\:selectOneListbox>\nAttributes\:\nconverter, id, immediate, rendered, required, validator, value, valueChangeListener, accesskey, dir, disabled, lang, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, readonly, size, style, styleClass, tabindex, title, binding
+# START NON-TRANSLATABLE
selectOneListbox_jsf_html_content=<h\:selectOneListbox id\="${id}">\n\t\n</h\:selectOneListbox>
+# END NON-TRANSLATABLE
selectOneMenu_jsf_html_label=selectOneMenu
selectOneMenu_jsf_html_desc=Syntax\:\n<h\:selectOneMenu>\n</h\:selectOneMenu>\nAttributes\:\nconverter, id, immediate, rendered, required, validator, value, valueChangeListener, accesskey, dir, disabled, lang, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, readonly, style, styleClass, tabindex, title, binding
+# START NON-TRANSLATABLE
selectOneMenu_jsf_html_content=<h\:selectOneMenu id\="${id}">\n\t\n</h\:selectOneMenu>
+# END NON-TRANSLATABLE
selectOneRadio_jsf_html_label=selectOneRadio
selectOneRadio_jsf_html_desc=Syntax\:\n<h\:selectOneRadio>\n</h\:selectOneRadio>\nAttributes\:\nconverter, id, immediate, rendered, required, validator, value, valueChangeListener, accesskey, border, dir, disabled, disabledClass, enabledClass, lang, layout, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, readonly, style, styleClass, tabindex, title, binding
+# START NON-TRANSLATABLE
selectOneRadio_jsf_html_content=<h\:selectOneRadio id\="${id}">\n\t\n</h\:selectOneRadio>
+# END NON-TRANSLATABLE
#MyFaces Ext
mf_ext_label=MyFaces Ext
@@ -201,634 +289,942 @@
tag_lib_mf_ext_label=MyFaces Ext taglib
tag_lib_mf_ext_desc=Syntax\:\n<%@ taglib uri\="http\://myfaces.sourceforge.net/tld/myfaces_ext_0_9.tld" prefix\="x" %>
+# START NON-TRANSLATABLE
tag_lib_mf_ext_content=<%@ taglib uri\="${uri}" prefix\="${prefix}" %>
tag_lib_mf_ext_uri=http\://myfaces.sourceforge.net/tld/myfaces_ext_0_9.tld
tag_lib_mf_ext_prefix=x
+# END NON-TRANSLATABLE
checkbox_mf_ext_label=checkbox
checkbox_mf_ext_desc=Syntax\:\n<x\:checkbox>\n</x\:checkbox>\nAttributes\:\nfor, index, id, rendered, binding, transient, enabledOnUserRole, visibleOnUserRole
+# START NON-TRANSLATABLE
checkbox_mf_ext_content=<x\:checkbox for\="${for}" index\="${index}">\n\t\n</x\:checkbox>
+# END NON-TRANSLATABLE
commandButton_mf_ext_label=commandButton
commandButton_mf_ext_desc=Syntax\:\n<x\:commandButton>\n</x\:commandButton>\nAttributes\:\nid, rendered, binding, transient, action, actionListener, immediate, value, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, accesskey, alt, disabled, onblur, onchange, onfocus, onselect, size, tabindex, type, image, enabledOnUserRole, visibleOnUserRole
+# START NON-TRANSLATABLE
commandButton_mf_ext_content=<x\:commandButton>\n\t\n</x\:commandButton>
+# END NON-TRANSLATABLE
commandLink_mf_ext_label=commandLink
commandLink_mf_ext_desc=Syntax\:\n<x\:commandLink>\n</x\:commandLink>\nAttributes\:\nid, rendered, binding, transient, action, actionListener, immediate, value, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, accesskey, charset, coords, hreflang, rel, rev, shape, tabindex, type, onblur, onfocus, target, enabledOnUserRole, visibleOnUserRole
+# START NON-TRANSLATABLE
commandLink_mf_ext_content=<x\:commandLink>\n\t\n</x\:commandLink>
+# END NON-TRANSLATABLE
commandNavigation_mf_ext_label=commandNavigation
commandNavigation_mf_ext_desc=Syntax\:\n<x\:commandNavigation>\n</x\:commandNavigation>\nAttributes\:\nid, rendered, binding, transient, action, actionListener, immediate, value, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, accesskey, charset, coords, hreflang, re, rev, shape, tabindex, type, onblur, onfocus, target, enabledOnUserRole, visibleOnUserRole
+# START NON-TRANSLATABLE
commandNavigation_mf_ext_content=<x\:commandNavigation>\n\t\n</x\:commandNavigation>
+# END NON-TRANSLATABLE
commandSortHeader_mf_ext_label=commandSortHeader
commandSortHeader_mf_ext_desc=Syntax\:\n<x\:commandSortHeader>\n</x\:commandSortHeader>\nAttributes\:\ncolumnName, id, rendered, binding, transient, action, actionListener, immediate, value, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, accesskey, charset, coords, hreflang, re, rev, shape, tabindex, type, onblur, onfocus, target, enabledOnUserRole, visibleOnUserRole, arrow
+# START NON-TRANSLATABLE
commandSortHeader_mf_ext_content=<x\:commandSortHeader columnName\="${columnName}">\n\t\n</x\:commandSortHeader>
+# END NON-TRANSLATABLE
dataList_mf_ext_label=dataList
dataList_mf_ext_desc=Syntax\:\n<x\:dataList>\n</x\:dataList>\nAttributes\:\nvar, id, rendered, binding, transient, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, value, rows, first, enabledOnUserRole, visibleOnUserRole, layout, rowIndexVar, rowCountVar
+# START NON-TRANSLATABLE
dataList_mf_ext_content=<x\:dataList var\="${var}">\n\t\n</x\:dataList>
+# END NON-TRANSLATABLE
dataScroller_mf_ext_label=dataScroller
dataScroller_mf_ext_desc=Syntax\:\n<x\:dataScroller>\n</x\:dataScroller>\nAttributes\:\nid, rendered, binding, transient, enabledOnUserRole, visibleOnUserRole, for, fastStep, pageIndexVar, pageCountVar, styleClass, style, paginator, paginatorMaxPages, paginatorTableClass, paginatorTableStyle, paginatorColumnClass, paginatorColumnStyle, paginatorActiveColumnClass, paginatorActiveColumnStyle
+# START NON-TRANSLATABLE
dataScroller_mf_ext_content=<x\:dataScroller>\n\t\n</x\:dataScroller>
+# END NON-TRANSLATABLE
dataTable_mf_ext_label=dataTable
dataTable_mf_ext_desc=Syntax\:\n<x\:dataTable>\n</x\:dataTable>\nAttributes\:\nvar, id, rendered, binding, transient, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, align, border, bgcolor, cellpadding, cellspacing, datafld, datasrc, dataformatas, frame, rules, summary, width, value, rows, first, columnClasses, footerClass, headerClass, rowClasses, enabledOnUserRole, visibleOnUserRole, preserveDataModel, sortColumn, sortAscending, preserveSort, renderedIfEmpty, rowIndexVar, rowCountVar, previousRowDataVar
+# START NON-TRANSLATABLE
dataTable_mf_ext_content=<x\:dataTable var\="${var}">\n\t\n</x\:dataTable>
+# END NON-TRANSLATABLE
iconProvider_mf_ext_label=iconProvider
iconProvider_mf_ext_desc=Syntax\:\n<x\:iconProvider/>\nAttributes\:\ntype
+# START NON-TRANSLATABLE
iconProvider_mf_ext_content=<x\:iconProvider type\="${type}"/>
+# END NON-TRANSLATABLE
inputCalendar_mf_ext_label=inputCalendar
inputCalendar_mf_ext_desc=Syntax\:\n<x\:inputCalendar>\n</x\:inputCalendar>\nAttributes\:\nid, rendered, binding, transient, value, converter, immediate, required, validator, valueChangeListener, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, dir, lang, style, title, styleClass, enabledOnUserRole, visibleOnUserRole, monthYearRowClass, weekRowClass, dayCellClass, currentDayCellClass, renderAsPopup, popupDateFormat, popupButtonString, popupGotoString, popupTodayString, popupWeekString, popupScrollLeftMessage, popupScrollRightMessage, popupSelectMonthMessage, popupSelectYearMessage, popupSelectDateMessage
+# START NON-TRANSLATABLE
inputCalendar_mf_ext_content=<x\:inputCalendar>\n\t\n</x\:inputCalendar>
+# END NON-TRANSLATABLE
inputDate_mf_ext_label=inputDate
inputDate_mf_ext_desc=Syntax\:\n<x\:inputDate>\n</x\:inputDate>\nAttributes\:\nid, rendered, binding, transient, value, converter, immediate, required, validator, valueChangeListener, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, accesskey, align, alt, datafld, datasrc, dataformatas, disabled, maxlength, onblur, onchange, onfocus, onselect, readonly, size, tabindex, type
+# START NON-TRANSLATABLE
inputDate_mf_ext_content=<x\:inputDate>\n\t\n</x\:inputDate>
+# END NON-TRANSLATABLE
inputFileUpload_mf_ext_label=inputFileUpload
inputFileUpload_mf_ext_desc=Syntax\:\n<x\:inputFileUpload>\n</x\:inputFileUpload>\nAttributes\:\nid, rendered, binding, transient, value, converter, immediate, required, validator, valueChangeListener, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, accesskey, align, alt, datafld, datasrc, dataformatas, disabled, maxlength, onblur, onchange, onfocus, onselect, readonly, size, tabindex, accept, storage
+# START NON-TRANSLATABLE
inputFileUpload_mf_ext_content=<x\:inputFileUpload>\n\t\n</x\:inputFileUpload>
+# END NON-TRANSLATABLE
inputText_mf_ext_label=inputText
inputText_mf_ext_desc=Syntax\:\n<x\:inputText>\n</x\:inputText>\nAttributes\:\nid, rendered, binding, transient, value, converter, immediate, required, validator, valueChangeListener, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, accesskey, align, alt, datafld, datasrc, dataformatas, disabled, maxlength, onblur, onchange, onfocus, onselect, readonly, size, tabindex, escape, enabledOnUserRole, visibleOnUserRole
+# START NON-TRANSLATABLE
inputText_mf_ext_content=<x\:inputText>\n\t\n</x\:inputText>
+# END NON-TRANSLATABLE
inputTextarea_mf_ext_label=inputTextarea
inputTextarea_mf_ext_desc=Syntax\:\n<x\:inputTextarea>\n</x\:inputTextarea>\nAttributes\:\nid, rendered, binding, transient, value, converter, immediate, required, validator, valueChangeListener, accesskey, cols, datafld, datasrc, dataformatas, disabled, onblur, onchange, onfocus, onselect, readonly, rows, tabindex, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, enabledOnUserRole, visibleOnUserRole
+# START NON-TRANSLATABLE
inputTextarea_mf_ext_content=<x\:inputTextarea>\n\t\n</x\:inputTextarea>
+# END NON-TRANSLATABLE
jscookMenu_mf_ext_label=jscookMenu
jscookMenu_mf_ext_desc=Syntax\:\n<x\:jscookMenu>\n</x\:jscookMenu>\nAttributes\:\nlayout, theme, id, rendered, binding, transient, enabledOnUserRole, visibleOnUserRole
+# START NON-TRANSLATABLE
jscookMenu_mf_ext_content=<x\:jscookMenu layout\="${layout}" theme\="${theme}">\n\t\n</x\:jscookMenu>
+# END NON-TRANSLATABLE
message_mf_ext_label=message
message_mf_ext_desc=Syntax\:\n<x\:message>\n</x\:message>\nAttributes\:\nfor, id, rendered, binding, transient, showSummary, showDetail, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, infoClass, infoStyle, warnClass, warnStyle, errorClass, errorStyle, fatalClass, fatalStyle, tooltip, enabledOnUserRole, visibleOnUserRole, summaryFormat, detailFormat
+# START NON-TRANSLATABLE
message_mf_ext_content=<x\:message for\="${for}">\n\t\n</x\:message>
+# END NON-TRANSLATABLE
messages_mf_ext_label=messages
messages_mf_ext_desc=Syntax\:\n<x\:messages>\n</x\:messages>\nAttributes\:\nid, rendered, binding, transient, showSummary, showDetail, globalOnly, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, infoClass, infoStyle, warnClass, warnStyle, errorClass, errorStyle, fatalClass, fatalStyle, layout, tooltip, enabledOnUserRole, visibleOnUserRole, summaryFormat, globalSummaryFormat, detailFormat
+# START NON-TRANSLATABLE
messages_mf_ext_content=<x\:messages>\n\t\n</x\:messages>
+# END NON-TRANSLATABLE
navigationMenuItem_mf_ext_label=navigationMenuItem
navigationMenuItem_mf_ext_desc=Syntax\:\n<x\:navigationMenuItem>\n</x\:navigationMenuItem>\nAttributes\:\nbinding, itemDisabled, id, itemDescription, itemLabel, itemValue, value, enabledOnUserRole, visibleOnUserRole, icon, split, action
+# START NON-TRANSLATABLE
navigationMenuItem_mf_ext_content=<x\:navigationMenuItem>\n\t\n</x\:navigationMenuItem>
+# END NON-TRANSLATABLE
navigationMenuItems_mf_ext_label=navigationMenuItems
navigationMenuItems_mf_ext_desc=Syntax\:\n<x\:navigationMenuItems/>\nAttributes\:\nbinding, id, value
+# START NON-TRANSLATABLE
navigationMenuItems_mf_ext_content=<x\:navigationMenuItems/>
+# END NON-TRANSLATABLE
outputLabel_mf_ext_label=outputLabel
outputLabel_mf_ext_desc=Syntax\:\n<x\:outputLabel>\n</x\:outputLabel>\nAttributes\:\nfor, id, rendered, binding, transient, value, converter, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, accesskey, onblur, onfocus, enabledOnUserRole, visibleOnUserRole
+# START NON-TRANSLATABLE
outputLabel_mf_ext_content=<x\:outputLabel for\="${for}">\n\t\n</x\:outputLabel>
+# END NON-TRANSLATABLE
outputText_mf_ext_label=outputText
outputText_mf_ext_desc=Syntax\:\n<x\:outputText>\n</x\:outputText>\nAttributes\:\nid, rendered, binding, transient, value, converter, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, escape, enabledOnUserRole, visibleOnUserRole
+# START NON-TRANSLATABLE
outputText_mf_ext_content=<x\:outputText>\n\t\n</x\:outputText>
+# END NON-TRANSLATABLE
panelGroup_mf_ext_label=panelGroup
panelGroup_mf_ext_desc=Syntax\:\n<x\:panelGroup>\n</x\:panelGroup>\nAttributes\:\nid, rendered, binding, transient, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, enabledOnUserRole, visibleOnUserRole
+# START NON-TRANSLATABLE
panelGroup_mf_ext_content=<x\:panelGroup>\n\t\n</x\:panelGroup>
+# END NON-TRANSLATABLE
panelLayout_mf_ext_label=panelLayout
panelLayout_mf_ext_desc=Syntax\:\n<x\:panelLayout>\n</x\:panelLayout>\nAttributes\:\nid, rendered, binding, transient, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, align, border, bgcolor, cellpadding, cellspacing, datafld, datasrc, dataformatas, frame, rules, summary, width, layout, headerClass, navigationClass, bodyClass, footerClass, headerStyle, navigationStyle, bodyStyle, footerStyle
+# START NON-TRANSLATABLE
panelLayout_mf_ext_content=<x\:panelLayout>\n\t\n</x\:panelLayout>
+# END NON-TRANSLATABLE
panelNavigation_mf_ext_label=panelNavigation
panelNavigation_mf_ext_desc=Syntax\:\n<x\:panelNavigation>\n</x\:panelNavigation>\nAttributes\:\nid, rendered, binding, transient, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, align, border, bgcolor, cellpadding, cellspacing, datafld, datasrc, dataformatas, frame, rules, summary, width, itemClass, openItemClass, activeItemClass, separatorClass, itemStyle, openItemStyle, activeItemStyle, separatorStyle
+# START NON-TRANSLATABLE
panelNavigation_mf_ext_content=<x\:panelNavigation>\n\t\n</x\:panelNavigation>
+# END NON-TRANSLATABLE
panelStack_mf_ext_label=panelStack
panelStack_mf_ext_desc=Syntax\:\n<x\:panelStack>\n</x\:panelStack>\nAttributes\:\nselectedPanel, id
+# START NON-TRANSLATABLE
panelStack_mf_ext_content=<x\:panelStack selectedPanel\="${selectedPanel}">\n\t\n</x\:panelStack>
+# END NON-TRANSLATABLE
panelTab_mf_ext_label=panelTab
panelTab_mf_ext_desc=Syntax\:\n<x\:panelTab>\n</x\:panelTab>\nAttributes\:\nid, rendered, binding, transient, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, enabledOnUserRole, visibleOnUserRole, label
+# START NON-TRANSLATABLE
panelTab_mf_ext_content=<x\:panelTab>\n\t\n</x\:panelTab>
+# END NON-TRANSLATABLE
panelTabbedPane_mf_ext_label=panelTabbedPane
panelTabbedPane_mf_ext_desc=Syntax\:\n<x\:panelTabbedPane>\n</x\:panelTabbedPane>\nAttributes\:\nid, rendered, binding, transient, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, align, border, bgcolor, cellpadding, cellspacing, datafld, datasrc, dataformatas, frame, rules, summary, width, enabledOnUserRole, visibleOnUserRole, selectedIndex, activeTabStyleClass, inactiveTabStyleClass, activeSubStyleClass, inactiveSubStyleClass, tabContentStyleClass
+# START NON-TRANSLATABLE
panelTabbedPane_mf_ext_content=<x\:panelTabbedPane>\n\t\n</x\:panelTabbedPane>
+# END NON-TRANSLATABLE
radio_mf_ext_label=radio
radio_mf_ext_desc=Syntax\:\n<x\:radio>\n</x\:radio>\nAttributes\:\nfor, index, id, rendered, binding, transient, enabledOnUserRole, visibleOnUserRole
+# START NON-TRANSLATABLE
radio_mf_ext_content=<x\:radio for\="${for}" index\="${index}">\n\t\n</x\:radio>
+# END NON-TRANSLATABLE
rssTicker_mf_ext_label=rssTicker
rssTicker_mf_ext_desc=Syntax\:\n<x\:rssTicker>\n</x\:rssTicker>\nAttributes\:\nrssUrl, dir, lang, style, title, styleClass
+# START NON-TRANSLATABLE
rssTicker_mf_ext_content=<x\:rssTicker rssUrl\="${rssUrl}">\n\t\n</x\:rssTicker>
+# END NON-TRANSLATABLE
saveState_mf_ext_label=saveState
saveState_mf_ext_desc=Syntax\:\n<x\:saveState>\n</x\:saveState>\nAttributes\:\nvalue, id
+# START NON-TRANSLATABLE
saveState_mf_ext_content=<x\:saveState value\="${value}">\n\t\n</x\:saveState>
+# END NON-TRANSLATABLE
selectManyCheckbox_mf_ext_label=selectManyCheckbox
selectManyCheckbox_mf_ext_desc=Syntax\:\n<x\:selectManyCheckbox>\n</x\:selectManyCheckbox>\nAttributes\:\nid, rendered, binding, transient, value, converter, immediate, required, validator, valueChangeListener, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, accesskey, alt, datafld, datasrc, dataformatas, disabled, onblur, onchange, onfocus, onselect, readonly, tabindex, layout, enabledOnUserRole, visibleOnUserRole
+# START NON-TRANSLATABLE
selectManyCheckbox_mf_ext_content=<x\:selectManyCheckbox>\n\t\n</x\:selectManyCheckbox>
+# END NON-TRANSLATABLE
selectOneMenu_mf_ext_label=selectOneMenu
selectOneMenu_mf_ext_desc=Syntax\:\n<x\:selectOneMenu>\n</x\:selectOneMenu>\nAttributes\:\nid, rendered, binding, transient, value, converter, immediate, required, validator, valueChangeListener, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, datafld, datasrc, dataformatas, disabled, onblur, onchange, onfocus, tabindex, readonly, enabledOnUserRole, visibleOnUserRole
+# START NON-TRANSLATABLE
selectOneMenu_mf_ext_content=<x\:selectOneMenu>\n\t\n</x\:selectOneMenu>
+# END NON-TRANSLATABLE
selectOneRadio_mf_ext_label=selectOneRadio
selectOneRadio_mf_ext_desc=Syntax\:\n<x\:selectOneRadio>\n</x\:selectOneRadio>\nAttributes\:\nid, rendered, binding, transient, value, converter, immediate, required, validator, valueChangeListener, dir, lang, style, title, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, accesskey, alt, datafld, datasrc, dataformatas, disabled, onblur, onchange, onfocus, onselect, readonly, tabindex, layout, border, enabledOnUserRole, visibleOnUserRole
+# START NON-TRANSLATABLE
selectOneRadio_mf_ext_content=<x\:selectOneRadio>\n\t\n</x\:selectOneRadio>
+# END NON-TRANSLATABLE
stylesheet_mf_ext_label=stylesheet
stylesheet_mf_ext_desc=Syntax\:\n<x\:stylesheet>\n</x\:stylesheet>\nAttributes\:\npath, id, rendered, binding, transient, enabledOnUserRole, visibleOnUserRole
+# START NON-TRANSLATABLE
stylesheet_mf_ext_content=<x\:stylesheet path\="${path}">\n\t\n</x\:stylesheet>
+# END NON-TRANSLATABLE
tabChangeListener_mf_ext_label=tabChangeListener
tabChangeListener_mf_ext_desc=Syntax\:\n<x\:tabChangeListener/>\nAttributes\:\ntype
+# START NON-TRANSLATABLE
tabChangeListener_mf_ext_content=<x\:tabChangeListener type\="${type}"/>
+# END NON-TRANSLATABLE
tree_mf_ext_label=tree
tree_mf_ext_desc=Syntax\:\n<x\:tree>\n</x\:tree>\nAttributes\:\nvalue, id, styleClass, nodeClass, selectedNodeClass, iconClass, iconLine, iconNoline, iconChild, iconChildFirst, iconChildMiddle, iconChildLast, iconNodeOpen, iconNodeOpenFirst, iconNodeOpenMiddle, iconNodeOpenLast, iconNodeClose, iconNodeCloseFirst, iconNodeCloseMiddle, iconNodeCloseLast, expandRoot, expireListeners
+# START NON-TRANSLATABLE
tree_mf_ext_content=<x\:tree value\="${value}">\n\t\n</x\:tree>
+# END NON-TRANSLATABLE
treeSelectionListener_mf_ext_label=treeSelectionListener
treeSelectionListener_mf_ext_desc=Syntax\:\n<x\:treeSelectionListener/>\nAttributes\:\ntype
+# START NON-TRANSLATABLE
treeSelectionListener_mf_ext_content=<x\:treeSelectionListener type\="${type}"/>
+# END NON-TRANSLATABLE
updateActionListener_mf_ext_label=updateActionListener
updateActionListener_mf_ext_desc=Syntax\:\n<x\:updateActionListener>\n</x\:updateActionListener>\nAttributes\:\nproperty, value, converter
+# START NON-TRANSLATABLE
updateActionListener_mf_ext_content=<x\:updateActionListener property\="${property}" value\="${value}">\n\t\n</x\:updateActionListener>
+# END NON-TRANSLATABLE
validateCreditCard_mf_ext_label=validateCreditCard
validateCreditCard_mf_ext_desc=Syntax\:\n<x\:validateCreditCard>\n</x\:validateCreditCard>\nAttributes\:\nnone, amex, visa, mastercard, discover
+# START NON-TRANSLATABLE
validateCreditCard_mf_ext_content=<x\:validateCreditCard>\n\t\n</x\:validateCreditCard>
+# END NON-TRANSLATABLE
validateEmail_mf_ext_label=validateEmail
validateEmail_mf_ext_desc=Syntax\:\n<x\:validateEmail>\n</x\:validateEmail>
+# START NON-TRANSLATABLE
validateEmail_mf_ext_content=<x\:validateEmail>\n\t\n</x\:validateEmail>
+# END NON-TRANSLATABLE
validateEqual_mf_ext_label=validateEqual
validateEqual_mf_ext_desc=Syntax\:\n<x\:validateEqual>\n</x\:validateEqual>\nAttributes\:\nfor
+# START NON-TRANSLATABLE
validateEqual_mf_ext_content=<x\:validateEqual for\="${for}">\n\t\n</x\:validateEqual>
+# END NON-TRANSLATABLE
validateRegExpr_mf_ext_label=validateRegExpr
validateRegExpr_mf_ext_desc=Syntax\:\n<x\:validateRegExpr>\n</x\:validateRegExpr>\nAttributes\:\npattern
+# START NON-TRANSLATABLE
validateRegExpr_mf_ext_content=<x\:validateRegExpr pattern\="${pattern}">\n\t\n</x\:validateRegExpr>
+# END NON-TRANSLATABLE
#Oracle ADF Faces Core
oracle_core_label=Oracle ADF Faces Core
tag_lib_oracle_core_label=Oracle ADF Faces Core taglib
tag_lib_oracle_core_desc=Syntax\:\n<%@ taglib uri\="http\://xmlns.oracle.com/adf/faces/EA10" prefix\="af" %>
+# START NON-TRANSLATABLE
tag_lib_oracle_core_content=<%@ taglib uri\="${uri}" prefix\="${prefix}" %>
tag_lib_oracle_core_uri=http\://xmlns.oracle.com/adf/faces/EA10
tag_lib_oracle_core_prefix=af
+# END NON-TRANSLATABLE
chooseColor_oracle_core_label=chooseColor
chooseColor_oracle_core_desc=Syntax\:\n<af\:chooseColor>\n</af\:chooseColor>\nAttributes\:\nid, colorData, customColorData, width, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
chooseColor_oracle_core_content=<af\:chooseColor>\n\t\n</af\:chooseColor>
+# END NON-TRANSLATABLE
chooseDate_oracle_core_label=chooseDate
chooseDate_oracle_core_desc=Syntax\:\n<af\:chooseDate>\n</af\:chooseDate>\nAttributes\:\nid, minValue, maxValue, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
chooseDate_oracle_core_content=<af\:chooseDate>\n\t\n</af\:chooseDate>
+# END NON-TRANSLATABLE
column_oracle_core_label=column
column_oracle_core_desc=Syntax\:\n<af\:column>\n</af\:column>\nAttributes\:\nid, formatType, gridVisible, width, bandingShade, noWrap, headerNoWrap, separateRows, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
column_oracle_core_content=<af\:column>\n\t\n</af\:column>
+# END NON-TRANSLATABLE
commandButton_oracle_core_label=commandButton
commandButton_oracle_core_desc=Syntax\:\n<af\:commandButton>\n</af\:commandButton>\nAttributes\:\nid, text, disabled, textAndAccessKey, accessKey, partialSubmit, shortDesc, windowWidth, windowHeight, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, action, actionListener, returnListener, immediate, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
commandButton_oracle_core_content=<af\:commandButton>\n\t\n</af\:commandButton>
+# END NON-TRANSLATABLE
commandGlobalButton_oracle_core_label=commandGlobalButton
commandGlobalButton_oracle_core_desc=Syntax\:\n<af\:commandGlobalButton>\n</af\:commandGlobalButton>\nAttributes\:\nid, text, icon, selected, disabled, textAndAccessKey, accessKey, onfocus, onblur, action, actionListener, returnListener, immediate, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
commandGlobalButton_oracle_core_content=<af\:commandGlobalButton>\n\t\n</af\:commandGlobalButton>
+# END NON-TRANSLATABLE
commandLink_oracle_core_label=commandLink
commandLink_oracle_core_desc=Syntax\:\n<af\:commandLink>\n</af\:commandLink>\nAttributes\:\nid, text, selected, disabled, textAndAccessKey, accessKey, onfocus, onblur, partialSubmit, shortDesc, windowWidth, windowHeight, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, action, actionListener, returnListener, immediate, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
commandLink_oracle_core_content=<af\:commandLink>\n\t\n</af\:commandLink>
+# END NON-TRANSLATABLE
commandOption_oracle_core_label=commandOption
commandOption_oracle_core_desc=Syntax\:\n<af\:commandOption>\n</af\:commandOption>\nAttributes\:\nid, text, selected, longDesc, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, action, actionListener, returnListener, immediate, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
commandOption_oracle_core_content=<af\:commandOption>\n\t\n</af\:commandOption>
+# END NON-TRANSLATABLE
convertColor_oracle_core_label=convertColor
convertColor_oracle_core_desc=Syntax\:\n<af\:convertColor/>\nAttributes\:\npatterns, transparentAllowed
+# START NON-TRANSLATABLE
convertColor_oracle_core_content=<af\:convertColor/>
+# END NON-TRANSLATABLE
forEach_oracle_core_label=forEach
forEach_oracle_core_desc=Syntax\:\n<af\:forEach>\n</af\:forEach>\nAttributes\:\nitems, var, begin, end, step
+# START NON-TRANSLATABLE
forEach_oracle_core_content=<af\:forEach var\="${var}" items\="${items}">\n\t\n</af\:forEach>
+# END NON-TRANSLATABLE
form_oracle_core_label=form
form_oracle_core_desc=Syntax\:\n<af\:form>\n</af\:form>\nAttributes\:\nid, targetFrame, usesUpload, onsubmit, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
form_oracle_core_content=<af\:form>\n\t\n</af\:form>
+# END NON-TRANSLATABLE
goButton_oracle_core_label=goButton
goButton_oracle_core_desc=Syntax\:\n<af\:goButton>\n</af\:goButton>\nAttributes\:\nid, text, longDesc, selected, disabled, textAndAccessKey, accessKey, shortDesc, onfocus, onblur, targetFrame, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, destination, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
goButton_oracle_core_content=<af\:goButton>\n\t\n</af\:goButton>
+# END NON-TRANSLATABLE
goLink_oracle_core_label=goLink
goLink_oracle_core_desc=Syntax\:\n<af\:goLink>\n</af\:goLink>\nAttributes\:\nid, text, longDesc, selected, disabled, textAndAccessKey, accessKey, shortDesc, onfocus, onblur, targetFrame, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, destination, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
goLink_oracle_core_content=<af\:goLink>\n\t\n</af\:goLink>
+# END NON-TRANSLATABLE
importScript_oracle_core_label=importScript
importScript_oracle_core_desc=Syntax\:\n<af\:importScript>\n</af\:importScript>\nAttributes\:\nid, names, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
importScript_oracle_core_content=<af\:importScript>\n\t\n</af\:importScript>
+# END NON-TRANSLATABLE
inputFile_oracle_core_label=inputFile
inputFile_oracle_core_desc=Syntax\:\n<af\:inputFile>\n</af\:inputFile>\nAttributes\:\nid, columns, onfocus, onblur, onchange, onselect, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, messageDescUrl, messageTargetFrame, valign, accessKey, labelAndAccessKey, disabled, shortDesc, label, tip, simple, immediate, required, validator, valueChangeListener, value, converter, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
inputFile_oracle_core_content=<af\:inputFile>\n\t\n</af\:inputFile>
+# END NON-TRANSLATABLE
inputHidden_oracle_core_label=inputHidden
inputHidden_oracle_core_desc=Syntax\:\n<af\:inputHidden>\n</af\:inputHidden>\nAttributes\:\nid, immediate, required, validator, valueChangeListener, value, converter, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
inputHidden_oracle_core_content=<af\:inputHidden>\n\t\n</af\:inputHidden>
+# END NON-TRANSLATABLE
inputText_oracle_core_label=inputText
inputText_oracle_core_desc=Syntax\:\n<af\:inputText>\n</af\:inputText>\nAttributes\:\nid, rows, columns, maximumLength, wrap, secret, readOnly, disabled, shortDesc, label, tip, simple, onfocus, onblur, onchange, onselect, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, messageDescUrl, messageTargetFrame, valign, accessKey, labelAndAccessKey, autoSubmit, immediate, required, validator, valueChangeListener, value, converter, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
inputText_oracle_core_content=<af\:inputText>\n\t\n</af\:inputText>
+# END NON-TRANSLATABLE
menuBar_oracle_core_label=menuBar
menuBar_oracle_core_desc=Syntax\:\n<af\:menuBar>\n</af\:menuBar>\nAttributes\:\nid, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
menuBar_oracle_core_content=<af\:menuBar>\n\t\n</af\:menuBar>
+# END NON-TRANSLATABLE
menuButtons_oracle_core_label=menuButtons
menuButtons_oracle_core_desc=Syntax\:\n<af\:menuButtons>\n</af\:menuButtons>\nAttributes\:\nid, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
menuButtons_oracle_core_content=<af\:menuButtons>\n\t\n</af\:menuButtons>
+# END NON-TRANSLATABLE
menuChoice_oracle_core_label=menuChoice
menuChoice_oracle_core_desc=Syntax\:\n<af\:menuChoice>\n</af\:menuChoice>\nAttributes\:\nid, title, readOnly, disabled, onfocus, onblur, onchange, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
menuChoice_oracle_core_content=<af\:menuChoice>\n\t\n</af\:menuChoice>
+# END NON-TRANSLATABLE
menuPath_oracle_core_label=menuPath
menuPath_oracle_core_desc=Syntax\:\n<af\:menuPath>\n</af\:menuPath>\nAttributes\:\nid, orientation, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
menuPath_oracle_core_content=<af\:menuPath>\n\t\n</af\:menuPath>
+# END NON-TRANSLATABLE
menuTabs_oracle_core_label=menuTabs
menuTabs_oracle_core_desc=Syntax\:\n<af\:menuTabs>\n</af\:menuTabs>\nAttributes\:\nid, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
menuTabs_oracle_core_content=<af\:menuTabs>\n\t\n</af\:menuTabs>
+# END NON-TRANSLATABLE
message_oracle_core_label=message
message_oracle_core_desc=Syntax\:\n<af\:message>\n</af\:message>\nAttributes\:\nid, tip, message, messageType, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, for, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
message_oracle_core_content=<af\:message>\n\t\n</af\:message>
+# END NON-TRANSLATABLE
messages_oracle_core_label=messages
messages_oracle_core_desc=Syntax\:\n<af\:messages>\n</af\:messages>\nAttributes\:\nid, messageType, message, text, automatic, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
messages_oracle_core_content=<af\:messages>\n\t\n</af\:messages>
+# END NON-TRANSLATABLE
objectIcon_oracle_core_label=objectIcon
objectIcon_oracle_core_desc=Syntax\:\n<af\:objectIcon>\n</af\:objectIcon>\nAttributes\:\nid, name, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
objectIcon_oracle_core_content=<af\:objectIcon>\n\t\n</af\:objectIcon>
+# END NON-TRANSLATABLE
objectImage_oracle_core_label=objectImage
objectImage_oracle_core_desc=Syntax\:\n<af\:objectImage>\n</af\:objectImage>\nAttributes\:\nid, source, height, width, halign, longDescURL, borderWidth, text, imageMapType, accessKey, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
objectImage_oracle_core_content=<af\:objectImage>\n\t\n</af\:objectImage>
+# END NON-TRANSLATABLE
objectLegend_oracle_core_label=objectLegend
objectLegend_oracle_core_desc=Syntax\:\n<af\:objectLegend>\n</af\:objectLegend>\nAttributes\:\nid, name, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
objectLegend_oracle_core_content=<af\:objectLegend>\n\t\n</af\:objectLegend>
+# END NON-TRANSLATABLE
objectMedia_oracle_core_label=objectMedia
objectMedia_oracle_core_desc=Syntax\:\n<af\:objectMedia>\n</af\:objectMedia>\nAttributes\:\nid, width, height, innerWidth, innerHeight, source, autostart, playCount, contentType, standbyText, player, controls, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
objectMedia_oracle_core_content=<af\:objectMedia>\n\t\n</af\:objectMedia>
+# END NON-TRANSLATABLE
objectSeparator_oracle_core_label=objectSeparator
objectSeparator_oracle_core_desc=Syntax\:\n<af\:objectSeparator>\n</af\:objectSeparator>\nAttributes\:\nid, shortDesc, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
objectSeparator_oracle_core_content=<af\:objectSeparator>\n\t\n</af\:objectSeparator>
+# END NON-TRANSLATABLE
objectSpacer_oracle_core_label=objectSpacer
objectSpacer_oracle_core_desc=Syntax\:\n<af\:objectSpacer>\n</af\:objectSpacer>\nAttributes\:\nid, width, height, shortDesc, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
objectSpacer_oracle_core_content=<af\:objectSpacer>\n\t\n</af\:objectSpacer>
+# END NON-TRANSLATABLE
outputFormatted_oracle_core_label=outputFormatted
outputFormatted_oracle_core_desc=Syntax\:\n<af\:outputFormatted>\n</af\:outputFormatted>\nAttributes\:\nid, styleUsage, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, value, converter, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
outputFormatted_oracle_core_content=<af\:outputFormatted>\n\t\n</af\:outputFormatted>
+# END NON-TRANSLATABLE
outputLabel_oracle_core_label=outputLabel
outputLabel_oracle_core_desc=Syntax\:\n<af\:outputLabel>\n</af\:outputLabel>\nAttributes\:\nid, accessKey, valueAndAccessKey, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, messageType, for, anchor, value, converter, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
outputLabel_oracle_core_content=<af\:outputLabel>\n\t\n</af\:outputLabel>
+# END NON-TRANSLATABLE
outputText_oracle_core_label=outputText
outputText_oracle_core_desc=Syntax\:\n<af\:outputText>\n</af\:outputText>\nAttributes\:\nid, truncateAt, description, escape, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, value, converter, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
outputText_oracle_core_content=<af\:outputText>\n\t\n</af\:outputText>
+# END NON-TRANSLATABLE
panelBorder_oracle_core_label=panelBorder
panelBorder_oracle_core_desc=Syntax\:\n<af\:panelBorder>\n</af\:panelBorder>\nAttributes\:\nid, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
panelBorder_oracle_core_content=<af\:panelBorder>\n\t\n</af\:panelBorder>
+# END NON-TRANSLATABLE
panelBox_oracle_core_label=panelBox
panelBox_oracle_core_desc=Syntax\:\n<af\:panelBox>\n</af\:panelBox>\nAttributes\:\nid, width, background, text, icon, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
panelBox_oracle_core_content=<af\:panelBox>\n\t\n</af\:panelBox>
+# END NON-TRANSLATABLE
panelButtonBar_oracle_core_label=panelButtonBar
panelButtonBar_oracle_core_desc=Syntax\:\n<af\:panelButtonBar>\n</af\:panelButtonBar>\nAttributes\:\nid, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
panelButtonBar_oracle_core_content=<af\:panelButtonBar>\n\t\n</af\:panelButtonBar>
+# END NON-TRANSLATABLE
panelForm_oracle_core_label=panelForm
panelForm_oracle_core_desc=Syntax\:\n<af\:panelForm>\n</af\:panelForm>\nAttributes\:\nid, rows, maxColumns, width, labelWidth, fieldWidth, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
panelForm_oracle_core_content=<af\:panelForm>\n\t\n</af\:panelForm>
+# END NON-TRANSLATABLE
panelGroup_oracle_core_label=panelGroup
panelGroup_oracle_core_desc=Syntax\:\n<af\:panelGroup>\n</af\:panelGroup>\nAttributes\:\nid, type, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
panelGroup_oracle_core_content=<af\:panelGroup>\n\t\n</af\:panelGroup>
+# END NON-TRANSLATABLE
panelHeader_oracle_core_label=panelHeader
panelHeader_oracle_core_desc=Syntax\:\n<af\:panelHeader>\n</af\:panelHeader>\nAttributes\:\nid, text, shortText, icon, messageType, size, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
panelHeader_oracle_core_content=<af\:panelHeader>\n\t\n</af\:panelHeader>
+# END NON-TRANSLATABLE
panelLabelAndMessage_oracle_core_label=panelLabelAndMessage
panelLabelAndMessage_oracle_core_desc=Syntax\:\n<af\:panelLabelAndMessage>\n</af\:panelLabelAndMessage>\nAttributes\:\nid, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, label, messageDescUrl, messageTargetFrame, valign, messageType, tip, message, anchor, contentStyleClass, accessKey, labelAndAccessKey, for, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
panelLabelAndMessage_oracle_core_content=<af\:panelLabelAndMessage>\n\t\n</af\:panelLabelAndMessage>
+# END NON-TRANSLATABLE
panelList_oracle_core_label=panelList
panelList_oracle_core_desc=Syntax\:\n<af\:panelList>\n</af\:panelList>\nAttributes\:\nid, rows, maxColumns, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
panelList_oracle_core_content=<af\:panelList>\n\t\n</af\:panelList>
+# END NON-TRANSLATABLE
panelPage_oracle_core_label=panelPage
panelPage_oracle_core_desc=Syntax\:\n<af\:panelPage>\n</af\:panelPage>\nAttributes\:\nid, title, messageType, chromeType, quickLinksShown, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
panelPage_oracle_core_content=<af\:panelPage>\n\t\n</af\:panelPage>
+# END NON-TRANSLATABLE
panelPageHeader_oracle_core_label=panelPageHeader
panelPageHeader_oracle_core_desc=Syntax\:\n<af\:panelPageHeader>\n</af\:panelPageHeader>\nAttributes\:\nid, chromeType, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
panelPageHeader_oracle_core_content=<af\:panelPageHeader>\n\t\n</af\:panelPageHeader>
+# END NON-TRANSLATABLE
panelPartialRoot_oracle_core_label=panelPartialRoot
panelPartialRoot_oracle_core_desc=Syntax\:\n<af\:panelPartialRoot>\n</af\:panelPartialRoot>\nAttributes\:\nid, shortDesc, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
panelPartialRoot_oracle_core_content=<af\:panelPartialRoot>\n\t\n</af\:panelPartialRoot>
+# END NON-TRANSLATABLE
panelSideBar_oracle_core_label=panelSideBar
panelSideBar_oracle_core_desc=Syntax\:\n<af\:panelSideBar>\n</af\:panelSideBar>\nAttributes\:\nid, width, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
panelSideBar_oracle_core_content=<af\:panelSideBar>\n\t\n</af\:panelSideBar>
+# END NON-TRANSLATABLE
panelTip_oracle_core_label=panelTip
panelTip_oracle_core_desc=Syntax\:\n<af\:panelTip>\n</af\:panelTip>\nAttributes\:\nid, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
panelTip_oracle_core_content=<af\:panelTip>\n\t\n</af\:panelTip>
+# END NON-TRANSLATABLE
process_oracle_core_label=process
process_oracle_core_desc=Syntax\:\n<af\:process>\n</af\:process>\nAttributes\:\nid, value, action, actionListener, immediate, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
process_oracle_core_content=<af\:process>\n\t\n</af\:process>
+# END NON-TRANSLATABLE
processChoiceBar_oracle_core_label=processChoiceBar
processChoiceBar_oracle_core_desc=Syntax\:\n<af\:processChoiceBar>\n</af\:processChoiceBar>\nAttributes\:\nid, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, value, action, actionListener, immediate, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
processChoiceBar_oracle_core_content=<af\:processChoiceBar>\n\t\n</af\:processChoiceBar>
+# END NON-TRANSLATABLE
processTrain_oracle_core_label=processTrain
processTrain_oracle_core_desc=Syntax\:\n<af\:processTrain>\n</af\:processTrain>\nAttributes\:\nid, readOnly, subTrain, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, value, action, actionListener, immediate, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
processTrain_oracle_core_content=<af\:processTrain>\n\t\n</af\:processTrain>
+# END NON-TRANSLATABLE
resetButton_oracle_core_label=resetButton
resetButton_oracle_core_desc=Syntax\:\n<af\:resetButton>\n</af\:resetButton>\nAttributes\:\nid, text, disabled, textAndAccessKey, accessKey, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
resetButton_oracle_core_content=<af\:resetButton>\n\t\n</af\:resetButton>
+# END NON-TRANSLATABLE
selectBooleanCheckbox_oracle_core_label=selectBooleanCheckbox
selectBooleanCheckbox_oracle_core_desc=Syntax\:\n<af\:selectBooleanCheckbox>\n</af\:selectBooleanCheckbox>\nAttributes\:\nid, autoSubmit, readOnly, disabled, shortDesc, label, tip, simple, text, accessKey, textAndAccessKey, onfocus, onblur, onchange, onselect, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, messageDescUrl, messageTargetFrame, valign, selected, immediate, required, validator, valueChangeListener, value, converter, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
selectBooleanCheckbox_oracle_core_content=<af\:selectBooleanCheckbox>\n\t\n</af\:selectBooleanCheckbox>
+# END NON-TRANSLATABLE
selectBooleanRadio_oracle_core_label=selectBooleanRadio
selectBooleanRadio_oracle_core_desc=Syntax\:\n<af\:selectBooleanRadio>\n</af\:selectBooleanRadio>\nAttributes\:\nid, autoSubmit, readOnly, disabled, shortDesc, label, tip, simple, text, accessKey, textAndAccessKey, group, onfocus, onblur, onchange, onselect, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, messageDescUrl, messageTargetFrame, valign, selected, immediate, required, validator, valueChangeListener, value, converter, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
selectBooleanRadio_oracle_core_content=<af\:selectBooleanRadio>\n\t\n</af\:selectBooleanRadio>
+# END NON-TRANSLATABLE
selectInputColor_oracle_core_label=selectInputColor
selectInputColor_oracle_core_desc=Syntax\:\n<af\:selectInputColor>\n</af\:selectInputColor>\nAttributes\:\nid, compact, chooseId, readOnly, disabled, shortDesc, label, tip, simple, onfocus, onblur, onchange, onselect, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, messageDescUrl, messageTargetFrame, valign, accessKey, labelAndAccessKey, immediate, required, validator, valueChangeListener, value, converter, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
selectInputColor_oracle_core_content=<af\:selectInputColor>\n\t\n</af\:selectInputColor>
+# END NON-TRANSLATABLE
selectInputDate_oracle_core_label=selectInputDate
selectInputDate_oracle_core_desc=Syntax\:\n<af\:selectInputDate>\n</af\:selectInputDate>\nAttributes\:\nid, chooseId, readOnly, disabled, shortDesc, label, tip, simple, onfocus, onblur, onchange, onselect, styleClass, inlineStyle, partialTriggers, messageDescUrl, messageTargetFrame, valign, accessKey, labelAndAccessKey, immediate, required, validator, valueChangeListener, value, converter, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
selectInputDate_oracle_core_content=<af\:selectInputDate>\n\t\n</af\:selectInputDate>
+# END NON-TRANSLATABLE
selectItem_oracle_core_label=selectItem
selectItem_oracle_core_desc=Syntax\:\n<af\:selectItem>\n</af\:selectItem>\nAttributes\:\nid, label, disabled, shortDesc, longDesc, styleClass. onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, value, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
selectItem_oracle_core_content=<af\:selectItem>\n\t\n</af\:selectItem>
+# END NON-TRANSLATABLE
selectManyListbox_oracle_core_label=selectManyListbox
selectManyListbox_oracle_core_desc=Syntax\:\n<af\:selectManyListbox>\n</af\:selectManyListbox>\nAttributes\:\nid, size, readOnly, disabled, shortDesc, label, tip, simple, onfocus, onblur, onchange, onselect, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, messageDescUrl, messageTargetFrame, valign, accessKey, labelAndAccessKey, immediate, required, validator, valueChangeListener, value, converter, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
selectManyListbox_oracle_core_content=<af\:selectManyListbox>\n\t\n</af\:selectManyListbox>
+# END NON-TRANSLATABLE
selectManyShuttle_oracle_core_label=selectManyShuttle
selectManyShuttle_oracle_core_desc=Syntax\:\n<af\:selectManyShuttle>\n</af\:selectManyShuttle>\nAttributes\:\nid, readOnly, disabled, shortDesc, onfocus, onblur, onchange, onselect, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, size, leadingHeader, trailingHeader, leadingDescShown, trailingDescShown, immediate, required, validator, valueChangeListener, value, converter, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
selectManyShuttle_oracle_core_content=<af\:selectManyShuttle>\n\t\n</af\:selectManyShuttle>
+# END NON-TRANSLATABLE
selectOneChoice_oracle_core_label=selectOneChoice
selectOneChoice_oracle_core_desc=Syntax\:\n<af\:selectOneChoice>\n</af\:selectOneChoice>\nAttributes\:\nid, readOnly, disabled, shortDesc, label, tip, simple, onfocus, onblur, onchange, onselect, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, messageDescUrl, messageTargetFrame, valign, accessKey, labelAndAccessKey, autoSubmit, immediate, required, validator, valueChangeListener, value, converter, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
selectOneChoice_oracle_core_content=<af\:selectOneChoice>\n\t\n</af\:selectOneChoice>
+# END NON-TRANSLATABLE
selectOneListbox_oracle_core_label=selectOneListbox
selectOneListbox_oracle_core_desc=Syntax\:\n<af\:selectOneListbox>\n</af\:selectOneListbox>\nAttributes\:\nid, size, readOnly, disabled, shortDesc, label, tip, simple, onfocus, onblur, onchange, onselect, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, messageDescUrl, messageTargetFrame, valign, accessKey, labelAndAccessKey, immediate, required, validator, valueChangeListener, value, converter, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
selectOneListbox_oracle_core_content=<af\:selectOneListbox>\n\t\n</af\:selectOneListbox>
+# END NON-TRANSLATABLE
selectOneRadio_oracle_core_label=selectOneRadio
selectOneRadio_oracle_core_desc=Syntax\:\n<af\:selectOneRadio>\n</af\:selectOneRadio>\nAttributes\:\nid, readOnly, disabled, shortDesc, label, tip, simple, onfocus, onblur, onchange, onselect, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, messageDescUrl, messageTargetFrame, valign, accessKey, labelAndAccessKey, immediate, required, validator, valueChangeListener, value, converter, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
selectOneRadio_oracle_core_content=<af\:selectOneRadio>\n\t\n</af\:selectOneRadio>
+# END NON-TRANSLATABLE
selectOrderShuttle_oracle_core_label=selectOrderShuttle
selectOrderShuttle_oracle_core_desc=Syntax\:\n<af\:selectOrderShuttle>\n</af\:selectOrderShuttle>\nAttributes\:\nid, reorderOnly, readOnly, disabled, shortDesc, onfocus, onblur, onchange, onselect, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, size, leadingHeader, trailingHeader, leadingDescShown, trailingDescShown, immediate, required, validator, valueChangeListener, value, converter, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
selectOrderShuttle_oracle_core_content=<af\:selectOrderShuttle>\n\t\n</af\:selectOrderShuttle>
+# END NON-TRANSLATABLE
selectRangeChoiceBar_oracle_core_label=selectRangeChoiceBar
selectRangeChoiceBar_oracle_core_desc=Syntax\:\n<af\:selectRangeChoiceBar>\n</af\:selectRangeChoiceBar>\nAttributes\:\nid, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, first, rows, value, var, immediate, rangeChangeListener, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
selectRangeChoiceBar_oracle_core_content=<af\:selectRangeChoiceBar>\n\t\n</af\:selectRangeChoiceBar>
+# END NON-TRANSLATABLE
setActionListener_oracle_core_label=setActionListener
setActionListener_oracle_core_desc=Syntax\:\n<af\:setActionListener/>\nAttributes\:\nto, from
+# START NON-TRANSLATABLE
setActionListener_oracle_core_content=<af\:setActionListener from\="${from}" to\="${to}"/>
+# END NON-TRANSLATABLE
showDetail_oracle_core_label=showDetail
showDetail_oracle_core_desc=Syntax\:\n<af\:showDetail>\n</af\:showDetail>\nAttributes\:\nid, selected, disclosedText, undisclosedText, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, disclosed, immediate, disclosureListener, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
showDetail_oracle_core_content=<af\:showDetail>\n\t\n</af\:showDetail>
+# END NON-TRANSLATABLE
showDetailHeader_oracle_core_label=showDetailHeader
showDetailHeader_oracle_core_desc=Syntax\:\n<af\:showDetailHeader>\n</af\:showDetailHeader>\nAttributes\:\nid, text, shortText, icon, size, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, disclosed, immediate, disclosureListener, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
showDetailHeader_oracle_core_content=<af\:showDetailHeader>\n\t\n</af\:showDetailHeader>
+# END NON-TRANSLATABLE
showDetailItem_oracle_core_label=showDetailItem
showDetailItem_oracle_core_desc=Syntax\:\n<af\:showDetailItem>\n</af\:showDetailItem>\nAttributes\:\nid, disabled, text, textAndAccessKey, accessKey, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, disclosed, immediate, disclosureListener, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
showDetailItem_oracle_core_content=<af\:showDetailItem>\n\t\n</af\:showDetailItem>
+# END NON-TRANSLATABLE
showOneTabs_oracle_core_label=showOneTabs
showOneTabs_oracle_core_desc=Syntax\:\n<af\:showOneTabs>\n</af\:showOneTabs>\nAttributes\:\nid, position, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
showOneTabs_oracle_core_content=<af\:showOneTabs>\n\t\n</af\:showOneTabs>
+# END NON-TRANSLATABLE
singleStepButtonBar_oracle_core_label=singleStepButtonBar
singleStepButtonBar_oracle_core_desc=Syntax\:\n<af\:singleStepButtonBar>\n</af\:singleStepButtonBar>\nAttributes\:\nid, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, selectedStep, maxStep, text, previousActionListener, nextActionListener, nextAction, previousAction, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
singleStepButtonBar_oracle_core_content=<af\:singleStepButtonBar>\n\t\n</af\:singleStepButtonBar>
+# END NON-TRANSLATABLE
sortableHeader_oracle_core_label=sortableHeader
sortableHeader_oracle_core_desc=Syntax\:\n<af\:sortableHeader>\n</af\:sortableHeader>\nAttributes\:\nid, text, property, abbreviation, messageType, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
sortableHeader_oracle_core_content=<af\:sortableHeader>\n\t\n</af\:sortableHeader>
+# END NON-TRANSLATABLE
styleSheet_oracle_core_label=styleSheet
styleSheet_oracle_core_desc=Syntax\:\n<af\:styleSheet>\n</af\:styleSheet>\nAttributes\:\nid, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
styleSheet_oracle_core_content=<af\:styleSheet>\n\t\n</af\:styleSheet>
+# END NON-TRANSLATABLE
switcher_oracle_core_label=switcher
switcher_oracle_core_desc=Syntax\:\n<af\:switcher>\n</af\:switcher>\nAttributes\:\nid, facetName, defaultFacet, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
switcher_oracle_core_content=<af\:switcher>\n\t\n</af\:switcher>
+# END NON-TRANSLATABLE
table_oracle_core_label=table
table_oracle_core_desc=Syntax\:\n<af\:table>\n</af\:table>\nAttributes\:\nid, allDetailsEnabled, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, width, emptyText, summary, banding, bandingInterval, value, rows, var, first, sortListener, immediate, disclosureListener, rangeChangeListener, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
table_oracle_core_content=<af\:table>\n\t\n</af\:table>
+# END NON-TRANSLATABLE
tableSelectMany_oracle_core_label=tableSelectMany
tableSelectMany_oracle_core_desc=Syntax\:\n<af\:tableSelectMany>\n</af\:tableSelectMany>\nAttributes\:\nid, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, text, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
tableSelectMany_oracle_core_content=<af\:tableSelectMany>\n\t\n</af\:tableSelectMany>
+# END NON-TRANSLATABLE
tableSelectOne_oracle_core_label=tableSelectOne
tableSelectOne_oracle_core_desc=Syntax\:\n<af\:tableSelectOne>\n</af\:tableSelectOne>\nAttributes\:\nid, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, text, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
tableSelectOne_oracle_core_content=<af\:tableSelectOne>\n\t\n</af\:tableSelectOne>
+# END NON-TRANSLATABLE
tree_oracle_core_label=tree
tree_oracle_core_desc=Syntax\:\n<af\:tree>\n</af\:tree>\nAttributes\:\nid, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, var, value, immediate, disclosureListener, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
tree_oracle_core_content=<af\:tree>\n\t\n</af\:tree>
+# END NON-TRANSLATABLE
treeTable_oracle_core_label=treeTable
treeTable_oracle_core_desc=Syntax\:\n<af\:treeTable>\n</af\:treeTable>\nAttributes\:\nid, focusListener, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, width, emptyText, summary, banding, bandingInterval, rangeChangeListener, var, value, immediate, disclosureListener, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
treeTable_oracle_core_content=<af\:treeTable>\n\t\n</af\:treeTable>
+# END NON-TRANSLATABLE
validateByteLength_oracle_core_label=validateByteLength
validateByteLength_oracle_core_desc=Syntax\:\n<af\:validateByteLength/>\nAttributes\:\nencoding, maximumBytes
+# START NON-TRANSLATABLE
validateByteLength_oracle_core_content=<af\:validateByteLength encoding\="${encoding}" maximumBytes\="${maximumBytes}"/>
+# END NON-TRANSLATABLE
validateDateTimeRange_oracle_core_label=validateDateTimeRange
validateDateTimeRange_oracle_core_desc=Syntax\:\n<af\:validateDateTimeRange/>\nAttributes\:\nmaximum, minimum
+# START NON-TRANSLATABLE
validateDateTimeRange_oracle_core_content=<af\:validateDateTimeRange/>
+# END NON-TRANSLATABLE
validateRegExp_oracle_core_label=validateRegExp
validateRegExp_oracle_core_desc=Syntax\:\n<af\:validateRegExp/>\nAttributes\:\npattern
+# START NON-TRANSLATABLE
validateRegExp_oracle_core_content=<af\:validateRegExp/>
+# END NON-TRANSLATABLE
#Oracle ADF Faces HTML
oracle_html_label=Oracle ADF Faces HTML
tag_lib_oracle_html_label=Oracle ADF Faces HTML taglib
tag_lib_oracle_html_desc=Syntax\:\n<%@ taglib uri\="http\://xmlns.oracle.com/adf/faces/EA10/html" prefix\="afh" %>
+# START NON-TRANSLATABLE
tag_lib_oracle_html_content=<%@ taglib uri\="${uri}" prefix\="${prefix}" %>
+# END NON-TRANSLATABLE
tag_lib_oracle_html_uri=http\://xmlns.oracle.com/adf/faces/EA10/html
tag_lib_oracle_html_prefix=afh
body_oracle_html_label=body
body_oracle_html_desc=Syntax\:\n<afh\:body>\n</afh\:body>\nAttributes\:\nid, onload, onunload, initialFocusId, firstClickPassed, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
body_oracle_html_content=<afh\:body>\n\t\n</afh\:body>
+# END NON-TRANSLATABLE
cellFormat_oracle_html_label=cellFormat
cellFormat_oracle_html_desc=Syntax\:\n<afh\:cellFormat>\n</afh\:cellFormat>\nAttributes\:\nid, shortText, halign, valign, width, height, columnSpan, rowSpan, wrappingDisabled, headers, header, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
cellFormat_oracle_html_content=<afh\:cellFormat>\n\t\n</afh\:cellFormat>
+# END NON-TRANSLATABLE
frame_oracle_html_label=frame
frame_oracle_html_desc=Syntax\:\n<afh\:frame>\n</afh\:frame>\nAttributes\:\nid, source, longDescURL, name, width, height, scrolling, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
frame_oracle_html_content=<afh\:frame>\n\t\n</afh\:frame>
+# END NON-TRANSLATABLE
frameBorderLayout_oracle_html_label=frameBorderLayout
frameBorderLayout_oracle_html_desc=Syntax\:\n<afh\:frameBorderLayout>\n</afh\:frameBorderLayout>\nAttributes\:\nid, width, height, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
frameBorderLayout_oracle_html_content=<afh\:frameBorderLayout>\n\t\n</afh\:frameBorderLayout>
+# END NON-TRANSLATABLE
head_oracle_html_label=head
head_oracle_html_desc=Syntax\:\n<afh\:head>\n</afh\:head>\nAttributes\:\nid, title, shortDesc, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
head_oracle_html_content=<afh\:head>\n\t\n</afh\:head>
+# END NON-TRANSLATABLE
html_oracle_html_label=html
html_oracle_html_desc=Syntax\:\n<afh\:html>\n</afh\:html>\nAttributes\:\nid, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
html_oracle_html_content=<afh\:html>\n\t\n</afh\:html>
+# END NON-TRANSLATABLE
rowLayout_oracle_html_label=rowLayout
rowLayout_oracle_html_desc=Syntax\:\n<afh\:rowLayout>\n</afh\:rowLayout>\nAttributes\:\nid, halign, valign, width, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
rowLayout_oracle_html_content=<afh\:rowLayout>\n\t\n</afh\:rowLayout>
+# END NON-TRANSLATABLE
script_oracle_html_label=script
script_oracle_html_desc=Syntax\:\n<afh\:script>\n</afh\:script>\nAttributes\:\nid, text, source, generatesContent, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
script_oracle_html_content=<afh\:script>\n\t\n</afh\:script>
+# END NON-TRANSLATABLE
tableLayout_oracle_html_label=tableLayout
tableLayout_oracle_html_desc=Syntax\:\n<afh\:tableLayout>\n</afh\:tableLayout>\nAttributes\:\nid, width, halign, cellSpacing, cellPadding, borderWidth, summary, shortDesc, styleClass, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, inlineStyle, partialTriggers, rendered, binding, attributeChangeListener
+# START NON-TRANSLATABLE
tableLayout_oracle_html_content=<afh\:tableLayout>\n\t\n</afh\:tableLayout>
+# END NON-TRANSLATABLE
#JSP 2.0
jsp2_label=JSP 2.0
declaration_jsp2_label=declaration
declaration_jsp2_desc=Syntax\:\n<jsp\:declaration>\n</jsp\:declaration>
+# START NON-TRANSLATABLE
declaration_jsp2_content=<jsp\:declaration>\n\t\n</jsp\:declaration>
+# END NON-TRANSLATABLE
expression_jsp2_label=expression
expression_jsp2_desc=Syntax\:\n<jsp\:expression>\n</jsp\:expression>
+# START NON-TRANSLATABLE
expression_jsp2_content=<jsp\:expression>\n\t\n</jsp\:expression>
+# END NON-TRANSLATABLE
scriptlet_jsp2_label=scriptlet
scriptlet_jsp2_desc=Syntax\:\n<jsp\:scriptlet>\n</jsp\:scriptlet>
+# START NON-TRANSLATABLE
scriptlet_jsp2_content=<jsp\:scriptlet>\n\t\n</jsp\:scriptlet>
+# END NON-TRANSLATABLE
attribute_jsp2_label=attribute directive
attribute_jsp2_desc=Syntax\:\n<jsp\:directive.attribute/>\nAttributes\:\nname, required, fragment, rtexprvalue, type, description
+# START NON-TRANSLATABLE
attribute_jsp2_content=<jsp\:directive.attribute name\="${name}"/>
+# END NON-TRANSLATABLE
include_jsp2_label=include directive
include_jsp2_desc=Syntax\:\n<jsp\:directive.include/>\nAttributes\:\nfile
+# START NON-TRANSLATABLE
include_jsp2_content=<jsp\:directive.include file\="${file}"/>
+# END NON-TRANSLATABLE
page_jsp2_label=page directive
page_jsp2_desc=Syntax\:\n<jsp\:directive.page/>\nAttributes\:\nlanguage, extends, import, session, buffer, autoFlush, isThreadSafe, info, errorPage, contentType, charset, isErrorPage, pageEncoding, isELIgnored
+# START NON-TRANSLATABLE
page_jsp2_content=<jsp\:directive.page/>
+# END NON-TRANSLATABLE
tag_jsp2_label=tag directive
tag_jsp2_desc=Syntax\:\n<jsp\:directive.tag/>\nAttributes\:\ndisplay-name, body-content, dynamic-attributes, small-icon, large-icon, description, example, language, import, pageEncoding, isELIgnored
+# START NON-TRANSLATABLE
tag_jsp2_content=<jsp\:directive.tag/>
+# END NON-TRANSLATABLE
variable_jsp2_label=variable directive
variable_jsp2_desc=Syntax\:\n<jsp\:directive.variable/>\nAttributes\:\nname-given, name-from-attribute, alias, variable-class, declare, scope, description
+# START NON-TRANSLATABLE
variable_jsp2_content=<jsp\:directive.variable name-given\="${name-given}"/>
+# END NON-TRANSLATABLE
jsp_attribute_jsp2_label=<jsp\:attribute>
jsp_attribute_jsp2_desc=Syntax\:\n<jsp\:attribute/>\nAttributes\:\nname, trim
+# START NON-TRANSLATABLE
jsp_attribute_jsp2_content=<jsp\:attribute name\="${name}"/>
+# END NON-TRANSLATABLE
jsp_body_jsp2_label=<jsp\:body>
jsp_body_jsp2_desc=Syntax\:\n<jsp\:body>\n</jsp\:body>
+# START NON-TRANSLATABLE
jsp_body_jsp2_content=<jsp\:body>\n\t\n</jsp\:body>
+# END NON-TRANSLATABLE
jsp_element_jsp2_label=<jsp\:element>
jsp_element_jsp2_desc=Syntax\:\n<jsp\:element>\n</jsp\:element>\nAttributes\:\nname
+# START NON-TRANSLATABLE
jsp_element_jsp2_content=<jsp\:element name\="${name}">\n\t\n</jsp\:element>
+# END NON-TRANSLATABLE
jsp_doBody_jsp2_label=<jsp\:doBody>
jsp_doBody_jsp2_desc=Syntax\:\n<jsp\:doBody/>\nAttributes\:\nvar, varReader, scope
+# START NON-TRANSLATABLE
jsp_doBody_jsp2_content=<jsp\:doBody/>
+# END NON-TRANSLATABLE
jsp_forward_jsp2_label=<jsp\:forward>
jsp_forward_jsp2_desc=Syntax\:\n<jsp\:forward/>\nAttributes\:\npage
+# START NON-TRANSLATABLE
jsp_forward_jsp2_content=<jsp\:forward page\="${page}"/>
+# END NON-TRANSLATABLE
jsp_getProperty_jsp2_label=<jsp\:getProperty>
jsp_getProperty_jsp2_desc=Syntax\:\n<jsp\:getProperty/>\nAttributes\:\nname, property
+# START NON-TRANSLATABLE
jsp_getProperty_jsp2_content=<jsp\:getProperty name\="${name} property\="${property}"/>
+# END NON-TRANSLATABLE
jsp_include_jsp2_label=<jsp\:include>
jsp_include_jsp2_desc=Syntax\:\n<jsp\:include/>\nAttributes\:\npage, flush
+# START NON-TRANSLATABLE
jsp_include_jsp2_content=<jsp\:include page\="${page}"/>
+# END NON-TRANSLATABLE
jsp_invoke_jsp2_label=<jsp\:invoke>
jsp_invoke_jsp2_desc=Syntax\:\n<jsp\:invoke/>\nAttributes\:\nfragment, var, varReader, scope
+# START NON-TRANSLATABLE
jsp_invoke_jsp2_content=<jsp\:invoke fragment\="${fragment}"/>
+# END NON-TRANSLATABLE
jsp_output_jsp2_label=<jsp\:output>
jsp_output_jsp2_desc=Syntax\:\n<jsp\:output/>\nAttributes\:\nomit-xml-declaration, doctype-root-element, doctype-system, doctype-public
+# START NON-TRANSLATABLE
jsp_output_jsp2_content=<jsp\:output/>
+# END NON-TRANSLATABLE
jsp_plugin_jsp2_label=<jsp\:plugin>
jsp_plugin_jsp2_desc=Syntax\:\n<jsp\:plugin>\n</jsp\:plugin>\nAttributes\:\ntype, code, codebase, name, archive, align, height, width, hspace, vspace, jreversion, nspluginurl, iepluginurl
+# START NON-TRANSLATABLE
jsp_plugin_jsp2_content=<jsp\:plugin type\="${type}" code\="${code}" codebase\="${codebase}">\n\t\n</jsp\:plugin>
+# END NON-TRANSLATABLE
jsp_root_jsp2_label=<jsp\:root>
jsp_root_jsp2_desc=Syntax\:\n<jsp\:root>\n</jsp\:root>\nAttributes\:\nversion
+# START NON-TRANSLATABLE
jsp_root_jsp2_content=<jsp\:root xmlns\:jsp\="http\://java.sun.com/JSP/Page" version\="${version}">\n\t\n</jsp\:root>
+# END NON-TRANSLATABLE
jsp_setProperty_jsp2_label=<jsp\:setProperty>
jsp_setProperty_jsp2_desc=Syntax\:\n<jsp\:setProperty/>\nAttributes\:\nname, property, param, value
+# START NON-TRANSLATABLE
jsp_setProperty_jsp2_content=<jsp\:setProperty name\="${name}" value\="${value}"/>
+# END NON-TRANSLATABLE
jsp_text_jsp2_label=<jsp\:text>
jsp_text_jsp2_desc=Syntax\:\n<jsp\:text>\n</jsp\:text>
+# START NON-TRANSLATABLE
jsp_text_jsp2_content=<jsp\:text>\n\t\n</jsp\:text>
+# END NON-TRANSLATABLE
jsp_useBean_jsp2_label=<jsp\:useBean>
jsp_useBean_jsp2_desc=Syntax\:\n<jsp\:useBean/>\nAttributes\:\nid, scope, class, type, beanName
+# START NON-TRANSLATABLE
jsp_useBean_jsp2_content=<jsp\:useBean id\="${id}" scope\="${scope}" beanName\="${beanName}" class\="${class}" type\="${type}"/>
+# END NON-TRANSLATABLE
#Templates
#HTML
@@ -844,18 +1240,22 @@
ft_html_label=frame template
ft_html_desc=""
+# example frame filenames could be translated
ft_html_content=<frameset cols\="20%, 80%">\n\t<frameset rows\="100, 200">\n\t\t<frame src\="contents_of_frame1.html">\n\t\t<frame src\="contents_of_frame2.html">\n\t</frameset>\n\t<frame src\="contents_of_frame3.html">\n</frameset>
hft_html_label=horizontal frame template
hft_html_desc=""
+# example frame filenames could be translated
hft_html_content=<frameset rows\="25%,50%,25%">\n\t<frame src\="frame_a.htm">\n\t<frame src\="frame_b.htm">\n\t<frame src\="frame_c.htm">\n</frameset>
nft_html_label=navigation frame template
nft_html_desc=""
+# example frame filenames could be translated
nft_html_content=<frameset cols\="120,*">\n\t<frame src\="tryhtml_contents.htm">\n\t<frame src\="frame_a.htm" name\="showframe">\n</frameset>
vft_html_label=vertical frame template
vft_html_desc=""
+# example frame filenames could be translated
vft_html_content=<frameset cols\="25%,50%,25%">\n\t<frame src\="frame_a.htm">\n\t<frame src\="frame_b.htm">\n\t<frame src\="frame_c.htm">\n</frameset>
alr_html_label=alternate link relationship
@@ -884,11 +1284,15 @@
red_p_html_label=redirect page
red_p_html_desc=""
+# START NON-TRANSLATABLE
red_p_html_content=<head>\n\t<meta http-equiv\="refresh" content\="10; url\=http\://www.espn.com"/>\n</head>
+# END NON-TRANSLATABLE
ref_p_html_label=refresh page
ref_p_html_desc=""
+# START NON-TRANSLATABLE
ref_p_html_content=<head>\n\t<meta http-equiv\="refresh" content\="10"/>\n</head>
+# END NON-TRANSLATABLE
rmt_html_label=revised meta tag
@@ -897,27 +1301,39 @@
scs_html_label=setting character set
scs_html_desc=""
+# START NON-TRANSLATABLE
scs_html_content=<head>\n\t<meta http-equiv\="Content-Type" content\="text/html; charset\=iso-8859-1">\n</head>
+# END NON-TRANSLATABLE
sl_html_label=setting language
sl_html_desc=""
+# START NON-TRANSLATABLE
sl_html_content=<head>\n\t<meta http-equiv\="Content-Language" content\="en">\n</head>
+# END NON-TRANSLATABLE
wc_html_label=without cache
wc_html_desc=""
+# START NON-TRANSLATABLE
wc_html_content=<head>\n\t<meta http-equiv\="pragma" content\="no-cache">\n</head>
+# END NON-TRANSLATABLE
def_sc_js_html_label=definition scripts in JavaScript
def_sc_js_html_desc=Syntax\:\n<script type\="text/javascript">\n</script>\nAtributes\:\ncharset, type, src, defer
+# START NON-TRANSLATABLE
def_sc_js_html_content=<script type\="text/javascript">\n\t\n</script>
+# END NON-TRANSLATABLE
def_sc_tcl_html_label=definition scripts in TCL
def_sc_tcl_html_desc=Syntax\:\n<script type\="text/tcl">\n</script>\nAtributes\:\ncharset, type, src, defer
+# START NON-TRANSLATABLE
def_sc_tcl_html_content=<script type\="text/tcl">\n\t\n</script>
+# END NON-TRANSLATABLE
def_sc_vb_html_label=definition scripts in VBScript
def_sc_vb_html_desc=Syntax\:\n<script type\="text/vbscript">\n</script>\nAtributes\:\ncharset, type, src, defer
+# START NON-TRANSLATABLE
def_sc_vb_html_content=<script type\="text/vbscript">\n\t\n</script>
+# END NON-TRANSLATABLE
tt_html_label=table template
tt_html_desc=""
@@ -928,7 +1344,9 @@
jsp_page_jsp_label=JSP page
jsp_page_jsp_desc=Syntax\:\n<%@ taglib uri\="/WEB-INF/struts-bean.tld" prefix\="bean" %>\n<%@ taglib uri\="/WEB-INF/struts-html.tld" prefix\="html" %>\n<%@ taglib uri\="/WEB-INF/struts-logic.tld" prefix\="logic" %>\n\t\n<html\:html locale\="true">\n\t<head>\n\t\t<title></titler>\n\t</head>\n\t<body>\n\t</body>\n</html\:html>
+# START NON-TRANSLATABLE
jsp_page_jsp_content=<%@ taglib uri\="/WEB-INF/struts-bean.tld" prefix\="bean" %>\n<%@ taglib uri\="/WEB-INF/struts-html.tld" prefix\="html" %>\n<%@ taglib uri\="/WEB-INF/struts-logic.tld" prefix\="logic" %>\n\n<html\:html locale\="true">\n\t<head>\n\t\t<title></title>\n\t</head>\n\t<body>\n\t\t\n\t</body>\n</html\:html>
+# END NON-TRANSLATABLE
#XForms
xforms_label=XForms Templates
@@ -967,6 +1385,7 @@
sub_img_xforms_label=submit image
sub_img_xforms_desc=""
+# example image filename could be translated
sub_img_xforms_content=<xforms\:submit xxforms\:appearance\="image">\n\t<xxforms\:img src\="images/submit.gif"/>\n</xforms\:submit>
sub_lnk_xforms_label=submit link
Modified: trunk/struts/plugins/org.jboss.tools.struts.ui/resources/help/keys.properties
===================================================================
--- trunk/struts/plugins/org.jboss.tools.struts.ui/resources/help/keys.properties 2009-03-31 18:02:40 UTC (rev 14391)
+++ trunk/struts/plugins/org.jboss.tools.struts.ui/resources/help/keys.properties 2009-04-01 06:08:21 UTC (rev 14392)
@@ -759,6 +759,7 @@
ValidationValidator_EditFunctionName.Title=Validator
+# START NON-TRANSLATABLE
#obsolete #Options Editor - Customization
SharableCustomization=/model/noHelpYet.html
SharableCustomization_Properties=/model/noHelpYet.html
@@ -768,3 +769,4 @@
SharablePlugins_CreatePlugin=/model/noHelpYet.html
SharablePlugins_Properties=/model/noHelpYet.html
SharableOptions_Properties=/model/noHelpYet.html
+# END NON-TRANSLATABLE
Modified: trunk/vpe/plugins/org.jboss.tools.vpe/resources/htmlCodes.properties
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe/resources/htmlCodes.properties 2009-03-31 18:02:40 UTC (rev 14391)
+++ trunk/vpe/plugins/org.jboss.tools.vpe/resources/htmlCodes.properties 2009-04-01 06:08:21 UTC (rev 14392)
@@ -1,3 +1,4 @@
+# START NON-TRANSLATABLE
34="
38=&
60=<
@@ -249,4 +250,5 @@
9824=♠
9827=♣
9829=♥
-9830=♦
\ No newline at end of file
+9830=♦
+# END NON-TRANSLATABLE
15 years, 8 months