Commit 60f012d2 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Added Czech, Deutsch and Nederlands locales. JM-231


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1189 b35dd754-fafc-0310-a699-88a17e54d16e
parent 35d77c0f
......@@ -118,6 +118,33 @@
<label for="loc02">Simplified Chinese (zh_CN)</label>
</td>
</tr>
<tr>
<td>
<input type="radio" name="localeCode" value="cs_CZ" <%= ("cs_CZ".equals(locale.toString()) ? "checked" : "") %>
id="loc03" />
</td>
<td colspan="2">
<label for="loc03">Czech (cs_CZ)</label>
</td>
</tr>
<tr>
<td>
<input type="radio" name="localeCode" value="de" <%= ("de".equals(locale.toString()) ? "checked" : "") %>
id="loc04" />
</td>
<td colspan="2">
<label for="loc04">Deutsch (de)</label>
</td>
</tr>
<tr>
<td>
<input type="radio" name="localeCode" value="nl" <%= ("nl".equals(locale.toString()) ? "checked" : "") %>
id="loc05" />
</td>
<td colspan="2">
<label for="loc05">Nederlands (nl)</label>
</td>
</tr>
</tbody>
</table>
......
......@@ -101,6 +101,33 @@
<label for="loc02">Simplified Chinese</label> (zh_CN)
</td>
</tr>
<tr>
<td>
<input type="radio" name="localeCode" value="cs_CZ" <%= ("cs_CZ".equals(locale.toString()) ? "checked" : "") %>
id="loc03" />
</td>
<td colspan="2">
<label for="loc03">Czech (cs_CZ)</label>
</td>
</tr>
<tr>
<td>
<input type="radio" name="localeCode" value="de" <%= ("de".equals(locale.toString()) ? "checked" : "") %>
id="loc04" />
</td>
<td colspan="2">
<label for="loc04">Deutsch (de)</label>
</td>
</tr>
<tr>
<td>
<input type="radio" name="localeCode" value="nl" <%= ("nl".equals(locale.toString()) ? "checked" : "") %>
id="loc05" />
</td>
<td colspan="2">
<label for="loc05">Nederlands (nl)</label>
</td>
</tr>
</tbody>
</table>
</ul>
......
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