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

36 lines
1.2 KiB
PHP

<?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(
'LBL_RSS_FEED_SOURCES' => 'Fonti Feed Rss',
'LBL_ADD_FEED_SOURCE' => 'Aggiungere fonte di alimentazione',
'LBL_FEEDS_LIST_FROM' => 'Feed List Da',
'LBL_SET_AS_DEFAULT' => 'Imposta come predefinito',
'LBL_SENDER' => 'trasmettitore',
'LBL_FEED_SOURCE' => 'fonte di alimentazione',
'LBL_ENTER_FEED_SOURCE' => 'Inserisci fonte di alimentazione',
'SINGLE_Rss' => 'di feed RSS',
'Rss' => 'Rss',
);
$jsLanguageStrings = array(
'JS_RSS_SUCCESSFULLY_SAVED' => 'Rss con successo salvati',
'JS_INVALID_RSS_URL' => 'Non valido Rss Url',
'JS_RSS_MADE_AS_DEFAULT' => 'Rss Fatto come predefinito',
'JS_NO_RECORDS' => 'Nessun Record',
);
?>