diff options
Diffstat (limited to 'sql-ledger/locale/fi/pos')
-rw-r--r-- | sql-ledger/locale/fi/pos | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/sql-ledger/locale/fi/pos b/sql-ledger/locale/fi/pos new file mode 100644 index 000000000..32832adbb --- /dev/null +++ b/sql-ledger/locale/fi/pos @@ -0,0 +1,56 @@ +$self{texts} = { + 'Account' => 'Tili', + 'Cannot post transaction!' => 'Vientiä ei voi kirjata', + 'Continue' => 'Jatka', + 'Credit Limit' => 'Luottoraja', + 'Currency' => 'Valuutta', + 'Current' => 'Erääntyy', + 'Customer' => 'Asiakas', + 'Customer missing!' => 'Asiakas puuttuu!', + 'Delete' => 'Poista', + 'Description' => 'Kuvaus', + 'Exchange Rate' => 'Vaihtokurssi', + 'Exchange rate missing!' => 'Vaihtokurssi puuttuu', + 'Extended' => 'Pidennetty', + 'From' => 'Alkaen', + 'Language' => 'Kieli', + 'Number' => 'Numero', + 'Open' => 'Avoinna', + 'Paid' => 'Maksettu', + 'Post' => 'Kirjaa', + 'Price' => 'Hinta', + 'Print' => 'Tulosta', + 'Qty' => 'Määrä', + 'Receipts' => 'Kuitit', + 'Record in' => 'Talleta tilille', + 'Remaining' => 'Jäljellä', + 'Screen' => 'Näyttö', + 'Source' => 'Lähde', + 'Subtotal' => 'Välisumma', + 'To' => 'Hetkeen', + 'Total' => 'Yhteensä', + 'Unit' => 'Yksikkö', + 'Update' => 'Päivitä', +}; + +$self{subs} = { + 'add' => 'add', + 'display_row' => 'display_row', + 'edit' => 'edit', + 'form_footer' => 'form_footer', + 'form_header' => 'form_header', + 'lookup_partsgroup' => 'lookup_partsgroup', + 'openinvoices' => 'openinvoices', + 'post' => 'post', + 'print' => 'print', + 'print_form' => 'print_form', + 'print_options' => 'print_options', + 'receipts' => 'receipts', + 'jatka' => 'continue', + 'poista' => 'delete', + 'kirjaa' => 'post', + 'tulosta' => 'print', + 'päivitä' => 'update', +}; + +1; |