summaryrefslogtreecommitdiff
path: root/locale/pa/pos
diff options
context:
space:
mode:
Diffstat (limited to 'locale/pa/pos')
-rwxr-xr-xlocale/pa/pos80
1 files changed, 80 insertions, 0 deletions
diff --git a/locale/pa/pos b/locale/pa/pos
new file mode 100755
index 00000000..eb8d8d0a
--- /dev/null
+++ b/locale/pa/pos
@@ -0,0 +1,80 @@
+$self{texts} = {
+ 'Accounting Menu' => 'Menú de Contabilidad',
+ 'Add POS Invoice' => 'Agregar Factura Punto de Venta',
+ 'Amount' => 'Importe',
+ 'Business' => 'Negocio',
+ 'Cannot post transaction!' => '¡No se puede registrar el Asiento!',
+ 'Change' => 'Cambiar',
+ 'Continue' => 'Continuar',
+ 'Credit Limit' => 'Límite de Crédito',
+ 'Currency' => 'Divisa',
+ 'Current' => 'Actual',
+ 'Customer' => 'Cliente',
+ 'Customer missing!' => '¡Falta el Cliente!',
+ 'Delete' => 'Borrar',
+ 'Department' => 'Departamento',
+ 'Description' => 'Descripción',
+ 'Edit POS Invoice' => 'Modificar Ticket',
+ 'Exchange Rate' => 'Tasa de Cambio',
+ 'Exchange rate missing!' => '¡Falta la tasa de cambio!',
+ 'Extended' => 'Importe',
+ 'From' => 'Desde',
+ 'Language' => 'Idioma',
+ 'Memo' => 'Nota',
+ 'Month' => 'Mes',
+ 'Number' => 'Número',
+ 'Open' => 'Abierto',
+ 'Period' => 'Periodo',
+ 'Post' => 'Registrar',
+ 'Posted!' => '¡Registrado!',
+ 'Price' => 'Precio',
+ 'Print' => 'Imprimir',
+ 'Print and Post' => 'Imprimir y Registrar',
+ 'Printed' => 'Impreso',
+ 'Qty' => 'Cant.',
+ 'Quarter' => 'Trimestre',
+ 'Receipts' => 'Recibos',
+ 'Record in' => 'Registrar en',
+ 'Remaining' => 'Remanente',
+ 'Salesperson' => 'Vendedor',
+ 'Screen' => 'Pantalla',
+ 'Source' => 'Origen',
+ 'Subtotal' => 'Subtotal',
+ 'Tax Included' => 'IVA Incluido',
+ 'To' => 'Hasta',
+ 'Total' => 'Total',
+ 'Trade Discount' => 'Descuento comercial',
+ 'Unit' => 'Unidad',
+ 'Update' => 'Actualizar',
+ 'Year' => 'Año',
+};
+
+$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',
+ 'continuar' => 'continue',
+ 'borrar' => 'delete',
+ 'registrar' => 'post',
+ 'imprimir' => 'print',
+ 'imprimir_y_registrar' => 'print_and_post',
+ 'actualizar' => 'update',
+};
+
+1;
+