You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by jd...@apache.org on 2009/12/26 09:10:07 UTC

svn commit: r893942 - in /wicket/branches/wicket-1.4.x/wicket-auth-roles/src/main/java/org/apache/wicket/authentication: pages/SignInPage_ru.html panel/SignInPanel_ru.html panel/SignInPanel_ru.properties

Author: jdonnerstag
Date: Sat Dec 26 08:10:07 2009
New Revision: 893942

URL: http://svn.apache.org/viewvc?rev=893942&view=rev
Log:
WICKET-2642 applied Russian translation of SignInPage/SignInPanel

Added:
    wicket/branches/wicket-1.4.x/wicket-auth-roles/src/main/java/org/apache/wicket/authentication/pages/SignInPage_ru.html
    wicket/branches/wicket-1.4.x/wicket-auth-roles/src/main/java/org/apache/wicket/authentication/panel/SignInPanel_ru.html
    wicket/branches/wicket-1.4.x/wicket-auth-roles/src/main/java/org/apache/wicket/authentication/panel/SignInPanel_ru.properties

Added: wicket/branches/wicket-1.4.x/wicket-auth-roles/src/main/java/org/apache/wicket/authentication/pages/SignInPage_ru.html
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.x/wicket-auth-roles/src/main/java/org/apache/wicket/authentication/pages/SignInPage_ru.html?rev=893942&view=auto
==============================================================================
--- wicket/branches/wicket-1.4.x/wicket-auth-roles/src/main/java/org/apache/wicket/authentication/pages/SignInPage_ru.html (added)
+++ wicket/branches/wicket-1.4.x/wicket-auth-roles/src/main/java/org/apache/wicket/authentication/pages/SignInPage_ru.html Sat Dec 26 08:10:07 2009
@@ -0,0 +1,26 @@
+<!--
+   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.
+-->
+<html>
+<head>
+    <title>Вход</title>
+</head>
+<body>
+	<h2>Вход</h2>
+    <p>
+    <span wicket:id="signInPanel"/>
+</body>
+</html>

Added: wicket/branches/wicket-1.4.x/wicket-auth-roles/src/main/java/org/apache/wicket/authentication/panel/SignInPanel_ru.html
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.x/wicket-auth-roles/src/main/java/org/apache/wicket/authentication/panel/SignInPanel_ru.html?rev=893942&view=auto
==============================================================================
--- wicket/branches/wicket-1.4.x/wicket-auth-roles/src/main/java/org/apache/wicket/authentication/panel/SignInPanel_ru.html (added)
+++ wicket/branches/wicket-1.4.x/wicket-auth-roles/src/main/java/org/apache/wicket/authentication/panel/SignInPanel_ru.html Sat Dec 26 08:10:07 2009
@@ -0,0 +1,51 @@
+<?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.
+-->
+<html xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.3-strict.dtd">
+<body>
+<wicket:panel>
+    <span wicket:id="feedback" />
+
+    <form wicket:id="signInForm">
+        <table>
+            <tr>
+                <td align="right">Логин:</td>
+                <td>
+                    <input wicket:id="username" type="text" value="foo@goo.moo" size="30" />
+                </td>
+            </tr>
+            <tr>
+                <td align="right">Пароль:</td>
+                <td>
+                    <input wicket:id="password" type="password" value="password" size="30" />
+                </td>
+            </tr>
+            <tr wicket:id="rememberMeRow">
+                <td></td>
+                <td><input wicket:id="rememberMe" type="checkbox" /> Запомнить меня</td>
+            </tr>
+            <tr>
+                <td></td>
+                <td>
+                    <input type="submit" name="submit" value="Вход" />
+                    <input type="reset" value="Сброс" />
+                </td>
+            </tr>
+        </table>
+    </form>
+</wicket:panel>
+</body>
+</html>

Added: wicket/branches/wicket-1.4.x/wicket-auth-roles/src/main/java/org/apache/wicket/authentication/panel/SignInPanel_ru.properties
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.x/wicket-auth-roles/src/main/java/org/apache/wicket/authentication/panel/SignInPanel_ru.properties?rev=893942&view=auto
==============================================================================
--- wicket/branches/wicket-1.4.x/wicket-auth-roles/src/main/java/org/apache/wicket/authentication/panel/SignInPanel_ru.properties (added)
+++ wicket/branches/wicket-1.4.x/wicket-auth-roles/src/main/java/org/apache/wicket/authentication/panel/SignInPanel_ru.properties Sat Dec 26 08:10:07 2009
@@ -0,0 +1,15 @@
+#  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.
+signInFailed = \u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0432\u043e\u0439\u0442\u0438