Files
crm.clientright.ru/languages/ro_ro/ProjectMilestone.php

27 lines
1.3 KiB
PHP
Raw Normal View History

<?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.
************************************************************************************/
$languageStrings = array(
'SINGLE_ProjectMilestone' => "Proiectul Milestone",
'LBL_ADD_RECORD' => "Adăugați etapă a proiectului",
'LBL_RECORDS_LIST' => "Lista Repere proiect",
'LBL_PROJECTS_LIST' => "Lista proiectelor",
'LBL_TASKS_LIST' => "Lista de sarcini",
'LBL_MILESTONES_LIST' => "Lista Repere",
'LBL_PROJECT_MILESTONE_INFORMATION' => "Detalii proiect Milestone",
'Project Milestone Name' => "Proiectul Milestone Numele",
'Milestone Date' => "Milestone Data",
'Project Milestone No' => "Numarul etapă a proiectului",
'Type' => 'Tip' ,
'Related to' => 'Legate de' ,
//picklist values
'administrative' => 'Administrativ',
'operative' => 'Operativ',
'other' => 'Alte',
);