summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/fi/rc
diff options
context:
space:
mode:
Diffstat (limited to 'sql-ledger/locale/fi/rc')
-rw-r--r--sql-ledger/locale/fi/rc37
1 files changed, 37 insertions, 0 deletions
diff --git a/sql-ledger/locale/fi/rc b/sql-ledger/locale/fi/rc
new file mode 100644
index 0000000..57ea0da
--- /dev/null
+++ b/sql-ledger/locale/fi/rc
@@ -0,0 +1,37 @@
+$self{texts} = {
+ 'Account' => 'Tili',
+ 'Balance' => 'Tase',
+ 'Cleared Balance' => 'Tarkistettu tase',
+ 'Continue' => 'Jatka',
+ 'Date' => 'Päiväys',
+ 'Deposit' => 'Rahatallennus',
+ 'Description' => 'Kuvaus',
+ 'Difference' => 'Ero',
+ 'Done' => 'Suoritettu!',
+ 'Exchangerate Difference' => 'Vaihtokurssin ero',
+ 'From' => 'Alkaen',
+ 'Out of balance!' => 'Ei tasapainossa',
+ 'Payment' => 'Maksu',
+ 'Reconciliation' => 'Sovitus',
+ 'Select all' => 'Valitse kaikki',
+ 'Source' => 'Lähde',
+ 'Statement Balance' => 'Tiliotteen tase',
+ 'To' => 'Hetkeen',
+ 'Update' => 'Päivitä',
+};
+
+$self{subs} = {
+ 'continue' => 'continue',
+ 'display_form' => 'display_form',
+ 'done' => 'done',
+ 'get_payments' => 'get_payments',
+ 'reconciliation' => 'reconciliation',
+ 'select_all' => 'select_all',
+ 'update' => 'update',
+ 'jatka' => 'continue',
+ 'suoritettu!' => 'done',
+ 'valitse_kaikki' => 'select_all',
+ 'päivitä' => 'update',
+};
+
+1;