41 lines
1.4 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.
*
********************************************************************************
* Module : Portal
* Language : Español
* Version : 504
* Created Date : 2007-03-30 Last change : 2007-10-10
* Author : Rafael Soler
********************************************************************************/
$mod_strings = Array(
// added for 5.0 beta
'LBL_BOOKMARKED_URL'=>"Marcadores Favoritos",
'LBL_MANAGE_BOOKMARKS'=>'Administrar Marcadores',
'LBL_BOOKMARK_LIST'=>'Lista de Favoritos',
'LBL_MY_BOOKMARKS'=>'Mis Favoritos',
'LBL_NEW_BOOKMARK'=>'Nuevo Favorito',
'LBL_BOOKMARK'=>'Favorito',
'LBL_NAME'=>'Nombre :',
'LBL_URL'=>'URL :',
'LBL_ADD'=>'Agregar',
'LBL_SNO'=>'#',
'LBL_BOOKMARK_NAME_URL'=>'Nombre de Favorito',
'LBL_TOOLS'=>'Herramientas',
'LBL_MANAGE_SITES'=>'Gestionar Sitios',
'LBL_MY_SITES'=>'Mis Sitios',
// Added/Updated for vtiger CRM 5.0.4
//added as an enhancement
'LBL_SET_DEFAULT_BUTTON'=>'Establecer como Predeterminado',
);
?>