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, 0 insertions, 37 deletions
diff --git a/sql-ledger/locale/fi/rc b/sql-ledger/locale/fi/rc
deleted file mode 100644
index 57ea0da..0000000
--- a/sql-ledger/locale/fi/rc
+++ /dev/null
@@ -1,37 +0,0 @@
-$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;