Files
EasySoft-ZenTaoPMS/module/my/lang/en.php
T
chencongzhi520@gmail.com 044c8fd6a8 * code for task#1087.
* remove the www/theme/index.css to module/my/css/index.css.
 * replace the noProjectTips instead createProject.
 * replace the noProductTips instead createProduct.
2013-02-19 01:47:10 +00:00

42 lines
1.6 KiB
PHP

<?php
$lang->my->common = 'Dashboard';
/* Methods. */
$lang->my->index = 'Index';
$lang->my->todo = 'Todo';
$lang->my->task = 'Task';
$lang->my->bug = 'Bug';
$lang->my->testTask = 'Test task';
$lang->my->testCase = 'Test case';
$lang->my->story = 'Story';
$lang->my->myProject = 'Project';
$lang->my->team = 'Team';
$lang->my->profile = 'Profile';
$lang->my->dynamic = 'Dynamic';
$lang->my->editProfile = 'Edit profile';
$lang->my->changePassword = 'Change password';
$lang->my->taskMenu = new stdclass();
$lang->my->taskMenu->assignedToMe = 'To me';
$lang->my->taskMenu->openedByMe = 'My opened';
$lang->my->taskMenu->finishedByMe = 'My finished';
$lang->my->taskMenu->closedByMe = 'My closed';
$lang->my->taskMenu->canceledByMe = 'My canceled';
$lang->my->storyMenu = new stdclass();
$lang->my->storyMenu->assignedToMe = 'To me';
$lang->my->storyMenu->openedByMe = 'My opened';
$lang->my->storyMenu->reviewedByMe = 'My reviewed';
$lang->my->storyMenu->closedByMe = 'My closed';
$lang->my->home = new stdclass();
$lang->my->home->latest = 'Dynamic';
$lang->my->home->action = "%s, %s <i>%s</i> %s <a href='%s'>%s</a>.";
$lang->my->home->projects = 'Project';
$lang->my->home->products = 'Product';
$lang->my->home->projectHome = 'Project home';
$lang->my->home->productHome = 'Product home';
$lang->my->home->createProject = "create a project?";
$lang->my->home->createProduct = "create a product?";
$lang->my->home->help = "<a href='http://www.zentao.net/help-read-79236.html' target='_blank'>Help Book</a>";