summaryrefslogtreecommitdiff
path: root/locale/tr/cp
blob: 5e2b5aa665f956517eafff003f62c49c1b47e401 (plain)
  1. $self{charset} = 'ISO-8859-9';
  2. $self{texts} = {
  3. 'AP' => 'Borçlar',
  4. 'AR' => 'Alacaklar',
  5. 'Account' => 'Hesap',
  6. 'Accounting Menu' => 'Muhasebe Menüsü',
  7. 'Address' => 'Adres',
  8. 'All' => 'Hepsi',
  9. 'Amount' => 'Miktar',
  10. 'Continue' => 'Devam',
  11. 'Currency' => 'Para Birimi',
  12. 'Customer' => 'Alıcı',
  13. 'Date' => 'Tarih',
  14. 'Description' => 'Açıklama',
  15. 'Due Date' => 'Vade Tarihi',
  16. 'E-mail' => 'Posta',
  17. 'Exchange Rate' => 'Döviz Kuru',
  18. 'From' => 'Başlangıç',
  19. 'Invoice' => 'Fatura',
  20. 'Language' => 'Dil',
  21. 'Number' => 'Numara',
  22. 'Payment' => 'Ödeme',
  23. 'Payments' => 'Ödemeler',
  24. 'Source' => 'Kaynak',
  25. 'To' => 'Bitiş',
  26. 'Vendor' => 'Satıcı',
  27. };
  28. $self{subs} = {
  29. 'acc_menu' => 'acc_menu',
  30. 'add_transaction' => 'add_transaction',
  31. 'ap_transaction' => 'ap_transaction',
  32. 'ar_transaction' => 'ar_transaction',
  33. 'check_form' => 'check_form',
  34. 'check_name' => 'check_name',
  35. 'check_openvc' => 'check_openvc',
  36. 'check_project' => 'check_project',
  37. 'continue' => 'continue',
  38. 'customer_details' => 'customer_details',
  39. 'delete_schedule' => 'delete_schedule',
  40. 'display' => 'display',
  41. 'gl_transaction' => 'gl_transaction',
  42. 'invoices_due' => 'invoices_due',
  43. 'js_menu' => 'js_menu',
  44. 'list_invoices' => 'list_invoices',
  45. 'menubar' => 'menubar',
  46. 'name_selected' => 'name_selected',
  47. 'payment' => 'payment',
  48. 'payment_footer' => 'payment_footer',
  49. 'payment_header' => 'payment_header',
  50. 'payments' => 'payments',
  51. 'payments_footer' => 'payments_footer',
  52. 'payments_header' => 'payments_header',
  53. 'post' => 'post',
  54. 'post_as_new' => 'post_as_new',
  55. 'post_payment' => 'post_payment',
  56. 'post_payments' => 'post_payments',
  57. 'print' => 'print',
  58. 'print_and_post_as_new' => 'print_and_post_as_new',
  59. 'print_form' => 'print_form',
  60. 'print_payment' => 'print_payment',
  61. 'print_payments' => 'print_payments',
  62. 'project_selected' => 'project_selected',
  63. 'rebuild_vc' => 'rebuild_vc',
  64. 'repost' => 'repost',
  65. 'reprint' => 'reprint',
  66. 'sales_invoice_' => 'sales_invoice_',
  67. 'save_schedule' => 'save_schedule',
  68. 'schedule' => 'schedule',
  69. 'section_menu' => 'section_menu',
  70. 'select_all' => 'select_all',
  71. 'select_name' => 'select_name',
  72. 'select_project' => 'select_project',
  73. 'update' => 'update',
  74. 'update_payment' => 'update_payment',
  75. 'update_payments' => 'update_payments',
  76. 'vendor_details' => 'vendor_details',
  77. 'vendor_invoice_' => 'vendor_invoice_',
  78. 'devam' => 'continue',
  79. };
  80. 1;