diff options
author | christopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-01 01:16:38 +0000 |
---|---|---|
committer | christopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-01 01:16:38 +0000 |
commit | ac5b087ea2d9ba7428d367aaeb288534158fee9a (patch) | |
tree | 2dbe0bdea0b653a215ba9ddfdf627cb57855050d /locale/sv/pos |
Initial Import
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/ledger-smb@1 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'locale/sv/pos')
-rwxr-xr-x | locale/sv/pos | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/locale/sv/pos b/locale/sv/pos new file mode 100755 index 00000000..f2c9ed73 --- /dev/null +++ b/locale/sv/pos @@ -0,0 +1,68 @@ +$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; + |