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/bp | |
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/bp')
-rw-r--r-- | sql-ledger/locale/tr/bp | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/sql-ledger/locale/tr/bp b/sql-ledger/locale/tr/bp new file mode 100644 index 000000000..2941d7774 --- /dev/null +++ b/sql-ledger/locale/tr/bp @@ -0,0 +1,39 @@ +$self{texts} = { + 'Account' => 'Hesap', + 'Accounting Menu' => 'Muhasebe Menüsü', + 'Confirm!' => 'Onayla!', + 'Continue' => 'Devam', + 'Customer' => 'Alıcı', + 'Date' => 'Tarih', + 'From' => 'Başlangıç', + 'Invoice' => 'Fatura', + 'Invoice Number' => 'Fatura No', + 'Order' => 'Sipariş', + 'Order Number' => 'Sipariş No', + 'Purchase Orders' => 'Satınalma Siparişleri', + 'Sales Orders' => 'Satış Siparişleri', + 'To' => 'Bitiş', + 'Vendor' => 'Satıcı', + 'Yes' => 'Evet', +}; + +$self{subs} = { + 'acc_menu' => 'acc_menu', + 'continue' => 'continue', + 'display' => 'display', + 'list_spool' => 'list_spool', + 'menubar' => 'menubar', + 'print' => 'print', + 'remove' => 'remove', + 'search' => 'search', + 'section_menu' => 'section_menu', + 'select_all' => 'select_all', + 'yes' => 'yes', + 'devam' => 'continue', + 'print' => 'print', + 'remove' => 'remove', + 'select_all' => 'select_all', + 'evet' => 'yes', +}; + +1; |