File: /www/wwwroot/oa.sanjiangapp.com/app/crm/order/lang/en.php
<?php
/**
* The order module en lang file of ZDOO.
*
* @copyright Copyright 2009-2018 青岛易软天创网络科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
* @license ZPL (http://zpl.pub/page/zplv12.html)
* @author Tingting Dai <daitingting@xirangit.com>
* @package order
* @version $Id$
* @link http://www.zdoo.com
*/
if(!isset($lang->order)) $lang->order = new stdclass();
$lang->order->common = 'Order';
$lang->order->id = 'ID';
$lang->order->name = 'Name';
$lang->order->product = 'Product';
$lang->order->productLine = 'Product Line';
$lang->order->customer = 'Customer';
$lang->order->contact = 'Contact';
$lang->order->team = 'Team';
$lang->order->currency = 'Currency';
$lang->order->plan = 'Budget';
$lang->order->real = 'Actual';
$lang->order->planShort = 'Plan';
$lang->order->realShort = 'Rreal';
$lang->order->amount = 'Amount';
$lang->order->status = 'Status';
$lang->order->subStatus = 'Sub Status';
$lang->order->createdBy = 'Created By';
$lang->order->createdDate = 'Created';
$lang->order->assignedTo = 'Assignee';
$lang->order->assignedBy = 'Assigned By';
$lang->order->assignedDate = 'Assigned';
$lang->order->signedBy = 'Signed By';
$lang->order->signedDate = 'Signed';
$lang->order->payedDate = 'Paid';
$lang->order->closedBy = 'Closed By';
$lang->order->closedDate = 'Closed';
$lang->order->closedReason = 'Closed Reason';
$lang->order->closedNote = 'Closed Note';
$lang->order->activatedBy = 'Activated By';
$lang->order->activatedDate = 'Activated';
$lang->order->contactedBy = 'Contacted By';
$lang->order->contactedDate = 'Contacted';
$lang->order->nextDate = 'Next Contact';
$lang->order->editedBy = 'Last Edited By';
$lang->order->editedDate = 'Last Edited';
$lang->order->createCustomer = 'Create Customer';
$lang->order->createProduct = 'Create Product';
$lang->order->list = 'Orders';
$lang->order->browse = 'Orders';
$lang->order->create = 'Create';
$lang->order->record = 'Follow Up';
$lang->order->edit = 'Edit';
$lang->order->delete = 'Delete';
$lang->order->view = 'View';
$lang->order->close = 'Close';
$lang->order->sign = 'Sign';
$lang->order->assign = 'Assign';
$lang->order->batchAssign = 'Batch Assign';
$lang->order->activate = 'Activate';
$lang->order->export = 'Export';
$lang->order->buy = 'Buy';
$lang->order->search = 'Search';
$lang->order->statusList['normal'] = 'Normal';
$lang->order->statusList['signed'] = 'Signed';
$lang->order->statusList['closed'] = 'Closed';
$lang->order->closedReasonList[''] = '';
$lang->order->closedReasonList['paid'] = 'Paid';
$lang->order->closedReasonList['failed'] = 'Failed';
$lang->order->closedReasonList['postponed'] = 'Postponed';
$lang->order->titleLBL = "%s purchased %s (%s)";
$lang->order->basicInfo = "Basic";
$lang->order->lifetime = "Order Life";
$lang->order->totalAmount = 'Budget: %s Actual: %s on this page;';
$lang->order->infoBuy = "%s purchased %s";
$lang->order->infoContract = 'Signed Contract';
$lang->order->infoAmount = 'Budget: %s Actual: %s';
$lang->order->infoPlanAmount = 'Budget';
$lang->order->infoRealAmount = 'Actual';
$lang->order->infoContacted = 'Contacted on';
$lang->order->infoNextDate = 'Next Contact on';
$lang->order->deny = "You don't have permission to create %s.";
$lang->order->checkedSummary = "Seleted %total% orders, Budget: %plan%,Actual: %real%";
$lang->order->batchAssignDeny = "You don't have permission to assign the orders.";
$lang->order->noOrderSelected = 'No order selected.';
/* Width settings for different languages, in pixels. */
$lang->order->actionWidth = 200;