This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 3472575c89ca053e9c0243391587c27fd9669bea Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Jan 4 14:55:08 2023 +0000 Improvements to Portuguese translations. Contributed by Guilherme Custódio. --- .../apache/catalina/manager/LocalStrings_pt.properties | 16 ++++++++++++++++ .../apache/jasper/resources/LocalStrings_pt.properties | 16 ++++++++++++++++ webapps/docs/changelog.xml | 4 ++++ 3 files changed, 36 insertions(+) diff --git a/java/org/apache/catalina/manager/LocalStrings_pt.properties b/java/org/apache/catalina/manager/LocalStrings_pt.properties new file mode 100644 index 0000000000..89a1a28ce3 --- /dev/null +++ b/java/org/apache/catalina/manager/LocalStrings_pt.properties @@ -0,0 +1,16 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +htmlManagerServlet.serverIPAddress=Endereço IP diff --git a/java/org/apache/jasper/resources/LocalStrings_pt.properties b/java/org/apache/jasper/resources/LocalStrings_pt.properties new file mode 100644 index 0000000000..6cf3e8c138 --- /dev/null +++ b/java/org/apache/jasper/resources/LocalStrings_pt.properties @@ -0,0 +1,16 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +jsp.error.outputfolder=Sem pasta destino diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 3bb40c0352..4b68ca8e00 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -179,6 +179,10 @@ Update the internal fork of Apache Commons DBCP to f131286 (2023-01-03, 2.10.0-SNAPSHOT). (markt) </update> + <add> + Improvements to Portuguese translations. Contributed by Guilherme + Custódio. (markt) + </add> </changelog> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org