summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/tr/rc
diff options
context:
space:
mode:
Diffstat (limited to 'sql-ledger/locale/tr/rc')
-rw-r--r--sql-ledger/locale/tr/rc37
1 files changed, 37 insertions, 0 deletions
diff --git a/sql-ledger/locale/tr/rc b/sql-ledger/locale/tr/rc
new file mode 100644
index 0000000..4e71d0c
--- /dev/null
+++ b/sql-ledger/locale/tr/rc
@@ -0,0 +1,37 @@
+$self{texts} = {
+ 'Account' => 'Hesap',
+ 'Balance' => 'Balance',
+ 'Cleared Balance' => 'Cleared Balance',
+ 'Continue' => 'Devam',
+ 'Date' => 'Tarih',
+ 'Deposit' => 'Deposit',
+ 'Description' => 'Açıklama',
+ 'Difference' => 'Difference',
+ 'Done' => 'Done',
+ 'Exchangerate Difference' => 'Exchangerate Difference',
+ 'From' => 'Başlangıç',
+ 'Out of balance!' => 'Out of balance!',
+ 'Payment' => 'Ödeme',
+ 'Reconciliation' => 'Reconciliation',
+ 'Select all' => 'Select all',
+ 'Source' => 'Kaynak',
+ 'Statement Balance' => 'Statement Balance',
+ 'To' => 'Bitiş',
+ 'Update' => 'Update',
+};
+
+$self{subs} = {
+ 'continue' => 'continue',
+ 'display_form' => 'display_form',
+ 'done' => 'done',
+ 'get_payments' => 'get_payments',
+ 'reconciliation' => 'reconciliation',
+ 'select_all' => 'select_all',
+ 'update' => 'update',
+ 'devam' => 'continue',
+ 'done' => 'done',
+ 'select_all' => 'select_all',
+ 'update' => 'update',
+};
+
+1;