13 lines
655 B
PHP
13 lines
655 B
PHP
<?php
|
|
|
|
return array(
|
|
'about_consumables_title' => 'Oor Verbruiksgoedere',
|
|
'about_consumables_text' => 'Verbruiksgoedere word enigiets aangekoop wat oor tyd gebruik sal word. Byvoorbeeld, drukker ink of kopieermapier.',
|
|
'checkout' => 'Afhandeling Verbruiker na Gebruiker',
|
|
'consumable_name' => 'Verbruikbare Naam',
|
|
'create' => 'Skep Verbruik',
|
|
'item_no' => 'Item No.',
|
|
'remaining' => 'oorblywende',
|
|
'total' => 'totale',
|
|
'update' => 'Verbruik Verbruik',
|
|
);
|