Added a translation managers group so that administrators can sub-divide the internationalization task without giving away admin privileges.

This commit is contained in:
JT Smith 2003-04-16 02:53:39 +00:00
parent 2c69665b0f
commit 92334195a3
3 changed files with 16 additions and 11 deletions

View file

@ -274,6 +274,6 @@ insert into international (internationalId,languageId,namespace,message,lastUpda
delete from international where languageId=1 and namespace='WebGUI' and internationalId=831;
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (831,1,'WebGUI','Collateral Macros', 1050441851);
alter table international add column context text;
insert into groups (groupId,groupName,description) values (10,"Translation Managers","Users that can edit language translations for WebGUI.");