summaryrefslogtreecommitdiff
path: root/locale/es_utf/cp
blob: f3211b87b82c3796629464933656036a86e4ddaf (plain)
  1. $self{charset} = 'UTF-8';
  2. $self{texts} = {
  3. 'AP' => 'Cartera de pagos',
  4. 'AR' => 'Cartera de cobros',
  5. 'Account' => 'Cuenta',
  6. 'Accounting Menu' => 'Menú general',
  7. 'Address' => 'Dirección',
  8. 'All' => 'Todos',
  9. 'Amount' => 'Total',
  10. 'Amount Due' => 'Cantidad adeudada',
  11. 'Cannot post payment for a closed period!' => '¡No se puede registrar un pago en un periodo ya cerrado!',
  12. 'Continue' => 'Continuar',
  13. 'Currency' => 'Moneda',
  14. 'Customer' => 'Cliente',
  15. 'Customer not on file!' => '¡El cliente no existe!',
  16. 'Date' => 'Fecha',
  17. 'Date missing!' => '¡Falta la fecha!',
  18. 'Deposit' => 'Depósito',
  19. 'Description' => 'Descripción',
  20. 'Due Date' => 'Fecha de vencimiento',
  21. 'E-mail' => 'Correo electrónico',
  22. 'Exchange Rate' => 'Tasa de cambio',
  23. 'Exchange rate missing!' => '¡Falta la tasa de cambio!',
  24. 'From' => 'Desde',
  25. 'Invoice' => 'Factura',
  26. 'Invoices' => 'Facturas',
  27. 'Language' => 'Lenguaje',
  28. 'Message' => 'Mensaje',
  29. 'Number' => 'Número',
  30. 'Payment' => 'Pago',
  31. 'Payment posted!' => '¡Pago registrado!',
  32. 'Payments' => 'Vencimientos impagados',
  33. 'Post' => 'Registrar',
  34. 'Print' => 'Imprimir',
  35. 'Project not on file!' => '¡No se encuentra el proyecto en la base de datos!',
  36. 'Receipt' => 'Recibo',
  37. 'Receipts' => 'Recibos',
  38. 'Reference' => 'Referencia',
  39. 'Screen' => 'Pantalla',
  40. 'Select all' => 'Guardar todo',
  41. 'Select from one of the names below' => 'Seleccione uno de los nombres de la lista',
  42. 'Select from one of the projects below' => 'Seleccione uno de los proyectos de la lista',
  43. 'Select postscript or PDF!' => '¡Seleccione postscript o PDF',
  44. 'Source' => 'Fuente',
  45. 'Subject' => 'Asunto',
  46. 'To' => 'Hasta ',
  47. 'Update' => 'Actualizar',
  48. 'Vendor' => 'Proveedor',
  49. 'Vendor not on file!' => '¡No se encuentra el proveedor en la base de datos!',
  50. };
  51. $self{subs} = {
  52. 'acc_menu' => 'acc_menu',
  53. 'add_transaction' => 'add_transaction',
  54. 'ap_transaction' => 'ap_transaction',
  55. 'ar_transaction' => 'ar_transaction',
  56. 'check_form' => 'check_form',
  57. 'check_name' => 'check_name',
  58. 'check_openvc' => 'check_openvc',
  59. 'check_project' => 'check_project',
  60. 'continue' => 'continue',
  61. 'customer_details' => 'customer_details',
  62. 'delete_schedule' => 'delete_schedule',
  63. 'display' => 'display',
  64. 'gl_transaction' => 'gl_transaction',
  65. 'invoices_due' => 'invoices_due',
  66. 'js_menu' => 'js_menu',
  67. 'list_invoices' => 'list_invoices',
  68. 'menubar' => 'menubar',
  69. 'name_selected' => 'name_selected',
  70. 'payment' => 'payment',
  71. 'payment_footer' => 'payment_footer',
  72. 'payment_header' => 'payment_header',
  73. 'payments' => 'payments',
  74. 'payments_footer' => 'payments_footer',
  75. 'payments_header' => 'payments_header',
  76. 'post' => 'post',
  77. 'post_as_new' => 'post_as_new',
  78. 'post_payment' => 'post_payment',
  79. 'post_payments' => 'post_payments',
  80. 'print' => 'print',
  81. 'print_and_post_as_new' => 'print_and_post_as_new',
  82. 'print_form' => 'print_form',
  83. 'print_payment' => 'print_payment',
  84. 'print_payments' => 'print_payments',
  85. 'project_selected' => 'project_selected',
  86. 'rebuild_vc' => 'rebuild_vc',
  87. 'repost' => 'repost',
  88. 'reprint' => 'reprint',
  89. 'sales_invoice_' => 'sales_invoice_',
  90. 'save_schedule' => 'save_schedule',
  91. 'schedule' => 'schedule',
  92. 'section_menu' => 'section_menu',
  93. 'select_all' => 'select_all',
  94. 'select_name' => 'select_name',
  95. 'select_project' => 'select_project',
  96. 'update' => 'update',
  97. 'update_payment' => 'update_payment',
  98. 'update_payments' => 'update_payments',
  99. 'vendor_details' => 'vendor_details',
  100. 'vendor_invoice_' => 'vendor_invoice_',
  101. 'continuar' => 'continue',
  102. 'registrar' => 'post',
  103. 'imprimir' => 'print',
  104. 'guardar_todo' => 'select_all',
  105. 'actualizar' => 'update',
  106. };
  107. 1;