* @package ZenTaoPMS
* @version $Id: zh-cn.php 5116 2013-07-12 06:37:48Z sunhao@cnezsoft.com $
* @link http://www.zentao.net
*/
$lang->tutorial = new stdclass();
$lang->tutorial->common = 'Novice tutorial';
$lang->tutorial->desc = 'Learn zentao through a series of tasks. This may cost you 10 minutes, you can quit anytime.';
$lang->tutorial->start = 'Let\'s go!';
$lang->tutorial->exit = 'Quit';
$lang->tutorial->congratulation = 'Congratulations! You have finished all tasks.';
$lang->tutorial->restart = 'Restart';
$lang->tutorial->currentTask = 'Current task';
$lang->tutorial->allTasks = 'All tasks';
$lang->tutorial->previous = 'Previous one';
$lang->tutorial->nextTask = 'Next task';
$lang->tutorial->openTargetPage = 'Open target page';
$lang->tutorial->atTargetPage = 'In target page';
$lang->tutorial->reloadTargetPage = 'Reload target page';
$lang->tutorial->target = 'Target';
$lang->tutorial->tagetPageTip = 'Open【%s】page by this instruction';
$lang->tutorial->tasks = array();
$lang->tutorial->tasks['createAccount'] = array('title' => 'Create a account');
$lang->tutorial->tasks['createAccount']['nav'] = array('module' => 'user', 'method' => 'create', 'menuModule' => 'company', 'menu' => 'addUser', 'form' => '#dataform', 'submit' => '#submit', 'targetPageName' => 'Add User');
$lang->tutorial->tasks['createAccount']['desc'] = "
Create a new account in Zentao:
- Open Company Users Add User;
- Fill in the form with new user information;
- Save user information.
";
$lang->tutorial->tasks['createProduct'] = array('title' => 'Create a product');
$lang->tutorial->tasks['createProduct']['nav'] = array('module' => 'product', 'method' => 'create', 'menu' => 'create', 'form' => '#dataform', 'submit' => '#submit', 'targetPageName' => 'Product');
$lang->tutorial->tasks['createProduct']['desc'] = "Create a new product:
- Open Product New;
- Fill in the form with new product information;
- Save product information.
";
$lang->tutorial->tasks['createStory'] = array('title' => 'Create a story');
$lang->tutorial->tasks['createStory']['nav'] = array('module' => 'story', 'method' => 'create', 'menuModule' => 'product', 'menu' => 'story', 'target' => '.create-story-btn', 'form' => '#dataform', 'submit' => '#submit', 'targetPageName' => 'Create Story');
$lang->tutorial->tasks['createStory']['desc'] = "Create a new story:
- Open Product Story Create;
- Fill in the form with new story information;
- Save story information.
";
$lang->tutorial->tasks['createProject'] = array('title' => 'Create a project');
$lang->tutorial->tasks['createProject']['nav'] = array('module' => 'project', 'method' => 'create', 'menu' => 'create', 'form' => '#dataform', 'submit' => '#submit', 'targetPageName' => 'Create Project');
$lang->tutorial->tasks['createProject']['desc'] = "Create a new project:
- Open Project New Page;
- Fill in the form with new project information;
- Save project information.
";
$lang->tutorial->tasks['linkStory'] = array('title' => 'Link story');
$lang->tutorial->tasks['linkStory']['nav'] = array('module' => 'project', 'method' => 'linkStory', 'menu' => 'story', 'target' => '.link-story-btn', 'form' => '#linkStoryForm', 'formType' => 'table', 'submit' => '#submit', 'targetPageName' => 'Link Story');
$lang->tutorial->tasks['linkStory']['desc'] = "Link stories to project:
- Open Project Story Link story;
- Select stories in story list to link;
- Save linked stories.
";
$lang->tutorial->tasks['createTask'] = array('title' => 'Divide tasks');
$lang->tutorial->tasks['createTask']['nav'] = array('module' => 'task', 'method' => 'create', 'menuModule' => 'project', 'menu' => 'story', 'target' => '.btn-task-create', 'form' => '#dataform', 'submit' => '#submit', 'targetPageName' => 'Create Task');
$lang->tutorial->tasks['createTask']['desc'] = "Divide tasks for story which linked to project.
- Open Project Story WBS;
- Fill in the form with new task information;
- Save task information.
";
$lang->tutorial->tasks['createBug'] = array('title' => 'Create a bug');
$lang->tutorial->tasks['createBug']['nav'] = array('module' => 'bug', 'method' => 'create', 'menuModule' => 'qa', 'menu' => 'bug', 'target' => '.btn-bug-create', 'form' => '#dataform', 'submit' => '#submit', 'targetPageName' => 'Create Bug');
$lang->tutorial->tasks['createBug']['desc'] = "Create a new Bug:
- Open Test Bug Create Bug;
- Fill in the form with new bug information:
- Save Bug information.
";