mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
32 lines
1.2 KiB
PHP
32 lines
1.2 KiB
PHP
<?php
|
|
/*************************************
|
|
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
************************************/
|
|
$mod_strings = array(
|
|
'LBL_MODULE_NAME'=>'RSS',
|
|
'LBL_MODULE_TITLE'=>'RSS: Home',
|
|
'LBL_NEW_RSS_ENTRY'=>'New RSS News Feed URL:',
|
|
'LBL_SEARCH_RSS'=>'Search Title:',
|
|
'LBL_NEW_RSS_BUTTON'=>'Add',
|
|
'LBL_STARRED_RSS'=>'Starred Feeds',
|
|
'LBL_POP_CRM_RSS'=>'Popular CRM Related Feeds',
|
|
'LBL_ALL_RSS_FEEDS'=>'All RSS Feeds',
|
|
'LBL_VTE_RSS_READER'=>'vte RSS Reader',
|
|
'LBL_MORE'=>'More...',
|
|
'LBL_SUBJECT'=>'Subject',
|
|
'LBL_SENDER'=>'Sender',
|
|
'LBL_CATEGORY'=>'Category :',
|
|
'LBL_FEED'=>'Feed :',
|
|
'LBL_FEED_SOURCES'=>'Feed Sources',
|
|
'LBL_ADD_RSS_FEED'=>'Add RSS Feed',
|
|
'LBL_DELETE_BUTTON'=>'Delete',
|
|
'LBL_SET_DEFAULT_BUTTON'=>'Set As Default',
|
|
'LBL_FEEDS_LIST'=>'Feeds list from :',
|
|
'LBL_ERROR_MSG'=>'No RSS Feeds are selected or Your Proxy Settings are not correct',
|
|
'LBL_REGRET_MSG'=>'Sorry: It\'s not possible to reach RSS URL',
|
|
'UNABLE_TO_SAVE'=>'Unable to save the Url',
|
|
'NOT_A_VALID'=>'Invalid RSS Feed or Your Proxy Settings is not correct',
|
|
'INVALID_RSS_URL'=>'Invalid RSS URL',
|
|
);
|
|
?>
|