Страница 1 из 1

Sitemap mod

СообщениеДобавлено: 21 июл 2008, 21:31
AllCity
Если кто то знает инглиш переведите плизз спасибо :)
Код: Выделить всё
<?php
/**
*
* mcp [English]
*
* @package language
* @version $Id: info_acp_sitemap_generator.php 2007-11-26 Joshua2100 $
* @copyright (c) 2005 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/

/**
* DO NOT CHANGE
*/
if (empty($lang) || !is_array($lang))
{
    $lang = array();
}

// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine

$lang = array_merge($lang, array(
    'ACP_SITEMAP_GENERATOR'    => 'SiteMap Generator',
    'SITEMAP_GEN_DETAILS'    => 'Generates an XML sitemap for you forum',
    
    
'SETTINGS'                => 'Sitemap Settings',
    'GENERATE'                => 'Generate Sitemap',
    
    
'RUN_NOW'                => 'XML Sitemap Generator',
    'RUN_DESC'                => 'Run the Sitemap Generator and Create Your XML SiteMap',
    'PINGORNOT'                => 'Google Server Ping',
    'PINGORNOT_DESC'        => 'Ping the Google Server After Sitemap Creation',
    'SEO_MOD'                => 'SEOMOD',
    'SEOMOD_DESC'            => 'If enabled, SEOMOD style URLs will be used in the Sitemaps',
    'NOTE'                    => 'Please Note',
    'THE_NOTE'                => 'To use Google Sitemaps, first you must register at www.google.com/webmasters/sitemaps/',
    'MAP_RETURN'            => 'Return to SiteMap Generator Index',
    
    
'PING_SUCCESS'            => '% has successfuly been informed of your updated sitemap',
    'PING_FAIL'                => 'Error: Server ping failed',
    
    
'GENERATE_COMPLETE'        => 'All Sitemaps have Successfuly been Generated.',
    'GENERATE_NOTSUCCESS'    => 'Error: An Error has occured during Sitemap Creation',
        
    
'GENERATE_COMPLETE'        => 'SiteMap Creation Complete.',    
    
'MAP_CREATE_FAIL'        => 'Creating Sitemap Failed',
    'MAP_WRITE_FAIL'        => 'Writting Sitemap to file Failed',
    'MAP_GOOGLE_PING'        => 'Pinging Google Failed.',
    'PING_ERROR'            => ' Error Returned',
    
    
'SM_STATS'                => 'SiteMap Stats',
    'SM_TOPIC_LINK'            => 'Number of Topic Links',
    'SM_FORUM_LINK'            => 'Number of Forum Links',
    'SM_VERSION'            => 'SiteMap Generator Version',
    'SM_TOPIC_SIZE'            => 'TopicMap Size',
    'SM_FORUM_SIZE'            => 'ForumMap Site',

    'MAPZIP'                => 'Gzip Sitemaps',
    'SHOWSTAT'                => 'Show Sitemap Stats',
));

?>


PS. Только не переводчиками перевадить 8-)

Re: Sitemap mod

СообщениеДобавлено: 21 июл 2008, 21:59
Vanofuture
Код: Выделить всё
<?php
/**
*
* Тут всякая всячина про то что это бесплатно
*
*/

/**
* НЕ МЕНЯТЬ
*/
if (empty($lang) || !is_array($lang))
{
    $lang = array();
}

// Разработчики учтите!
//
// Все файлы должны быть в UTF-8
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine

$lang = array_merge($lang, array(
    'ACP_SITEMAP_GENERATOR'    => 'Генератор сайтмапа',
    'SITEMAP_GEN_DETAILS'    => 'Генерирует сайтмап для форума',
    
    
'SETTINGS'                => 'Настройки сайтмапа',
    'GENERATE'                => 'Генерировать сайтмап',
    
    
'RUN_NOW'                => 'Генератор XML сайтмапа',
    'RUN_DESC'                => 'Запустить герератор сайтмапа и сделать вам xml сайтмап',
    'PINGORNOT'                => 'Пинговать сервер гугла', // интересно нафиг это нужно ? =)
    'PINGORNOT_DESC'        => 'Пинговать сервер гугла после создания сайтмапа', // Это тоже фигня :)
    'SEO_MOD'                => 'Режим SEO',
    'SEOMOD_DESC'            => 'Если включён, ссылки стиля режима SEO будут юзатся в сайтмапах',
    'NOTE'                    => 'Пожалуйста, учтите',
    'THE_NOTE'                => 'Для того чтобы юзать сайтмапы с Гуглом вы должны быть зарегены тут — www.google.com/webmasters/sitemaps/',
    'MAP_RETURN'            => 'Назад к началной генерирования сайтамапа',
    
    
'PING_SUCCESS'            => '% был успешно проинформирован из вашего сайтмапа',
    'PING_FAIL'                => 'Оштбочка: пинга нету',
    
    
'GENERATE_COMPLETE'        => 'Всё сайтмапы успешно сделаны',
    'GENERATE_NOTSUCCESS'    => 'Ошибочка: произошла ошибка при создании сайтмапа',
        
    
'GENERATE_COMPLETE'        => 'Создания сайтамапа завершено!',    
    
'MAP_CREATE_FAIL'        => 'Создание сайтмапа провалено!',
    'MAP_WRITE_FAIL'        => 'Запись сайтмапа в файл не удалась.',
    'MAP_GOOGLE_PING'        => 'Пингования гугла провалено', // Бугага, это когда же сдохнет гугл? :D
    'PING_ERROR'            => ' Ошибка произошла',
    
    
'SM_STATS'                => 'Стастика сайтмапа',
    'SM_TOPIC_LINK'            => 'Число ссылок на темы',
    'SM_FORUM_LINK'            => 'Число ссылок на форумы',
    'SM_VERSION'            => 'Версия генератора сайтмапа',
    'SM_TOPIC_SIZE'            => 'Размер топикмапа',
    'SM_FORUM_SIZE'            => 'Размер форуммапа',

    'MAPZIP'                => 'Гэ-зипить сайтмапы',
    'SHOWSTAT'                => 'Показать статистику сайтмапов',
));

?>

Re: Sitemap mod

СообщениеДобавлено: 21 июл 2008, 22:12
AllCity
Респект тебе :oops:

Re: Sitemap mod

СообщениеДобавлено: 24 июл 2008, 11:19
Vasya2195
А чо оно делает? Это ж юкозу кажысь не подходит?

Re: Sitemap mod

СообщениеДобавлено: 24 июл 2008, 14:20
Vanofuture
Vasya2195 писал(а):А чо оно делает? Это ж юкозу кажысь не подходит?

Код: Выделить всё
<?php