File: /home/nexper/www/67.225.167.226/public_html/crm/modules/Currencies/language/es_es.lang.php
<?php
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
/*********************************************************************************
* The contents of this file are subject to the SugarCRM Public License Version
* 1.1.3 ("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.
*
* All copies of the Covered Code must include on each user interface screen:
* (i) the "Powered by SugarCRM" logo and
* (ii) the SugarCRM copyright notice
* in the same form as they appear in the distribution. See full license for
* requirements.
*
* The Original Code is: SugarCRM Open Source
* The Initial Developer of the Original Code is SugarCRM, Inc.
* Portions created by SugarCRM are Copyright (C) 2004-2008 SugarCRM, Inc.;
* All Rights Reserved.
********************************************************************************/
/*********************************************************************************
* Description: Defines the Spanish language pack for the base application.
* $Id: es_es.lang.php,v 1.5 2008/08/01 11:09:25 aserrano Exp $
* Source: SugarCRM 5.0.0g
* Contributor(s): Alberto Serrano (alb.serrano@gmail.com).
********************************************************************************/
$mod_strings = array (
'LBL_MODULE_NAME' => 'Monedas',
'LBL_LIST_FORM_TITLE' => 'Monedas',
'LBL_CURRENCY' => 'Moneda',
'LBL_ADD' => 'Agregar',
'LBL_MERGE' => 'Unificar',
'LBL_MERGE_TXT' => 'Por favor, seleccione las monedas que desee asociar a la moneda seleccionada. Esto eliminará todas las monedas marcadas y reasignará cualquier valor asociado con ellas a la moneda seleccionada.',
'LBL_US_DOLLAR' => 'Dólar EEUU',
'LBL_DELETE' => 'Eliminar',
'LBL_LIST_SYMBOL' => 'Símbolo',
'LBL_LIST_NAME' => 'Nombre',
'LBL_LIST_ISO4217' => 'Código ISO 4217',
'LBL_UPDATE' => 'Actualizar',
'LBL_LIST_RATE' => 'Cambio',
'LBL_LIST_RATE_HELP' => 'Un cambio de 0,5 para el Euro significa que 10 dólares EEUU = 5 Euros.',
'LBL_LIST_STATUS' => 'Estado',
'LNK_NEW_CONTACT' => 'Nuevo Contacto',
'LNK_NEW_ACCOUNT' => 'Nueva Cuenta',
'LNK_NEW_OPPORTUNITY' => 'Nueva Oportunidad',
'LNK_NEW_CASE' => 'Nuevo Caso',
'LNK_NEW_NOTE' => 'Nueva Nota',
'LNK_NEW_CALL' => 'Nueva Llamada',
'LNK_NEW_EMAIL' => 'Nuevo Email',
'LNK_NEW_MEETING' => 'Nueva Reunión',
'LNK_NEW_TASK' => 'Nueva Tarea',
'NTC_DELETE_CONFIRMATION' => '¿Está seguro de que desea eliminar esta moneda? Todo registro que use esta moneda será convertido a la moneda por defecto del sistema cuando sea accedido. Sería mejor dejarla inactiva.',
'currency_status_dom' =>
array (
'Active' => 'Activa',
'Inactive' => 'Inactiva',
),
);
?>