[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: authors.php 3 2006-05-27 04:59:07Z user $ 4 5 osCMax Power E-Commerce 6 http://oscdox.com 7 8 Copyright 2006 osCMax 9 10 Released under the GNU General Public License 11 */ 12 13 define('HEADING_TITLE', 'Authors'); 14 15 define('TABLE_HEADING_AUTHORS', 'Authors'); 16 define('TABLE_HEADING_ACTION', 'Action'); 17 18 define('TEXT_HEADING_NEW_AUTHOR', 'New Author'); 19 define('TEXT_HEADING_EDIT_AUTHOR', 'Edit Author'); 20 define('TEXT_HEADING_DELETE_AUTHOR', 'Delete Author'); 21 22 define('TEXT_ARTICLE_BY', 'Article by '); 23 define('TEXT_MORE_INFORMATION', 'For more information, please visit this authors <a href="http://%s" target="_blank">web page</a>.'); 24 25 define('TEXT_AUTHORS', 'Authors:'); 26 define('TEXT_DATE_ADDED', 'Date Added:'); 27 define('TEXT_LAST_MODIFIED', 'Last Modified:'); 28 define('TEXT_ARTICLES', 'Articles:'); 29 30 define('TEXT_NEW_INTRO', 'Please fill out the following information for the new author'); 31 define('TEXT_EDIT_INTRO', 'Please make any necessary changes.'); 32 33 define('TEXT_AUTHORS_NAME', 'Authors Name:'); 34 define('TEXT_AUTHORS_DESCRIPTION', 'Authors Description:'); 35 define('TEXT_AUTHORS_URL', 'Authors URL:'); 36 37 define('TEXT_DELETE_INTRO', 'Are you sure you want to delete this author?'); 38 define('TEXT_DELETE_ARTICLES', 'Delete articles from this author? (including article reviews and upcoming articles)'); 39 define('TEXT_DELETE_WARNING_ARTICLES', '<b>WARNING:</b> There are %s articles still linked to this author!'); 40 41 define('ERROR_DIRECTORY_NOT_WRITEABLE', 'Error: I can not write to this directory. Please set the right user permissions on: %s'); 42 define('ERROR_DIRECTORY_DOES_NOT_EXIST', 'Error: Directory does not exist: %s'); 43 44 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Jan 1 13:43:16 2010 | Cross-referenced by PHPXref 0.7 |