69 lines
2.8 KiB
PHP
69 lines
2.8 KiB
PHP
<?php
|
|
/**
|
|
* The webapp module en file of ZenTaoPMS.
|
|
*
|
|
* @copyright Copyright 2009-2012 青岛易软天创网络科技有限公司 (QingDao Nature Easy Soft Network Technology Co,LTD www.cnezsoft.com)
|
|
* @license LGPL (http://www.gnu.org/licenses/lgpl.html)
|
|
* @author Yidong Wang <yidong@cnezsoft.com>
|
|
* @package webapp
|
|
* @version $Id$
|
|
* @link http://www.zentao.net
|
|
*/
|
|
$lang->webapp->common = 'Web App';
|
|
$lang->webapp->index = 'Added App';
|
|
$lang->webapp->obtain = 'Obtain App';
|
|
|
|
$lang->webapp->install = 'Install App';
|
|
$lang->webapp->uninstall = 'Uninstall App';
|
|
$lang->webapp->useapp = 'Use App';
|
|
$lang->webapp->installed = 'Installed';
|
|
$lang->webapp->edit = 'Edit App';
|
|
$lang->webapp->create = 'Create App';
|
|
$lang->webapp->manageTree = 'Manage Tree';
|
|
|
|
$lang->webapp->id = 'ID';
|
|
$lang->webapp->name = 'Name';
|
|
$lang->webapp->url = 'Link Address';
|
|
$lang->webapp->icon = 'Icon';
|
|
$lang->webapp->module = 'App Category';
|
|
$lang->webapp->author = 'Author';
|
|
$lang->webapp->desc = 'Desc';
|
|
$lang->webapp->target = 'Target';
|
|
$lang->webapp->size = 'Size';
|
|
$lang->webapp->height = 'Height';
|
|
$lang->webapp->addedTime = 'Add Time';
|
|
$lang->webapp->updatedTime = 'Update Time';
|
|
$lang->webapp->downloads = 'Downloads';
|
|
$lang->webapp->grade = 'Grade';
|
|
$lang->webapp->addType = 'Add Type';
|
|
$lang->webapp->packup = 'Fold';
|
|
|
|
$lang->webapp->byDownloads = 'Most Downloads';
|
|
$lang->webapp->byAddedTime = 'New Add';
|
|
$lang->webapp->byUpdatedTime = 'New Update';
|
|
$lang->webapp->bySearch = 'Search';
|
|
$lang->webapp->byCategory = 'Category';
|
|
|
|
$lang->webapp->selectModule = 'Select Category:';
|
|
$lang->webapp->allModule = 'All';
|
|
$lang->webapp->noModule = 'Uncategorized';
|
|
|
|
$lang->webapp->targetList[''] = '';
|
|
$lang->webapp->targetList['popup'] = 'Popup';
|
|
$lang->webapp->targetList['iframe'] = 'Iframe';
|
|
$lang->webapp->targetList['blank'] = 'New Window';
|
|
|
|
$lang->webapp->sizeList[''] = "";
|
|
$lang->webapp->sizeList['900x600'] = "900 x 600";
|
|
$lang->webapp->sizeList['700x600'] = "700 x 600";
|
|
$lang->webapp->sizeList['600x500'] = "600 x 500";
|
|
|
|
$lang->webapp->addTypeList['system'] = 'System App';
|
|
$lang->webapp->addTypeList['custom'] = 'Custom App';
|
|
|
|
$lang->webapp->errorOccurs = 'Error:';
|
|
$lang->webapp->errorGetModules = "Get extensions' categories data from the www.zentao.net failed. ";
|
|
$lang->webapp->errorGetExtensions = 'Get extensions from www.zentao.net failed. You can visit <a href="http://www.zentao.net/extension/" target="_blank">www.zentao.net</a> to find your extensions, download it manually and then upload to zentaopms to install it.';
|
|
$lang->webapp->successInstall = 'Success Install App.';
|
|
$lang->webapp->confirmDelete = 'Are you sure delete this app?';
|