summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/fi/ct
blob: 186b25dbbf9c5f968ba64a75a33a2af2f42845ad (plain)
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
$self{texts} = {
  'Add'                         => 'Lisää',
  'Address'                     => 'Osoite',
  'All'                         => 'Kaikki',
  'Bcc'                         => 'Näkymätön kopio',
  'Cannot delete customer!'     => 'Asiakasta ei voi poistaa!',
  'Cannot delete vendor!'       => 'Toimittajaa ei voi poistaa!',
  'Cc'                          => 'Kopio',
  'Contact'                     => 'Yhteyshenkilö',
  'Continue'                    => 'Jatka',
  'Credit Limit'                => 'Luottoraja',
  'Customer deleted!'           => 'Asiakas poistettu!',
  'Customer saved!'             => 'Asiakas tallennettu!',
  'Customers'                   => 'Asiakkaat',
  'Delete'                      => 'Poista',
  'Discount'                    => 'Alennus',
  'E-mail'                      => 'Sähköposti',
  'Edit Customer'               => 'Muokkaa asiakas',
  'Edit Vendor'                 => 'Muokkaa ',
  'Fax'                         => 'Faksi',
  'Include in Report'           => 'Sisällytä raporttiin',
  'Invoice'                     => 'Lasku',
  'Name'                        => 'Nimi',
  'Name missing!'               => 'Nimi puuttuu!',
  'Notes'                       => 'Lisätietoja',
  'Number'                      => 'Numero',
  'Order'                       => 'Tilaus',
  'Orphaned'                    => 'Hylätyt',
  'Phone'                       => 'Puhelin',
  'Save'                        => 'Tallenna',
  'Ship to'                     => 'Toimitusosoite',
  'Tax Included'                => 'ALV sisältyy ',
  'Taxable'                     => 'Verotettavaa',
  'Terms: Net'                  => 'Maksuehto',
  'Transactions exist, cannot delete customer!' => 'Vientejä olemassa. Asiakasta ei voi poistaa!',
  'Transactions exist, cannot delete vendor!' => 'Vientejä olemassa. Toimittajaa ei voi poistaa!',
  'Vendor deleted!'             => 'Toimittaja poistettu!',
  'Vendor saved!'               => 'Toimittaja tallennettu',
  'Vendors'                     => 'Toimittajat',
  'days'                        => 'päivää',
};

$self{subs} = {
  'add'                         => 'add',
  'continue'                    => 'continue',
  'customer_invoice'            => 'customer_invoice',
  'customer_order'              => 'customer_order',
  'delete'                      => 'delete',
  'delete_customer'             => 'delete_customer',
  'delete_vendor'               => 'delete_vendor',
  'edit'                        => 'edit',
  'form_footer'                 => 'form_footer',
  'form_header'                 => 'form_header',
  'invoice'                     => 'invoice',
  'list_names'                  => 'list_names',
  'order'                       => 'order',
  'save'                        => 'save',
  'save_customer'               => 'save_customer',
  'save_vendor'                 => 'save_vendor',
  'search'                      => 'search',
  'vendor_invoice'              => 'vendor_invoice',
  'vendor_order'                => 'vendor_order',
  'lisää'                       => 'add',
  'jatka'                       => 'continue',
  'poista'                      => 'delete',
  'lasku'                       => 'invoice',
  'tilaus'                      => 'order',
  'tallenna'                    => 'save',
};

1;