From ac5b087ea2d9ba7428d367aaeb288534158fee9a Mon Sep 17 00:00:00 2001 From: christopherm Date: Fri, 1 Sep 2006 01:16:38 +0000 Subject: Initial Import git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/ledger-smb@1 4979c152-3d1c-0410-bac9-87ea11338e46 --- locale/es_utf/pos | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100755 locale/es_utf/pos (limited to 'locale/es_utf/pos') diff --git a/locale/es_utf/pos b/locale/es_utf/pos new file mode 100755 index 00000000..507c5881 --- /dev/null +++ b/locale/es_utf/pos @@ -0,0 +1,66 @@ +$self{charset} = 'UTF-8'; + +$self{texts} = { + 'Accounting Menu' => 'Menú general', + 'Amount' => 'Total', + 'Cannot post transaction!' => '¡No se puede registrar la transacción', + 'Continue' => 'Continuar', + 'Credit Limit' => 'Limite de credito', + 'Currency' => 'Moneda', + 'Current' => 'Actual', + 'Customer' => 'Cliente', + 'Customer missing!' => '¡Falta el cliente!', + 'Delete' => 'Borrar', + 'Description' => 'Descripción', + 'Exchange Rate' => 'Tasa de cambio', + 'Exchange rate missing!' => '¡Falta la tasa de cambio!', + 'Extended' => 'Extendido', + 'From' => 'Desde', + 'Language' => 'Lenguaje', + 'Number' => 'Número', + 'Open' => 'Abierto', + 'Post' => 'Registrar', + 'Price' => 'Precio', + 'Print' => 'Imprimir', + 'Qty' => 'Cantidad', + 'Receipts' => 'Recibos', + 'Record in' => 'Registrar en', + 'Remaining' => 'Resto', + 'Screen' => 'Pantalla', + 'Source' => 'Fuente', + 'Subtotal' => 'Subtotal', + 'Tax Included' => 'Impuestos incluidos en el precio', + '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; + -- cgit v1.2.3