2023-01-23 11:03:31 +01:00

47 lines
1.8 KiB
PHP

<?php
/* ----------------------------------------------------------------------
$Id: stats_keywords.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: stats_keywords.php
----------------------------------------------------------------------
by Cheng
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2002 - 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Search Keyword: Statistics & Replacements');
define('WORD_ENTRY_ORIGINAL', 'Original word/phrase:');
define('WORD_ENTRY_REPLACEMENT', 'Replacement word/phrase:');
define('KEYWORD_TITLE', 'Keyword');
define('KEYWORD_TITLE2', 'Search Counts');
define('SIDEBAR_HEADING', 'Keyword Options');
define('SIDEBAR_INFO_1', 'Use the button below to ADD all new data in the DB to this page.');
define('SIDEBAR_INFO_2', 'To delete <b>ALL</b> keyword data from the database, click the button below:');
define('SIDEBAR_INFO_3', '<b>Replacement Words/Phrases</b><br /><br />Click here to view/edit the mis-spelt word/phrase data for search replacements:');
define('BUTTON_VIEW_WORD_LIST', 'View word/phrase list');
define('BUTTON_UPDATE_WORD_LIST', 'Update from Raw Data');
define('BUTTON_SORT_NAME', 'Sort By Name');
define('BUTTON_SORT_TOTAL', 'Sort By Totals');
define('BUTTON_DELETE', 'Delete');
define('BUTTON_EDIT_WORD', 'Edit this word');
define('BUTTON_ADD_WORD', 'Add word/phrase to table');
define('LINK_EDIT', 'Edit');
define('LINK_DELETE', 'Delete');