Author: sviluppatorefico
Date: 2008-06-28 08:14:22 -0400 (Sat, 28 Jun 2008)
New Revision: 11188
Modified:
branches/JBoss_Portal_Branch_2_7/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/securenode.jsp
Log:
now this page is internationalizated
Modified:
branches/JBoss_Portal_Branch_2_7/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/securenode.jsp
===================================================================
---
branches/JBoss_Portal_Branch_2_7/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/securenode.jsp 2008-06-28
12:13:51 UTC (rev 11187)
+++
branches/JBoss_Portal_Branch_2_7/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/securenode.jsp 2008-06-28
12:14:22 UTC (rev 11188)
@@ -61,7 +61,7 @@
<td class="portlet-section-alternate" colspan="2">
<table>
<tr>
- <td colspan="2" class="portlet-section-header"
align="center">Set Read Permissions</td>
+ <td colspan="2" class="portlet-section-header"
align="center">${n:i18n("CMS_ADMIN_SET_READ_PERMISSIONS")}</td>
</tr>
<tr>
<td>
@@ -84,8 +84,8 @@
%>
</select>
</td>
- <td>Select Roles that have access to this node.<br/>
- (You may select multiple roles by using CTRL+click on the role names.)
+ <td>${n:i18n("CMS_ADMIN_SELECT_ROLES")}<br/>
+ (${n:i18n("CMS_ADMIN_YOU_CAN_SELECT_CTRL_ROLES")})
</td>
</tr>
<tr>
@@ -109,8 +109,8 @@
%>
</select>
</td>
- <td>Select Users that have access to this node.<br/>
- (You may select multiple users by using CTRL+click on the user names.)
+ <td>${n:i18n("CMS_ADMIN_SELECT_USERS")}<br/>
+ (${n:i18n("CMS_ADMIN_YOU_CAN_SELECT_CTRL_USERS")})
</td>
</tr>
</table>
@@ -123,7 +123,7 @@
<td class="portlet-section-alternate" colspan="2">
<table>
<tr>
- <td colspan="2" class="portlet-section-header"
align="center">Set Write Permissions</td>
+ <td colspan="2" class="portlet-section-header"
align="center">${n:i18n("CMS_ADMIN_SET_WRITE_PERMISSIONS")}</td>
</tr>
<tr>
<td>
@@ -146,8 +146,8 @@
%>
</select>
</td>
- <td>Select Roles that have access to this node.<br/>
- (You may select multiple roles by using CTRL+click on the role names.)
+ <td>${n:i18n("CMS_ADMIN_SELECT_ROLES")}<br/>
+ (${n:i18n("CMS_ADMIN_YOU_CAN_SELECT_CTRL_ROLES")})
</td>
</tr>
<tr>
@@ -171,8 +171,8 @@
%>
</select>
</td>
- <td>Select Users that have access to this node.<br/>
- (You may select multiple users by using CTRL+click on the user names.)
+ <td>${n:i18n("CMS_ADMIN_SELECT_USERS")}<br/>
+ (${n:i18n("CMS_ADMIN_YOU_CAN_SELECT_CTRL_USERS")})
</td>
</tr>
</table>
@@ -185,7 +185,7 @@
<td class="portlet-section-alternate" colspan="2">
<table>
<tr>
- <td colspan="2" class="portlet-section-header"
align="center">Set Manage Permissions</td>
+ <td colspan="2" class="portlet-section-header"
align="center">${n:i18n("CMS_ADMIN_SET_MANAGE_PERMISSIONS")}</td>
</tr>
<tr>
<td>
@@ -208,8 +208,8 @@
%>
</select>
</td>
- <td>Select Roles that have access to this node.<br/>
- (You may select multiple roles by using CTRL+click on the role names.)
+ <td>${n:i18n("CMS_ADMIN_SELECT_ROLES")}<br/>
+ (${n:i18n("CMS_ADMIN_YOU_CAN_SELECT_CTRL_ROLES")})
</td>
</tr>
<tr>
@@ -233,8 +233,8 @@
%>
</select>
</td>
- <td>Select Users that have access to this node.<br/>
- (You may select multiple users by using CTRL+click on the user names.)
+ <td>${n:i18n("CMS_ADMIN_SELECT_USERS")}<br/>
+ (${n:i18n("CMS_ADMIN_YOU_CAN_SELECT_CTRL_USERS")})
</td>
</tr>
</table>
Show replies by date