summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/no/rc
diff options
context:
space:
mode:
Diffstat (limited to 'sql-ledger/locale/no/rc')
-rw-r--r--sql-ledger/locale/no/rc37
1 files changed, 0 insertions, 37 deletions
diff --git a/sql-ledger/locale/no/rc b/sql-ledger/locale/no/rc
deleted file mode 100644
index 4ff2cc8..0000000
--- a/sql-ledger/locale/no/rc
+++ /dev/null
@@ -1,37 +0,0 @@
-$self{texts} = {
- 'Account' => 'Konto',
- 'Balance' => 'Balanse',
- 'Cleared Balance' => 'Utlignet balanse',
- 'Continue' => 'Fortsett',
- 'Date' => 'Dato',
- 'Deposit' => 'Depositum',
- 'Description' => 'Beskrivelse',
- 'Difference' => 'Forskjell',
- 'Done' => 'Ferdig',
- 'Exchangerate Difference' => 'Forskjell på vekslingskurs',
- 'From' => 'Fra',
- 'Out of balance!' => 'Ute av balanse!',
- 'Payment' => 'Betaling',
- 'Reconciliation' => 'Bankoppgjør',
- 'Select all' => 'Velg alt',
- 'Source' => 'Bilag',
- 'Statement Balance' => 'Balanseoppgjør',
- 'Update' => 'Oppdatér',
- 'to' => 'til',
-};
-
-$self{subs} = {
- 'continue' => 'continue',
- 'display_form' => 'display_form',
- 'done' => 'done',
- 'get_payments' => 'get_payments',
- 'reconciliation' => 'reconciliation',
- 'select_all' => 'select_all',
- 'update' => 'update',
- 'fortsett' => 'continue',
- 'ferdig' => 'done',
- 'velg_alt' => 'select_all',
- 'oppdatér' => 'update',
-};
-
-1;