File: /www/wwwroot/oa.sanjiangapp.com/app/cash/balance/lang/en.php
<?php
/**
* The balance module en 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 Xiying Guan <guanxiying@xirangit.com>
* @package balance
* @version $Id$
* @link http://www.zdoo.com
*/
$lang->balance = new stdclass();
$lang->balance->common = 'Balance';
$lang->balance->id = 'ID';
$lang->balance->depositor = 'Account';
$lang->balance->currency = 'Currency';
$lang->balance->money = 'Amount';
$lang->balance->desc = 'Description';
$lang->balance->date = 'Date';
$lang->balance->create = 'Add Balance';
$lang->balance->browse = 'Balance';
$lang->balance->edit = 'Edit';
$lang->balance->delete = 'Delete';
$lang->balance->createComment = '%s, add balance %s.';