2016-03-25 01:18:05 -07:00
|
|
|
<?php
|
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
return array(
|
2016-06-02 19:01:09 -07:00
|
|
|
'component_name' => 'Komponent navn',
|
2016-10-25 12:30:52 -07:00
|
|
|
'checkin' => 'Sjekk inn komponent',
|
|
|
|
'checkout' => 'Sjekk ut komponent',
|
2016-06-02 19:01:09 -07:00
|
|
|
'cost' => 'Innkjøpskostnad',
|
|
|
|
'create' => 'Opprett komponent',
|
|
|
|
'edit' => 'Endre komponent',
|
|
|
|
'date' => 'Kjøpsdato',
|
|
|
|
'order' => 'Ordreummer',
|
|
|
|
'remaining' => 'Gjenstår',
|
2016-03-25 01:18:05 -07:00
|
|
|
'total' => 'Total',
|
2016-06-02 19:01:09 -07:00
|
|
|
'update' => 'Oppdater komponent',
|
2023-02-21 03:54:55 -08:00
|
|
|
'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
|
2022-01-13 21:27:29 -08:00
|
|
|
);
|