Author: jdonnerstag
Date: Sat Mar  7 07:42:57 2009
New Revision: 751215

URL: http://svn.apache.org/viewvc?rev=751215&view=rev
Log:
WICKET-2144

Added:
    
wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/upload/MultiUploadPage_ru.xml
    
wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/upload/UploadPage_ru.xml

Added: 
wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/upload/MultiUploadPage_ru.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/upload/MultiUploadPage_ru.xml?rev=751215&view=auto
==============================================================================
--- 
wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/upload/MultiUploadPage_ru.xml
 (added)
+++ 
wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/upload/MultiUploadPage_ru.xml
 Sat Mar  7 07:42:57 2009
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   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.
+-->
+<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd";>
+<properties>
+       <entry key="simpleUpload.uploadTooLarge">Размер файла не 
должен превышать ${maxSize}.</entry>
+       <entry key="simpleUpload.uploadFailed">Ошибка загрузки 
файла на сервер: ${exception.localizedMessage}.</entry>
+</properties>
\ No newline at end of file

Added: 
wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/upload/UploadPage_ru.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/upload/UploadPage_ru.xml?rev=751215&view=auto
==============================================================================
--- 
wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/upload/UploadPage_ru.xml
 (added)
+++ 
wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/upload/UploadPage_ru.xml
 Sat Mar  7 07:42:57 2009
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   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.
+-->
+<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd";>
+<properties>
+       <entry key="simpleUpload.uploadTooLarge">Размер файла не 
должен превышать ${maxSize}.</entry>
+       <entry key="simpleUpload.uploadFailed">Ошибка загрузки 
файла на сервер: ${exception.localizedMessage}.</entry>
+</properties>
\ No newline at end of file


Reply via email to