oms-Billing/Theme/Backend/Lang/sv.lang.php

71 lines
2.2 KiB
PHP
Executable File

<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Billing' => [
'Address' => 'Adress',
'Addresses' => 'adresser',
'AlreadyPaid' => 'Redan betalat',
'Bills' => 'Räkningar',
'Bonus' => 'Bonus',
'Cashback' => 'Pengar tillbaka',
'City' => 'Stad',
'Client' => 'Klient',
'ClientID' => 'Klient ID',
'Confirmation' => 'Bekräftelse',
'Country' => 'Land',
'Created' => 'Skapad',
'CreditCard' => 'Kreditkort',
'CreditNote' => 'kreditnota',
'Date' => 'Datum',
'Delivery' => 'Leverans',
'DeliveryNote' => 'FÖLJESEDEL',
'DirectDebit' => 'Direktbetalning',
'Discount' => 'Rabatt',
'DiscountP' => 'rabatt%',
'Due' => 'Till följd av',
'Freightage' => 'LAST',
'Gross' => 'Äckligt',
'Invoice' => 'Faktura',
'Invoices' => 'fakturor',
'Item' => 'Artikel',
'Items' => 'artiklar',
'Log' => 'Logga',
'Logs' => 'loggar',
'Media' => 'Media',
'MoneyTransfer' => 'Pengaöverföring',
'Name' => 'namn',
'Net' => 'Netto',
'Offer' => 'Erbjudande',
'Payment' => 'Betalning',
'Postal' => 'Post',
'Prepaid' => 'Prepaid',
'Preview' => 'Förhandsvisning',
'Price' => 'Pris',
'Profit' => 'Vinst',
'Quantity' => 'Kvantitet',
'Recipient' => 'Mottagare',
'Select' => 'Välj',
'Shipment' => 'Sändning',
'Source' => 'Källa',
'Supplier' => 'Leverantör',
'SupplierID' => 'leverantör-ID',
'Tax' => 'Beskatta',
'TermsOfDelivery' => 'Leveransvillkor',
'Total' => 'Total',
'Type' => 'Typ',
'Upload' => 'Ladda upp',
'Variation' => 'Variation',
'Zip' => 'Blixtlås',
]];