summaryrefslogtreecommitdiff
path: root/locale/sv/pos
diff options
context:
space:
mode:
Diffstat (limited to 'locale/sv/pos')
-rwxr-xr-xlocale/sv/pos68
1 files changed, 0 insertions, 68 deletions
diff --git a/locale/sv/pos b/locale/sv/pos
deleted file mode 100755
index f2c9ed73..00000000
--- a/locale/sv/pos
+++ /dev/null
@@ -1,68 +0,0 @@
-$self{texts} = {
- 'Accounting Menu' => 'Menú de Contabilidad',
- 'Add POS Invoice' => 'Agregar Factura POS',
- 'Amount' => 'Total',
- 'Cannot post transaction!' => 'No puede registrar transacción!',
- 'Change' => 'Cambio',
- 'Continue' => 'Continuar',
- 'Credit Limit' => 'Limite de Credito',
- 'Currency' => 'Moneda',
- 'Current' => 'Actual',
- 'Customer' => 'Cliente',
- 'Customer missing!' => 'Falta cliente!',
- 'Delete' => 'Borrar',
- 'Description' => 'Descripción',
- 'Edit POS Invoice' => 'Editar Factura POS',
- 'Exchange Rate' => 'Tasa de Intercambio',
- 'Exchange rate missing!' => 'No se encuentra cambio de moneda',
- 'Extended' => 'Extendido',
- 'From' => 'Desde',
- 'Number' => 'Número',
- 'Open' => 'Abierto',
- 'Post' => 'Registrar',
- 'Posted!' => 'Enviado!',
- 'Price' => 'Precio',
- 'Print' => 'Imprimir',
- 'Qty' => 'Cant.',
- 'Receipts' => 'Ingresos',
- 'Record in' => 'Registrar en',
- 'Remaining' => 'Faltan',
- 'Salesperson' => 'Vendedor',
- 'Screen' => 'Pantalla',
- 'Source' => 'Fuente',
- 'Subtotal' => 'Subtotal',
- 'Tax Included' => 'Impuesto Incluido',
- 'To' => 'Hasta ',
- 'Total' => 'Total',
- 'Unit' => 'Unidad',
- 'Update' => 'Actualizar',
-};
-
-$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',
- 'actualizar' => 'update',
-};
-
-1;
-