⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 agency.php

📁 ECSHOP是一款开源免费的通用电子商务平台构建软件
💻 PHP
字号:
<?php

/**
 * ECSHOP agency management language file
 * ============================================================================
 * All right reserved (C) 2005-2007 Beijing Yi Shang Interactive Technology
 * Development Ltd.
 * Web site: http://www.ecshop.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: zblikai $
 * $Id: agency.php 15646 2009-02-23 08:33:00Z zblikai $
*/

/* 菜单 */
$_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';

?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -