[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/languages/it_it/ -> 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   ************************************************************************************/
  10  $languageStrings = array(
  11      'SINGLE_Project'               => 'Progetto'                    , 
  12      'LBL_ADD_RECORD'               => 'Add Project'                 , 
  13      'LBL_RECORDS_LIST'             => 'Projects List'               , 
  14      'LBL_PROJECT_INFORMATION'      => 'Informationi Progetto'       , 
  15      'Project Name'                 => 'Nome Progetto'               , 
  16      'Start Date'                   => 'Data di Inizio'              , 
  17      'Target End Date'              => 'Target End Date'             , 
  18      'Actual End Date'              => 'Actual End Date'             , 
  19      'Project No'                   => 'Project Number'              , 
  20      'Target Budget'                => 'Target Budget'               , 
  21      'Project Url'                  => 'Project Url'                 , 
  22      'Progress'                     => 'Progress'                    , 
  23      'LBL_TASKS_OPEN'               => 'Tasks Open'                  , 
  24      'LBL_TASKS_DUE'                => 'Tasks Due'                   , 
  25      'LBL_TASKS_COMPLETED'          => 'Tasks Completed'             , 
  26      'LBL_PEOPLE'                   => 'People'                      , 
  27      'LBL_CHARTS'                   => 'Charts'                      , 
  28      'LBL_TASKS_LIST'               => 'Tasks List'                  , // TODO: Review
  29      'LBL_MILESTONES'               => 'Milestones'                  , // TODO: Review
  30      'LBL_TASKS'                    => 'Tasks'                       , // TODO: Review
  31      'LBL_STATUS_IS'                => 'Status is'                   , // TODO: Review
  32      'LBL_STATUS'                   => 'Status'                      , // TODO: Review
  33      'LBL_TICKET_PRIORITY'          => 'Priority'                    , // TODO: Review
  34      'LBL_MORE'                     => 'more'                        , // TODO: Review
  35      'LBL_DOWNLOAD_FILE'            => 'Download File'               , // TODO: Review
  36      'LBL_MILESTONES_LIST'          => 'Lista Milestones'            ,
  37      'LBL_TASKS_HIGH'               => 'Alta priorità'               ,
  38      'LBL_TASKS_NORMAL'             => 'Priorità normale'            ,
  39      'LBL_TASKS_LOW'                => 'Bassa priorità'              ,
  40      'LBL_TASKS_OTHER'              => 'Altre priorità'              ,
  41      'LBL_SELECT_PROGRESS'          => 'Selezionare Progress'        ,
  42      
  43      //picklist values
  44      'prospecting' => 'Prospezione',
  45      'in progress' => 'In Progress',
  46      'initiated' => 'Avviato',
  47      'waiting for feedback' => 'In attesa di un commento',
  48      'on hold' => 'In attesa',
  49      'archived' => 'Archiviati',
  50      'completed' => 'Completato',
  51      'delivered' => 'Consegnato',
  52      'administrative' => 'Amministrativo',
  53      'operative' => 'Operativo',
  54      'other' => 'Altro',
  55      'low' => 'Basso',
  56      'normal' => 'Normale',
  57      'high' => 'Alto',
  58  );
  59  
  60  $jsLanguageStrings = array(
  61      'JS_LBL_SELECT_STATUS' => 'Selezionare Stato',
  62      'JS_LBL_SELECT_PROGRESS' => 'Selezionare Progress',
  63  );


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