mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
14 lines
655 B
PHP
14 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',
|
|
);
|