48 lines
1.8 KiB
PHP
48 lines
1.8 KiB
PHP
<?php
|
|
/*+**********************************************************************************
|
|
* The contents of this file are subject to the vtiger CRM Public License Version 1.0
|
|
* ("License"); You may not use this file except in compliance with the License
|
|
* The Original Code is: vtiger CRM Open Source
|
|
* The Initial Developer of the Original Code is vtiger.
|
|
* Portions created by vtiger are Copyright (C) vtiger.
|
|
* All Rights Reserved.
|
|
************************************************************************************/
|
|
$mod_strings = Array(
|
|
|
|
'LBL_MODULE_NAME'=>'Jalons',
|
|
'LBL_MODULE_TITLE'=>'Jalons',
|
|
'LBL_NEW_OPERATION'=>'Nouveau jalon',
|
|
'LBL_MILESTONES'=>'Jalons',
|
|
'LBL_MILESTONE'=>'Jalon',
|
|
'Project Milestone ID'=>'Jalon ID',
|
|
'projectmilestones' => 'Jalon Projet ',
|
|
//added this to translate the module name in the main app menu
|
|
'ProjectMilestone'=>'Jalons Projet ',
|
|
|
|
'SINGLE_ProjectMilestone' => 'Jalon',
|
|
'LBL_CUSTOM_INFORMATION' => 'Information Spécifique',
|
|
'LBL_PROJECT_MILESTONE_INFORMATION' => 'Information sur le Jalon',
|
|
'LBL_DESCRIPTION_INFORMATION' => 'Description Information',
|
|
'Assigned To' => 'Assigné à',
|
|
'Milestone Date' => 'Date de Jalon',
|
|
'milestone' => 'Etape-Clé',
|
|
'description' => 'Description',
|
|
'deadlinetype'=> 'Type',
|
|
//'linktoproject'=> 'Relié à',
|
|
'projectid' => 'Relatif au ',
|
|
'Related To' => 'Relatif à',
|
|
'--none--' => '--indéfini--',
|
|
'administrative' => 'administratif',
|
|
'operative' => 'operationnel',
|
|
'other' => 'autre',
|
|
'Created Time' => 'Heure de Création',
|
|
'Modified Time' => 'Heure de Modification',
|
|
'description' => 'Description',
|
|
'Description' => 'Description',
|
|
//added for related lists
|
|
'Project Milestone Name' => 'Nom du jalon',
|
|
'Project Milestone No' => 'Jalon No',
|
|
'ProjectMilestone ID' => 'Jalon ID',
|
|
);
|
|
|
|
?>
|