19 lines
535 B
PHP
Raw Normal View History

2018-01-13 15:25:25 +03:00
<?php
return [
'quantities' => 'Antall | Antall',
'sales_price' => 'Utsalgspris',
'purchase_price' => 'Innkjøpspris',
'sku' => 'Varenummer (SKU)',
'notification' => [
2018-11-08 12:11:42 +03:00
'message' => [
'reminder' => 'You are receiving this email because only :quantity of :name has remained.',
'out_of_stock' => 'You are receiving this email because the :name is running out of stock.',
],
2018-01-13 15:25:25 +03:00
'button' => 'Vis nå',
],
];