From ac5b087ea2d9ba7428d367aaeb288534158fee9a Mon Sep 17 00:00:00 2001 From: christopherm Date: Fri, 1 Sep 2006 01:16:38 +0000 Subject: Initial Import git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/ledger-smb@1 4979c152-3d1c-0410-bac9-87ea11338e46 --- locale/it/bp | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100755 locale/it/bp (limited to 'locale/it/bp') diff --git a/locale/it/bp b/locale/it/bp new file mode 100755 index 00000000..a820ccbd --- /dev/null +++ b/locale/it/bp @@ -0,0 +1,45 @@ +$self{texts} = { + 'Account' => 'Conto', + 'Accounting Menu' => 'Menu Contabilità', + 'Confirm!' => 'Conferma!', + 'Continue' => 'Continua', + 'Current' => 'Corrente', + 'Customer' => 'Cliente', + 'Date' => 'Data', + 'Employee' => 'Dipendente', + 'From' => 'Dal', + 'ID' => 'ID', + 'Invoice' => 'Fattura', + 'Invoice Number' => 'Protocollo Numero', + 'Order' => 'Ordine', + 'Order Number' => 'Numero Fattura Fornitore', + 'Print' => 'Stampa', + 'Purchase Orders' => 'Ordini di acquisto', + 'Sales Orders' => 'Ordini di vendita', + 'Select all' => 'Seleziona tutto', + 'To' => 'Al', + 'Vendor' => 'Fornitore', + 'Yes' => 'Si', +}; + +$self{subs} = { + 'acc_menu' => 'acc_menu', + 'continue' => 'continue', + 'display' => 'display', + 'js_menu' => 'js_menu', + 'list_spool' => 'list_spool', + 'menubar' => 'menubar', + 'print' => 'print', + 'remove' => 'remove', + 'search' => 'search', + 'section_menu' => 'section_menu', + 'select_all' => 'select_all', + 'yes' => 'yes', + 'continua' => 'continue', + 'stampa' => 'print', + 'seleziona_tutto' => 'select_all', + 'si' => 'yes', +}; + +1; + -- cgit v1.2.3