[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/languages/fr_fr/ -> Campaigns.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      'Campaigns'                    => 'Campagnes'                   , 
  12      'SINGLE_Campaigns'             => 'Campagne'                    , 
  13      'LBL_ADD_RECORD'               => 'Add Campaign'                , 
  14      'LBL_RECORDS_LIST'             => 'Campaigns List'              , 
  15      'LBL_CAMPAIGN_INFORMATION'     => 'Détail campagne'            , 
  16      'LBL_EXPECTATIONS_AND_ACTUALS' => 'Evaluations'                 , 
  17      'Campaign Name'                => 'Objet'                       , 
  18      'Campaign No'                  => 'Campagne N°'                , 
  19      'Campaign Type'                => 'Type'                        , 
  20      'Product'                      => 'Produit'                     , 
  21      'Campaign Status'              => 'Statut'                      , 
  22      'Num Sent'                     => 'Nombre d\'envois'            , 
  23      'Sponsor'                      => 'Sponsor'                     , 
  24      'Target Audience'              => 'Cible visé'                 , 
  25      'TargetSize'                   => 'Taille de la cible'          , 
  26      'Expected Response'            => 'Réponse attendue'           , 
  27      'Expected Revenue'             => 'CA prévisionnel'            , 
  28      'Budget Cost'                  => 'Budget'                      , 
  29      'Actual Cost'                  => 'Coût actuel'                , 
  30      'Expected Response Count'      => 'Nombre de retours attendu'   , 
  31      'Expected Sales Count'         => 'Ventes attendues'            , 
  32      'Expected ROI'                 => 'ROI attendu'                 , 
  33      'Actual Response Count'        => 'Nombre de retours'           , 
  34      'Actual Sales Count'           => 'Ventes'                      , 
  35      'Actual ROI'                   => 'ROI'                         , 
  36      'Webinar'                      => 'Séminaire'                  , 
  37      'Referral Program'             => 'Programme de référencement', 
  38      'Advertisement'                => 'Promotion'                   , 
  39      'Banner Ads'                   => 'Bannière publicitaire'      , 
  40      'Direct Mail'                  => 'Mailing direct'              , 
  41      'Telemarketing'                => 'Télémarketing'             , 
  42      'Others'                       => 'Autres'                      , 
  43      'Planning'                     => 'Planifié'                   , 
  44      'Inactive'                     => 'Inactif'                     , 
  45      'Complete'                     => 'Terminé'                    , 
  46      'Cancelled'                    => 'Annulé'                     , 
  47      'Excellent'                    => 'Excellent'                   , 
  48      'Good'                         => 'Bon'                         , 
  49      'Average'                      => 'Moyen'                       , 
  50      'Poor'                         => 'Faible'                      , 
  51      '--None--'                     => '--Aucun--'                   , 
  52      'Contacted - Successful'       => 'Contacté - avec succès'    , 
  53      'Contacted - Unsuccessful'     => 'Contacté - sans succès'    , 
  54      'Contacted - Never Contact Again' => 'Contacté - Ne pas recontacter', 
  55  );


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