Files
CRM/languages/ru_ru/Rss.php
BACHIR SOULDI 2794e62571 first commit
2025-09-28 08:49:37 +01:00

34 lines
1.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/*+**********************************************************************************
* The contents of this file are subject to the vtiger CRM Public License Version 1.0
* ("License"); You may not use this file except in compliance with the License
* The Original Code is: vtiger CRM Open Source
* The Initial Developer of the Original Code is vtiger.
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
************************************************************************************/
$languageStrings = Array(
'Rss'=>'Rss',
'LBL_RSS_FEED_SOURCES' => 'RSS поток Источники',
'LBL_ADD_FEED_SOURCE' => 'Добавить поток Источник',
'LBL_FEEDS_LIST_FROM' => 'Ленты список с',
'LBL_SET_AS_DEFAULT' => 'Установить по умолчанию',
'LBL_SENDER' => 'передатчик',
'LBL_FEED_SOURCE' => 'Лента Источник',
'LBL_ENTER_FEED_SOURCE' => 'Введите поток Источник',
'SINGLE_Rss' => 'RSS подача',
);
$jsLanguageStrings = array(
'JS_RSS_SUCCESSFULLY_SAVED' => 'Rss успешно сохранены',
'JS_INVALID_RSS_URL' => 'Неверный Rss Адрес',
'JS_RSS_MADE_AS_DEFAULT' => 'Rss Сделано Использовать по умолчанию',
'JS_NO_RECORDS' => 'Нет Записей',
);
?>