import sql-ledger 2.4.4
[freeside.git] / sql-ledger / locale / tr / ap
1 $self{texts} = {
2   'AP Transactions'             => 'Borç Ýþlemleri',
3   'Account'                     => 'Hesap',
4   'Accounting Menu'             => 'Muhasebe Menüsü',
5   'Address'                     => 'Adres',
6   'Amount'                      => 'Miktar',
7   'Apr'                         => 'Nis',
8   'April'                       => 'Nisan',
9   'Are you sure you want to delete Transaction' => 'Ýþlemi silmek istediðinizden emin misiniz? Fiþ: ',
10   'Aug'                         => 'Aðu',
11   'August'                      => 'Aðustos',
12   'Confirm!'                    => 'Onayla!',
13   'Continue'                    => 'Devam',
14   'Credit Limit'                => 'Kredi Limiti',
15   'Currency'                    => 'Para Birimi',
16   'Date'                        => 'Tarih',
17   'Date Paid'                   => 'Ödendiði Tarih',
18   'Dec'                         => 'Ara',
19   'December'                    => 'Aralýk',
20   'Delete'                      => 'Sil',
21   'Description'                 => 'Açýklama',
22   'Due Date'                    => 'Vade Tarihi',
23   'Due Date missing!'           => 'Vade Tarihi yok!',
24   'Exch'                        => 'D.Kuru',
25   'Exchange Rate'               => 'Döviz Kuru',
26   'Feb'                         => 'Þub',
27   'February'                    => 'Þubat',
28   'From'                        => 'Baþlangýç',
29   'Include in Report'           => 'Raporla',
30   'Invoice'                     => 'Fatura',
31   'Invoice Date'                => 'Fatura Tarihi',
32   'Invoice Date missing!'       => 'Fatura Tarihi yok!',
33   'Invoice Number'              => 'Fatura No',
34   'Jan'                         => 'Oca',
35   'January'                     => 'Ocak',
36   'Jul'                         => 'Tem',
37   'July'                        => 'Temmuz',
38   'Jun'                         => 'Haz',
39   'June'                        => 'Haziran',
40   'Mar'                         => 'Mar',
41   'March'                       => 'Mart',
42   'May'                         => 'May',
43   'May '                        => 'Mayýs',
44   'Notes'                       => 'Notlar:',
45   'Nov'                         => 'Kas',
46   'November'                    => 'Kasým',
47   'Number'                      => 'Numara',
48   'Oct'                         => 'Eki',
49   'October'                     => 'Ekim',
50   'Order'                       => 'Sipariþ',
51   'Order Number'                => 'Sipariþ No',
52   'Paid'                        => 'Ödendi',
53   'Payment date missing!'       => 'Ödeme Tarihi yok',
54   'Payments'                    => 'Ödemeler',
55   'Sep'                         => 'Eyl',
56   'September'                   => 'Eylül',
57   'Source'                      => 'Kaynak',
58   'Subtotal'                    => 'Aratoplam',
59   'Tax'                         => 'Vergi',
60   'Tax Included'                => 'Vergi Dahil',
61   'To'                          => 'Bitiþ',
62   'Total'                       => 'Toplam',
63   'Vendor'                      => 'Satýcý',
64   'Yes'                         => 'Evet',
65 };
66
67 $self{subs} = {
68   'acc_menu'                    => 'acc_menu',
69   'add'                         => 'add',
70   'add_transaction'             => 'add_transaction',
71   'ap_subtotal'                 => 'ap_subtotal',
72   'ap_transaction'              => 'ap_transaction',
73   'ap_transactions'             => 'ap_transactions',
74   'ar_transaction'              => 'ar_transaction',
75   'check_name'                  => 'check_name',
76   'check_project'               => 'check_project',
77   'continue'                    => 'continue',
78   'create_links'                => 'create_links',
79   'customer_details'            => 'customer_details',
80   'delete'                      => 'delete',
81   'display'                     => 'display',
82   'display_form'                => 'display_form',
83   'edit'                        => 'edit',
84   'form_footer'                 => 'form_footer',
85   'form_header'                 => 'form_header',
86   'gl_transaction'              => 'gl_transaction',
87   'menubar'                     => 'menubar',
88   'name_selected'               => 'name_selected',
89   'payment_selected'            => 'payment_selected',
90   'post'                        => 'post',
91   'post_as_new'                 => 'post_as_new',
92   'print'                       => 'print',
93   'print_and_post'              => 'print_and_post',
94   'print_check'                 => 'print_check',
95   'print_options'               => 'print_options',
96   'print_receipt'               => 'print_receipt',
97   'print_transaction'           => 'print_transaction',
98   'project_selected'            => 'project_selected',
99   'sales_invoice_'              => 'sales_invoice_',
100   'search'                      => 'search',
101   'section_menu'                => 'section_menu',
102   'select_name'                 => 'select_name',
103   'select_payment'              => 'select_payment',
104   'select_project'              => 'select_project',
105   'update'                      => 'update',
106   'vendor_details'              => 'vendor_details',
107   'vendor_invoice_'             => 'vendor_invoice_',
108   'yes'                         => 'yes',
109   'ap_transaction'              => 'ap_transaction',
110   'add_ap_transaction'          => 'add_ap_transaction',
111   'devam'                       => 'continue',
112   'sil'                         => 'delete',
113   'edit_ap_transaction'         => 'edit_ap_transaction',
114   'post'                        => 'post',
115   'post_as_new'                 => 'post_as_new',
116   'print'                       => 'print',
117   'print_and_post'              => 'print_and_post',
118   'update'                      => 'update',
119   'vendor_invoice.'             => 'vendor_invoice.',
120   'evet'                        => 'yes',
121 };
122
123 1;