diff options
author | ivan <ivan> | 2004-11-15 10:35:56 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-11-15 10:35:56 +0000 |
commit | 5fc8c5edf574ab024d4646914b6432d458e2ffbd (patch) | |
tree | c8031ae966b35c47f6aea9929e10911412ff6c59 /sql-ledger/locale/tr/pos | |
parent | a4fc489e860b7bc51b5282a87ea21750b30b905e (diff) | |
parent | 32306b5f8ffe4ce594409aa6e89626740b225a39 (diff) |
This commit was generated by cvs2svn to compensate for changes in r3883,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'sql-ledger/locale/tr/pos')
-rw-r--r-- | sql-ledger/locale/tr/pos | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/sql-ledger/locale/tr/pos b/sql-ledger/locale/tr/pos new file mode 100644 index 000000000..8e1c0b61d --- /dev/null +++ b/sql-ledger/locale/tr/pos @@ -0,0 +1,44 @@ +$self{texts} = { + 'Account' => 'Hesap', + 'Continue' => 'Devam', + 'Credit Limit' => 'Kredi Limiti', + 'Currency' => 'Para Birimi', + 'Customer' => 'Alıcı', + 'Delete' => 'Sil', + 'Description' => 'Açıklama', + 'Exchange Rate' => 'Döviz Kuru', + 'From' => 'Başlangıç', + 'Language' => 'Dil', + 'Number' => 'Numara', + 'Paid' => 'Ödendi', + 'Price' => 'Fiyat', + 'Qty' => 'Adet', + 'Record in' => 'Kaydet', + 'Source' => 'Kaynak', + 'Subtotal' => 'Aratoplam', + 'To' => 'Bitiş', + 'Total' => 'Toplam', + 'Unit' => 'Birim', +}; + +$self{subs} = { + 'add' => 'add', + 'display_row' => 'display_row', + 'edit' => 'edit', + 'form_footer' => 'form_footer', + 'form_header' => 'form_header', + 'lookup_partsgroup' => 'lookup_partsgroup', + 'openinvoices' => 'openinvoices', + 'post' => 'post', + 'print' => 'print', + 'print_form' => 'print_form', + 'print_options' => 'print_options', + 'receipts' => 'receipts', + 'devam' => 'continue', + 'sil' => 'delete', + 'post' => 'post', + 'print' => 'print', + 'update' => 'update', +}; + +1; |