summaryrefslogtreecommitdiff
path: root/locale/py/pos
diff options
context:
space:
mode:
Diffstat (limited to 'locale/py/pos')
-rwxr-xr-xlocale/py/pos80
1 files changed, 0 insertions, 80 deletions
diff --git a/locale/py/pos b/locale/py/pos
deleted file mode 100755
index eb8d8d0a..00000000
--- a/locale/py/pos
+++ /dev/null
@@ -1,80 +0,0 @@
-$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;
-