Commit 67cc07fb authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Fixed missing translation.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1045 b35dd754-fafc-0310-a699-88a17e54d16e
parent 637b97c5
...@@ -149,15 +149,15 @@ ...@@ -149,15 +149,15 @@
<!-- Sessions --> <!-- Sessions -->
<tab id="tab-session" name="${tab.tab-session}" url="session-summary.jsp" description="${tab.tab-session.descr}"> <tab id="tab-session" name="${tab.tab-session}" url="session-summary.jsp" description="${tab.tab-session.descr}">
<sidebar id="sidebar-session" name="Sessions"> <sidebar id="sidebar-session" name="${tab.tab-session}">
<item id="session-summary" name="View Current Sessions" <item id="session-summary" name="${sidebar.session-summary}"
url="session-summary.jsp" url="session-summary.jsp"
description="Click to manage XMPP sessions" /> description="${sidebar.session-summary.descr}" />
<item id="user-message" name="Send Message" <item id="user-message" name="${sidebar.user-message}"
url="user-message.jsp" url="user-message.jsp"
description="Click to send a message" /> description="${sidebar.user-message.descr}" />
</sidebar> </sidebar>
</tab> </tab>
......
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
<%= ((!inbandEnabled) ? "checked" : "") %>> <%= ((!inbandEnabled) ? "checked" : "") %>>
</td> </td>
<td width="99%"> <td width="99%">
<label for="rb02"><b>Disabled</b></label> - Users can not automatically create new accounts. <label for="rb02"><b><fmt:message key="reg.settings.disable" /></b></label> - <fmt:message key="reg.settings.not_auto_create" />
</td> </td>
</tr> </tr>
</tbody> </tbody>
...@@ -114,12 +114,10 @@ ...@@ -114,12 +114,10 @@
<br><br> <br><br>
<fieldset> <fieldset>
<legend>Anonymous Login</legend> <legend><fmt:message key="reg.settings.anonymous_login" /></legend>
<div> <div>
<p> <p>
You can choose to enable or disable anonymous user login. If it is enabled, anyone can <fmt:message key="reg.settings.anonymous_login_info" />
connect to the server and create a new session. If it is disabled only users who have
accounts will be able to connect.
</p> </p>
<table cellpadding="3" cellspacing="0" border="0" width="100%"> <table cellpadding="3" cellspacing="0" border="0" width="100%">
<tbody> <tbody>
...@@ -129,7 +127,7 @@ ...@@ -129,7 +127,7 @@
<%= ((anonLogin) ? "checked" : "") %>> <%= ((anonLogin) ? "checked" : "") %>>
</td> </td>
<td width="99%"> <td width="99%">
<label for="rb03"><b>Enabled</b></label> - Anyone may login to the server. <label for="rb03"><b><fmt:message key="reg.settings.enable" /></b></label> - <fmt:message key="reg.settings.anyone_login" />
</td> </td>
</tr> </tr>
<tr> <tr>
...@@ -138,7 +136,7 @@ ...@@ -138,7 +136,7 @@
<%= ((!anonLogin) ? "checked" : "") %>> <%= ((!anonLogin) ? "checked" : "") %>>
</td> </td>
<td width="99%"> <td width="99%">
<label for="rb04"><b>Disabled</b></label> - Only registered users may login. <label for="rb04"><b><fmt:message key="reg.settings.disable" /></b></label> - <fmt:message key="reg.settings.only_registered_login" />
</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