Blame view

resources/lang/da-DK/invoices.php 1.69 KB
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
  <?php
  
  return [
  
      'invoice_number'    => 'Faktura nummer',
      'invoice_date'      => 'Faktura dato',
      'total_price'       => 'Total pris',
      'due_date'          => 'Forfaldsdato',
      'order_number'      => 'Ordrenummer',
      'bill_to'           => 'Faktura til',
  
      'quantity'          => 'Antal',
      'price'             => 'Pris',
      'sub_total'         => 'Subtotal',
      'discount'          => 'Rabat',
      'tax_total'         => 'Moms i alt',
      'total'             => 'I alt',
  
      'item_name'         => 'Vare navn|Vare navne',
  
      'show_discount'     => ':discount% Rabat',
      'add_discount'      => 'Tilføj rabat',
      'discount_desc'     => 'subtotal',
  
      'payment_due'       => 'Betalingsfrist',
      'paid'              => 'Betalt',
      'histories'         => 'Historik',
      'payments'          => 'Betalinger',
      'add_payment'       => 'Tilføj betaling',
      'mark_paid'         => 'Marker som betalt',
      'mark_sent'         => 'Marker som sendt',
      'download_pdf'      => 'Download som PDF',
      'send_mail'         => 'Send e-mail',
  
      'status' => [
          'draft'         => 'Kladde',
          'sent'          => 'Sendt',
          'viewed'        => 'Vist',
          'approved'      => 'Godkendt',
          'partial'       => 'Delvist',
          'paid'          => 'Betalt',
      ],
  
      'messages' => [
          'email_sent'     => 'E-maiil med faktura er afsendt!',
          'marked_sent'    => 'Faktura markeret som sendt!',
          'email_required' => 'Ingen e-mail-adresse for denne kunde!',
      ],
  
      'notification' => [
          'message'       => 'Du modtager denne e-mail, fordi du har en faktura på :amount til :customer kunde.',
          'button'        => 'Betal nu',
      ],
  
  ];