[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/translations/French/modules/ -> ProjectTask.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      'SINGLE_ProjectTask'           => 'Tâche Projet'                , 
  15      'LBL_ADD_RECORD'               => 'Ajouter Tâche Projet'            , 
  16      'LBL_RECORDS_LIST'             => 'Liste des Tâches Projets'           , 
  17      'LBL_PROJECT_TASK_INFORMATION' => 'Détails Tâche Projet'        , 
  18      'LBL_PROJECTS_LIST'            => 'Liste des projets'               , // TODO: Review
  19      'LBL_TASKS_LIST'               => 'Liste des tâches'                  , // TODO: Review
  20      
  21      //Field Labels
  22      'Project Task Name' => 'Nom Tâche Projet',
  23      'Project Task No' => 'No Tâche Projet',
  24      'Project Task Number' => 'Numéro Tâche Projet',
  25      'Status' => 'Statut',
  26      'Priority' => 'Priorité',
  27      'Progress' => 'Progression',
  28      'Type'=>'Type',
  29      'Worked Hours'=>'Heures travaillés',
  30      'Start Date'=>'Date de début',
  31      'End Date'=>'Date de fin',
  32      'Related To' => 'Relatif à',
  33      'administrative' => 'administratif',
  34      'operative' => 'operationnel',
  35      'other' => 'autre',
  36      'low' => 'bas',
  37      'normal' => 'normal',
  38      'high' => 'haut',
  39      'Created Time' => 'Date de création',
  40      'Modified Time' => 'Date de modification',
  41      'description' => 'Description',
  42      'Assigned To' => 'Assigné à',
  43      'Open' => 'Ouvert',
  44      'In Progress' => 'En cours',
  45      'Completed' => 'Terminé',
  46      'Deferred' => 'Décalée',
  47      'Canceled ' => 'Annulé',
  48  );


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