diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-26 20:03:52 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-26 20:03:52 +0000 |
commit | 7b7656f26336fdf53d0b10650382baa0d017675e (patch) | |
tree | 28dfd088b6868f683ffabe2c21c6098b0761ee6a /locale/tr/bp | |
parent | 4ca7d6412feff21a4d407cc9a7d21ec9704e5ed0 (diff) |
Converting Turkish translation to gettext
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@323 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'locale/tr/bp')
-rwxr-xr-x | locale/tr/bp | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/locale/tr/bp b/locale/tr/bp deleted file mode 100755 index def42b0d..00000000 --- a/locale/tr/bp +++ /dev/null @@ -1,40 +0,0 @@ -$self{charset} = 'ISO-8859-9'; - -$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', - 'js_menu' => 'js_menu', - 'list_spool' => 'list_spool', - 'menubar' => 'menubar', - 'print' => 'print', - 'remove' => 'remove', - 'search' => 'search', - 'section_menu' => 'section_menu', - 'select_all' => 'select_all', - 'yes' => 'yes', - 'devam' => 'continue', - 'evet' => 'yes', -}; - -1; - |