vtigerossez/modules/SMSNotifier/language/es_es.lang.php

48 lines
1.9 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 : SMSNotifier
* Language : ES Spanish
* Version : vt5.4.0
* Created Date : 2012-02-27
* Author : JPL TSolucio, S.L.
* License : MPL 1.1
************************************************************************************/
$mod_strings = Array (
'SMSNotifier' => 'Mensajeria SMS',
'SINGLE_SMSNotifier' => 'SMS Info',
'LBL_SMSNOTIFIER_INFORMATION' => 'Información SMS',
'LBL_CUSTOM_INFORMATION' => 'Información Personalizada',
'Assigned To' => 'Asignado a',
'Created Time' => 'Fecha Creación',
'Modified Time' => 'Fecha Modificación',
'message' => 'Mensaje',
'Related To' => 'Relacionado con',
'Status' => 'Estado',
'LBL_CHECK_STATUS' => 'Verificar Estado',
'SERVER_CONFIGURATION' => 'Configuración Servidor',
'SERVER_CONFIGURATION_DESCRIPTION' => 'Configura la información de acceso al servidor SMS',
'LBL_ADDNEW' => 'Añadir Nuevo',
'LBL_UPDATE' => 'Actualizar',
'LBL_PROVIDER' => 'Proveedor',
'LBL_SELECT_ONE' => 'Selecciona uno',
'LBL_RECEPIENTS' => 'Destinatarios',
'SMSCheckStatus' => 'Verificar Estado',
'StatusInformation' => 'Información Estado',
'SMSNotifier ID' => 'Id SMS',
);
?>