Commit a43b3be2 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Modified used resource bundles.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1538 b35dd754-fafc-0310-a699-88a17e54d16e
parent e6f4b8a4
......@@ -104,7 +104,7 @@
<th nowrap><fmt:message key="group.summary.page_member" /></th>
<th nowrap><fmt:message key="group.summary.page_admin" /></th>
<th nowrap><fmt:message key="group.summary.page_edit" /></th>
<th nowrap><fmt:message key="group.summary.page_delete" /></th>
<th nowrap><fmt:message key="global.delete" /></th>
</tr>
</thead>
<tbody>
......@@ -147,12 +147,12 @@
</td>
<td width="1%" align="center">
<a href="group-edit.jsp?group=<%= groupName %>"
title=<fmt:message key="group.summary.click_edit" />
title=<fmt:message key="global.click_edit" />
><img src="images/edit-16x16.gif" width="17" height="17" border="0"></a>
</td>
<td width="1%" align="center" style="border-right:1px #ccc solid;">
<a href="group-delete.jsp?group=<%= groupName %>"
title=<fmt:message key="group.summary.click_delete" />
title=<fmt:message key="global.click_delete" />
><img src="images/delete-16x16.gif" width="16" height="16" border="0"></a>
</td>
</tr>
......
......@@ -193,7 +193,7 @@
<thead>
<tr>
<th colspan="2"><fmt:message key="muc.room.affiliations.user" /></th>
<th width="1%"><fmt:message key="muc.room.affiliations.delete" /></th>
<th width="1%"><fmt:message key="global.delete" /></th>
</tr>
</thead>
<tbody>
......@@ -219,7 +219,7 @@
</td>
<td width="1%" align="center">
<a href="muc-room-affiliations.jsp?roomName=<%= roomName %>&userJID=<%= user %>&delete=true&affiliation=owner"
title="<fmt:message key="muc.room.affiliations.click_delete" />"
title="<fmt:message key="global.click_delete" />"
onclick="return confirm('<fmt:message key="muc.room.affiliations.confirm_removed" />');"
><img src="images/delete-16x16.gif" width="16" height="16" border="0"></a>
</td>
......@@ -247,7 +247,7 @@
</td>
<td width="1%" align="center">
<a href="muc-room-affiliations.jsp?roomName=<%= roomName %>&userJID=<%= user %>&delete=true&affiliation=admin"
title="<fmt:message key="muc.room.affiliations.click_delete" />"
title="<fmt:message key="global.click_delete" />"
onclick="return confirm('<fmt:message key="muc.room.affiliations.confirm_removed" />');"
><img src="images/delete-16x16.gif" width="16" height="16" border="0"></a>
</td>
......@@ -277,7 +277,7 @@
</td>
<td width="1%" align="center">
<a href="muc-room-affiliations.jsp?roomName=<%= roomName %>&userJID=<%= user %>&delete=true&affiliation=member"
title="<fmt:message key="muc.room.affiliations.click_delete" />"
title="<fmt:message key="global.click_delete" />"
onclick="return confirm('<fmt:message key="muc.room.affiliations.confirm_removed" />');"
><img src="images/delete-16x16.gif" width="16" height="16" border="0"></a>
</td>
......@@ -305,7 +305,7 @@
</td>
<td width="1%" align="center">
<a href="muc-room-affiliations.jsp?roomName=<%= roomName %>&userJID=<%= user %>&delete=true&affiliation=outcast"
title="<fmt:message key="muc.room.affiliations.click_delete" />"
title="<fmt:message key="global.click_delete" />"
onclick="return confirm('<fmt:message key="muc.room.affiliations.confirm_removed" />');"
><img src="images/delete-16x16.gif" width="16" height="16" border="0"></a>
</td>
......
......@@ -162,12 +162,12 @@
</td>
<td width="1%" align="center">
<a href="muc-room-edit-form.jsp?roomName=<%= room.getName() %>"
title="<fmt:message key="muc.room.summary.click_edit" />"
title="<fmt:message key="global.click_edit" />"
><img src="images/edit-16x16.gif" width="17" height="17" border="0"></a>
</td>
<td width="1%" align="center" style="border-right:1px #ccc solid;">
<a href="muc-room-delete.jsp?roomName=<%= room.getName() %>"
title="<fmt:message key="muc.room.summary.click_delete" />"
title="<fmt:message key="global.click_delete" />"
><img src="images/delete-16x16.gif" width="16" height="16" border="0"></a>
</td>
</tr>
......
......@@ -191,7 +191,7 @@
<input type="text" name="idletime" size="5" maxlength="5"
onclick="this.form.kickEnabled[1].checked=true;"
value="<%= mucServer.getUserIdleTime() == -1 ? 30 : mucServer.getUserIdleTime() / 1000 / 60 %>">
<fmt:message key="muc.tasks.minutes" />
<fmt:message key="global.minutes" />.
</td>
</tr>
</tbody>
......
......@@ -202,7 +202,7 @@
<th nowrap><fmt:message key="plugin.admin.version" /></th>
<th nowrap><fmt:message key="plugin.admin.author" /></th>
<th nowrap><fmt:message key="plugin.admin.restart" /></th>
<th nowrap><fmt:message key="plugin.admin.delete" /></th>
<th nowrap><fmt:message key="global.delete" /></th>
</tr>
</thead>
<tbody>
......@@ -266,7 +266,7 @@
</td>
<td width="1%" align="center" style="border-right:1px #ccc solid;">
<a href="#" onclick="if (confirm('<fmt:message key="plugin.admin.confirm" />')) { location.replace('plugin-admin.jsp?deleteplugin=<%= dirName %>'); } "
title="<fmt:message key="plugin.admin.click_delete" />"
title="<fmt:message key="global.click_delete" />"
><img src="images/delete-16x16.gif" width="16" height="16" border="0"></a>
</td>
</tr>
......
......@@ -231,7 +231,7 @@ function dodelete(propName) {
<th nowrap><fmt:message key="server.properties.name" /></th>
<th nowrap><fmt:message key="server.properties.value" /></th>
<th style="text-align:center;"><fmt:message key="server.properties.edit" /></th>
<th style="text-align:center;"><fmt:message key="server.properties.delete" /></th>
<th style="text-align:center;"><fmt:message key="global.delete" /></th>
</tr>
</thead>
<tbody>
......
......@@ -51,7 +51,7 @@
String title = LocaleUtils.getLocalizedString("server.session.details.title");
pageinfo.setTitle(title);
pageinfo.getBreadcrumbs().add(new AdminPageBean.Breadcrumb(LocaleUtils.getLocalizedString("global.main"), "index.jsp"));
pageinfo.getBreadcrumbs().add(new AdminPageBean.Breadcrumb(title, "server-session-details.jsp"));
pageinfo.getBreadcrumbs().add(new AdminPageBean.Breadcrumb(title, "server-session-details.jsp?hostname=" + hostname));
pageinfo.setPageID("server-session-summary");
%>
<jsp:include page="top.jsp" flush="true" />
......
......@@ -103,7 +103,7 @@
<% if (numPages > 1) { %>
- <fmt:message key="session.summary.showing" /> <%= (start+1) %>-<%= (start+range) %>
- <fmt:message key="global.showing" /> <%= (start+1) %>-<%= (start+range) %>
<% } %>
- <fmt:message key="server.session.summary.sessions_per_page" />:
......@@ -122,7 +122,7 @@
<% if (numPages > 1) { %>
<p>
<fmt:message key="session.summary.page" />:
<fmt:message key="global.pages" />:
[
<% for (int i=0; i<numPages; i++) {
String sep = ((i+1)<numPages) ? " " : "";
......@@ -191,7 +191,7 @@
<% if (numPages > 1) { %>
<p>
<fmt:message key="session.summary.page" />:
<fmt:message key="global.pages" />:
[
<% for (int i=0; i<numPages; i++) {
String sep = ((i+1)<numPages) ? " " : "";
......
......@@ -102,14 +102,14 @@
<% if (numPages > 1) { %>
- <fmt:message key="session.summary.showing" /> <%= (start+1) %>-<%= (start+range) %>
- <fmt:message key="global.showing" /> <%= (start+1) %>-<%= (start+range) %>
<% } %>
<% if (numPages > 1) { %>
<p>
<fmt:message key="session.summary.page" />:
<fmt:message key="global.pages" />:
[
<% for (int i=0; i<numPages; i++) {
String sep = ((i+1)<numPages) ? " " : "";
......@@ -204,7 +204,7 @@
<% if (numPages > 1) { %>
<p>
<fmt:message key="session.summary.page" />:
<fmt:message key="global.pages" />:
[
<% for (int i=0; i<numPages; i++) {
String sep = ((i+1)<numPages) ? " " : "";
......
......@@ -186,7 +186,7 @@
<th nowrap><fmt:message key="user.create.name" /></th>
<th nowrap><fmt:message key="user.summary.created" /></th>
<th nowrap><fmt:message key="user.summary.edit" /></th>
<th nowrap><fmt:message key="user.summary.delete" /></th>
<th nowrap><fmt:message key="global.delete" /></th>
</tr>
</thead>
<tbody>
......@@ -248,12 +248,12 @@
</td>
<td width="1%" align="center">
<a href="user-edit-form.jsp?username=<%= URLEncoder.encode(user.getUsername(), "UTF-8") %>"
title="<fmt:message key="user.summary.click_edit" />"
title="<fmt:message key="global.click_edit" />"
><img src="images/edit-16x16.gif" width="17" height="17" border="0"></a>
</td>
<td width="1%" align="center" style="border-right:1px #ccc solid;">
<a href="user-delete.jsp?username=<%= URLEncoder.encode(user.getUsername(), "UTF-8") %>"
title="<fmt:message key="user.summary.click_delete" />"
title="<fmt:message key="global.click_delete" />"
><img src="images/delete-16x16.gif" width="16" height="16" border="0"></a>
</td>
</tr>
......
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