summaryrefslogtreecommitdiff
path: root/locale/it/rp
blob: 2b3724cec2d3c32c43e0585bbb343acf7272574f (plain)
  1. $self{texts} = {
  2. 'AP Aging' => 'Partite Aperte',
  3. 'AR Aging' => 'Partite Aperte',
  4. 'Account' => 'Conto',
  5. 'Account Number' => 'Numero di conto',
  6. 'Accounting Menu' => 'Menu Contabilità',
  7. 'Accounts' => 'Conti',
  8. 'Address' => 'Indirizzo',
  9. 'Amount' => 'Importo',
  10. 'Apr' => 'Apr',
  11. 'April' => 'Aprile',
  12. 'Attachment' => 'Attachment',
  13. 'Aug' => 'Ago',
  14. 'August' => 'Agosto',
  15. 'Balance' => 'Saldo',
  16. 'Balance Sheet' => 'Stato Patrimoniale',
  17. 'Bcc' => 'Bcc',
  18. 'Cash' => 'Cassa',
  19. 'Cc' => 'Cc',
  20. 'Compare to' => 'Confronta con',
  21. 'Continue' => 'Continua',
  22. 'Copies' => 'Copie',
  23. 'Credit' => 'Avere',
  24. 'Curr' => 'Valuta',
  25. 'Current' => 'Corrente',
  26. 'Customer' => 'Cliente',
  27. 'Customer not on file!' => 'Cliente non sul file!',
  28. 'Date' => 'Data',
  29. 'Debit' => 'Dare',
  30. 'Dec' => 'Dic',
  31. 'December' => 'Dicembre',
  32. 'Decimalplaces' => 'Numero di decimali',
  33. 'Description' => 'Descrizione',
  34. 'Due Date' => 'Scadenza Fattura',
  35. 'E-mail' => 'E-mail',
  36. 'E-mail Statement to' => 'Manda il sollecito via e-mail a',
  37. 'E-mail address missing!' => 'Indirizzo e-mail mancante!',
  38. 'Feb' => 'Feb',
  39. 'February' => 'Febbraio',
  40. 'From' => 'Dal',
  41. 'GIFI' => 'Codice GIFI',
  42. 'Heading' => 'Intestazione',
  43. 'ID' => 'ID',
  44. 'In-line' => 'In-line',
  45. 'Include in Report' => 'Includi nel Prospetto',
  46. 'Income Statement' => 'Conto Economico',
  47. 'Invoice' => 'Fattura',
  48. 'Jan' => 'Gen',
  49. 'January' => 'Gennaio',
  50. 'Jul' => 'Lug',
  51. 'July' => 'Luglio',
  52. 'Jun' => 'Giu',
  53. 'June' => 'Giugno',
  54. 'Language' => 'Lingua',
  55. 'Mar' => 'Mar',
  56. 'March' => 'Marzo',
  57. 'May' => 'Mag',
  58. 'May ' => 'Mag ',
  59. 'Message' => 'Messaggio',
  60. 'N/A' => 'N/A',
  61. 'Nothing selected!' => 'Non hai selezionato nulla!',
  62. 'Nov' => 'Nov',
  63. 'November' => 'Novembre',
  64. 'Number' => 'Partita IVA',
  65. 'Oct' => 'Ott',
  66. 'October' => 'Ottobre',
  67. 'Order' => 'Ordine',
  68. 'PDF' => 'PDF',
  69. 'Payments' => 'Pagamenti',
  70. 'Postscript' => 'Postscript',
  71. 'Print' => 'Stampa',
  72. 'Project' => 'Progetto',
  73. 'Project not on file!' => 'Progetto non archiviato!',
  74. 'Receipts' => 'Incassi',
  75. 'Reference' => 'Riferimento',
  76. 'Report for' => 'Prospetto per',
  77. 'Screen' => 'Schermo',
  78. 'Select all' => 'Seleziona tutto',
  79. 'Select from one of the names below' => 'Seleziona uno dei seguenti nomi',
  80. 'Select from one of the projects below' => 'Seleziona uno dei seguenti progetti',
  81. 'Select postscript or PDF!' => 'Scegli tra postscript e PDF!',
  82. 'Sep' => 'Set',
  83. 'September' => 'Settembre',
  84. 'Source' => 'Sorgente',
  85. 'Standard' => 'Standard',
  86. 'Statement' => 'Sollecito',
  87. 'Statement sent to' => 'Sollecito mandato a',
  88. 'Statements sent to printer!' => 'Solleciti mandati in stampa!',
  89. 'Subject' => 'Oggetto',
  90. 'Subtotal' => 'Totale Parziale',
  91. 'Tax' => 'Tassa',
  92. 'Tax collected' => 'Debito IVA',
  93. 'Tax paid' => 'Credito IVA',
  94. 'To' => 'Al',
  95. 'Total' => 'Totale',
  96. 'Trial Balance' => 'Bilancio di Verifica',
  97. 'Vendor' => 'Fornitore',
  98. 'Vendor not on file!' => 'Fornitore non in archivio!',
  99. 'as at' => 'Al',
  100. 'for Period' => 'per il Periodo',
  101. };
  102. $self{subs} = {
  103. 'acc_menu' => 'acc_menu',
  104. 'add_transaction' => 'add_transaction',
  105. 'aging' => 'aging',
  106. 'ap_transaction' => 'ap_transaction',
  107. 'ar_transaction' => 'ar_transaction',
  108. 'check_name' => 'check_name',
  109. 'check_project' => 'check_project',
  110. 'continue' => 'continue',
  111. 'delete_schedule' => 'delete_schedule',
  112. 'display' => 'display',
  113. 'e_mail' => 'e_mail',
  114. 'generate_ap_aging' => 'generate_ap_aging',
  115. 'generate_ar_aging' => 'generate_ar_aging',
  116. 'generate_balance_sheet' => 'generate_balance_sheet',
  117. 'generate_income_statement' => 'generate_income_statement',
  118. 'generate_projects' => 'generate_projects',
  119. 'generate_tax_report' => 'generate_tax_report',
  120. 'generate_trial_balance' => 'generate_trial_balance',
  121. 'gl_transaction' => 'gl_transaction',
  122. 'js_menu' => 'js_menu',
  123. 'list_accounts' => 'list_accounts',
  124. 'list_payments' => 'list_payments',
  125. 'menubar' => 'menubar',
  126. 'name_selected' => 'name_selected',
  127. 'payment_subtotal' => 'payment_subtotal',
  128. 'post_as_new' => 'post_as_new',
  129. 'print' => 'print',
  130. 'print_and_post_as_new' => 'print_and_post_as_new',
  131. 'print_form' => 'print_form',
  132. 'print_options' => 'print_options',
  133. 'project_selected' => 'project_selected',
  134. 'rebuild_vc' => 'rebuild_vc',
  135. 'report' => 'report',
  136. 'repost' => 'repost',
  137. 'reprint' => 'reprint',
  138. 'sales_invoice_' => 'sales_invoice_',
  139. 'save_schedule' => 'save_schedule',
  140. 'schedule' => 'schedule',
  141. 'section_menu' => 'section_menu',
  142. 'select_all' => 'select_all',
  143. 'select_name' => 'select_name',
  144. 'select_project' => 'select_project',
  145. 'send_email' => 'send_email',
  146. 'statement_details' => 'statement_details',
  147. 'tax_subtotal' => 'tax_subtotal',
  148. 'vendor_invoice_' => 'vendor_invoice_',
  149. 'continua' => 'continue',
  150. 'e_mail' => 'e_mail',
  151. 'stampa' => 'print',
  152. 'seleziona_tutto' => 'select_all',
  153. };
  154. 1;