[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/languages/en_us/ -> 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      'HTTP_ERROR' => 'The website that you are trying to open is not secure and might not open. If you still wish to view the webpage then you can click on the content blocker in the address bar and enable it.',
  12      'LBL_ADD_BOOKMARK' => 'Add Bookmark',
  13      'LBL_ADD_NEW_BOOKMARK' => 'Add New Bookmark',
  14      'LBL_BOOKMARK' => 'Bookmark',
  15      'LBL_BOOKMARK_NAME' => 'Bookmark Name',
  16      'LBL_BOOKMARK_SAVED_SUCCESSFULLY' => 'Bookmark saved successfully',
  17      'LBL_BOOKMARKS' => 'Bookmarks',
  18      'LBL_BOOKMARKS_DELETED_SUCCESSFULLY' => 'Bookmarks deleted successfully',
  19      'LBL_BOOKMARKS_LIST' => 'Bookmarks List',
  20      'LBL_BOOKMARK_URL' => 'Bookmark Url',
  21      'LBL_CREATED_ON' => 'Created On',
  22      'LBL_EDIT_BOOKMARK' => 'Edit Bookmark',
  23      'LBL_ENTER_BOOKMARK_NAME' => 'Enter Bookmark Name',
  24      'LBL_ENTER_URL' => 'Enter Url (www.example.com)',
  25      'LBL_OUR_SITES_LIST' => 'Our Sites List',
  26      'LBL_RECORD_DELETED_SUCCESSFULLY' => 'Record deleted successfully',
  27      'Portal' => 'Our Sites',
  28      'SINGLE_Portal' => 'Our Site',
  29  );
  30  
  31  $jsLanguageStrings = array(
  32      
  33  );


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