blob: 944a2e345e0bb14b187c28fdfe1342fd5d0afb1c [file] [log] [blame]
# Package specific ResourceBundle properties file
HTTPBindingValidator.One_binding_allowed=Nom\u00e9s un element <http:binding> est\u00e0 perm\u00e8s per enlla\u00e7.
HTTPBindingValidator.Verb_required=The <http:binding> element requires a verb attribute with a value of either "GET" or "POST".
HTTPOperationValidator.Location_attribute_required=L'element <http:operation> necessita l'atribut localitzaci\u00f3.
HTTPUrlEncodingValidator.Encoding_required=A <http:binding> element's input requires a <http:urlEncoded> or <http:urlReplacement> element.
HTTPUrlEncodingValidator.One_encoding_allowed=Only one encoding qualification element (<http:urlEncoded> or <http:urlReplacement>) is allowed per binding input.
HTTPUrlEncodingValidator.POST_ignores_urlEncoding=The HTTP binding support for the POST method currently ignores http:urlEncoded and http:urlReplacement elements.
HTTPAddressValidator.Missing_address=The <http:address> element requires the location attribute.
HTTPAddressValidator.Unsupported_location_attribute=The <http:address> element must have a location attribute that is a valid URL.
HTTPAddressValidator.Unsupported_token_format=The <http:address> element can contain tokens in the following format (1) ${URL}, (2) http(s)://${host}:${port}/${context}, or (3) http(s)://${host}/${context}.