From 7b7656f26336fdf53d0b10650382baa0d017675e Mon Sep 17 00:00:00 2001 From: tetragon Date: Thu, 26 Oct 2006 20:03:52 +0000 Subject: Converting Turkish translation to gettext git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@323 4979c152-3d1c-0410-bac9-87ea11338e46 --- locale/tr/pos | 51 --------------------------------------------------- 1 file changed, 51 deletions(-) delete mode 100755 locale/tr/pos (limited to 'locale/tr/pos') diff --git a/locale/tr/pos b/locale/tr/pos deleted file mode 100755 index f8ff3b1b..00000000 --- a/locale/tr/pos +++ /dev/null @@ -1,51 +0,0 @@ -$self{charset} = 'ISO-8859-9'; - -$self{texts} = { - 'Accounting Menu' => 'Muhasebe Menüsü', - 'Amount' => 'Miktar', - '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', - 'Price' => 'Fiyat', - 'Qty' => 'Adet', - 'Record in' => 'Kaydet', - 'Source' => 'Kaynak', - 'Subtotal' => 'Aratoplam', - 'Tax Included' => 'Vergi Dahil', - 'To' => 'Bitiş', - 'Total' => 'Toplam', - 'Unit' => 'Birim', -}; - -$self{subs} = { - 'acc_menu' => 'acc_menu', - 'add' => 'add', - 'display' => 'display', - 'display_row' => 'display_row', - 'edit' => 'edit', - 'form_footer' => 'form_footer', - 'form_header' => 'form_header', - 'js_menu' => 'js_menu', - 'lookup_partsgroup' => 'lookup_partsgroup', - 'menubar' => 'menubar', - 'openinvoices' => 'openinvoices', - 'post' => 'post', - 'print' => 'print', - 'print_and_post' => 'print_and_post', - 'print_form' => 'print_form', - 'print_options' => 'print_options', - 'receipts' => 'receipts', - 'section_menu' => 'section_menu', - 'devam' => 'continue', - 'sil' => 'delete', -}; - -1; - -- cgit v1.2.3