15 lines
656 B
PHP
Executable File
15 lines
656 B
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
'about_consumables_title' => 'Controlla Consumabili',
|
|
'about_consumables_text' => 'I consumabili sono qualcosa che una volta acquistati saranno completamente consumati. Per esempio, inchiostro per stampante o fogli di carta.',
|
|
'consumable_name' => 'Nome Consumabile',
|
|
'cost' => 'Purchase Cost',
|
|
'create' => 'Crea Consumabile',
|
|
'date' => 'Purchase Date',
|
|
'order' => 'Order Number',
|
|
'remaining' => 'Rimanenti',
|
|
'total' => 'Totale',
|
|
'update' => 'Aggiorna Consumabile',
|
|
);
|