[xwiki-notifications] [Issue] Created: (XWIKI-2560) Replacing hardcoded messages in admingroups.vm
Alla Dorozhinskaya (JIRA)
jira at xwiki.org
Tue Jul 15 11:14:54 CEST 2008
Replacing hardcoded messages in admingroups.vm
----------------------------------------------
Key: XWIKI-2560
URL: http://jira.xwiki.org/jira/browse/XWIKI-2560
Project: XWiki Core
Issue Type: Improvement
Affects Versions: 1.5 M1
Reporter: Alla Dorozhinskaya
Replaced hard-coded messages in admingroups.vm template with $msg.get("term")
-
<div id="ajax-loader">Loading...<br />
<img src="$xwiki.getSkinFile('icons/ajax-loader.gif')" alt="Loading..." title="Loading..." />
</div>
+
<div id="ajax-loader">$msg.get("ui.ajaxTable.loading")<br />
<img src="$xwiki.getSkinFile('icons/ajax-loader.gif')" alt="$msg.get('ui.ajaxTable.loading')" title="$msg.get('ui.ajaxTable.loading')" />
</div>
-
<td>Group Name</td><td>Members</td><td>Manage</td>
+ <td>$msg.get("rightsmanager.groupname")</td><td>$msg.get("rightsmanager.members")</td><td>$msg.get("rightsmanager.manage")</td>
-
<option value="local" selected="selected">Local</option>
<option value="global">Global</option>
<option value="both">Both</option>
+
<option value="local" selected="selected">$msg.get("rightsmanager.local")</option>
<option value="global">$msg.get("rightsmanager.global")</option>
<option
Add new term "rightsmanager.groupname= Group name" in Application.Resources and Application.Resources_en respectively.
Customized Application.Resources_de to XWiki Enterprise 1.5.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the notifications
mailing list