source: main/trunk/greenstone3/web/WEB-INF/classes/Authentication.properties@ 29836

Last change on this file since 29836 was 14293, checked in by qq6, 17 years ago

Added strings for authentication service

File size: 483 bytes
Line 
1#service stuff
2ListUsers.name=userName
3ListUsers.submit=submit
4ListUsers.description=list users
5
6AddUser.name=userName
7AddUser.submit=submit
8AddUser.description=add user
9
10#params
11param.un=username
12param.pw=password
13param.com=comment
14param.boolean.enabled=enabled
15param.boolean.disabled=disabled
16param.as=account status
17param.gp=groups
18param.npw=new password
19param.rnpw=retype new password
20
21Authentication.description=Allows you to manage users
22Authentication.name=Administration Page
Note: See TracBrowser for help on using the repository browser.