[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/translations/French/modules/ -> 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   * Translated by ABOnline solutions - http://www.abo-s.com/
  11   * Boris CLEMENT
  12   * December 2013    
  13   * *********************************************************************************** */
  14  
  15  $languageStrings = array(
  16      'LBL_INSTALLATION_WIZARD' => 'Assistant d\'installation',
  17      'LBL_WELCOME' => 'Bienvenue',
  18      'LBL_WELCOME_TO_VTIGER6_SETUP_WIZARD' => 'Bienvenue dans l\'assistant d\'installation de Vtiger CRM 6',
  19      'LBL_VTIGER6_SETUP_WIZARD_DESCRIPTION' => 'Cette assistant vous guidera durant l\'installation de Vtiger CRM 6',
  20      'LBL_INSTALL_BUTTON' => 'Installer',
  21      'LBL_DISAGREE' => 'Je ne suis pas d\'accord',
  22      'LBL_I_AGREE' => 'Je suis d\'accord',
  23      'LBL_INSTALL_PREREQUISITES' => 'Pré-requis à l\'installation',
  24      'LBL_RECHECK' => 'Vérifier à nouveau',
  25      'LBL_PHP_CONFIGURATION' => 'Configuration PHP',
  26      'LBL_REQUIRED_VALUE' => 'Valeur requise',
  27      'LBL_PRESENT_VALUE' => 'Valeur actuelle',
  28      'LBL_TRUE' => 'Vrai',
  29      'LBL_PHP_RECOMMENDED_SETTINGS'=>'Réglages PHP recommandés',
  30      'LBL_READ_WRITE_ACCESS' => 'Accès en Lecture/Ecriture',
  31      'LBL_SYSTEM_CONFIGURATION' => 'Configuration Système',
  32      'LBL_DATABASE_INFORMATION' => 'Information de base de données',
  33      'LBL_DATABASE_TYPE' => 'Type de base de données',
  34      'LBL_HOST_NAME' => 'Nom d\'hôte',
  35      'LBL_USERNAME' => 'Nom d\'utilisateur',
  36      'LBL_PASSWORD' => 'Mot de passe',
  37      'LBL_DB_NAME' => 'Nom de la base de données',
  38      'LBL_CREATE_NEW_DB'=>'Créer une nouvelle base de données',
  39      'LBL_ROOT_USERNAME' => 'Nom d\'utilisareur root',
  40      'LBL_ROOT_PASSWORD' => 'Mot de passe root',
  41      'LBL_SYSTEM_INFORMATION' => 'Information du système',
  42      'LBL_CURRENCIES'=>'Monnaie',
  43      'LBL_ADMIN_INFORMATION'=>'Information de l\'utilisateur admin',
  44      'LBL_RETYPE_PASSWORD' => 'Saisir à nouveau le mot de passe',
  45      'LBL_DATE_FORMAT'=>'Format de la date ',
  46      'LBL_TIME_ZONE' => 'Fuseau horaire',
  47      'LBL_PLEASE_WAIT'=>'Veuillez patienter',
  48      'LBL_INSTALLATION_IN_PROGRESS'=>'Installation en cours',
  49      'LBL_EMAIL' => 'Email',
  50      'LBL_ADMIN_USER_INFORMATION' => 'Information de l\'utilisateur admin',
  51      'LBL_CURRENCY' => 'Monnaie',
  52      'LBL_URL' => 'URL',
  53      'LBL_CONFIRM_CONFIGURATION_SETTINGS' => 'Confirmer les réglages de configuration',
  54      'LBL_NEXT' => 'Suivant',
  55      'LBL_PHP_VERSION' => 'Version de PHP',
  56      'LBL_IMAP_SUPPORT' => 'Support Imap',
  57      'LBL_ZLIB_SUPPORT' => 'Support Zlib',
  58      'LBL_GD_LIBRARY' => 'Support GD Library ',
  59      'ERR_DATABASE_CONNECTION_FAILED' => 'Unable to connect to database Server',
  60      'ERR_INVALID_MYSQL_PARAMETERS' => 'Invalid mySQL Connection Parameters specified',
  61      'MSG_LIST_REASONS' => 'This may be due to the following reasons',
  62      'MSG_DB_PARAMETERS_INVALID' => 'specified database user, password, hostname, database type, or port is invalid',
  63      'MSG_DB_USER_NOT_AUTHORIZED' => 'specified database user does not have access to connect to the database server from the host',
  64      'LBL_MORE_INFORMATION' => 'Plus Informations',
  65      'ERR_INVALID_MYSQL_VERSION' => 'MySQL version is not supported, kindly connect to MySQL 5.1.x or above',
  66      'ERR_UNABLE_CREATE_DATABASE' => 'Unable to Create database',
  67      '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',
  68      'ERR_DB_NOT_FOUND' => 'This Database is not found.Try changing the Database settings',
  69      'LBL_PASSWORD_MISMATCH' => 'Please re-enter passwords.  The \"Password\" and \"Re-type password\" values do not match.',
  70  );


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