summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/ct/rc
diff options
context:
space:
mode:
Diffstat (limited to 'sql-ledger/locale/ct/rc')
-rw-r--r--sql-ledger/locale/ct/rc37
1 files changed, 37 insertions, 0 deletions
diff --git a/sql-ledger/locale/ct/rc b/sql-ledger/locale/ct/rc
new file mode 100644
index 0000000..8b6112c
--- /dev/null
+++ b/sql-ledger/locale/ct/rc
@@ -0,0 +1,37 @@
+$self{texts} = {
+ 'Account' => 'Compta',
+ 'Balance' => 'Balance',
+ 'Cleared Balance' => 'Cleared Balance',
+ 'Continue' => 'Continuar',
+ 'Date' => 'Data',
+ 'Deposit' => 'Deposit',
+ 'Description' => 'Descripció',
+ 'Difference' => 'Difference',
+ 'Done' => 'Done',
+ 'Exchangerate Difference' => 'Exchangerate Difference',
+ 'From' => 'De',
+ 'Out of balance!' => 'Out of balance!',
+ 'Payment' => 'Pagament',
+ 'Reconciliation' => 'Reconciliation',
+ 'Select all' => 'Select all',
+ 'Source' => 'Font',
+ 'Statement Balance' => 'Statement Balance',
+ 'To' => 'Fins',
+ 'Update' => 'Update',
+};
+
+$self{subs} = {
+ 'continue' => 'continue',
+ 'display_form' => 'display_form',
+ 'done' => 'done',
+ 'get_payments' => 'get_payments',
+ 'reconciliation' => 'reconciliation',
+ 'select_all' => 'select_all',
+ 'update' => 'update',
+ 'continuar' => 'continue',
+ 'done' => 'done',
+ 'select_all' => 'select_all',
+ 'update' => 'update',
+};
+
+1;