summaryrefslogtreecommitdiff
path: root/locale/it/pos
blob: 0bbbc1c69f5d01b613252a86f719375435f3c52c (plain)
  1. $self{texts} = {
  2. 'Accounting Menu' => 'Menu Contabilità',
  3. 'Amount' => 'Importo',
  4. 'Cannot post transaction!' => 'Non puoi salvare la transazione!',
  5. 'Continue' => 'Continua',
  6. 'Credit Limit' => 'Fido',
  7. 'Currency' => 'Valuta',
  8. 'Current' => 'Corrente',
  9. 'Customer' => 'Cliente',
  10. 'Customer missing!' => 'Cliente mancante!',
  11. 'Delete' => 'Cancella',
  12. 'Description' => 'Descrizione',
  13. 'Extended' => 'Esteso',
  14. 'From' => 'Dal',
  15. 'Language' => 'Lingua',
  16. 'Number' => 'Partita IVA',
  17. 'Open' => 'Aperto',
  18. 'Post' => 'Salva',
  19. 'Price' => 'Prezzo',
  20. 'Print' => 'Stampa',
  21. 'Qty' => 'Q.tà',
  22. 'Receipts' => 'Incassi',
  23. 'Record in' => 'Registra in',
  24. 'Remaining' => 'Rimanente',
  25. 'Screen' => 'Schermo',
  26. 'Source' => 'Sorgente',
  27. 'Subtotal' => 'Totale Parziale',
  28. 'Tax Included' => 'Tasse Incluse',
  29. 'To' => 'Al',
  30. 'Total' => 'Totale',
  31. 'Unit' => 'Unità',
  32. 'Update' => 'Aggiorna',
  33. };
  34. $self{subs} = {
  35. 'acc_menu' => 'acc_menu',
  36. 'add' => 'add',
  37. 'display' => 'display',
  38. 'display_row' => 'display_row',
  39. 'edit' => 'edit',
  40. 'form_footer' => 'form_footer',
  41. 'form_header' => 'form_header',
  42. 'js_menu' => 'js_menu',
  43. 'lookup_partsgroup' => 'lookup_partsgroup',
  44. 'menubar' => 'menubar',
  45. 'openinvoices' => 'openinvoices',
  46. 'post' => 'post',
  47. 'print' => 'print',
  48. 'print_and_post' => 'print_and_post',
  49. 'print_form' => 'print_form',
  50. 'print_options' => 'print_options',
  51. 'receipts' => 'receipts',
  52. 'section_menu' => 'section_menu',
  53. 'continua' => 'continue',
  54. 'cancella' => 'delete',
  55. 'salva' => 'post',
  56. 'stampa' => 'print',
  57. 'aggiorna' => 'update',
  58. };
  59. 1;