summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/is/rc
diff options
context:
space:
mode:
Diffstat (limited to 'sql-ledger/locale/is/rc')
-rw-r--r--sql-ledger/locale/is/rc37
1 files changed, 0 insertions, 37 deletions
diff --git a/sql-ledger/locale/is/rc b/sql-ledger/locale/is/rc
deleted file mode 100644
index cdd9c82f9..000000000
--- a/sql-ledger/locale/is/rc
+++ /dev/null
@@ -1,37 +0,0 @@
-$self{texts} = {
- 'Account' => 'Reikningur',
- 'Balance' => 'Afstemming',
- 'Cleared Balance' => 'Hreynsað jafvægi',
- 'Continue' => 'Áfram',
- 'Date' => 'Dagsetning',
- 'Deposit' => 'Innlagt',
- 'Description' => 'Skýringar',
- 'Difference' => 'Mismunur',
- 'Done' => 'Búið',
- 'Exchangerate Difference' => 'Vaxtamunur',
- 'From' => 'Frá',
- 'Out of balance!' => 'Ekki jafnvægi!',
- 'Payment' => 'Greislur',
- 'Reconciliation' => 'Afstemingar',
- 'Select all' => 'Velja allt',
- 'Source' => 'Frálag',
- 'Statement Balance' => 'jöfnunaruppgjör',
- 'Update' => 'Uppfærsla',
- 'to' => 'til',
-};
-
-$self{subs} = {
- 'continue' => 'continue',
- 'display_form' => 'display_form',
- 'done' => 'done',
- 'get_payments' => 'get_payments',
- 'reconciliation' => 'reconciliation',
- 'select_all' => 'select_all',
- 'update' => 'update',
- 'Áfram' => 'continue',
- 'búið' => 'done',
- 'velja_allt' => 'select_all',
- 'uppfærsla' => 'update',
-};
-
-1;