Commit 7fb5bb44 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Added new Polish translation. JM-568

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3444 b35dd754-fafc-0310-a699-88a17e54d16e
parent 2774d412
...@@ -8,11 +8,15 @@ ...@@ -8,11 +8,15 @@
- a copy of which is included in this distribution. - a copy of which is included in this distribution.
--%> --%>
<%@ page import="org.jivesoftware.util.*, <%@ page import="org.jivesoftware.util.JiveGlobals,
java.util.HashMap, org.jivesoftware.util.LocaleUtils,
java.util.Map, org.jivesoftware.util.Log,
java.util.*" org.jivesoftware.util.ParamUtils"
%> %>
<%@ page import="java.util.HashMap"%>
<%@ page import="java.util.Locale"%>
<%@ page import="java.util.Map"%>
<%@ page import="java.util.TimeZone"%>
<%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c" %> <%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c" %>
<%@ taglib uri="http://java.sun.com/jstl/fmt_rt" prefix="fmt" %> <%@ taglib uri="http://java.sun.com/jstl/fmt_rt" prefix="fmt" %>
...@@ -146,23 +150,32 @@ ...@@ -146,23 +150,32 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<input type="radio" name="localeCode" value="pt_BR" <%= ("pt_BR".equals(locale.toString()) ? "checked" : "") %> <input type="radio" name="localeCode" value="pl_PL" <%= ("pl_PL".equals(locale.toString()) ? "checked" : "") %>
id="loc07" /> id="loc07" />
</td> </td>
<td colspan="2"> <td colspan="2">
<label for="loc07">Portugu&ecirc;s Brasileiro (pt_BR)</label> <label for="loc07">Polski (pl_PL)</label>
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
<input type="radio" name="localeCode" value="zh_CN" <%= ("zh_CN".equals(locale.toString()) ? "checked" : "") %> <input type="radio" name="localeCode" value="pt_BR" <%= ("pt_BR".equals(locale.toString()) ? "checked" : "") %>
id="loc08" /> id="loc08" />
</td> </td>
<td colspan="2">
<label for="loc08">Portugu&ecirc;s Brasileiro (pt_BR)</label>
</td>
</tr>
<tr>
<td>
<input type="radio" name="localeCode" value="zh_CN" <%= ("zh_CN".equals(locale.toString()) ? "checked" : "") %>
id="loc09" />
</td>
<td> <td>
<a href="#" onclick="document.sform.localeCode[1].checked=true; return false;"><img src="images/language_zh_CN.gif" border="0" /></a> <a href="#" onclick="document.sform.localeCode[1].checked=true; return false;"><img src="images/language_zh_CN.gif" border="0" /></a>
</td> </td>
<td> <td>
<label for="loc08">Simplified Chinese (zh_CN)</label> <label for="loc09">Simplified Chinese (zh_CN)</label>
</td> </td>
</tr> </tr>
</tbody> </tbody>
......
...@@ -7,10 +7,12 @@ ...@@ -7,10 +7,12 @@
- $Date: 2005-09-23 10:54:57 -0700 (Fri, 23 Sep 2005) $ - $Date: 2005-09-23 10:54:57 -0700 (Fri, 23 Sep 2005) $
--%> --%>
<%@ page import="org.jivesoftware.util.ParamUtils, <%@ page import="org.jivesoftware.util.JiveGlobals,
org.jivesoftware.util.JiveGlobals, org.jivesoftware.util.ParamUtils,
java.util.*" %> org.jivesoftware.wildfire.XMPPServer" %>
<%@ page import="org.jivesoftware.wildfire.XMPPServer"%> <%@ page import="java.util.HashMap"%>
<%@ page import="java.util.Locale"%>
<%@ page import="java.util.Map"%>
<%@ taglib uri="http://java.sun.com/jstl/fmt_rt" prefix="fmt" %> <%@ taglib uri="http://java.sun.com/jstl/fmt_rt" prefix="fmt" %>
...@@ -150,23 +152,32 @@ ...@@ -150,23 +152,32 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<input type="radio" name="localeCode" value="pt_BR" <%= ("pt_BR".equals(locale.toString()) ? "checked" : "") %> <input type="radio" name="localeCode" value="pl_PL" <%= ("pl_PL".equals(locale.toString()) ? "checked" : "") %>
id="loc07" /> id="loc07" />
</td> </td>
<td colspan="2"> <td colspan="2">
<label for="loc07">Portugu&ecirc;s Brasileiro</label> (pt_BR) <label for="loc07">Polski</label> (pl_PL)
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
<input type="radio" name="localeCode" value="zh_CN" <%= ("zh_CN".equals(locale.toString()) ? "checked" : "") %> <input type="radio" name="localeCode" value="pt_BR" <%= ("pt_BR".equals(locale.toString()) ? "checked" : "") %>
id="loc08" /> id="loc08" />
</td> </td>
<td colspan="2">
<label for="loc08">Portugu&ecirc;s Brasileiro</label> (pt_BR)
</td>
</tr>
<tr>
<td>
<input type="radio" name="localeCode" value="zh_CN" <%= ("zh_CN".equals(locale.toString()) ? "checked" : "") %>
id="loc09" />
</td>
<td> <td>
<a href="#" onclick="document.sform.localeCode[1].checked=true; return false;"><img src="../images/language_zh_CN.gif" border="0" /></a> <a href="#" onclick="document.sform.localeCode[1].checked=true; return false;"><img src="../images/language_zh_CN.gif" border="0" /></a>
</td> </td>
<td> <td>
<label for="loc08">Simplified Chinese</label> (zh_CN) <label for="loc09">Simplified Chinese</label> (zh_CN)
</td> </td>
</tr> </tr>
</tbody> </tbody>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment