diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-25 00:35:18 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-25 00:35:18 +0000 |
commit | 0186644f374d6ca1227674c32d013032e8eb8fa0 (patch) | |
tree | 60a9712b6be377c193b532b86dd8d078c1605631 /locale/ec/pos | |
parent | 44a10f204619947939be3822034aa79c1ca2d689 (diff) |
Convert Spanish translations to gettext
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@295 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'locale/ec/pos')
-rwxr-xr-x | locale/ec/pos | 80 |
1 files changed, 0 insertions, 80 deletions
diff --git a/locale/ec/pos b/locale/ec/pos deleted file mode 100755 index de42a00b..00000000 --- a/locale/ec/pos +++ /dev/null @@ -1,80 +0,0 @@ -$self{texts} = { - 'Accounting Menu' => 'Menú general', - 'Add POS Invoice' => 'Agregar Factura POS', - 'Amount' => 'Total', - 'Business' => 'Negocio', - 'Cannot post transaction!' => '¡No se puede registrar la transacción', - 'Change' => 'Cambiar', - 'Continue' => 'Continuar', - 'Credit Limit' => 'Limite de credito', - 'Currency' => 'Moneda', - 'Current' => 'Actual', - 'Customer' => 'Cliente', - 'Customer missing!' => '¡Falta el cliente!', - 'Delete' => 'Borrar', - 'Department' => 'Departamento', - 'Description' => 'Descripción', - 'Edit POS Invoice' => 'Editar Factura POS', - 'Exchange Rate' => 'Tasa de Cambio', - 'Exchange rate missing!' => '¡Falta Tasa de Cambio!', - 'Extended' => 'Extendido', - 'From' => 'Desde', - 'Language' => 'Lenguaje', - 'Memo' => 'Memo', - 'Month' => 'Mes', - 'Number' => 'Número', - 'Open' => 'Abierto', - 'Period' => 'Período', - 'Post' => 'Registrar', - 'Posted!' => 'Agregado!', - 'Price' => 'Precio', - 'Print' => 'Imprimir', - 'Print and Post' => 'Imprimir y Muestre', - 'Printed' => 'Impreso', - 'Qty' => 'Cantidad', - 'Quarter' => 'Trimestre', - 'Receipts' => 'Recibos', - 'Record in' => 'Registrar en', - 'Remaining' => 'Resto', - 'Salesperson' => 'Vendedor', - 'Screen' => 'Pantalla', - 'Source' => 'Fuente', - 'Subtotal' => 'Subtotal', - 'Tax Included' => 'Impuestos incluidos en el precio', - 'To' => 'Hasta ', - 'Total' => 'Total', - 'Trade Discount' => 'Descuento por Intercambio', - '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_muestre' => 'print_and_post', - 'actualizar' => 'update', -}; - -1; - |