File: /www/wwwroot/oa.sanjiangapp.com/app/crm/address/lang/en.php
<?php
/**
* The address 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 Yidong Wang <yidong@cnezsoft.com>
* @package address
* @version $Id$
* @link http://www.zdoo.com
*/
if(!isset($lang->address)) $lang->address = new stdclass();
$lang->address->common = 'Address';
$lang->address->title = 'Title';
$lang->address->country = 'Country';
$lang->address->province = 'Province';
$lang->address->city = 'City';
$lang->address->area = 'Area';
$lang->address->location = 'Location';
$lang->address->browse = 'Browse Address';
$lang->address->delete = 'Delete Address';
$lang->address->create = 'Create Address';
$lang->address->edit = 'Edit Address';