diff options
Diffstat (limited to 'sql-ledger/locale/tr/rc')
-rw-r--r-- | sql-ledger/locale/tr/rc | 37 |
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 000000000..4e71d0cce --- /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; |