[Vtigercrm-commits] [vtiger development] #5898: Some hardcode labels

vtiger development vtiger-tickets at trac.vtiger.com
Wed Jul 29 04:03:55 EDT 2009


#5898: Some hardcode labels
------------------------+---------------------------------------------------
  Reporter:  Bruno.Fr   |       Owner:  developer
      Type:  defect     |      Status:  new      
  Priority:  minor      |   Milestone:  5.1.0    
 Component:  vtigercrm  |     Version:  5.1.0    
Resolution:             |    Keywords:           
------------------------+---------------------------------------------------
Changes (by Giacomo.Sanchietti):

  * version:  5.1.0-val2 => 5.1.0

Comment:

 Of course, you need to add these entry to the language file
 (include/language/xx_xx.lang.php).
 Example of patch for italian language:

 {{{
 --- ./include/language/it_it.lang.php.ori       2009-07-28
 15:20:52.000000000 +0200
 +++ ./include/language/it_it.lang.php   2009-07-28 16:30:44.000000000
 +0200
 @@ -1189,6 +1189,31 @@
    'LBL_UNHIDE_FIELDS' => 'Mostra Campi',
    'LBL_SELECT_FIELDS_TO_UDPATE_WITH_NEW_VALUE' => 'Selezionare i campi da
 aggiornare ed inserire il nuvo valore.',
    'LBL_LOADING' => 'Caricamento...',
 +
 +  /* Hack for filter translation */
 +  'All' => 'Tutti',
 +  'Prospect Accounts' => 'Aziende Prospect',
 +  'New This Week' => 'Nuove in settimana',
 +  'Contacts Address' => 'Indirizzi dei Contatti',
 +  'Todays Birthday' => 'Compleanni di oggi',
 +  'Hot Leads' => 'Lead Caldi',
 +  'This Month Leads' => 'Lead del Mese',
 +  'Potentials Won' => 'Opportunità Vinte',
 +  'Open Quotes' => 'Preventivi aperti',
 +  'Rejected Quotes' => 'Preventivi rifiutati',
 +  'Pending Sales Orders' => 'Ordini di Vendita pendenti',
 +  'Open Invoices' => 'Fatture in sospeso',
 +  'Paid Invoices' => 'Fatture pagate',
 +  'Open Tickets' => 'Ticket Aperti',
 +  'High Priority Tickets' => 'Ticket importanti',
 +  'High Prioriy Tickets' => 'Ticket importanti', //Translate a typo error
 +  'Drafted FAQ' => 'Bozze FAQ',
 +  'Published FAQ' => 'FAQ pubblicate',
 +  'Open Purchase Orders' => 'Ordini di Acquisto aperti',
 +  'Received Purchase Orders' => 'Ordini di Acquisto ricevuti',
 +  'Missed' => 'Perse',
 +  'Received' => 'Ricevute',
 +  'Dialed' => 'Effettuate'

  );
  ?>

 }}}

-- 
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/5898#comment:2>
vtiger development <http://trac.vtiger.com/>
vtigerCRM




More information about the vtigercrm-commits mailing list