* adjust lang items order.

This commit is contained in:
wangchunsheng
2012-01-02 13:04:43 +00:00
parent 6829e62664
commit 09ebd8bc5d
3 changed files with 4 additions and 2 deletions

View File

@@ -137,8 +137,8 @@ $lang->product->menu->roadmap = 'Roadmap|product|roadmap|productID=%s';
$lang->product->menu->doc = array('link' => 'Doc|product|doc|productID=%s', 'subModule' => 'doc');
$lang->product->menu->view = 'Info|product|view|productID=%s';
$lang->product->menu->edit = 'Edit|product|edit|productID=%s';
$lang->product->menu->module = 'Modules|tree|browse|productID=%s&view=story';
$lang->product->menu->delete = array('link' => 'Delete|product|delete|productID=%s', 'target' => 'hiddenwin');
$lang->product->menu->module = 'Modules|tree|browse|productID=%s&view=story';
$lang->product->menu->create = array('link' => 'New Product|product|create', 'float' => 'right');
$lang->product->menu->project = array('link' => 'Project list|product|project|status=all&productID=%s', 'float' => 'right');
$lang->product->menu->all = array('link' => 'All product|product|index|locate=false', 'float' => 'right');

View File

@@ -33,7 +33,6 @@ EOT;
$lang->install->newReleased= "<strong class='red'>Notice</strong>There is a new version <strong class='red'>%s</strong>, released on %s。";
$lang->install->choice = 'You can ';
$lang->install->checking = 'System checking';

View File

@@ -29,6 +29,9 @@ $lang->upgrade->setStatusFile = "<p>For security reason, we will check file <str
For linux:<strong>touch %s;</strong> <br />
For windows:<strong>echo ok > %s</strong></p>
I have done this work, <a href='upgrade.php'>continue upgrade</a>";
$lang->upgrade->selectVersion = 'Select version';
$lang->upgrade->noteVersion = "Must select the correct version";
$lang->upgrade->fromVersion = 'From version';