about_title1		=Testing Grid
about_par1		=The purpose of the project is to create a system for distributed applications testing. Testing is one of the most important stages of application development and comprehensive testing is a long hard and resource-intensive process. But it is necessary.  Our system eases and automates this process. 
about_roles_title   	=Roles of Testing Grid users
about_roles_details 	=Testing Grid system has 5 user roles: Administrator, Developer, Participant, Guest and Unknown. Role is something like a group of users. Any user can be a memeber of any "group".
about_admin_title   	=Administrator
about_admin_details  	=Administrator is a high privileged user. There are several capabilities, that only administrator has. He or she can manage user's accounts by locking and unlocking them, adding and removing roles for each user.
about_admin_details2  	=Watching system logs is another essential administrator's capability. Any essential event in Testing Grid system is logged.
about_dev_title	   	=Developer
about_dev_details  	=Developers are users who can upload some testing tasks on server, and monitor result reports, returned by participant's machines. Each testing result report contains various information such as stack trace, elapsed time, etc.
about_dev_details2  	=Developers are supposed to use special console tool to upload their testing tasks to server. It is called Grid Loader.
about_ptcp_title	=Participant
about_ptcp_details  	=Participant is not a very priveliged user role. Participant can download testing task, execute it and pass testing result report to Testing Grid server. Participant has no access to results summaries, testing tasks lists, etc.
about_ptcp_details2  	=They use Grid Agent console application to execute testing task (workunit). This application runs on their computer like a daemon process.
about_guest_title	=Guest
about_guest_details	=Guest is a really poor user :) Any registered user is initially a guest. Guest role is required to change user's profile details and to read some system documentation.
about_nobody_title	=Unknown
about_nobody_details	=Each not authorized user is unknown. The only capability that is allowed to such visitors is logging in and contemplation of some not very interesting pages.

#import ui.handler
#import ui.LogsPageStrategy
#import ui.ChangeProfileStrategy
#import ui.GuestPageStrategy
#import ui.ConfPageStrategy
#import ui.UsersPageStrategy
#import ui.UserInfoActionsStrategy
#import ui.SuitesPageStrategy
#import ui.RegPageStrategy
#import ui.LoginPageStrategy

#include shared.ClientPreferencesFacade