summaryrefslogtreecommitdiff
path: root/locale/it/cp
blob: b78a37b94b80a534316fd83b4e15d976e110582a (plain)
  1. $self{texts} = {
  2. 'AP' => 'Debiti Fornitori',
  3. 'AR' => 'Crediti Clienti',
  4. 'Account' => 'Conto',
  5. 'Accounting Menu' => 'Menu Contabilità',
  6. 'Address' => 'Indirizzo',
  7. 'All' => 'Tutti',
  8. 'Amount' => 'Importo',
  9. 'Amount Due' => 'Importo Dovuto',
  10. 'Bcc' => 'Bcc',
  11. 'Cannot post payment for a closed period!' => 'Non puoi salvare pagamenti per un periodo chiuso!',
  12. 'Cc' => 'Cc',
  13. 'Continue' => 'Continua',
  14. 'Currency' => 'Valuta',
  15. 'Customer' => 'Cliente',
  16. 'Customer not on file!' => 'Cliente non sul file!',
  17. 'Date' => 'Data',
  18. 'Date missing!' => 'Manca la data!',
  19. 'Deposit' => 'Deposito',
  20. 'Description' => 'Descrizione',
  21. 'Due Date' => 'Scadenza Fattura',
  22. 'E-mail' => 'E-mail',
  23. 'From' => 'Dal',
  24. 'Invoice' => 'Fattura',
  25. 'Invoices' => 'Fatture',
  26. 'Language' => 'Lingua',
  27. 'Message' => 'Messaggio',
  28. 'Number' => 'Partita IVA',
  29. 'PDF' => 'PDF',
  30. 'Payment' => 'Pagamento',
  31. 'Payment posted!' => 'Pagamento Salvato',
  32. 'Payments' => 'Pagamenti',
  33. 'Post' => 'Salva',
  34. 'Postscript' => 'Postscript',
  35. 'Print' => 'Stampa',
  36. 'Project not on file!' => 'Progetto non archiviato!',
  37. 'Receipt' => 'Incasso',
  38. 'Receipts' => 'Incassi',
  39. 'Reference' => 'Riferimento',
  40. 'Screen' => 'Schermo',
  41. 'Select all' => 'Seleziona tutto',
  42. 'Select from one of the names below' => 'Seleziona uno dei seguenti nomi',
  43. 'Select from one of the projects below' => 'Seleziona uno dei seguenti progetti',
  44. 'Select postscript or PDF!' => 'Scegli tra postscript e PDF!',
  45. 'Source' => 'Sorgente',
  46. 'Subject' => 'Oggetto',
  47. 'To' => 'Al',
  48. 'Update' => 'Aggiorna',
  49. 'Vendor' => 'Fornitore',
  50. 'Vendor not on file!' => 'Fornitore non in archivio!',
  51. };
  52. $self{subs} = {
  53. 'acc_menu' => 'acc_menu',
  54. 'add_transaction' => 'add_transaction',
  55. 'ap_transaction' => 'ap_transaction',
  56. 'ar_transaction' => 'ar_transaction',
  57. 'check_form' => 'check_form',
  58. 'check_name' => 'check_name',
  59. 'check_openvc' => 'check_openvc',
  60. 'check_project' => 'check_project',
  61. 'continue' => 'continue',
  62. 'customer_details' => 'customer_details',
  63. 'delete_schedule' => 'delete_schedule',
  64. 'display' => 'display',
  65. 'gl_transaction' => 'gl_transaction',
  66. 'invoices_due' => 'invoices_due',
  67. 'js_menu' => 'js_menu',
  68. 'list_invoices' => 'list_invoices',
  69. 'menubar' => 'menubar',
  70. 'name_selected' => 'name_selected',
  71. 'payment' => 'payment',
  72. 'payment_footer' => 'payment_footer',
  73. 'payment_header' => 'payment_header',
  74. 'payments' => 'payments',
  75. 'payments_footer' => 'payments_footer',
  76. 'payments_header' => 'payments_header',
  77. 'post' => 'post',
  78. 'post_as_new' => 'post_as_new',
  79. 'post_payment' => 'post_payment',
  80. 'post_payments' => 'post_payments',
  81. 'print' => 'print',
  82. 'print_and_post_as_new' => 'print_and_post_as_new',
  83. 'print_form' => 'print_form',
  84. 'print_payment' => 'print_payment',
  85. 'print_payments' => 'print_payments',
  86. 'project_selected' => 'project_selected',
  87. 'rebuild_vc' => 'rebuild_vc',
  88. 'repost' => 'repost',
  89. 'reprint' => 'reprint',
  90. 'sales_invoice_' => 'sales_invoice_',
  91. 'save_schedule' => 'save_schedule',
  92. 'schedule' => 'schedule',
  93. 'section_menu' => 'section_menu',
  94. 'select_all' => 'select_all',
  95. 'select_name' => 'select_name',
  96. 'select_project' => 'select_project',
  97. 'update' => 'update',
  98. 'update_payment' => 'update_payment',
  99. 'update_payments' => 'update_payments',
  100. 'vendor_details' => 'vendor_details',
  101. 'vendor_invoice_' => 'vendor_invoice_',
  102. 'continua' => 'continue',
  103. 'salva' => 'post',
  104. 'stampa' => 'print',
  105. 'seleziona_tutto' => 'select_all',
  106. 'aggiorna' => 'update',
  107. };
  108. 1;