Commit ba6df4ad authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Added Sloven?\196?\141ina translation. JM-1353

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/branches@10341 b35dd754-fafc-0310-a699-88a17e54d16e
parent 5540abce
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -179,14 +179,23 @@ ...@@ -179,14 +179,23 @@
</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="sk" <%= ("sk".equals(locale.toString()) ? "checked" : "") %>
id="loc09" /> id="loc09" />
</td> </td>
<td colspan="2">
<label for="loc09">Sloven&#269;ina (sk)</label>
</td>
</tr>
<tr>
<td>
<input type="radio" name="localeCode" value="zh_CN" <%= ("zh_CN".equals(locale.toString()) ? "checked" : "") %>
id="loc10" />
</td>
<td> <td>
<a href="#" onclick="document.sform.localeCode[1].checked=true; return false;"><img src="images/language_zh_CN.gif" border="0" alt="" /></a> <a href="#" onclick="document.sform.localeCode[1].checked=true; return false;"><img src="images/language_zh_CN.gif" border="0" alt="" /></a>
</td> </td>
<td> <td>
<label for="loc09">Simplified Chinese (zh_CN)</label> <label for="loc10">Simplified Chinese (zh_CN)</label>
</td> </td>
</tr> </tr>
</tbody> </tbody>
......
...@@ -135,7 +135,12 @@ ...@@ -135,7 +135,12 @@
</label><br> </label><br>
<label for="loc09"> <label for="loc09">
<input type="radio" name="localeCode" value="zh_CN" <%= ("zh_CN".equals(locale.toString()) ? "checked" : "") %> id="loc09" /> <input type="radio" name="localeCode" value="sk" <%= ("sk".equals(locale.toString()) ? "checked" : "") %> id="loc09" />
<b>Sloven&#269;ina</b> (sk)
</label><br>
<label for="loc10">
<input type="radio" name="localeCode" value="zh_CN" <%= ("zh_CN".equals(locale.toString()) ? "checked" : "") %> id="loc10" />
<img src="../images/setup_language_zh_CN.gif" border="0" align="top" /> <img src="../images/setup_language_zh_CN.gif" border="0" align="top" />
<b>Simplified Chinese</b> (zh_CN) <b>Simplified Chinese</b> (zh_CN)
</label><br> </label><br>
......
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