[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/translations/French/modules/ -> Project.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   * Translated by ABOnline solutions - http://www.abo-s.com/
  10   * Boris CLEMENT
  11   * December 2013      
  12   ************************************************************************************/
  13  $languageStrings = array(
  14      'Projects'                     => 'Projets'                    , 
  15      'SINGLE_Project'               => 'Projet'                      , 
  16      'LBL_ADD_RECORD'               => 'Ajouter un Project'                 , 
  17      'LBL_RECORDS_LIST'             => 'Liste des Projets'               , 
  18      'LBL_PROJECT_INFORMATION'      => 'Information sur le projet'   , 
  19      'Project Name'                 => 'Nom du Projet'               , 
  20      'Start Date'                   => 'Date de début'              , 
  21      'Target End Date'              => 'Date de fin prévue'             , 
  22      'Actual End Date'              => 'Date de fin réelle'             , 
  23      'Project No'                   => 'Numéro de Projet'              , 
  24      'Target Budget'                => 'Budget prévisionnel'               , 
  25      'Project Url'                  => 'URL du projet'                 , 
  26      'Progress'                     => 'Progression'                    , 
  27      'LBL_TASKS_OPEN'               => 'Tâches ouvertes'                  , 
  28      'LBL_TASKS_DUE'                => 'Tâches dépassées'                   , 
  29      'LBL_TASKS_COMPLETED'          => 'Tâches complétées'             , 
  30      'LBL_PEOPLE'                   => 'Personnes'                      , 
  31      'LBL_CHARTS'                   => 'Graphique'                      , 
  32      'LBL_TASKS_LIST'               => 'Liste des Tâches'                  , // TODO: Review
  33      'LBL_MILESTONES'               => 'Jalons'                  , // TODO: Review
  34      'LBL_TASKS'                    => 'Tâches'                       , // TODO: Review
  35      'LBL_STATUS_IS'                => 'Statut : '                   , // TODO: Review
  36      'LBL_STATUS'                   => 'Statut'                      , // TODO: Review
  37      'LBL_TICKET_PRIORITY'          => 'Priorité'                    , // TODO: Review
  38      'LBL_MORE'                     => 'Plus'                        , // TODO: Review
  39      'LBL_DOWNLOAD_FILE'            => 'Télécharger un fichier'               , // TODO: Review
  40  );


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