71 lines
3.0 KiB
PHP
Raw Permalink Normal View History

2013-01-30 22:02:55 -05:00
<?php
/*******************************************************************************
* The contents of this file are subject to the following licences:
* - SugarCRM Public License Version 1.1.2 http://www.sugarcrm.com/SPL
* - vtiger CRM Public License Version 1.0
* You may not use this file except in compliance with the License
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
* the specific language governing rights and limitations under the License.
* The Original Code is: SugarCRM Open Source
* The Initial Developer of the Original Code is SugarCRM, Inc.
* Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.;
* Portions created by vtiger are Copyright (C) vtiger.
* Portions created by Vicus are Copyright (C) Vicus.
* All Rights Reserved.
* Feel free to use / redistribute these languagefiles under the VPL 1.0.
* This translations is based on earlier work of:
* - IT-Online.nl <www.it-online.nl>
* - Weltevree.org <www.Weltevree.org>
********************************************************************************/
/*******************************************************************************
* Vicus eBusiness Solutions Version Control
* @package NL-Dutch
* Description Dutch language pack for vtiger CRM version 5.3.x
* @author $Author: luuk $
* @version $Revision: 1.2 $ $Date: 2011/11/14 17:07:26 $
* @source $Source: /var/lib/cvs/vtiger530/Dutch/modules/Rss/language/nl_nl.lang.php,v $
* @copyright Copyright (c)2005-2011 Vicus eBusiness Solutions bv <info@vicus.nl>
* @license vtiger CRM Public License Version 1.0 (by definition)
********************************************************************************/
$mod_strings = Array(
'LBL_MODULE_NAME'=>'RSS',
'LBL_MODULE_TITLE'=>'RSS: Home',
'LBL_NEW_RSS_ENTRY'=>'New RSS News Feed URL:',
'LBL_SEARCH_RSS'=>'Titel zoeken:',
'LBL_NEW_RSS_BUTTON'=>'Toevoegen',
'LBL_STARRED_RSS'=>'Starred Feeds',
'LBL_POP_CRM_RSS'=>'Populaire CRM Gerelateerde Feeds',
'LBL_ALL_RSS_FEEDS'=>'Alle RSS Feeds',
'LBL_VTIGER_RSS_READER'=>'vTiger RSS Reader',
'LBL_MORE'=>'Meer...',
'LBL_SUBJECT'=>'Onderwerp',
'LBL_SENDER'=>'Verstuurd door',
'LBL_CATEGORY'=>'Categorie :',
'LBL_FEED'=>'Feed :',
'LBL_FEED_SOURCES'=> 'Feed bronnen',
'LBL_ADD_RSS_FEED'=>'Toevoegen Rss Feed',
'LBL_DELETE_BUTTON'=>'Verwijder',
'LBL_SET_DEFAULT_BUTTON'=>'Maak Standaard',
'LBL_FEEDS_LIST'=>'Feeds lijst van :',
'LBL_ERROR_MSG'=>'Er zijn geen RSS Feeds geselecteerd of uw proxy instellingen zijn niet correct.',
'LBL_REGRET_MSG'=>'Sorry: het is niet mogelijk de RSS URL te bereiken',
'UNABLE_TO_SAVE'=>'Niet mogelijk om de RSS Feed URL te bewaren',
'NOT_A_VALID'=>'Geen geldige RSS Feed URL',
// Added/Updated for vtiger CRM 5.0.4
'NOT_A_VALID'=>'Geen geldig RSS Feed URL of uw Proxy instelling is niet correct',
// Added after 5.0.4 GA
'INVALID_RSS_URL' => 'Geen geldige RSS URL',
'UNABLE_TO_SAVE' => 'URL kon niet worden bewaard',
);
?>