summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/fi/bp
diff options
context:
space:
mode:
Diffstat (limited to 'sql-ledger/locale/fi/bp')
-rw-r--r--sql-ledger/locale/fi/bp44
1 files changed, 44 insertions, 0 deletions
diff --git a/sql-ledger/locale/fi/bp b/sql-ledger/locale/fi/bp
new file mode 100644
index 000000000..6aeb6aa92
--- /dev/null
+++ b/sql-ledger/locale/fi/bp
@@ -0,0 +1,44 @@
+$self{texts} = {
+ 'Account' => 'Tili',
+ 'Accounting Menu' => 'Kirjanpitovalikko',
+ 'Confirm!' => 'Vahvista!',
+ 'Continue' => 'Jatka',
+ 'Current' => 'Erääntyy',
+ 'Customer' => 'Asiakas',
+ 'Date' => 'Päiväys',
+ 'From' => 'Alkaen',
+ 'Invoice' => 'Lasku',
+ 'Invoice Number' => 'Laskun numero',
+ 'Order' => 'Tilaus',
+ 'Order Number' => 'Tilausnumero',
+ 'Print' => 'Tulosta',
+ 'Purchase Orders' => 'Ostotilaukset',
+ 'Receipts' => 'Kuitit',
+ 'Reference' => 'Viite',
+ 'Sales Orders' => 'Tilausvahvistukset',
+ 'Select all' => 'Valitse kaikki',
+ 'To' => 'Hetkeen',
+ 'Vendor' => 'Toimittaja',
+ 'Yes' => 'Kyllä',
+};
+
+$self{subs} = {
+ 'acc_menu' => 'acc_menu',
+ 'continue' => 'continue',
+ 'display' => 'display',
+ 'list_spool' => 'list_spool',
+ 'menubar' => 'menubar',
+ 'print' => 'print',
+ 'remove' => 'remove',
+ 'search' => 'search',
+ 'section_menu' => 'section_menu',
+ 'select_all' => 'select_all',
+ 'yes' => 'yes',
+ 'jatka' => 'continue',
+ 'tulosta' => 'print',
+ 'remove' => 'remove',
+ 'valitse_kaikki' => 'select_all',
+ 'kyllä' => 'yes',
+};
+
+1;