This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 1cee91d Align with 9.0.x. Add additional translations
1cee91d is described below
commit 1cee91d3e877e270248b2b3fe6c2280907a80039
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Jul 1 09:03:34 2019 +0100
Align with 9.0.x. Add additional translations
---
.../apache/catalina/servlets/LocalStrings_ru.properties | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/java/org/apache/catalina/servlets/LocalStrings_ru.properties
b/java/org/apache/catalina/servlets/LocalStrings_ru.properties
new file mode 100644
index 0000000..7e629da
--- /dev/null
+++ b/java/org/apache/catalina/servlets/LocalStrings_ru.properties
@@ -0,0 +1,17 @@
+# 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.
+
+cgiServlet.expandFail=Невозможно развернуть скрипт [{0}] в [{1}]
+cgiServlet.runInvalidStatus=Неверный статус [{0}]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]