[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/languages/en_us/ -> Install.php (source)

   1  <?php
   2  
   3  /* +***********************************************************************************
   4   * The contents of this file are subject to the vtiger CRM Public License Version 1.0
   5   * ("License"); You may not use this file except in compliance with the License
   6   * The Original Code is:  vtiger CRM Open Source
   7   * The Initial Developer of the Original Code is vtiger.
   8   * Portions created by vtiger are Copyright (C) vtiger.
   9   * All Rights Reserved.
  10   * *********************************************************************************** */
  11  
  12  $languageStrings = array(
  13      'ERR_DATABASE_CONNECTION_FAILED' => 'Unable to connect to database Server',
  14      'ERR_DB_NOT_FOUND' => 'This Database is not found.Try changing the Database settings',
  15      'ERR_INVALID_MYSQL_PARAMETERS' => 'Invalid mySQL Connection Parameters specified',
  16      'ERR_INVALID_MYSQL_VERSION' => 'MySQL version is not supported, kindly connect to MySQL 5.1.x or above',
  17      'ERR_UNABLE_CREATE_DATABASE' => 'Unable to Create database',
  18      'LBL_ADMIN_INFORMATION'=>'Admin User Information',
  19      'LBL_ADMIN_USER_INFORMATION' => 'Admin User Information',
  20      'LBL_CONFIRM_CONFIGURATION_SETTINGS' => 'Confirm Configuration Settings',
  21      'LBL_CREATE_NEW_DB'=>'Create new database',
  22      'LBL_CURRENCIES'=>'Currency',
  23      'LBL_CURRENCY' => 'Currency',
  24      'LBL_DATABASE_INFORMATION' => 'Database Information',
  25      'LBL_DATABASE_TYPE' => 'Database Type',
  26      'LBL_DATE_FORMAT'=>'Date format',
  27      'LBL_DB_NAME' => 'Database Name',
  28      'LBL_DISAGREE' => 'Disagree',
  29      'LBL_EMAIL' => 'Email',
  30      'LBL_GD_LIBRARY' => 'GD Library Support',
  31      'LBL_HOST_NAME' => 'Host Name',
  32      'LBL_I_AGREE' => 'I Agree',
  33      'LBL_IMAP_SUPPORT' => 'Imap Support',
  34      'LBL_INSTALLATION_IN_PROGRESS'=>'Installation in progress',
  35      'LBL_INSTALLATION_WIZARD' => 'Installation Wizard',
  36      'LBL_INSTALL_BUTTON' => 'Install',
  37      'LBL_INSTALL_PREREQUISITES' => 'Installation prerequisites',
  38      'LBL_MORE_INFORMATION' => 'More Information',
  39      'LBL_NEXT' => 'Next',
  40      'LBL_ONE_LAST_THING' => 'One last thing...',
  41      'LBL_PASSWORD_MISMATCH' => 'Please re-enter passwords.  The \"Password\" and \"Re-type password\" values do not match.',
  42      'LBL_PASSWORD' => 'Password',
  43      'LBL_PHP_CONFIGURATION' => 'PHP Configuration',
  44      'LBL_PHP_RECOMMENDED_SETTINGS'=>'Recommended PHP Settings',
  45      'LBL_PHP_VERSION' => 'PHP Version',
  46      'LBL_PLEASE_WAIT'=>'Please wait',
  47      'LBL_PRESENT_VALUE' => 'Present Value',
  48      'LBL_READ_WRITE_ACCESS' => 'Read/Write Access',
  49      'LBL_RECHECK' => 'Recheck',
  50      'LBL_REQUIRED_VALUE' => 'Required Value',
  51      'LBL_RETYPE_PASSWORD' => 'Retype Password',
  52      'LBL_ROOT_PASSWORD' => 'Root Password',
  53      'LBL_ROOT_USERNAME' => 'Root User Name',
  54      'LBL_SYSTEM_CONFIGURATION' => 'System Configuration',
  55      'LBL_SYSTEM_INFORMATION' => 'System Information',
  56      'LBL_TIME_ZONE' => 'Time Zone',
  57      'LBL_TRUE' => 'True',
  58      'LBL_URL' => 'URL',
  59      'LBL_USERNAME' => 'User Name',
  60      'LBL_VTIGER6_SETUP_WIZARD_DESCRIPTION' => 'This wizard will guide you through the installation of Vtiger CRM6',
  61      'LBL_WELCOME_TO_VTIGER6_SETUP_WIZARD' => 'Welcome to Vtiger CRM 6 Setup Wizard',
  62      'LBL_WELCOME' => 'Welcome',
  63      'LBL_ZLIB_SUPPORT' => 'Zlib Support',
  64      'MSG_DB_PARAMETERS_INVALID' => 'specified database user, password, hostname, database type, or port is invalid',
  65      'MSG_DB_ROOT_USER_NOT_AUTHORIZED' => 'Message: Specified database Root User doesn\'t have permission to Create database or the Database name has special characters. Try changing the Database settings',
  66      'MSG_DB_USER_NOT_AUTHORIZED' => 'specified database user does not have access to connect to the database server from the host',
  67      'MSG_LIST_REASONS' => 'This may be due to the following reasons',
  68          'LBL_MYSQLI_CONNECT_SUPPORT'=>'mysqli support',
  69          'LBL_OPEN_SSL'=>'openssl support',
  70          'LBL_CURL'=>'cURL support',
  71  );


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