If you look at the file ez_pages_definitions.php in the viewer with a properly configured encoding view utf-8, you'll see this:
PHP Code:
<?php
/**
* ezpages language components - used when displaying components for EZ-Pages content
*
* @package languageDefines
* @copyright Copyright 2003-2005 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @Localization: Andrew Berezin http://eCommerce-Service.com
* @version $Id: ez_pages_definitions.php 1.3.8 15.02.2009 15:07:46 AndrewBerezin $
*/
// ez-pages sidebox title name
define('BOX_HEADING_EZPAGES','Информация');
define('TEXT_EZ_PAGES_TABLE_CONTEXT', 'Содержимое');
define('CURRENT_PAGE_INDICATOR', ' * ');
define('NOT_CURRENT_PAGE_INDICATOR', ' - ');
// EOF
Bookmarks