Author: ivaynberg
Date: Thu Jan 20 08:16:47 2011
New Revision: 1061151
URL: http://svn.apache.org/viewvc?rev=1061151&view=rev
Log:
WICKET-3350 HU locale cleanup
Added:
wicket/trunk/wicket-auth-roles/src/main/java/org/apache/wicket/authroles/authentication/pages/SignInPage_hu.html
(with props)
wicket/trunk/wicket-auth-roles/src/main/java/org/apache/wicket/authroles/authentication/pages/SignOutPage_hu.html
(with props)
Modified:
wicket/trunk/wicket-auth-roles/src/main/java/org/apache/wicket/authroles/authentication/panel/SignInPanel_hu.html
Added:
wicket/trunk/wicket-auth-roles/src/main/java/org/apache/wicket/authroles/authentication/pages/SignInPage_hu.html
URL:
http://svn.apache.org/viewvc/wicket/trunk/wicket-auth-roles/src/main/java/org/apache/wicket/authroles/authentication/pages/SignInPage_hu.html?rev=1061151&view=auto
==============================================================================
---
wicket/trunk/wicket-auth-roles/src/main/java/org/apache/wicket/authroles/authentication/pages/SignInPage_hu.html
(added)
+++
wicket/trunk/wicket-auth-roles/src/main/java/org/apache/wicket/authroles/authentication/pages/SignInPage_hu.html
Thu Jan 20 08:16:47 2011
@@ -0,0 +1,27 @@
+<?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>
+<head>
+ <title>Bejelentkezés</title>
+</head>
+<body>
+ <h2>Bejelentkezés</h2>
+ <p>
+ <span wicket:id="signInPanel"/>
+</body>
+</html>
Propchange:
wicket/trunk/wicket-auth-roles/src/main/java/org/apache/wicket/authroles/authentication/pages/SignInPage_hu.html
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added:
wicket/trunk/wicket-auth-roles/src/main/java/org/apache/wicket/authroles/authentication/pages/SignOutPage_hu.html
URL:
http://svn.apache.org/viewvc/wicket/trunk/wicket-auth-roles/src/main/java/org/apache/wicket/authroles/authentication/pages/SignOutPage_hu.html?rev=1061151&view=auto
==============================================================================
---
wicket/trunk/wicket-auth-roles/src/main/java/org/apache/wicket/authroles/authentication/pages/SignOutPage_hu.html
(added)
+++
wicket/trunk/wicket-auth-roles/src/main/java/org/apache/wicket/authroles/authentication/pages/SignOutPage_hu.html
Thu Jan 20 08:16:47 2011
@@ -0,0 +1,25 @@
+<?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>
+<head>
+ <title>Kijelentkezés</title>
+</head>
+<body>
+ <h2>Viszlát!</h2>
+</body>
+</html>
Propchange:
wicket/trunk/wicket-auth-roles/src/main/java/org/apache/wicket/authroles/authentication/pages/SignOutPage_hu.html
------------------------------------------------------------------------------
svn:mime-type = text/plain
Modified:
wicket/trunk/wicket-auth-roles/src/main/java/org/apache/wicket/authroles/authentication/panel/SignInPanel_hu.html
URL:
http://svn.apache.org/viewvc/wicket/trunk/wicket-auth-roles/src/main/java/org/apache/wicket/authroles/authentication/panel/SignInPanel_hu.html?rev=1061151&r1=1061150&r2=1061151&view=diff
==============================================================================
---
wicket/trunk/wicket-auth-roles/src/main/java/org/apache/wicket/authroles/authentication/panel/SignInPanel_hu.html
(original)
+++
wicket/trunk/wicket-auth-roles/src/main/java/org/apache/wicket/authroles/authentication/panel/SignInPanel_hu.html
Thu Jan 20 08:16:47 2011
@@ -22,25 +22,25 @@
<form wicket:id="signInForm">
<table>
<tr>
- <td align="right">Felhasználónév:</td>
+ <td
align="right">Felhasználónév:</td>
<td>
<input wicket:id="username"
type="text" value="[email protected]" size="30"/>
</td>
</tr>
<tr>
- <td align="right">Jelszó:</td>
+ <td align="right">Jelszó:</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" /> Emlékezzen rám </td>
+ <td> <input wicket:id="rememberMe"
type="checkbox" /> Emlékezzen rám </td>
</tr>
<tr>
<td></td>
<td>
- <input type="submit"
name="submit" value="Belépés"/>
+ <input type="submit"
name="submit" value="Bejelentkezés"/>
<input type="reset"
value="Alaphelyzet"/>
</td>
</tr>