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

34 lines
1.1 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(
'Rss'=>'Rss',
'LBL_RSS_FEED_SOURCES' => 'RSS Feed Bronnen',
'LBL_ADD_FEED_SOURCE' => 'Voeg Feed Bron',
'LBL_FEEDS_LIST_FROM' => 'Feeds Lijst Van',
'LBL_SET_AS_DEFAULT' => 'Als standaard instellen',
'LBL_SENDER' => 'zender',
'LBL_FEED_SOURCE' => 'Feed Bron',
'LBL_ENTER_FEED_SOURCE' => 'Voer Feed Bron',
'SINGLE_Rss' => 'RSS-Feed',
);
$jsLanguageStrings = array(
'JS_RSS_SUCCESSFULLY_SAVED' => 'Rss succesvol opgeslagen',
'JS_INVALID_RSS_URL' => 'Ongeldige Rss Url',
'JS_RSS_MADE_AS_DEFAULT' => 'Rss Made als standaard',
'JS_NO_RECORDS' => 'Geen Records',
);
?>