summaryrefslogtreecommitdiff
path: root/locale/cz/cp
blob: 7db6a5932be3ffa22e20dd88709d8a58fc9c4450 (plain)
  1. $self{charset} = 'ISO-8859-2';
  2. $self{texts} = {
  3. 'AP' => 'Závazky',
  4. 'AR' => 'Pohledávky',
  5. 'Account' => 'Účet',
  6. 'Accounting Menu' => 'Menu účetnictví',
  7. 'Address' => 'Adresa',
  8. 'All' => 'Vše',
  9. 'Amount' => 'Částka',
  10. 'Continue' => 'Pokračování',
  11. 'Currency' => 'Měna',
  12. 'Customer' => 'Odběratel',
  13. 'Date' => 'Datum',
  14. 'Description' => 'Popis',
  15. 'Due Date' => 'Datum splatnosti',
  16. 'E-mail' => 'E-mail',
  17. 'Exchange Rate' => 'Měnový kurz',
  18. 'From' => 'z',
  19. 'Invoice' => 'Faktura',
  20. 'Language' => 'Jazyk',
  21. 'Message' => 'Zpráva',
  22. 'Number' => 'Číslo',
  23. 'Payment' => 'Platba',
  24. 'Payments' => 'Platby',
  25. 'Screen' => 'Na obrazovku',
  26. 'Source' => 'Zdroj',
  27. 'Subject' => 'Předmět',
  28. 'To' => 'do',
  29. 'Vendor' => 'Dodavatel',
  30. };
  31. $self{subs} = {
  32. 'acc_menu' => 'acc_menu',
  33. 'add_transaction' => 'add_transaction',
  34. 'ap_transaction' => 'ap_transaction',
  35. 'ar_transaction' => 'ar_transaction',
  36. 'check_form' => 'check_form',
  37. 'check_name' => 'check_name',
  38. 'check_openvc' => 'check_openvc',
  39. 'check_project' => 'check_project',
  40. 'continue' => 'continue',
  41. 'customer_details' => 'customer_details',
  42. 'delete_schedule' => 'delete_schedule',
  43. 'display' => 'display',
  44. 'gl_transaction' => 'gl_transaction',
  45. 'invoices_due' => 'invoices_due',
  46. 'js_menu' => 'js_menu',
  47. 'list_invoices' => 'list_invoices',
  48. 'menubar' => 'menubar',
  49. 'name_selected' => 'name_selected',
  50. 'payment' => 'payment',
  51. 'payment_footer' => 'payment_footer',
  52. 'payment_header' => 'payment_header',
  53. 'payments' => 'payments',
  54. 'payments_footer' => 'payments_footer',
  55. 'payments_header' => 'payments_header',
  56. 'post' => 'post',
  57. 'post_as_new' => 'post_as_new',
  58. 'post_payment' => 'post_payment',
  59. 'post_payments' => 'post_payments',
  60. 'print' => 'print',
  61. 'print_and_post_as_new' => 'print_and_post_as_new',
  62. 'print_form' => 'print_form',
  63. 'print_payment' => 'print_payment',
  64. 'print_payments' => 'print_payments',
  65. 'project_selected' => 'project_selected',
  66. 'rebuild_vc' => 'rebuild_vc',
  67. 'repost' => 'repost',
  68. 'reprint' => 'reprint',
  69. 'sales_invoice_' => 'sales_invoice_',
  70. 'save_schedule' => 'save_schedule',
  71. 'schedule' => 'schedule',
  72. 'section_menu' => 'section_menu',
  73. 'select_all' => 'select_all',
  74. 'select_name' => 'select_name',
  75. 'select_project' => 'select_project',
  76. 'update' => 'update',
  77. 'update_payment' => 'update_payment',
  78. 'update_payments' => 'update_payments',
  79. 'vendor_details' => 'vendor_details',
  80. 'vendor_invoice_' => 'vendor_invoice_',
  81. 'pokračování' => 'continue',
  82. };
  83. 1;