[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/languages/es_mx/ -> Portal.php (source)

   1  <?php
   2  /*+***********************************************************************************
   3   * The contents of this file are subject to the vtiger CRM Public License Version 1.0
   4   * ("License"); You may not use this file except in compliance with the License
   5   * The Original Code is:  vtiger CRM Open Source
   6   * The Initial Developer of the Original Code is vtiger.
   7   * Portions created by vtiger are Copyright (C) vtiger.
   8   * All Rights Reserved.
   9   *************************************************************************************/
  10  $languageStrings = array(
  11      'Portal' => 'Nuestros Sitios',
  12      'LBL_ADD_BOOKMARK' => 'Añadir marcador',
  13      'LBL_BOOKMARK_NAME' => 'Bookmark Nombre',
  14      'LBL_BOOKMARK_URL' => 'Bookmark Url',
  15      'LBL_CREATED_ON' => 'Creado el',
  16      'SINGLE_Portal' => 'Nuestro Sitio',
  17      'LBL_EDIT_BOOKMARK' => 'Editar marcador',
  18      'LBL_ENTER_BOOKMARK_NAME' => 'Introduzca Nombre de marcador',
  19      'LBL_ENTER_URL' => 'Introduzca Url (www.example.com)',
  20      'LBL_ADD_NEW_BOOKMARK' => 'Crear Nuevo Bookmark',
  21      'LBL_BOOKMARK_SAVED_SUCCESSFULLY' => 'Bookmark guardado correctamente',
  22      'LBL_RECORD_DELETED_SUCCESSFULLY' => 'Registro eliminado con éxito',
  23      'LBL_OUR_SITES_LIST' => 'Nuestra Lista de Sitios',
  24      'LBL_BOOKMARKS_LIST' => 'Lista de enlaces',
  25      'LBL_BOOKMARKS_DELETED_SUCCESSFULLY' => 'Marcadores eliminado correctamente',
  26      'LBL_BOOKMARK' => 'Marcador',
  27      'LBL_BOOKMARKS' => 'Marcadores',
  28      'HTTP_ERROR' => 'La página web que está intentando abrir no es segura y no se puede abrir. Si usted todavía desea ver la página web, entonces usted puede hacer clic en el bloqueador de contenido en la barra de direcciones y habilitarlo.',
  29  );
  30  
  31  $jsLanguageStrings = array(
  32      
  33  );


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1