<?php
/**
* XS2:
*
* This file is developed by Solutecs, LLC for the purpose of the company
* and is provided together with XS2 Framework as and inherent part of the
* system. This file can be used on the terms of License Agreement.
*
* +7 (495) 585-0833 / 13 Rusakovskaya street, Moscow 107140 Russia
*
* @link http://www.solutecs.com
* @copyright ©1998-2007 Solutecs, LLC
* @package XS2-MODCOM
* @subpackage proc-forum
* @version 1.XX
*/
// 659. Сообщения
$x = xs2InsertNode(array(
'NName' => 'Сообщения',
'NType' => 'board',
'NFlag' => '1',
'ParId' => 1,
));
// 660. Название раздела
$x = xs2InsertNode(array(
'NName' => 'Название раздела',
'NType' => 'section',
'NFlag' => '1',
'ParId' => $x,
));
// 661. Заголовок темы
$x = xs2InsertNode(array(
'NName' => 'Заголовок темы',
'NType' => 'thread',
'NFlag' => '1',
'Text' => 'Текст сообщения',
'ParseIcons' => '1',
'ParseLineBreaks' => '1',
'Deleted' => '0',
'LastChangeDate' => '2006-02-28 00:19:37',
'ParId' => $x,
));
// 662. Заголовок ответа
$x = xs2InsertNode(array(
'NName' => 'Заголовок ответа',
'NType' => 'message',
'NFlag' => '1',
'Text' => 'Текст ответа ;)',
'ParseIcons' => '1',
'ParseLineBreaks' => '1',
'Deleted' => '0',
'ParId' => $x,
));
// 679. Пользователи
$x = xs2InsertNode(array(
'NName' => 'Пользователи',
'NType' => 'group',
'NFlag' => '1',
'ParId' => 1,
));
// 680. ivanov
xs2InsertNode(array(
'NName' => 'ivanov',
'NType' => 'user',
'NFlag' => '1',
'LastVisitDate' => '',
'ParId' => $x,
));
// 681. petrov
xs2InsertNode(array(
'NName' => 'petrov',
'NType' => 'user',
'NFlag' => '1',
'LastVisitDate' => '2006-02-26 12:51:00',
'ParId' => $x,
));
// 682. sidorov
xs2InsertNode(array(
'NName' => 'sidorov',
'NType' => 'user',
'NFlag' => '1',
'LastVisitDate' => '',
'ParId' => $x,
));
// 684. Смайлики
$x = xs2InsertNode(array(
'NName' => 'Смайлики',
'NType' => 'config',
'NFlag' => '1',
'ParId' => 1,
));
// 685. :)
xs2InsertNode(array(
'NName' => ':)',
'NType' => 'icon',
'NFlag' => '1',
'ParId' => $x,
));
// 686. ;)
xs2InsertNode(array(
'NName' => ';)',
'NType' => 'icon',
'NFlag' => '1',
'ParId' => $x,
));
// 687. :-D
xs2InsertNode(array(
'NName' => ':-D',
'NType' => 'icon',
'NFlag' => '1',
'ParId' => $x,
));
// 688. :-(
xs2InsertNode(array(
'NName' => ':-(',
'NType' => 'icon',
'NFlag' => '1',
'ParId' => $x,
));
// 689. :'-(
xs2InsertNode(array(
'NName' => ':\'-(',
'NType' => 'icon',
'NFlag' => '1',
'ParId' => $x,
));
// 690. :-O
xs2InsertNode(array(
'NName' => ':-O',
'NType' => 'icon',
'NFlag' => '1',
'ParId' => $x,
));
// 691. :-P
xs2InsertNode(array(
'NName' => ':-P',
'NType' => 'icon',
'NFlag' => '1',
'ParId' => $x,
));
// 692. [user]
xs2InsertNode(array(
'NName' => '[user]',
'NType' => 'icon',
'NFlag' => '1',
'ParId' => $x,
));
// 693. Метки
$x = xs2InsertNode(array(
'NName' => 'Метки',
'NType' => 'config',
'NFlag' => '1',
'ParId' => 1,
));
// 694. emptyMessageNNameLabel
xs2InsertNode(array(
'NName' => 'emptyMessageNNameLabel',
'NType' => 'var',
'NFlag' => '1',
'Value' => '[ Без заголовка ]',
'Comment' => 'Заголовок при пустом сообщении',
'ParId' => $x,
));
// 695. NoThreadFoundErrorMessage
xs2InsertNode(array(
'NName' => 'NoThreadFoundErrorMessage',
'NType' => 'var',
'NFlag' => '1',
'Value' => 'Тема не найдена',
'Comment' => 'Сообщение при запросе несуществующей темы',
'ParId' => $x,
));
// 696. authorNNameLabelBegin
xs2InsertNode(array(
'NName' => 'authorNNameLabelBegin',
'NType' => 'var',
'NFlag' => '1',
'Value' => '<span class="authorNName"> [',
'Comment' => 'Перед именем автора сообщения',
'ParId' => $x,
));
// 697. authorNNameLabelEnd
xs2InsertNode(array(
'NName' => 'authorNNameLabelEnd',
'NType' => 'var',
'NFlag' => '1',
'Value' => ']</span>',
'Comment' => 'После имени автора сообщения',
'ParId' => $x,
));
// 698. emptyMessageTextLabel
xs2InsertNode(array(
'NName' => 'emptyMessageTextLabel',
'NType' => 'var',
'NFlag' => '1',
'Value' => '<span class=\"forumLabel\"> (-)</span>',
'Comment' => 'Пометка в заголовке для сообщений с пустым текстом',
'ParId' => $x,
));
// 699. LoadingLabel
xs2InsertNode(array(
'NName' => 'LoadingLabel',
'NType' => 'var',
'NFlag' => '1',
'Value' => '[ Сообщение загружается... ]',
'Comment' => '',
'ParId' => $x,
));
// 700. SendingLabel
xs2InsertNode(array(
'NName' => 'SendingLabel',
'NType' => 'var',
'NFlag' => '1',
'Value' => '[ Сообщение отправляется...]',
'Comment' => 'Сообщение после отправки нового или отредактированного сообщения',
'ParId' => $x,
));
// 701. deletedMessageLabel
xs2InsertNode(array(
'NName' => 'deletedMessageLabel',
'NType' => 'var',
'NFlag' => '1',
'Value' => '[ Сообщение удалено ]',
'Comment' => '',
'ParId' => $x,
));
// 702. showMessagePageLabel
xs2InsertNode(array(
'NName' => 'showMessagePageLabel',
'NType' => 'var',
'NFlag' => '1',
'Value' => 'ссылка',
'Comment' => '',
'ParId' => $x,
));
// 703. replyLabel
xs2InsertNode(array(
'NName' => 'replyLabel',
'NType' => 'var',
'NFlag' => '1',
'Value' => 'ответить',
'Comment' => '',
'ParId' => $x,
));
// 704. editLabel
xs2InsertNode(array(
'NName' => 'editLabel',
'NType' => 'var',
'NFlag' => '1',
'Value' => 'редактировать',
'Comment' => '',
'ParId' => $x,
));
// 705. deleteLabel
xs2InsertNode(array(
'NName' => 'deleteLabel',
'NType' => 'var',
'NFlag' => '1',
'Value' => 'удалить',
'Comment' => '',
'ParId' => $x,
));
// 706. sendLabel
xs2InsertNode(array(
'NName' => 'sendLabel',
'NType' => 'var',
'NFlag' => '1',
'Value' => 'отправить',
'Comment' => '',
'ParId' => $x,
));
// 707. cancelLabel
xs2InsertNode(array(
'NName' => 'cancelLabel',
'NType' => 'var',
'NFlag' => '1',
'Value' => 'отменить',
'Comment' => '',
'ParId' => $x,
));
// 708. branchLabel
xs2InsertNode(array(
'NName' => 'branchLabel',
'NType' => 'var',
'NFlag' => '1',
'Value' => 'ветка',
'Comment' => '',
'ParId' => $x,
));
// 709. anonymousLabel
xs2InsertNode(array(
'NName' => 'anonymousLabel',
'NType' => 'var',
'NFlag' => '1',
'Value' => 'аноним',
'Comment' => '',
'ParId' => $x,
));
// 710. deleteConfirm
xs2InsertNode(array(
'NName' => 'deleteConfirm',
'NType' => 'var',
'NFlag' => '1',
'Value' => 'Вы уверены, что хотите удалить сообщение?',
'Comment' => '',
'ParId' => $x,
));
// 711. messageColorOdd
xs2InsertNode(array(
'NName' => 'messageColorOdd',
'NType' => 'var',
'NFlag' => '1',
'Value' => '#D0D0D0',
'Comment' => '',
'ParId' => $x,
));
// 712. messageColorEven
xs2InsertNode(array(
'NName' => 'messageColorEven',
'NType' => 'var',
'NFlag' => '1',
'Value' => '#FFFFFF',
'Comment' => '',
'ParId' => $x,
));
// 713. singleLevelShift
xs2InsertNode(array(
'NName' => 'singleLevelShift',
'NType' => 'var',
'NFlag' => '1',
'Value' => '30',
'Comment' => '',
'ParId' => $x,
));
// 714. levelToLoad
xs2InsertNode(array(
'NName' => 'levelToLoad',
'NType' => 'var',
'NFlag' => '1',
'Value' => '2',
'Comment' => '',
'ParId' => $x,
));
// 715. levelToShow
xs2InsertNode(array(
'NName' => 'levelToShow',
'NType' => 'var',
'NFlag' => '1',
'Value' => '1',
'Comment' => '',
'ParId' => $x,
));
// 716. loadingTimeout
xs2InsertNode(array(
'NName' => 'loadingTimeout',
'NType' => 'var',
'NFlag' => '1',
'Value' => '3000',
'Comment' => '',
'ParId' => $x,
));
// 717. messageTitleLabel
xs2InsertNode(array(
'NName' => 'messageTitleLabel',
'NType' => 'var',
'NFlag' => '1',
'Value' => 'Заголовок: ',
'Comment' => '',
'ParId' => $x,
));
// 718. messageTextLabel
xs2InsertNode(array(
'NName' => 'messageTextLabel',
'NType' => 'var',
'NFlag' => '1',
'Value' => 'Сообщение: ',
'Comment' => '',
'ParId' => $x,
));
// 719. ParseIconsLabel
xs2InsertNode(array(
'NName' => 'ParseIconsLabel',
'NType' => 'var',
'NFlag' => '1',
'Value' => 'Заменять смайлики',
'Comment' => '',
'ParId' => $x,
));
// 720. ParseLineBreaksLabel
xs2InsertNode(array(
'NName' => 'ParseLineBreaksLabel',
'NType' => 'var',
'NFlag' => '1',
'Value' => 'Учитывать пробелы и переносы строк',
'Comment' => '',
'ParId' => $x,
));
// 721. messageNotFoundError
xs2InsertNode(array(
'NName' => 'messageNotFoundError',
'NType' => 'var',
'NFlag' => '1',
'Value' => 'Сообщение не найдено',
'Comment' => 'При неудачном запросе сообщения',
'ParId' => $x,
));
// 722. showUserInfoLabel
xs2InsertNode(array(
'NName' => 'showUserInfoLabel',
'NType' => 'var',
'NFlag' => '1',
'Value' => 'автор',
'Comment' => 'Ссылка на страницу информации о пользователе',
'ParId' => $x,
));
// 723. barItemLeftDelim
xs2InsertNode(array(
'NName' => 'barItemLeftDelim',
'NType' => 'var',
'NFlag' => '1',
'Value' => ' [',
'Comment' => '',
'ParId' => $x,
));
// 724. barItemRightDelim
xs2InsertNode(array(
'NName' => 'barItemRightDelim',
'NType' => 'var',
'NFlag' => '1',
'Value' => ']',
'Comment' => '',
'ParId' => $x,
));
?>
|