58 lines
2.2 KiB
PHP
58 lines
2.2 KiB
PHP
<?php
|
|
/*********************************************************************************
|
|
* The contents of this file are subject to the SugarCRM Public License Version 1.1.2
|
|
* ("License"); You may not use this file except in compliance with the
|
|
* License. You may obtain a copy of the License at http://www.sugarcrm.com/SPL
|
|
* 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.;
|
|
* All Rights Reserved.
|
|
********************************************************************************
|
|
* Module : Rss
|
|
* Language : Español
|
|
* Version : 504
|
|
* Created Date : 2007-03-30 Last change : 2007-10-10
|
|
* Author : Rafael Soler
|
|
********************************************************************************/
|
|
|
|
$mod_strings = array (
|
|
'LBL_MODULE_NAME'=>'RSS',
|
|
'LBL_MODULE_TITLE'=>'RSS: Inicio',
|
|
|
|
'LBL_NEW_RSS_ENTRY'=>'URL de la nueva fuente RSS:',
|
|
'LBL_SEARCH_RSS'=>'Búsqueda:',
|
|
'LBL_NEW_RSS_BUTTON'=>'Añadir',
|
|
|
|
'LBL_STARRED_RSS'=>'Fuentes destacadas',
|
|
'LBL_POP_CRM_RSS'=>'Fuentes populares sobre CRM',
|
|
'LBL_ALL_RSS_FEEDS'=>'Todas las fuentes RSS',
|
|
'LBL_VTIGER_RSS_READER'=>'Lector de RSS de Vtiger',
|
|
|
|
'LBL_MORE'=>'Más...',
|
|
'LBL_SUBJECT'=>'Asunto',
|
|
'LBL_SENDER'=>'Remitente',
|
|
'LBL_CATEGORY'=>'Categoría :',
|
|
'LBL_FEED'=>'Fuente :',
|
|
'LBL_FEED_SOURCES'=> 'Fuentes RSS',
|
|
'LBL_ADD_RSS_FEED'=>'Añadir Fuente de Rss',
|
|
'LBL_DELETE_BUTTON'=>'Borrar',
|
|
'LBL_SET_DEFAULT_BUTTON'=>'Establecer como predeterminada',
|
|
'LBL_FEEDS_LIST'=>'Listado de Feeds :',
|
|
'LBL_ERROR_MSG'=>'No hay RSS seleccionados o la configuración del proxy no es correcta',
|
|
'LBL_REGRET_MSG'=>'No es posible cargar el RSS',
|
|
|
|
'UNABLE_TO_SAVE'=>'Imposible guardar la URL del RSS',
|
|
|
|
// Added/Updated for vtiger CRM 5.0.4
|
|
'NOT_A_VALID'=>'URL del RSS Inválida',
|
|
|
|
// Added after 5.0.4 GA
|
|
'INVALID_RSS_URL' => 'URL de RSS inválida',
|
|
'UNABLE_TO_SAVE' => 'No se ha podido guardar la Url',
|
|
|
|
);
|
|
?>
|