<?php
/**
* About
*
* You may not change or alter any portion of this comment or credits
* of supporting developers from this source code or any supporting source code
* which is considered copyrighted (c) material of the original comment or credit authors.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
* @copyright The XOOPS Co.Ltd. http://www.xoops.com.cn
* @copyright XOOPS Project (https://xoops.org)
* @license GNU GPL 2 or later (https://www.gnu.org/licenses/gpl-2.0.html)
* @package about
* @since 1.0.0
* @author Mengjue Shao <magic.shao@gmail.com>
* @author Susheng Yang <ezskyyoung@gmail.com>
*/
// _LANGCODE: zh-CN
// _CHARSET : utf-8
// Author: magic.shao
//admin base
define('_AM_ABOUT_SAVEDSUCCESS', 'Save successful!');
define('_AM_ABOUT_DELETESUCCESS', 'Delete successful!');
define('_AM_ABOUT_RUSUREDEL', 'Are you sure delete [%s] ?');
define('_AM_ABOUT_TIME', 'Date');
define('_AM_ABOUT_ACTION', 'Action');
//admin.PAGE
define('_AM_ABOUT_PAGE_ORDER_ERROR', 'External link to the page can not be home page.');
define('_AM_ABOUT_PAGE_INSERT', 'Add page');
//form.page
define('_AM_ABOUT_EDIT', 'Edit');
define('_AM_ABOUT_PAGE_TITLE', 'Title');
define('_AM_ABOUT_PAGE_MENU_LIST', 'Display in menu?');
define('_AM_ABOUT_PAGE_MENU_TITLE', 'Menu title');
define('_AM_ABOUT_PAGE_HIGHER', 'Parent Page');
define('_AM_ABOUT_PAGE_LINK_MENU', '( If empty quote page title )');
define('_AM_ABOUT_PAGE_TEXT', 'Content');
define('_AM_ABOUT_CATEGORY_SELECT', 'Select category');
define('_AM_ABOUT_PAGE_LINK_TEXT', 'External links');
define('_AM_ABOUT_PAGE_LINK_BLANK', 'Display in new window');
define('_AM_ABOUT_PAGE_STATUS', 'Publish?');
define('_AM_ABOUT_PAGE_DRAFT', 'Draft');
define('_AM_ABOUT_PAGE_SUB', 'Publish');
define('_AM_ABOUT_TEMPLATE_SELECT', 'Template');
define('_AM_ABOUT_PAGE_IMAGE', 'Header Image');
//about_admin_page.tpl
define('_AM_ABOUT_INSERT_LINK', 'Add external links');
define('_AM_ABOUT_PAGE_MENU_ORDER', 'Sort');
define('_AM_ABOUT_PAGE_CUS_INDEX', 'Index');
define('_AM_ABOUT_PAGE_TEMPLATE', 'Template');
define('_AM_ABOUT_PAGE_TYPE', 'Type');
define('_AM_ABOUT_PAGE_STATUS_LIST', 'Status');
define('_AM_ABOUT_PAGE_MENU', 'Menu');
define('_AM_ABOUT_PAGE_AUTHOR', 'Editor');
// Install/Uninstall/Update
define('_AM_ABOUT_DELETED', '%s deleted');
// error msgs
define('_AM_ABOUT_ERROR_BAD_DEL_PATH', 'Could not delete %s directory');
define('_AM_ABOUT_ERROR_BAD_PHP', 'This module requires PHP version %s+ (%s installed)');
define('_AM_ABOUT_ERROR_BAD_XOOPS', 'This module requires XOOPS %s+ (%s installed)');
define('_AM_ABOUT_ERROR_BAD_REMOVE', 'Could not delete %s file');
define('_AM_ABOUT_ERROR_BAD_UPLOAD_DIR', 'Could not create the upload directory');
|