You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

55 lines
2.4 KiB

<?php
/**
* ECSHOP agency management language file
* ============================================================================
* All right reserved (C) 2005-2016 Shanghai Yi Shang Chuang Technology
* Development Ltd.
* Web site: http://www.ecmoban.com
* ----------------------------------------------------------------------------
* This is a free/open source software;it means that you can modify, use and
* republish the program code, on the premise of that your behavior is not for
* commercial purposes.
* ============================================================================
* $Author: liubo $
* $Id: agency.php 17217 2011-01-19 06:29:08Z liubo $
*/
/* 菜单 */
$_LANG['add_agency'] = 'Add Office';
$_LANG['edit_agency'] = 'Editor Office';
$_LANG['agency_list'] = 'Office List';
/* 列表页 */
$_LANG['agency_name'] = 'Office Name';
$_LANG['agency_desc'] = 'Office Description';
$_LANG['agency_name_exist'] = 'The office name already exists, please change a name';
$_LANG['agency_edit_fail'] = 'Names of their offices editing error, please try again';
$_LANG['js_languages']['batch_drop_confirm'] = 'Are you sure you want to delete the selected office?';
$_LANG['no_record_selected'] = 'Record no choice';
$_LANG['batch_drop_ok'] = 'Bulk delete successful';
/* 详情页 */
$_LANG['label_agency_name'] = 'Office Name:';
$_LANG['label_agency_desc'] = 'Office Description:';
$_LANG['label_admins'] = 'The office administrator is responsible for:';
$_LANG['notice_admins'] = 'With an asterisk (*) that has marked the administrator responsible for other offices of the';
$_LANG['label_regions'] = 'Areas under the jurisdiction of the office:';
$_LANG['add_region'] = 'From the list below choose the region, points plus button is added to the areas under the Office';
$_LANG['label_country'] = 'A region:';
$_LANG['label_province'] = 'Two areas:';
$_LANG['label_city'] = 'Three areas:';
$_LANG['label_district'] = 'Four areas:';
$_LANG['no_regions'] = 'Not to set up its regional';
$_LANG['add_agency_ok'] = 'Add Office success';
$_LANG['edit_agency_ok'] = 'Editorial office success';
$_LANG['continue_add_agency'] = 'Continue to add new offices';
$_LANG['back_agency_list'] = 'Back office list';
$_LANG['js_languages']['region_exists'] = 'Already exists in the region';
$_LANG['js_languages']['no_agencyname'] = 'Names of their offices have not completed';
?>