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/ec/COPYING | 23 ++ locale/ec/LANGUAGE | 1 + locale/ec/Num2text | 212 ++++++++++++ locale/ec/aa | 156 +++++++++ locale/ec/admin | 143 ++++++++ locale/ec/all | 894 +++++++++++++++++++++++++++++++++++++++++++++++++++ locale/ec/am | 284 ++++++++++++++++ locale/ec/ap | 210 ++++++++++++ locale/ec/ar | 210 ++++++++++++ locale/ec/arap | 51 +++ locale/ec/arapprn | 32 ++ locale/ec/bp | 67 ++++ locale/ec/ca | 59 ++++ locale/ec/cp | 123 +++++++ locale/ec/ct | 186 +++++++++++ locale/ec/gl | 158 +++++++++ locale/ec/hr | 117 +++++++ locale/ec/ic | 277 ++++++++++++++++ locale/ec/io | 130 ++++++++ locale/ec/ir | 224 +++++++++++++ locale/ec/is | 235 ++++++++++++++ locale/ec/jc | 92 ++++++ locale/ec/locales.pl | 351 ++++++++++++++++++++ locale/ec/login | 24 ++ locale/ec/menu | 134 ++++++++ locale/ec/oe | 321 ++++++++++++++++++ locale/ec/pe | 141 ++++++++ locale/ec/pos | 80 +++++ locale/ec/ps | 358 +++++++++++++++++++++ locale/ec/pw | 13 + locale/ec/rc | 79 +++++ locale/ec/rp | 179 +++++++++++ 32 files changed, 5564 insertions(+) create mode 100755 locale/ec/COPYING create mode 100755 locale/ec/LANGUAGE create mode 100755 locale/ec/Num2text create mode 100755 locale/ec/aa create mode 100755 locale/ec/admin create mode 100755 locale/ec/all create mode 100755 locale/ec/am create mode 100755 locale/ec/ap create mode 100755 locale/ec/ar create mode 100755 locale/ec/arap create mode 100755 locale/ec/arapprn create mode 100755 locale/ec/bp create mode 100755 locale/ec/ca create mode 100755 locale/ec/cp create mode 100755 locale/ec/ct create mode 100755 locale/ec/gl create mode 100755 locale/ec/hr create mode 100755 locale/ec/ic create mode 100755 locale/ec/io create mode 100755 locale/ec/ir create mode 100755 locale/ec/is create mode 100755 locale/ec/jc create mode 100755 locale/ec/locales.pl create mode 100755 locale/ec/login create mode 100755 locale/ec/menu create mode 100755 locale/ec/oe create mode 100755 locale/ec/pe create mode 100755 locale/ec/pos create mode 100755 locale/ec/ps create mode 100755 locale/ec/pw create mode 100755 locale/ec/rc create mode 100755 locale/ec/rp (limited to 'locale/ec') diff --git a/locale/ec/COPYING b/locale/ec/COPYING new file mode 100755 index 00000000..406c3f93 --- /dev/null +++ b/locale/ec/COPYING @@ -0,0 +1,23 @@ +###################################################################### +# LedgerSMB Small Medium Business Accounting +# Copyright (c) 2004 +# +# Spanish (Ecuador) texts: +# +# Author: Technical +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# +####################################################################### + diff --git a/locale/ec/LANGUAGE b/locale/ec/LANGUAGE new file mode 100755 index 00000000..0efeb654 --- /dev/null +++ b/locale/ec/LANGUAGE @@ -0,0 +1 @@ +Spanish/Ecuador diff --git a/locale/ec/Num2text b/locale/ec/Num2text new file mode 100755 index 00000000..88ffe737 --- /dev/null +++ b/locale/ec/Num2text @@ -0,0 +1,212 @@ +#===================================================================== +# LedgerSMB Small Medium Business Accounting +# Copyright (C) 2002 +# +# Author: Dieter Simader +# Email: dsimader@sql-ledger.org +# Web: http://sourceforge.net/projects/ledger-smb/ +# +# Language: Spanish +# Contributors: John Christian Stoddart +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +#====================================================================== + + +sub init { + my $self = shift; + + %{ $self->{numbername} } = + (0 => 'cero', + 1 => 'un', + '1o' => 'uno', + 2 => 'dos', + 3 => 'tres', + 4 => 'cuatro', + 5 => 'cinco', + 6 => 'seis', + 7 => 'siete', + 8 => 'ocho', + 9 => 'nueve', + 10 => 'diez', + 11 => 'once', + '11o' => 'once', + 12 => 'doce', + 13 => 'trece', + 14 => 'catorce', + 15 => 'quince', + 16 => 'dieciséis', + 17 => 'diecisiete', + 18 => 'dieciocho', + 19 => 'diecinueve', + 20 => 'veinte', + 21 => 'veintiún', + '21o' => 'veintiuno', + 22 => 'veintidós', + 23 => 'veintitrés', + 24 => 'veinticuatro', + 25 => 'veinticinco', + 26 => 'veintiséis', + 27 => 'veintisiete', + 28 => 'veintiocho', + 29 => 'veintinueve', + 30 => 'treinta', + 40 => 'cuarenta', + 50 => 'cincuenta', + 60 => 'sesenta', + 70 => 'setenta', + 80 => 'ochenta', + 90 => 'noventa', + 500 => 'quinientos', + 700 => 'setecientos', + 900 => 'novecientos', + 10**2 => 'ciento', + 10**3 => 'mil', + 10**6 => 'millón', + 10**12 => 'billón', + ); + +} + + +sub num2text { + my ($self, $amount) = @_; + + return $self->{numbername}{0} unless $amount; + + my @textnumber = (); + + # split amount into chunks of 3 + my @num = reverse split //, abs($amount); + my @numblock = (); + my $stripun = 0; + my @a = (); + my $i; + + while (@num) { + @a = (); + for (1 .. 3) { + push @a, shift @num; + } + push @numblock, join / /, reverse @a; + } + + # special case for 1000 + if ($numblock[1] eq '1' && $numblock[0] gt '000') { + # remove first array element from textnumber + $stripun = 1; + } + + while (@numblock) { + + $i = $#numblock; + @num = split //, $numblock[$i]; + + $numblock[$i] *= 1; + + if ($numblock[$i] == 0) { + pop @numblock; + next; + } + + if ($numblock[$i] > 99) { + if ($num[0] == 1) { + push @textnumber, $self->{numbername}{10**2}; + } else { + # special case for 500, 700, 900 + if (grep /$num[0]/, (5,7,9)) { + push @textnumber, $self->{numbername}{"${num[0]}00"}; + + } else { + + # the one from hundreds, append cientos + push @textnumber, $self->{numbername}{$num[0]}.$self->{numbername}{10**2}.'s'; + + } + } + + # reduce numblock + $numblock[$i] -= $num[0] * 100; + } + + if ($numblock[$i] > 9) { + # tens + push @textnumber, $self->format_ten($numblock[$i], $i); + } elsif ($numblock[$i] > 0) { + # ones + $num = $numblock[$i]; + $num .= 'o' if ($num == 1 && $i == 0); + push @textnumber, $self->{numbername}{$num}; + } + + # add thousand, million + if ($i) { + $num = 10**($i * 3); + if ($numblock[$i] > 1) { + if ($i == 2 || $i == 4) { + $a = $self->{numbername}{$num}."es"; + $a =~ s/ó/o/; + push @textnumber, $a; + } elsif ($i == 3) { + $num = 10**($i * 2); + $a = "$self->{10**3} $self->{numbername}{$num}"."es"; + $a =~ s/ó/o/; + push @textnumber, $a; + } else { + if ($i == 1) { + push @textnumber, $self->{numbername}{$num}; + } else { + push @textnumber, $self->{numbername}{$num}.'s'; + } + } + } else { + push @textnumber, $self->{numbername}{$num}; + } + } + + pop @numblock; + + } + + shift @textnumber if $stripun; + + join ' ', @textnumber; + +} + + +sub format_ten { + my ($self, $amount, $i) = @_; + + my $textnumber = ""; + my @num = split //, $amount; + + if ($amount > 30) { + $textnumber = $self->{numbername}{$num[0]*10}; + $amount = $num[1]; + } else { + $amount .= 'o' if ($num[1] == 1 && $i == 0); + $textnumber = $self->{numbername}{$amount}; + $amount = 0; + } + + $textnumber .= " y ".$self->{numbername}{$amount} if $amount; + + $textnumber; + +} + + +1; + diff --git a/locale/ec/aa b/locale/ec/aa new file mode 100755 index 00000000..93996296 --- /dev/null +++ b/locale/ec/aa @@ -0,0 +1,156 @@ +$self{texts} = { + 'AP Outstanding' => 'Impagados Proveedores', + 'AP Transaction' => 'Transaccion Proveedor', + 'AP Transactions' => 'Gestiones de pagos', + 'AR Outstanding' => 'Impagados Cartera', + 'AR Transaction' => 'Gestión de cobro', + 'AR Transactions' => 'Gestiones de cobros', + 'Account' => 'Cuenta', + 'Accounting Menu' => 'Menú general', + 'Add AP Transaction' => 'Añadir Asiento de CxP', + 'Add AR Transaction' => 'Añadir Asiento de CxP', + 'Amount' => 'Total', + 'Amount Due' => 'Cantidad adeudada', + 'Apr' => 'Abr', + 'April' => 'Abril', + 'Are you sure you want to delete Transaction' => '¿Está seguro de que desea borrar la transacción?', + 'Aug' => 'Ago', + 'August' => 'Agosto', + 'Cannot delete transaction!' => '¡No se puede borrar la transacción!', + 'Cannot post payment for a closed period!' => '¡No se puede registrar un pago en un periodo ya cerrado!', + 'Cannot post transaction for a closed period!' => '¡No se puede registrar una transacción para un periodo cerrado', + 'Cannot post transaction!' => '¡No se puede registrar la transacción', + 'Check' => 'Cheque', + 'Closed' => 'Cerrado', + 'Confirm!' => 'Confirmar', + 'Continue' => 'Continuar', + 'Credit' => 'Crédito', + 'Credit Limit' => 'Limite de credito', + 'Curr' => 'Mon.', + 'Currency' => 'Moneda', + 'Current' => 'Actual', + 'Customer' => 'Cliente', + 'Customer missing!' => '¡Falta el cliente!', + 'Date' => 'Fecha', + 'Date Paid' => 'Fecha de pago', + 'Debit' => 'Débito', + 'Dec' => 'Dic', + 'December' => 'Diciembre', + 'Delete' => 'Borrar', + 'Department' => 'Departamento', + 'Description' => 'Descripción', + 'Detail' => 'Detalle', + 'Due Date' => 'Fecha de vencimiento', + 'Due Date missing!' => 'Falta la fecha de vencimiento', + 'Edit AP Transaction' => 'Editar Asiento de CxP', + 'Edit AR Transaction' => 'Editar Asiento de CxC', + 'Employee' => 'Colaborador/Empleado', + 'Exch' => 'Cambio', + 'Exchange Rate' => 'Tasa de Cambio', + 'Exchange rate for payment missing!' => '¡Falta tasa de Cambio para pago!', + 'Exchange rate missing!' => '¡Falta Tasa de Cambio!', + 'Feb' => 'Feb', + 'February' => 'Febrero', + 'From' => 'Desde', + 'ID' => 'ID', + 'Include in Report' => 'Incluir en informe', + 'Invoice' => 'Factura de Venta', + 'Invoice Date' => 'Fecha de factura', + 'Invoice Date missing!' => 'No se ha definido la fecha de la factura', + 'Invoice Number' => 'Número de factura', + 'Jan' => 'Ene', + 'January' => 'Enero', + 'Jul' => 'Jul', + 'July' => 'Julio', + 'Jun' => 'Jun', + 'June' => 'Junio', + 'Manager' => 'Gerente', + 'Mar' => 'Mar', + 'March' => 'Marzo', + 'May' => 'Mayo', + 'May ' => 'Mayo', + 'Memo' => 'Memo', + 'Month' => 'Mes', + 'No.' => 'No', + 'Notes' => 'Notas', + 'Nov' => 'Nov', + 'November' => 'Noviembre', + 'Oct' => 'Oct', + 'October' => 'Octubre', + 'Open' => 'Abierto', + 'Order' => 'Orden', + 'Order Number' => 'Número de orden', + 'Paid' => 'Pagado', + 'Payment date missing!' => 'No se encuentra la fecha de pago', + 'Payments' => 'Vencimientos impagados', + 'Period' => 'Período', + 'Post' => 'Registrar', + 'Post as new' => 'Registrar como nuevo', + 'Print' => 'Imprimir', + 'Print and Post' => 'Imprimir y Muestre', + 'Project' => 'Proyecto', + 'Quarter' => 'Trimestre', + 'Receipt' => 'Recibo', + 'Remaining' => 'Resto', + 'Sales Invoice.' => 'Factura de venta.', + 'Salesperson' => 'Vendedor', + 'Sep' => 'Sep', + 'September' => 'Septiembre', + 'Ship to' => 'Destino', + 'Ship via' => 'Envio por', + 'Shipping Point' => 'Puerto de Embarque', + 'Source' => 'Fuente', + 'Subtotal' => 'Subtotal', + 'Summary' => 'Resúmen', + 'Tax' => 'Impuestos', + 'Tax Included' => 'Impuestos incluidos en el precio', + 'Till' => 'Caja', + 'To' => 'Hasta ', + 'Total' => 'Total', + 'Transaction' => 'Asiento', + 'Transaction deleted!' => '¡Transacción borrada!', + 'Transaction posted!' => '¡Transacción registrada!', + 'Update' => 'Actualizar', + 'Vendor' => 'Proveedor', + 'Vendor Invoice.' => 'Factura de proveedor.', + 'Vendor missing!' => '¡Falta el proveedor!', + 'Year' => 'Año', + 'Yes' => 'Si', +}; + +$self{subs} = { + 'acc_menu' => 'acc_menu', + 'add' => 'add', + 'create_links' => 'create_links', + 'delete' => 'delete', + 'display' => 'display', + 'display_form' => 'display_form', + 'edit' => 'edit', + 'form_footer' => 'form_footer', + 'form_header' => 'form_header', + 'js_menu' => 'js_menu', + 'menubar' => 'menubar', + 'post' => 'post', + 'search' => 'search', + 'section_menu' => 'section_menu', + 'subtotal' => 'subtotal', + 'transactions' => 'transactions', + 'update' => 'update', + 'yes' => 'yes', + 'transaccion_proveedor' => 'ap_transaction', + 'gestión_de_cobro' => 'ar_transaction', + 'continuar' => 'continue', + 'borrar' => 'delete', + 'registrar' => 'post', + 'registrar_como_nuevo' => 'post_as_new', + 'imprimir' => 'print', + 'imprimir_y_muestre' => 'print_and_post', + 'factura_de_venta_' => 'sales_invoice_', + 'destino' => 'ship_to', + 'actualizar' => 'update', + 'factura_de_proveedor_' => 'vendor_invoice_', + 'si' => 'yes', +}; + +1; + diff --git a/locale/ec/admin b/locale/ec/admin new file mode 100755 index 00000000..72927412 --- /dev/null +++ b/locale/ec/admin @@ -0,0 +1,143 @@ +$self{texts} = { + 'Access Control' => 'Control de Acceso', + 'Accounting' => 'Contabilidad', + 'Add User' => 'Añadir usuario', + 'Address' => 'Dirección', + 'Administration' => 'Administración', + 'Administrator' => 'Administrador', + 'All Datasets up to date!' => 'Todas las bases de datos están actualizadas', + 'Cannot create Lock!' => 'No se puede crear seguro', + 'Change Admin Password' => 'Cambiar la contraseña del administrador', + 'Change Password' => 'Cambiar contraseña', + 'Click on login name to edit!' => 'Haga clic en el nombre de usuario por editar', + 'Company' => 'Empresa', + 'Confirm' => 'Confirmar', + 'Connect to' => 'Conectar a', + 'Continue' => 'Continuar', + 'Create Chart of Accounts' => 'Crear plan de cuentas', + 'Create Dataset' => 'Crear base de datos', + 'DBI not installed!' => 'No se ha instalado DBI', + 'Database' => 'Base de datos', + 'Database Administration' => 'Administración de las bases de datos', + 'Database Driver not checked!' => 'No se ha podido verificar el gestor de la base de datos', + 'Database User missing!' => 'No se ha definido el usuario de la base de datos', + 'Dataset' => 'Base de datos', + 'Dataset missing!' => 'No se ha definido la base de datos', + 'Dataset updated!' => 'Base de datos actualizada', + 'Date Format' => 'Formato de fecha', + 'Delete' => 'Borrar', + 'Delete Dataset' => 'Borrar base de datos', + 'Directory' => 'Directorio', + 'Driver' => 'Gestor', + 'Dropdown Limit' => 'Límite de efectivo', + 'E-mail' => 'Correo electrónico', + 'Edit User' => 'Editar usuario', + 'Existing Datasets' => 'Bases de datos existentes', + 'Fax' => 'Fax', + 'Host' => 'Máquina servidor de base de datos', + 'Hostname missing!' => 'No se ha definido la máquina servidor de base de datos', + 'Language' => 'Lenguaje', + 'Lock System' => 'Bloquear sistema', + 'Lockfile created!' => 'Sistema bloqueado', + 'Lockfile removed!' => 'Lockfile removido', + 'Login' => 'Entrar', + 'Login name missing!' => 'Falta nombre del usuario', + 'Logout' => 'Salir', + 'Manager' => 'Gerente', + 'Menu Width' => 'Ancho de Menú', + 'Multibyte Encoding' => 'Codificación Multibyte', + 'Name' => 'Nombre', + 'New Templates' => 'Nuevas plantillas', + 'No Database Drivers available!' => 'No hay ningún gestor de base de datos disponible', + 'No Dataset selected!' => 'No se ha seleccionado ninguna base de datos', + 'Nothing to delete!' => '¡No hay nada para borrar!', + 'Number Format' => 'Formato de número', + 'Oracle Database Administration' => 'Administración de la base de datos Oracle', + 'Password' => 'Contraseña', + 'Password changed!' => '¡Contraseña cambiada!', + 'Passwords do not match!' => '¡Contraseñas son incorrectas!', + 'Pg Database Administration' => 'Administración de la base de datos PostgreSQL', + 'PgPP Database Administration' => 'PostGres Admin', + 'Phone' => 'Teléfono', + 'Port' => 'Puerto', + 'Port missing!' => 'No se ha definido el puerto', + 'Printer' => 'Impresora', + 'Save' => 'Guardar', + 'Session Timeout' => '¡Sesión Caducó!', + 'Session expired!' => '¡Sesión Expiró!', + 'Setup Templates' => 'Configurar plantillas', + 'Signature' => 'Firma', + 'Stylesheet' => 'Hoja de estilo', + 'Supervisor' => 'Supervisor', + 'Templates' => 'Plantillas', + 'The following Datasets are not in use and can be deleted' => 'Las siguientes bases de datos no están en uso y se pueden borrar', + 'The following Datasets need to be updated' => 'Es necesario actualizar las siguientes bases de datos', + 'This is a preliminary check for existing sources. Nothing will be created or deleted at this stage!' => 'Esta es una verificacion preliminar de fuentes existentes. No se creará ni borrará nada durante esta etapa', + 'To add a user to a group edit a name, change the login name and save. A new user with the same variables will then be saved under the new login name.' => 'Para añadir un usuario a un grupo, edite un nombre, cambie el nombre de usuario (login) y guarde los cambios. Un nuevo usuario, con las mismas propiedades se guardará bajo el nuevo nombre de usuario (login).', + 'Unlock System' => 'Unlock sistema', + 'Update Dataset' => 'Actualizar base de datos', + 'Use Templates' => 'Plantillas de usuarios', + 'User' => 'Usuario', + 'User deleted!' => '¡Usuario borrado!', + 'User saved!' => '¡Usuario guardado!', + 'Version' => 'Versión', + 'You are logged out' => '¡Ud. está desconectado del sistema!', + 'does not exist' => 'no existe', + 'is already a member!' => 'ya es actualmente un miembro', + 'localhost' => 'máquina local', + 'locked!' => '¡Asegurado!', + 'successfully created!' => 'creado satisfactoriamente', + 'successfully deleted!' => 'borrado satisfactoriamente', + 'website' => 'sitio web', +}; + +$self{subs} = { + 'add_user' => 'add_user', + 'adminlogin' => 'adminlogin', + 'change_admin_password' => 'change_admin_password', + 'change_password' => 'change_password', + 'check_password' => 'check_password', + 'continue' => 'continue', + 'create_dataset' => 'create_dataset', + 'dbcreate' => 'dbcreate', + 'dbdelete' => 'dbdelete', + 'dbdriver_defaults' => 'dbdriver_defaults', + 'dbselect_source' => 'dbselect_source', + 'dbupdate' => 'dbupdate', + 'delete' => 'delete', + 'delete_dataset' => 'delete_dataset', + 'edit' => 'edit', + 'form_footer' => 'form_footer', + 'form_header' => 'form_header', + 'getpassword' => 'getpassword', + 'list_users' => 'list_users', + 'lock_system' => 'lock_system', + 'login' => 'login', + 'login_name' => 'login_name', + 'logout' => 'logout', + 'oracle_database_administration' => 'oracle_database_administration', + 'pg_database_administration' => 'pg_database_administration', + 'pgpp_database_administration' => 'pgpp_database_administration', + 'save' => 'save', + 'unlock_system' => 'unlock_system', + 'update_dataset' => 'update_dataset', + 'añadir_usuario' => 'add_user', + 'cambiar_la_contraseña_del_administrador' => 'change_admin_password', + 'cambiar_contraseña' => 'change_password', + 'continuar' => 'continue', + 'crear_base_de_datos' => 'create_dataset', + 'borrar' => 'delete', + 'borrar_base_de_datos' => 'delete_dataset', + 'bloquear_sistema' => 'lock_system', + 'entrar' => 'login', + 'salir' => 'logout', + 'administración_de_la_base_de_datos_oracle' => 'oracle_database_administration', + 'administración_de_la_base_de_datos_postgresql' => 'pg_database_administration', + 'postgres_admin' => 'pgpp_database_administration', + 'guardar' => 'save', + 'unlock_sistema' => 'unlock_system', + 'actualizar_base_de_datos' => 'update_dataset', +}; + +1; + diff --git a/locale/ec/all b/locale/ec/all new file mode 100755 index 00000000..9eb99d1e --- /dev/null +++ b/locale/ec/all @@ -0,0 +1,894 @@ +# These are all the texts to build the translations files. +# to build unique strings edit the module files instead +# this file is just a shortcut to build strings which are the same + +$self{texts} = { + 'A' => 'A', + 'AP' => 'Facturas de Proveedores', + 'AP Aging' => 'Diario resumido de pagos', + 'AP Outstanding' => 'Impagados Proveedores', + 'AP Transaction' => 'Transaccion Proveedor', + 'AP Transactions' => 'Gestiones de pagos', + 'AR' => 'Facturas de Ventas', + 'AR Aging' => 'Diario resumido de cobros ', + 'AR Outstanding' => 'Impagados Cartera', + 'AR Transaction' => 'Gestión de cobro', + 'AR Transactions' => 'Gestiones de cobros', + 'AR/AP' => '', + 'About' => 'Acerca de', + 'Above' => 'Arriba', + 'Access Control' => 'Control de Acceso', + 'Access Denied!' => '', + 'Account' => 'Cuenta', + 'Account Number' => 'Número de cuenta', + 'Account Number missing!' => 'No se ha definido el número de la cuenta', + 'Account Type' => 'Categoría de cuenta', + 'Account Type missing!' => 'No se ha definido el tipo de la cuenta', + 'Account deleted!' => '¡Cuenta borraba!', + 'Account does not exist!' => '¡Cuenta inexistente!', + 'Account saved!' => '¡Cuenta guardada!', + 'Accounting' => 'Contabilidad', + 'Accounting Menu' => 'Menú general', + 'Accounts' => 'Cuentas', + 'Accrual' => 'Acumulado', + 'Activate Audit trail' => 'Activar rastros Auditables', + 'Activate Audit trails' => 'Activar rastros Auditables', + 'Active' => 'Activo', + 'Add' => 'Añadir', + 'Add AP Transaction' => 'Añadir Asiento de CxP', + 'Add AR Transaction' => 'Añadir Asiento de CxP', + 'Add Account' => 'Añadir cuenta', + 'Add Assembly' => 'Añadir compuesto', + 'Add Business' => 'Adicionar Negocio', + 'Add Cash Transfer Transaction' => 'Agregar transacción', + 'Add Customer' => 'Añadir cliente', + 'Add Deduction' => 'Añadir Deducción', + 'Add Department' => 'Adicionar Departamento', + 'Add Employee' => 'Añadir Empleado', + 'Add Exchange Rate' => 'Añadir Tasa de Cambio', + 'Add GIFI' => 'Añadir cuenta RUC', + 'Add General Ledger Transaction' => 'Añadir Nota de Contabilidad', + 'Add Group' => 'Agregar Grupo', + 'Add Job' => '', + 'Add Labor/Overhead' => 'Adicionar Mano de Obra', + 'Add Language' => 'Adicionar lenguage', + 'Add POS Invoice' => 'Agregar Factura POS', + 'Add Part' => 'Añadir artículo', + 'Add Pricegroup' => 'Añadir Preciogrupal', + 'Add Project' => 'Añadir proyecto', + 'Add Purchase Order' => 'Añadir pedido', + 'Add Quotation' => 'Añadir Cotización', + 'Add Request for Quotation' => 'Añadir Pedido de Cotización', + 'Add SIC' => 'Adicionar SIC', + 'Add Sales Invoice' => 'Añadir factura', + 'Add Sales Order' => 'Añadir cotización', + 'Add Service' => 'Añadir servicio', + 'Add Timecard' => '', + 'Add Transaction' => 'Añadir Transacción', + 'Add User' => 'Añadir usuario', + 'Add Vendor' => 'Añadir proveedor', + 'Add Vendor Invoice' => 'Agregar Factura de Proveedor', + 'Add Warehouse' => 'Adicionar Bodega', + 'Address' => 'Dirección', + 'Administration' => 'Administración', + 'Administrator' => 'Administrador', + 'After Deduction' => 'Después de Deducción', + 'All' => 'Todos', + 'All Accounts' => 'Todas las Cuentas', + 'All Datasets up to date!' => 'Todas las bases de datos están actualizadas', + 'All Items' => 'Todos los Artículos', + 'Allowances' => 'Permisos', + 'Amount' => 'Total', + 'Amount Due' => 'Cantidad adeudada', + 'Amount missing!' => 'Valor faltante', + 'Apr' => 'Abr', + 'April' => 'Abril', + 'Are you sure you want to delete Invoice Number' => '¿Esta seguro de que desea borrar la factura número', + 'Are you sure you want to delete Order Number' => '¿Esta seguro de que desea borrar la orden número?', + 'Are you sure you want to delete Quotation Number' => '¿Está seguro que quiere borrar el número de la Cotización?', + 'Are you sure you want to delete Timecard for' => '', + 'Are you sure you want to delete Transaction' => '¿Está seguro de que desea borrar la transacción?', + 'Are you sure you want to remove the marked entries from the queue?' => '¿Está seguro de que quiere borrar las entradas señaladas de la cola?', + 'Assemblies' => 'Compuestos', + 'Assemblies restocked!' => '¡Compuestos actualizados en almacen!', + 'Assembly' => 'Ensamblaje', + 'Assembly stocked!' => '', + 'Asset' => 'Activo', + 'Attachment' => 'Adjunto', + 'Audit Control' => 'Control de auditoría', + 'Audit trail disabled' => 'Desabilitados rastros Audiotoriales', + 'Audit trail enabled' => '¡Iniciado rastros Auditoriales', + 'Audit trail removed up to' => 'Rastro Auditorial removido hasta', + 'Audit trails disabled' => 'Desabilitados rastros Audiotoriales', + 'Audit trails enabled' => '¡Iniciado rastros Auditoriales', + 'Aug' => 'Ago', + 'August' => 'Agosto', + 'Average Cost' => '', + 'Avg Cost' => '', + 'BIC' => 'Swift', + 'BOM' => 'Listado de piezas', + 'Backup' => 'Copia de seguridad de los datos', + 'Backup sent to' => 'Copia de seguridad enviada a', + 'Balance' => 'Balance', + 'Balance Sheet' => 'Hoja de balance', + 'Based on' => 'Basado en', + 'Bcc' => 'Bcc', + 'Before Deduction' => 'Antes de la Deducción', + 'Beginning Balance' => 'Balance Inicial', + 'Below' => 'Abajo', + 'Billing Address' => 'Dirección de Cobro', + 'Bin' => 'Compatimiento', + 'Bin List' => 'Lista de Compatimiento', + 'Bin Lists' => 'Listas de Compatimiento', + 'Books are open' => 'Los libros están abiertos', + 'Break' => '¡Roto!', + 'Business' => 'Negocio', + 'Business Number' => 'Numero de negocio', + 'Business deleted!' => '¡Negocio borrado!', + 'Business saved!' => '¡Negocio guardado!', + 'C' => 'C', + 'COGS' => 'Costo de los artículos', + 'COGS account does not exist!' => '', + 'Cannot add timecard for a completed job!' => '', + 'Cannot change timecard for a completed job!' => '', + 'Cannot create Assembly' => '', + 'Cannot create Labor' => '', + 'Cannot create Lock!' => 'No se puede crear seguro', + 'Cannot create Part' => '', + 'Cannot create Service' => '', + 'Cannot delete Timecard!' => '', + 'Cannot delete account!' => '¡No se puede borrar la cuenta!', + 'Cannot delete customer!' => '¡No se puede borrar el cliente!', + 'Cannot delete default account!' => 'No se puede borrar la cuenta por omisión', + 'Cannot delete invoice!' => '¡No se puede borrar la factura!', + 'Cannot delete item!' => '¡No se puede borrar el artículo!', + 'Cannot delete order!' => '¡No se puede borrar el pedido!', + 'Cannot delete quotation!' => '¡No se puede borrar la cotización!', + 'Cannot delete transaction!' => '¡No se puede borrar la transacción!', + 'Cannot delete vendor!' => '¡No se puede borrar el vendedor!', + 'Cannot post Payment!' => 'No se puede desplegar Pago', + 'Cannot post Receipt!' => 'No se puede desplegar Recibo', + 'Cannot post invoice for a closed period!' => '¡No se puede registrar una factura en un periodo ya cerrado!', + 'Cannot post invoice!' => '¡No se puede registrar la factura!', + 'Cannot post payment for a closed period!' => '¡No se puede registrar un pago en un periodo ya cerrado!', + 'Cannot post transaction for a closed period!' => '¡No se puede registrar una transacción para un periodo cerrado', + 'Cannot post transaction with a debit and credit entry for the same account!' => '', + 'Cannot post transaction!' => '¡No se puede registrar la transacción', + 'Cannot remove files!' => '¡No se puede remover archivos!', + 'Cannot save account!' => '¡No se puede guardar la cuenta!', + 'Cannot save defaults!' => '¡No se puede grabar predeterminados!', + 'Cannot save order!' => '¡No se puede guardar el pedido!', + 'Cannot save preferences!' => '¡No se puede guardar las preferencias!', + 'Cannot save quotation!' => '¡No se puede guardar cotización!', + 'Cannot save timecard for a closed period!' => '', + 'Cannot save timecard!' => '', + 'Cannot set account for more than one of AR, AP or IC' => 'Tiene que seleccionar cuenta!', + 'Cannot set multiple options for' => 'No se puede iniciar opciones multiples para', + 'Cannot set multiple options for Item' => '', + 'Cannot stock Assembly!' => '', + 'Cannot stock assemblies!' => '¡No se pueden almacenar los compuestos!', + 'Cash' => 'Efectivo', + 'Cc' => 'Cc', + 'Change' => 'Cambiar', + 'Change Admin Password' => 'Cambiar la contraseña del administrador', + 'Change Password' => 'Cambiar contraseña', + 'Charge' => '', + 'Chart of Accounts' => 'Plan de cuentas', + 'Check' => 'Cheque', + 'Check Inventory' => 'Revisar Inventario', + 'Checks' => 'Cheques', + 'City' => 'Ciudad', + 'Cleared' => '¡Limpiado!', + 'Click on login name to edit!' => 'Haga clic en el nombre de usuario por editar', + 'Clocked' => '', + 'Close Books up to' => 'Cerrar los libros hasta', + 'Closed' => 'Cerrado', + 'Code' => 'Código', + 'Code missing!' => '¡Falta Código!', + 'Company' => 'Empresa', + 'Company Name' => 'Nombre de Compañía', + 'Compare to' => 'Comparar con', + 'Completed' => '', + 'Components' => 'Componentes', + 'Confirm' => 'Confirmar', + 'Confirm!' => 'Confirmar', + 'Connect to' => 'Conectar a', + 'Contact' => 'Contacto', + 'Continue' => 'Continuar', + 'Contra' => 'Contra', + 'Copies' => 'Copias', + 'Copy to COA' => 'Copiar al plan de cuentas', + 'Cost' => 'Costo', + 'Cost Center' => 'Centro de Costos', + 'Could not save pricelist!' => '¡No se puede grabar lista de precios!', + 'Could not save!' => '¡No se puede grabar!', + 'Could not transfer Inventory!' => '¡No se puede transferir el Inventario!', + 'Country' => 'País', + 'Create Chart of Accounts' => 'Crear plan de cuentas', + 'Create Dataset' => 'Crear base de datos', + 'Credit' => 'Crédito', + 'Credit Limit' => 'Limite de credito', + 'Curr' => 'Mon.', + 'Currency' => 'Moneda', + 'Current' => 'Actual', + 'Current Earnings' => 'Ganacias Actuales', + 'Customer' => 'Cliente', + 'Customer History' => 'Historial del Cliente', + 'Customer Number' => 'Número de Cliente', + 'Customer deleted!' => '¡Cliente borrado!', + 'Customer missing!' => '¡Falta el cliente!', + 'Customer not on file!' => '¡El cliente no existe!', + 'Customer saved!' => '¡Cliente guardado!', + 'Customers' => 'Clientes', + 'DBI not installed!' => 'No se ha instalado DBI', + 'DOB' => 'Fecha de Nacimiento', + 'Database' => 'Base de datos', + 'Database Administration' => 'Administración de las bases de datos', + 'Database Driver not checked!' => 'No se ha podido verificar el gestor de la base de datos', + 'Database Host' => 'Máquina servidor de base de datos', + 'Database User missing!' => 'No se ha definido el usuario de la base de datos', + 'Dataset' => 'Base de datos', + 'Dataset is newer than version!' => 'La base de datos está más actual que la versión del programa', + 'Dataset missing!' => 'No se ha definido la base de datos', + 'Dataset updated!' => 'Base de datos actualizada', + 'Date' => 'Fecha', + 'Date Format' => 'Formato de fecha', + 'Date Paid' => 'Fecha de pago', + 'Date Received' => 'Fecha de Recepción', + 'Date missing!' => '¡Falta la fecha!', + 'Date received missing!' => '¡Falta Fecha de recepción!', + 'Date worked' => '', + 'Day' => '', + 'Day(s)' => '', + 'Days' => '', + 'Debit' => 'Débito', + 'Dec' => 'Dic', + 'December' => 'Diciembre', + 'Decimalplaces' => 'Lugar de los decimales', + 'Decrease' => 'Reducir', + 'Deduct after' => 'Deducir luego', + 'Deduction deleted!' => '¡Deducción borrada!', + 'Deduction saved!' => '¡Guardada Deducción!', + 'Deductions' => 'Deducciones', + 'Default Template' => '', + 'Defaults' => 'Pre-estableciodos', + 'Defaults saved!' => '¡Guardados Predeterminados!', + 'Delete' => 'Borrar', + 'Delete Account' => 'Borrar cuenta', + 'Delete Dataset' => 'Borrar base de datos', + 'Delete Schedule' => '', + 'Deleting a language will also delete the templates for the language' => '', + 'Delivery Date' => 'Fecha de entrega', + 'Department' => 'Departamento', + 'Department deleted!' => '¡Departamento borrado!', + 'Department saved!' => '¡Guardado Departamento!', + 'Departments' => 'Departamentos', + 'Deposit' => 'Depósito', + 'Description' => 'Descripción', + 'Description Translations' => 'Traducciónes de Descripción', + 'Description missing!' => '¡Falta descripción!', + 'Detail' => 'Detalle', + 'Difference' => 'Diferencia', + 'Directory' => 'Directorio', + 'Discount' => 'Descuento', + 'Done' => 'Hecho', + 'Drawing' => 'Reintegro', + 'Driver' => 'Gestor', + 'Dropdown Limit' => 'Límite de efectivo', + 'Due Date' => 'Fecha de vencimiento', + 'Due Date missing!' => 'Falta la fecha de vencimiento', + 'E-mail' => 'Correo electrónico', + 'E-mail Statement to' => 'Enviar comprobante por correo electrónico a', + 'E-mail address missing!' => 'No se ha definido el correo electrónico', + 'E-mail message' => '', + 'E-mailed' => '¡Enviado por Correo-e!', + 'Edit' => 'Editar', + 'Edit AP Transaction' => 'Editar Asiento de CxP', + 'Edit AR Transaction' => 'Editar Asiento de CxC', + 'Edit Account' => 'Editar cuenta', + 'Edit Assembly' => 'Editar compuesto', + 'Edit Business' => 'Editar Negocio', + 'Edit Cash Transfer Transaction' => 'Editar Transacción en Effectivo', + 'Edit Customer' => 'Editar Cliente', + 'Edit Deduction' => 'Editar Deducción', + 'Edit Department' => 'Editar Departamento', + 'Edit Description Translations' => 'Editar Descripciones de Traducciones', + 'Edit Employee' => 'Editar Empleado', + 'Edit GIFI' => 'Editar PUC', + 'Edit General Ledger Transaction' => 'Editar Notas Contables', + 'Edit Group' => 'Editar Grupo', + 'Edit Job' => '', + 'Edit Labor/Overhead' => 'Editar Mano de Obra', + 'Edit Language' => 'Editar Idioma', + 'Edit POS Invoice' => 'Editar Factura POS', + 'Edit Part' => 'Editar compuesto', + 'Edit Preferences for' => 'Editar preferencias de', + 'Edit Pricegroup' => 'Editar Precio de Grupo', + 'Edit Project' => 'Editar proyecto', + 'Edit Purchase Order' => 'Editar pedido', + 'Edit Quotation' => 'Editar Cotización', + 'Edit Request for Quotation' => 'Editar Petición de Cotizacion', + 'Edit SIC' => 'Edita CIS', + 'Edit Sales Invoice' => 'Edirar factura de venta', + 'Edit Sales Order' => 'Editar cotización', + 'Edit Service' => 'Editar servicio', + 'Edit Template' => 'Editar plantilla', + 'Edit Timecard' => '', + 'Edit User' => 'Editar usuario', + 'Edit Vendor' => 'Editar Proveedor', + 'Edit Vendor Invoice' => 'Editar factura de Proveedor', + 'Edit Warehouse' => 'Editar bodega', + 'Employee' => 'Colaborador/Empleado', + 'Employee Name' => 'Empleado', + 'Employee Number' => 'Número de Empleado', + 'Employee deleted!' => '¡Empleado borrado!', + 'Employee pays' => 'Empleado paga', + 'Employee saved!' => '¡Empleado salvado!', + 'Employees' => 'Empleados', + 'Employer' => 'Empleador', + 'Employer pays' => 'Empleador paga', + 'Enddate' => 'Fecha Final', + 'Ends' => '', + 'Enforce transaction reversal for all dates' => 'Forzar la anulación de las transacciones para todas las fechas', + 'Enter up to 3 letters separated by a colon (i.e CAD:USD:EUR) for your native and foreign currencies' => 'Introduzca hasta 3 letras separadas por dos puntos (p.e. CAD:USD:EUR) para las monedas locales y las extranjeras', + 'Equity' => 'Balance', + 'Every' => '', + 'Excempt age <' => 'Edad de Excención <', + 'Exch' => 'Cambio', + 'Exchange Rate' => 'Tasa de Cambio', + 'Exchange rate for payment missing!' => '¡Falta tasa de Cambio para pago!', + 'Exchange rate missing!' => '¡Falta Tasa de Cambio!', + 'Existing Datasets' => 'Bases de datos existentes', + 'Expense' => 'Gastos', + 'Expense account does not exist!' => '', + 'Expense/Asset' => 'Gastos/Activo', + 'Extended' => 'Extendido', + 'FX' => 'Tasa de Cambio', + 'Failed to save order!' => '', + 'Fax' => 'Fax', + 'Feb' => 'Feb', + 'February' => 'Febrero', + 'For' => '', + 'Foreign Exchange Gain' => 'Ganancia en moneda extranjera', + 'Foreign Exchange Loss' => 'Pérdida en moneda extranjera', + 'Friday' => '', + 'From' => 'Desde', + 'From Warehouse' => '', + 'GIFI' => 'Plan Único de Cuentas (PUC)', + 'GIFI deleted!' => '¡Borrado el código PUC!', + 'GIFI missing!' => 'No se ha definido el código PUC', + 'GIFI saved!' => '¡Guardado el código PUC!', + 'GL' => '', + 'GL Reference Number' => '', + 'GL Transaction' => 'Nota de Contabilidad', + 'General Ledger' => 'Notas de Contabilidad', + 'Generate' => '', + 'Generate Orders' => '', + 'Generate Purchase Orders' => '', + 'Generate Purchase Orders from Sales Order' => '', + 'Generate Sales Order' => '', + 'Generate Sales Order from Purchase Orders' => '', + 'Generate Sales Orders' => '', + 'Goods & Services' => 'Bienes y servicios', + 'Group' => 'Grupo', + 'Group Items' => 'Agrupar artículos', + 'Group Translations' => 'Traducciones de Grupo', + 'Group deleted!' => 'Grupo eleminado!', + 'Group missing!' => 'Falta el grupo', + 'Group saved!' => 'Grupo guardado!', + 'Groups' => 'Grupos', + 'HR' => 'Recursos Humanos', + 'HTML Templates' => 'Plantillas HTML', + 'Heading' => 'Encabezado', + 'History' => 'Historia', + 'Home Phone' => 'Teléfono del Hogar', + 'Host' => 'Máquina servidor de base de datos', + 'Hostname missing!' => 'No se ha definido la máquina servidor de base de datos', + 'IBAN' => 'IBAN', + 'ID' => 'ID', + 'Image' => 'Imagen', + 'In-line' => 'Incrustado', + 'Inactive' => '', + 'Include Exchange Rate Difference' => 'Incluir Diferencia de Tasa de Cambio', + 'Include Payment' => '', + 'Include in Report' => 'Incluir en informe', + 'Include in drop-down menus' => 'Incluir en menúes desplegables:', + 'Income' => 'Ingresos', + 'Income Statement' => 'Estado de Resultados', + 'Income account does not exist!' => '', + 'Incorrect Dataset version!' => 'Versión de base de datos incorrecta', + 'Increase' => 'Aumentar', + 'Individual Items' => 'Artículos individuales', + 'Internal Notes' => 'Notas Internas', + 'Inventory' => 'Inventario', + 'Inventory account does not exist!' => '', + 'Inventory quantity must be zero before you can set this assembly obsolete!' => 'La cantidad en inventario debe ser cero antes de cambiar este compuesto a obsoleto', + 'Inventory quantity must be zero before you can set this part obsolete!' => 'La cantidad en inventario debe ser cero antes de cambiar este artículo a obsoleto', + 'Inventory saved!' => '¡Inventario salvado!', + 'Inventory transferred!' => '¡Inventario transferido!', + 'Invoice' => 'Factura de Venta', + 'Invoice Date' => 'Fecha de factura', + 'Invoice Date missing!' => 'No se ha definido la fecha de la factura', + 'Invoice Number' => 'Número de factura', + 'Invoice Number missing!' => 'No se ha definido el número de la factura', + 'Invoice deleted!' => '¡Factura borrada!', + 'Invoices' => 'Facturas', + 'Is this a summary account to record' => '¿Es esta una cuenta de resumen a registrar?', + 'Item already on pricelist!' => '¡Artículo existe en lista de precios!', + 'Item deleted!' => '¡Concepto borrado!', + 'Item not on file!' => 'El concepto no se encuentra en ningún archivo', + 'Items' => 'Artículos', + 'Jan' => 'Ene', + 'January' => 'Enero', + 'Job' => '', + 'Job Name' => '', + 'Job Number' => '', + 'Job Number missing!' => '', + 'Job deleted!' => '', + 'Job saved!' => '', + 'Jobs' => '', + 'Jul' => 'Jul', + 'July' => 'Julio', + 'Jun' => 'Jun', + 'June' => 'Junio', + 'LaTeX Templates' => 'Plantillas LaTeX', + 'Labor Code' => '', + 'Labor/Overhead' => 'Mano de Obra', + 'Language' => 'Lenguaje', + 'Language deleted!' => '¡Idiocmas borrados!', + 'Language saved!' => '¡Idiomas grabados!', + 'Languages' => 'Idiomas', + 'Languages not defined!' => '¡Idiomas no definidos!', + 'Last Cost' => '', + 'Last Numbers & Default Accounts' => 'Últimos números y cuentas por omisión', + 'Lead' => '', + 'Leadtime' => 'Plazo', + 'Leave host and port field empty unless you want to make a remote connection.' => 'Deje los campos de máquina servidor de base de datos y puerto vacíos al menos que quiera hacer una conexión remota', + 'Liability' => 'Pasivo', + 'Licensed to' => 'Adaptado para', + 'Line Total' => 'Total de la línea', + 'Link' => 'Enlaces', + 'Link Accounts' => 'Enlazar cuentas', + 'List' => 'Lista', + 'List Accounts' => 'Listar Plan Único de Cuentas', + 'List Businesses' => 'Lista de Negocios', + 'List Departments' => 'Lista de Departamentos', + 'List GIFI' => 'Listar PUC', + 'List Languages' => 'Lista de Lenguages', + 'List Price' => 'Precio de lista', + 'List Projects' => 'Lista de Proyectos', + 'List SIC' => 'Lista SIC', + 'List Transactions' => 'Listar transacciones', + 'List Warehouses' => 'Lista de Bodegas', + 'Lock System' => 'Bloquear sistema', + 'Lockfile created!' => 'Sistema bloqueado', + 'Lockfile removed!' => 'Lockfile removido', + 'Login' => 'Entrar', + 'Login name missing!' => 'Falta nombre del usuario', + 'Logout' => 'Salir', + 'Make' => 'Marca', + 'Manager' => 'Gerente', + 'Mar' => 'Mar', + 'March' => 'Marzo', + 'Marked entries printed!' => '¡Impresas las entradas marcadas!', + 'Markup' => 'Margen de Beneficio', + 'Maximum' => 'Máximo', + 'May' => 'Mayo', + 'May ' => 'Mayo', + 'Memo' => 'Memo', + 'Menu Width' => 'Ancho de Menú', + 'Message' => 'Mensaje', + 'Method' => 'Método', + 'Microfiche' => 'Microficha', + 'Model' => 'Modelo', + 'Monday' => '', + 'Month' => 'Mes', + 'Month(s)' => '', + 'Months' => '', + 'Multibyte Encoding' => 'Codificación Multibyte', + 'N/A' => 'Sin respuesta', + 'Name' => 'Nombre', + 'Name missing!' => '¡Falta el nombre!', + 'New Templates' => 'Nuevas plantillas', + 'New Window' => '', + 'Next' => '', + 'Next Date' => '', + 'Next Number' => '', + 'No' => 'No', + 'No Database Drivers available!' => 'No hay ningún gestor de base de datos disponible', + 'No Dataset selected!' => 'No se ha seleccionado ninguna base de datos', + 'No Employees on file!' => '', + 'No Labor codes on file!' => '', + 'No email address for' => 'Falta la dirección de correo electrónico de', + 'No open Jobs!' => '', + 'No open Projects!' => '', + 'No.' => 'No', + 'Non-taxable' => 'No Grabable', + 'Non-taxable Purchases' => 'Compras excentas de Impuestos', + 'Non-taxable Sales' => 'Ventas excentas de Impuestos', + 'Non-tracking Items' => '', + 'Notes' => 'Notas', + 'Nothing entered!' => '¡Nada ingresado!', + 'Nothing selected!' => '¡No es seleccionado nada!', + 'Nothing to delete!' => '¡No hay nada para borrar!', + 'Nothing to print!' => '¡No hay nada que imprimir!', + 'Nothing to transfer!' => '¡Nada para Transferir!', + 'Nov' => 'Nov', + 'November' => 'Noviembre', + 'Number' => 'Número', + 'Number Format' => 'Formato de número', + 'Number missing in Row' => 'No se ha definido el número en la fila', + 'O' => 'O', + 'OH' => '', + 'Obsolete' => 'Obsoleto', + 'Oct' => 'Oct', + 'October' => 'Octubre', + 'On Hand' => 'Disponible', + 'Open' => 'Abierto', + 'Oracle Database Administration' => 'Administración de la base de datos Oracle', + 'Order' => 'Orden', + 'Order Date' => 'Fecha de elaboración', + 'Order Date missing!' => 'No se ha definido la fecha de la elaboración', + 'Order Entry' => 'Cotizaciones y pedidos', + 'Order Number' => 'Número de orden', + 'Order Number missing!' => 'No se ha definido el número de la orden', + 'Order deleted!' => '¡Orden borrada!', + 'Order generation failed!' => '', + 'Order saved!' => 'Pedido guardado', + 'Orders generated!' => '', + 'Orphaned' => 'Independiente', + 'Out of balance transaction!' => '¡Transacción Fuera de BAlance', + 'Out of balance!' => '¡Fuera de balance!', + 'Outstanding' => 'Impagados', + 'PDF' => 'PDF', + 'PO Number' => '', + 'POS' => 'PdV', + 'POS Invoice' => 'Factura PdV', + 'Packing List' => 'Lista de Empaque', + 'Packing List Date missing!' => 'No se ha definido la fecha del albarán', + 'Packing List Number missing!' => 'No se ha definido el número del albarán', + 'Packing Lists' => 'Lista de Empaque', + 'Paid' => 'Pagado', + 'Part' => 'Artículo', + 'Part Number' => '', + 'Partnumber' => 'Número de Parte', + 'Parts' => 'Artículos', + 'Password' => 'Contraseña', + 'Password changed!' => '¡Contraseña cambiada!', + 'Password does not match!' => '¡Contraseña incorrecta!', + 'Passwords do not match!' => '¡Contraseñas son incorrectas!', + 'Payables' => 'Pagos', + 'Payment' => 'Comprobante de Egreso', + 'Payment date missing!' => 'No se encuentra la fecha de pago', + 'Payment posted!' => '¡Pago registrado!', + 'Payments' => 'Vencimientos impagados', + 'Payments posted!' => '', + 'Payroll Deduction' => 'Descuento del Rol de Pagos', + 'Period' => 'Período', + 'Pg Database Administration' => 'Administración de la base de datos PostgreSQL', + 'PgPP Database Administration' => 'PostGres Admin', + 'Phone' => 'Teléfono', + 'Pick List' => 'Lista de Selección', + 'Pick Lists' => 'Listas de Selección', + 'Port' => 'Puerto', + 'Port missing!' => 'No se ha definido el puerto', + 'Pos' => '', + 'Post' => 'Registrar', + 'Post as new' => 'Registrar como nuevo', + 'Posted!' => 'Agregado!', + 'Posting' => '', + 'Posting failed!' => '', + 'Postscript' => 'Postscript', + 'Preferences' => 'Preferencias', + 'Preferences saved!' => 'Preferencias guardadas', + 'Prepayment' => 'Prepago', + 'Price' => 'Precio', + 'Pricegroup' => 'Preciogrupo', + 'Pricegroup deleted!' => '¡Preciogrupo borrado!', + 'Pricegroup missing!' => '¡Preciogrupo desaparecido!', + 'Pricegroup saved!' => '¡Preciogrupo salvado', + 'Pricegroups' => 'Preciogrupos', + 'Pricelist' => 'Lista de Precios', + 'Print' => 'Imprimir', + 'Print and Post' => 'Imprimir y Muestre', + 'Print and Post as new' => '', + 'Print and Save' => 'Imprimir y Salve', + 'Print and Save as new' => '', + 'Print and post as new' => '', + 'Print and save as new' => '', + 'Printed' => 'Impreso', + 'Printer' => 'Impresora', + 'Printing' => '', + 'Printing ... ' => 'Imprimiendo...', + 'Process Transactions' => '', + 'Production' => '', + 'Profit Center' => 'Centro de Ganancias', + 'Project' => 'Proyecto', + 'Project Description Translations' => 'Traducciones de Descripción de Proyecto', + 'Project Name' => '', + 'Project Number' => 'número del projecto', + 'Project Number missing!' => '¡Falta el número de proyecto!', + 'Project Transactions' => 'Traducciones de Proyecto', + 'Project deleted!' => '¡Proyecto borrado!', + 'Project not on file!' => '¡Proyecto no en archivo!', + 'Project saved!' => '¡Proyecto guardado ', + 'Project/Job Name' => '', + 'Project/Job Number' => '', + 'Projects' => 'Proyectos', + 'Purchase Order' => 'Pedido', + 'Purchase Order Number' => 'Número de Orden de Compra', + 'Purchase Orders' => 'Pedidos', + 'Qty' => 'Cantidad', + 'Quantity exceeds available units to stock!' => '¡La cantidad exede la unidades disponibles en inventario!', + 'Quarter' => 'Trimestre', + 'Quotation' => 'Cotización', + 'Quotation ' => 'Cotización ', + 'Quotation Date' => 'Fecha de Cotización', + 'Quotation Date missing!' => 'Falta Fecha de Cotización', + 'Quotation Number' => 'Número de Cotización', + 'Quotation Number missing!' => 'Falta número de Cotización', + 'Quotation deleted!' => '¡Cotización borrada!', + 'Quotations' => 'Cotizaciones', + 'R' => 'Reconciliado', + 'RFQ' => 'Requerimiento de Cotización', + 'RFQ ' => 'Requerimiento de Cotización ', + 'RFQ Number' => 'Número de Requerimiento de Cotización', + 'RFQs' => 'Requerimiento de Cotizaciónes', + 'ROP' => 'Tope de envio', + 'Rate' => 'Tarifa', + 'Rate missing!' => 'Falta Tarifa', + 'Recd' => 'Cobrado', + 'Receipt' => 'Recibo', + 'Receipt posted!' => '¡Recibo desplegado!', + 'Receipts' => 'Recibos', + 'Receivables' => 'Cobros', + 'Receive' => 'Cobro', + 'Receive Merchandise' => 'Recepción de Mercadería', + 'Reconciliation' => 'Reconciliación', + 'Reconciliation Report' => 'Reporte de Reconciliación', + 'Record in' => 'Registrar en', + 'Recurring Transaction' => '', + 'Recurring Transactions' => '', + 'Reference' => 'Referencia', + 'Remaining' => 'Resto', + 'Remove' => 'Remover', + 'Remove Audit trail up to' => 'Remover rastros de Audición hasta', + 'Remove Audit trails up to' => 'Remover rastros de Audición hasta', + 'Removed spoolfiles!' => 'Archivos de ', + 'Removing marked entries from queue ...' => 'Removiendo entradas marcadas de la cola...', + 'Repeat' => '', + 'Report for' => 'Informe para', + 'Reports' => 'Informes', + 'Req' => '', + 'Request for Quotation' => 'Pedido de Cotización', + 'Request for Quotations' => 'Pedido de Cotizaciónes', + 'Required by' => 'Solicitado por', + 'Retained Earnings' => 'Resultado del Ejercicio', + 'Role' => 'Rol', + 'S' => 'S', + 'SIC' => 'Código Industrial Estandard', + 'SIC deleted!' => '¡CIS borrado!', + 'SIC saved!' => '¡CIS grabado!', + 'SKU' => 'Unidad de Mantenimiento de Stock', + 'SSN' => 'Número de Seguro Social', + 'Sale' => 'Venta', + 'Sales' => 'Ventas', + 'Sales Invoice' => 'Factura de venta', + 'Sales Invoice ' => 'Factura de venta ', + 'Sales Invoice.' => 'Factura de venta.', + 'Sales Invoice/AR Transaction Number' => '', + 'Sales Invoices' => 'Facturas de Ventas', + 'Sales Order' => 'Orden de Venta', + 'Sales Order Number' => 'N°de Pedido', + 'Sales Orders' => 'Ordenes de Venta', + 'Sales Quotation Number' => 'N°de Cotización de Venta', + 'Salesperson' => 'Vendedor', + 'Saturday' => '', + 'Save' => 'Guardar', + 'Save Pricelist' => 'Lista de Precios Guardada', + 'Save Schedule' => '', + 'Save as new' => 'Guardar como nuevo', + 'Save to File' => 'Guardar en un archivo', + 'Saving' => '', + 'Schedule' => '', + 'Scheduled' => '', + 'Screen' => 'Pantalla', + 'Search' => 'Buscar', + 'Select' => 'Seleccione', + 'Select Customer' => '', + 'Select Vendor' => '', + 'Select a Printer!' => '', + 'Select a printer!' => '', + 'Select all' => 'Seleccione todo', + 'Select from one of the items below' => 'Seleccione uno de los artículos siguientes', + 'Select from one of the names below' => 'Seleccione uno de los nombres de la lista', + 'Select from one of the projects below' => 'Seleccione de uno de los proyectos siguientes', + 'Select items' => '', + 'Select payment' => '¡Seleccione Pago!', + 'Select postscript or PDF!' => '¡Seleccione postscript o PDF', + 'Select txt, postscript or PDF!' => '¡Seleccione txt, postscript o PDF!', + 'Sell' => 'Venta', + 'Sell Price' => 'Precio de venta', + 'Send by E-Mail' => 'Enviar por correo electrónico', + 'Sending' => '', + 'Sep' => 'Sep', + 'September' => 'Septiembre', + 'Serial No.' => 'Nº de Serie', + 'Serial Number' => 'Número Serie', + 'Service' => 'Servicio', + 'Service Code' => '', + 'Service/Labor Code' => '', + 'Services' => 'Servicios', + 'Session Timeout' => '¡Sesión Caducó!', + 'Session expired!' => '¡Sesión Expiró!', + 'Setup Templates' => 'Configurar plantillas', + 'Ship' => 'Envio', + 'Ship Merchandise' => 'Envío de Mercadería', + 'Ship to' => 'Destino', + 'Ship via' => 'Envio por', + 'Shipping' => 'Despacho', + 'Shipping Address' => 'Dirección de Embarque', + 'Shipping Date' => 'Fecha de Embarque', + 'Shipping Date missing!' => '¡Falta Fecha de Embarque!', + 'Shipping Point' => 'Puerto de Embarque', + 'Short' => 'Corto', + 'Signature' => 'Firma', + 'Source' => 'Fuente', + 'Spoolfile' => 'Archivo de carrete', + 'Standard' => 'Estándard', + 'Standard Industrial Codes' => 'Códigos Standart Industriales', + 'Startdate' => 'FechaInicio', + 'State' => 'Estado', + 'State/Province' => 'Estado/Provincia', + 'Statement' => 'Estado de cuenta', + 'Statement Balance' => 'Balance de cuenta', + 'Statement sent to' => 'Estado de cuenta enviado a', + 'Statements sent to printer!' => '¡Estado de cuenta enviado a la impresora!', + 'Stock' => 'Inventario', + 'Stock Assembly' => 'Inventariar compuesto', + 'Stocking Date' => '', + 'Stylesheet' => 'Hoja de estilo', + 'Sub-contract GIFI' => 'RUC', + 'Subject' => 'Asunto', + 'Subtotal' => 'Subtotal', + 'Summary' => 'Resúmen', + 'Sunday' => '', + 'Supervisor' => 'Supervisor', + 'System' => 'Sistema', + 'System Defaults' => 'Predeterminados del Sistema', + 'Tax' => 'Impuestos', + 'Tax Accounts' => 'Cuentas de impuestos', + 'Tax Included' => 'Impuestos incluidos en el precio', + 'Tax Number' => 'Número de Impuesto', + 'Tax Number / SSN' => 'Número de Impuesto / SSN', + 'Tax collected' => 'Impuestos cobrados Clientes', + 'Tax paid' => 'Impuestos pagados', + 'Taxable' => 'Impuestos gravables', + 'Template saved!' => '¡Plantilla guardada!', + 'Templates' => 'Plantillas', + 'Terms' => 'Términos', + 'Text' => '', + 'Text Templates' => 'Plantillas de Texto', + 'The following Datasets are not in use and can be deleted' => 'Las siguientes bases de datos no están en uso y se pueden borrar', + 'The following Datasets need to be updated' => 'Es necesario actualizar las siguientes bases de datos', + 'This is a preliminary check for existing sources. Nothing will be created or deleted at this stage!' => 'Esta es una verificacion preliminar de fuentes existentes. No se creará ni borrará nada durante esta etapa', + 'Thursday' => '', + 'Till' => 'Caja', + 'Time In' => '', + 'Time Out' => '', + 'Timecard' => '', + 'Timecard deleted!' => '', + 'Timecard saved!' => '', + 'Timecards' => '', + 'Times' => '', + 'To' => 'Hasta ', + 'To Warehouse' => '', + 'To add a user to a group edit a name, change the login name and save. A new user with the same variables will then be saved under the new login name.' => 'Para añadir un usuario a un grupo, edite un nombre, cambie el nombre de usuario (login) y guarde los cambios. Un nuevo usuario, con las mismas propiedades se guardará bajo el nuevo nombre de usuario (login).', + 'Top Level' => 'Nivel superior', + 'Total' => 'Total', + 'Tracking Items' => '', + 'Trade Discount' => 'Descuento por Intercambio', + 'Transaction' => 'Asiento', + 'Transaction Date missing!' => 'No se ha definido la fecha de la transacción', + 'Transaction Dates' => '', + 'Transaction deleted!' => '¡Transacción borrada!', + 'Transaction posted!' => '¡Transacción registrada!', + 'Transaction reversal enforced for all dates' => 'Se ha forzado la anulación de las transacciones para todas las fechas', + 'Transaction reversal enforced up to' => 'Se ha forzado la anulación de las transacciones hasta', + 'Transactions' => 'Transacciones', + 'Transfer' => 'Transferencia', + 'Transfer Inventory' => 'Transferir Inventario', + 'Transfer from' => '', + 'Transfer to' => 'Transferir a', + 'Translation' => 'Traducción', + 'Translation deleted!' => '¡Traducción borrada!', + 'Translation not on file!' => '¡Traducción no en archivo!', + 'Translations' => 'Traducciones', + 'Translations saved!' => 'Traducciones guardadas', + 'Trial Balance' => 'Balance de comprobación', + 'Tuesday' => '', + 'Type of Business' => 'Tipo de Negocio', + 'Unit' => 'Unidad', + 'Unit of measure' => 'Unidad de medida', + 'Unlock System' => 'Unlock sistema', + 'Update' => 'Actualizar', + 'Update Dataset' => 'Actualizar base de datos', + 'Updated' => '¡Actualizado!', + 'Upgrading to Version' => 'Actualizando a Versión', + 'Use Templates' => 'Plantillas de usuarios', + 'User' => 'Usuario', + 'User deleted!' => '¡Usuario borrado!', + 'User saved!' => '¡Usuario guardado!', + 'Valid until' => 'Válido hasta', + 'Vendor' => 'Proveedor', + 'Vendor History' => 'Historia de Proveedor', + 'Vendor Invoice' => 'Factura de proveedor', + 'Vendor Invoice ' => 'Factura de proveedor ', + 'Vendor Invoice.' => 'Factura de proveedor.', + 'Vendor Invoice/AP Transaction Number' => '', + 'Vendor Invoices' => 'Facturas de proveedor', + 'Vendor Number' => 'Número de Proveedor', + 'Vendor deleted!' => '¡Proveedor borrado!', + 'Vendor missing!' => '¡Falta el proveedor!', + 'Vendor not on file!' => '¡No se encuentra el proveedor en la base de datos!', + 'Vendor saved!' => '¡Proveedor guardado!', + 'Vendors' => 'Proveedores', + 'Version' => 'Versión', + 'Warehouse' => 'Bodega', + 'Warehouse deleted!' => '¡Bodega borrada', + 'Warehouse saved!' => '¡Bodega grabada!', + 'Warehouses' => 'Bodegas', + 'Warning!' => '¡Precaución!', + 'Wednesday' => '', + 'Week' => '', + 'Week(s)' => '', + 'Weeks' => '', + 'Weight' => 'Peso', + 'Weight Unit' => 'Unidad de peso', + 'What type of item is this?' => '¿De qué tipo es este concepto?', + 'Work Order' => 'Orden de Trabajo', + 'Work Orders' => 'Ordenes de Trabajo', + 'Work Phone' => 'Teléfono del trabajo', + 'Year' => 'Año', + 'Year(s)' => '', + 'Yearend' => 'Fin de año', + 'Yearend date missing!' => '¡Falta Fecha de Fin de Año!', + 'Yearend posted!' => '¡Fin de Año fijado!', + 'Yearend posting failed!' => '¡Falló fijación de Fin de año', + 'Years' => '', + 'Yes' => 'Si', + 'You are logged out' => '¡Ud. está desconectado del sistema!', + 'You are posting an existing transaction!' => '', + 'You are printing and posting an existing transaction!' => '', + 'You are printing and saving an existing order' => '', + 'You are printing and saving an existing quotation' => '', + 'You are printing and saving an existing transaction!' => '', + 'You are saving an existing order' => '', + 'You are saving an existing quotation' => '', + 'You are saving an existing transaction!' => '', + 'You did not enter a name!' => 'No ha introducido un nombre', + 'You must enter a host and port for local and remote connections!' => 'Debe introducir una máquina servidor de bases de datos y un puerto para conexiones locales y remotas', + 'Zip/Postal Code' => 'Código Postal', + 'account cannot be set to any other type of account' => 'No se puede cambiar a otro tipo de cuenta', + 'as at' => 'al', + 'days' => 'días', + 'does not exist' => 'no existe', + 'done' => 'hecho', + 'ea' => 'unid.', + 'failed' => '', + 'for' => '', + 'for Period' => 'para el periodo', + 'is already a member!' => 'ya es actualmente un miembro', + 'localhost' => 'máquina local', + 'locked!' => '¡Asegurado!', + 'partsgroup' => '', + 'posted!' => 'fijado', + 'sent' => 'enviado', + 'successfully created!' => 'creado satisfactoriamente', + 'successfully deleted!' => 'borrado satisfactoriamente', + 'time(s)' => '', + 'unexpected error!' => '', + 'website' => 'sitio web', +}; + +1; diff --git a/locale/ec/am b/locale/ec/am new file mode 100755 index 00000000..a863fb36 --- /dev/null +++ b/locale/ec/am @@ -0,0 +1,284 @@ +$self{texts} = { + 'AP' => 'Facturas de Proveedores', + 'AR' => 'Facturas de Ventas', + 'About' => 'Acerca de', + 'Account' => 'Cuenta', + 'Account Number' => 'Número de cuenta', + 'Account Number missing!' => 'No se ha definido el número de la cuenta', + 'Account Type' => 'Categoría de cuenta', + 'Account Type missing!' => 'No se ha definido el tipo de la cuenta', + 'Account deleted!' => '¡Cuenta borraba!', + 'Account does not exist!' => '¡Cuenta inexistente!', + 'Account saved!' => '¡Cuenta guardada!', + 'Accounting Menu' => 'Menú general', + 'Accrual' => 'Acumulado', + 'Activate Audit trail' => 'Activar rastros Auditables', + 'Add Account' => 'Añadir cuenta', + 'Add Business' => 'Adicionar Negocio', + 'Add Department' => 'Adicionar Departamento', + 'Add GIFI' => 'Añadir cuenta RUC', + 'Add Language' => 'Adicionar lenguage', + 'Add SIC' => 'Adicionar SIC', + 'Add Warehouse' => 'Adicionar Bodega', + 'Address' => 'Dirección', + 'Amount' => 'Total', + 'Asset' => 'Activo', + 'Audit Control' => 'Control de auditoría', + 'Audit trail disabled' => 'Desabilitados rastros Audiotoriales', + 'Audit trail enabled' => '¡Iniciado rastros Auditoriales', + 'Audit trail removed up to' => 'Rastro Auditorial removido hasta', + 'Backup sent to' => 'Copia de seguridad enviada a', + 'Bin List' => 'Lista de Compatimiento', + 'Books are open' => 'Los libros están abiertos', + 'Business Number' => 'Numero de negocio', + 'Business deleted!' => '¡Negocio borrado!', + 'Business saved!' => '¡Negocio guardado!', + 'COGS' => 'Costo de los artículos', + 'Cannot delete account!' => '¡No se puede borrar la cuenta!', + 'Cannot delete default account!' => 'No se puede borrar la cuenta por omisión', + 'Cannot save account!' => '¡No se puede guardar la cuenta!', + 'Cannot save defaults!' => '¡No se puede grabar predeterminados!', + 'Cannot save preferences!' => '¡No se puede guardar las preferencias!', + 'Cannot set account for more than one of AR, AP or IC' => 'Tiene que seleccionar cuenta!', + 'Cannot set multiple options for' => 'No se puede iniciar opciones multiples para', + 'Cash' => 'Efectivo', + 'Chart of Accounts' => 'Plan de cuentas', + 'Close Books up to' => 'Cerrar los libros hasta', + 'Code' => 'Código', + 'Code missing!' => '¡Falta Código!', + 'Company' => 'Empresa', + 'Confirm' => 'Confirmar', + 'Confirm!' => 'Confirmar', + 'Continue' => 'Continuar', + 'Contra' => 'Contra', + 'Copy to COA' => 'Copiar al plan de cuentas', + 'Cost Center' => 'Centro de Costos', + 'Credit' => 'Crédito', + 'Customer Number' => 'Número de Cliente', + 'Database Host' => 'Máquina servidor de base de datos', + 'Dataset' => 'Base de datos', + 'Date Format' => 'Formato de fecha', + 'Debit' => 'Débito', + 'Defaults saved!' => '¡Guardados Predeterminados!', + 'Delete' => 'Borrar', + 'Delete Account' => 'Borrar cuenta', + 'Department deleted!' => '¡Departamento borrado!', + 'Department saved!' => '¡Guardado Departamento!', + 'Departments' => 'Departamentos', + 'Description' => 'Descripción', + 'Description missing!' => '¡Falta descripción!', + 'Discount' => 'Descuento', + 'Dropdown Limit' => 'Límite de efectivo', + 'E-mail' => 'Correo electrónico', + 'E-mail address missing!' => 'No se ha definido el correo electrónico', + 'Edit' => 'Editar', + 'Edit Account' => 'Editar cuenta', + 'Edit Business' => 'Editar Negocio', + 'Edit Department' => 'Editar Departamento', + 'Edit GIFI' => 'Editar PUC', + 'Edit Language' => 'Editar Idioma', + 'Edit Preferences for' => 'Editar preferencias de', + 'Edit SIC' => 'Edita CIS', + 'Edit Template' => 'Editar plantilla', + 'Edit Warehouse' => 'Editar bodega', + 'Employee Number' => 'Número de Empleado', + 'Enforce transaction reversal for all dates' => 'Forzar la anulación de las transacciones para todas las fechas', + 'Enter up to 3 letters separated by a colon (i.e CAD:USD:EUR) for your native and foreign currencies' => 'Introduzca hasta 3 letras separadas por dos puntos (p.e. CAD:USD:EUR) para las monedas locales y las extranjeras', + 'Equity' => 'Balance', + 'Expense' => 'Gastos', + 'Expense/Asset' => 'Gastos/Activo', + 'Fax' => 'Fax', + 'Foreign Exchange Gain' => 'Ganancia en moneda extranjera', + 'Foreign Exchange Loss' => 'Pérdida en moneda extranjera', + 'GIFI' => 'Plan Único de Cuentas (PUC)', + 'GIFI deleted!' => '¡Borrado el código PUC!', + 'GIFI missing!' => 'No se ha definido el código PUC', + 'GIFI saved!' => '¡Guardado el código PUC!', + 'GL Transaction' => 'Nota de Contabilidad', + 'Heading' => 'Encabezado', + 'ID' => 'ID', + 'Include in drop-down menus' => 'Incluir en menúes desplegables:', + 'Income' => 'Ingresos', + 'Inventory' => 'Inventario', + 'Invoice' => 'Factura de Venta', + 'Is this a summary account to record' => '¿Es esta una cuenta de resumen a registrar?', + 'Language' => 'Lenguaje', + 'Language deleted!' => '¡Idiocmas borrados!', + 'Language saved!' => '¡Idiomas grabados!', + 'Languages' => 'Idiomas', + 'Last Numbers & Default Accounts' => 'Últimos números y cuentas por omisión', + 'Liability' => 'Pasivo', + 'Licensed to' => 'Adaptado para', + 'Link' => 'Enlaces', + 'Menu Width' => 'Ancho de Menú', + 'Method' => 'Método', + 'Month' => 'Mes', + 'Name' => 'Nombre', + 'No' => 'No', + 'No email address for' => 'Falta la dirección de correo electrónico de', + 'Number' => 'Número', + 'Number Format' => 'Formato de número', + 'PDF' => 'PDF', + 'Packing List' => 'Lista de Empaque', + 'Password' => 'Contraseña', + 'Password does not match!' => '¡Contraseña incorrecta!', + 'Payables' => 'Pagos', + 'Payment' => 'Comprobante de Egreso', + 'Phone' => 'Teléfono', + 'Pick List' => 'Lista de Selección', + 'Postscript' => 'Postscript', + 'Preferences saved!' => 'Preferencias guardadas', + 'Print' => 'Imprimir', + 'Printer' => 'Impresora', + 'Profit Center' => 'Centro de Ganancias', + 'Purchase Order' => 'Pedido', + 'Purchase Order Number' => 'Número de Orden de Compra', + 'Purchase Orders' => 'Pedidos', + 'RFQ Number' => 'Número de Requerimiento de Cotización', + 'Rate' => 'Tarifa', + 'Receivables' => 'Cobros', + 'Reference' => 'Referencia', + 'Remove Audit trail up to' => 'Remover rastros de Audición hasta', + 'Retained Earnings' => 'Resultado del Ejercicio', + 'SIC deleted!' => '¡CIS borrado!', + 'SIC saved!' => '¡CIS grabado!', + 'Sales Invoice' => 'Factura de venta', + 'Sales Order' => 'Orden de Venta', + 'Sales Order Number' => 'N°de Pedido', + 'Sales Orders' => 'Ordenes de Venta', + 'Sales Quotation Number' => 'N°de Cotización de Venta', + 'Save' => 'Guardar', + 'Save as new' => 'Guardar como nuevo', + 'Session Timeout' => '¡Sesión Caducó!', + 'Signature' => 'Firma', + 'Standard Industrial Codes' => 'Códigos Standart Industriales', + 'Stylesheet' => 'Hoja de estilo', + 'System Defaults' => 'Predeterminados del Sistema', + 'Tax' => 'Impuestos', + 'Template saved!' => '¡Plantilla guardada!', + 'Transaction' => 'Asiento', + 'Transaction reversal enforced for all dates' => 'Se ha forzado la anulación de las transacciones para todas las fechas', + 'Transaction reversal enforced up to' => 'Se ha forzado la anulación de las transacciones hasta', + 'Type of Business' => 'Tipo de Negocio', + 'Update' => 'Actualizar', + 'User' => 'Usuario', + 'Vendor Invoice' => 'Factura de proveedor', + 'Vendor Number' => 'Número de Proveedor', + 'Version' => 'Versión', + 'Warehouse deleted!' => '¡Bodega borrada', + 'Warehouse saved!' => '¡Bodega grabada!', + 'Warehouses' => 'Bodegas', + 'Weight Unit' => 'Unidad de peso', + 'Work Order' => 'Orden de Trabajo', + 'Year' => 'Año', + 'Yearend' => 'Fin de año', + 'Yearend date missing!' => '¡Falta Fecha de Fin de Año!', + 'Yearend posted!' => '¡Fin de Año fijado!', + 'Yearend posting failed!' => '¡Falló fijación de Fin de año', + 'Yes' => 'Si', + 'account cannot be set to any other type of account' => 'No se puede cambiar a otro tipo de cuenta', + 'done' => 'hecho', + 'localhost' => 'máquina local', +}; + +$self{subs} = { + 'acc_menu' => 'acc_menu', + 'account_header' => 'account_header', + 'add' => 'add', + 'add_account' => 'add_account', + 'add_business' => 'add_business', + 'add_department' => 'add_department', + 'add_gifi' => 'add_gifi', + 'add_language' => 'add_language', + 'add_sic' => 'add_sic', + 'add_warehouse' => 'add_warehouse', + 'audit_control' => 'audit_control', + 'backup' => 'backup', + 'business_header' => 'business_header', + 'company_logo' => 'company_logo', + 'config' => 'config', + 'continue' => 'continue', + 'copy_to_coa' => 'copy_to_coa', + 'defaults' => 'defaults', + 'delete' => 'delete', + 'delete_account' => 'delete_account', + 'delete_business' => 'delete_business', + 'delete_department' => 'delete_department', + 'delete_gifi' => 'delete_gifi', + 'delete_language' => 'delete_language', + 'delete_sic' => 'delete_sic', + 'delete_warehouse' => 'delete_warehouse', + 'department_header' => 'department_header', + 'display' => 'display', + 'display_form' => 'display_form', + 'display_stylesheet' => 'display_stylesheet', + 'display_taxes' => 'display_taxes', + 'doclose' => 'doclose', + 'edit' => 'edit', + 'edit_account' => 'edit_account', + 'edit_business' => 'edit_business', + 'edit_department' => 'edit_department', + 'edit_gifi' => 'edit_gifi', + 'edit_language' => 'edit_language', + 'edit_recurring' => 'edit_recurring', + 'edit_sic' => 'edit_sic', + 'edit_template' => 'edit_template', + 'edit_warehouse' => 'edit_warehouse', + 'email_recurring' => 'email_recurring', + 'form_footer' => 'form_footer', + 'formnames' => 'formnames', + 'generate_yearend' => 'generate_yearend', + 'gifi_footer' => 'gifi_footer', + 'gifi_header' => 'gifi_header', + 'js_menu' => 'js_menu', + 'language_header' => 'language_header', + 'list_account' => 'list_account', + 'list_business' => 'list_business', + 'list_department' => 'list_department', + 'list_gifi' => 'list_gifi', + 'list_language' => 'list_language', + 'list_sic' => 'list_sic', + 'list_templates' => 'list_templates', + 'list_warehouse' => 'list_warehouse', + 'menubar' => 'menubar', + 'print_recurring' => 'print_recurring', + 'process_transactions' => 'process_transactions', + 'recurring_transactions' => 'recurring_transactions', + 'save' => 'save', + 'save_account' => 'save_account', + 'save_as_new' => 'save_as_new', + 'save_business' => 'save_business', + 'save_defaults' => 'save_defaults', + 'save_department' => 'save_department', + 'save_gifi' => 'save_gifi', + 'save_language' => 'save_language', + 'save_preferences' => 'save_preferences', + 'save_sic' => 'save_sic', + 'save_taxes' => 'save_taxes', + 'save_template' => 'save_template', + 'save_warehouse' => 'save_warehouse', + 'section_menu' => 'section_menu', + 'sic_header' => 'sic_header', + 'taxes' => 'taxes', + 'update' => 'update', + 'warehouse_header' => 'warehouse_header', + 'yearend' => 'yearend', + 'yes_delete_language' => 'yes_delete_language', + 'añadir_cuenta' => 'add_account', + 'adicionar_negocio' => 'add_business', + 'adicionar_departamento' => 'add_department', + 'adicionar_lenguage' => 'add_language', + 'adicionar_sic' => 'add_sic', + 'adicionar_bodega' => 'add_warehouse', + 'continuar' => 'continue', + 'copiar_al_plan_de_cuentas' => 'copy_to_coa', + 'borrar' => 'delete', + 'editar' => 'edit', + 'editar_cuenta' => 'edit_account', + 'guardar' => 'save', + 'guardar_como_nuevo' => 'save_as_new', + 'actualizar' => 'update', +}; + +1; + diff --git a/locale/ec/ap b/locale/ec/ap new file mode 100755 index 00000000..fd823022 --- /dev/null +++ b/locale/ec/ap @@ -0,0 +1,210 @@ +$self{texts} = { + 'AP Outstanding' => 'Impagados Proveedores', + 'AP Transaction' => 'Transaccion Proveedor', + 'AP Transactions' => 'Gestiones de pagos', + 'AR Outstanding' => 'Impagados Cartera', + 'AR Transaction' => 'Gestión de cobro', + 'AR Transactions' => 'Gestiones de cobros', + 'Account' => 'Cuenta', + 'Accounting Menu' => 'Menú general', + 'Add AP Transaction' => 'Añadir Asiento de CxP', + 'Add AR Transaction' => 'Añadir Asiento de CxP', + 'Address' => 'Dirección', + 'Amount' => 'Total', + 'Amount Due' => 'Cantidad adeudada', + 'Apr' => 'Abr', + 'April' => 'Abril', + 'Are you sure you want to delete Transaction' => '¿Está seguro de que desea borrar la transacción?', + 'Aug' => 'Ago', + 'August' => 'Agosto', + 'Bcc' => 'Bcc', + 'Cannot delete transaction!' => '¡No se puede borrar la transacción!', + 'Cannot post payment for a closed period!' => '¡No se puede registrar un pago en un periodo ya cerrado!', + 'Cannot post transaction for a closed period!' => '¡No se puede registrar una transacción para un periodo cerrado', + 'Cannot post transaction!' => '¡No se puede registrar la transacción', + 'Cc' => 'Cc', + 'Check' => 'Cheque', + 'Closed' => 'Cerrado', + 'Confirm!' => 'Confirmar', + 'Continue' => 'Continuar', + 'Credit' => 'Crédito', + 'Credit Limit' => 'Limite de credito', + 'Curr' => 'Mon.', + 'Currency' => 'Moneda', + 'Current' => 'Actual', + 'Customer' => 'Cliente', + 'Customer missing!' => '¡Falta el cliente!', + 'Customer not on file!' => '¡El cliente no existe!', + 'Date' => 'Fecha', + 'Date Paid' => 'Fecha de pago', + 'Debit' => 'Débito', + 'Dec' => 'Dic', + 'December' => 'Diciembre', + 'Delete' => 'Borrar', + 'Department' => 'Departamento', + 'Description' => 'Descripción', + 'Detail' => 'Detalle', + 'Due Date' => 'Fecha de vencimiento', + 'Due Date missing!' => 'Falta la fecha de vencimiento', + 'E-mail' => 'Correo electrónico', + 'Edit AP Transaction' => 'Editar Asiento de CxP', + 'Edit AR Transaction' => 'Editar Asiento de CxC', + 'Employee' => 'Colaborador/Empleado', + 'Exch' => 'Cambio', + 'Exchange Rate' => 'Tasa de Cambio', + 'Exchange rate for payment missing!' => '¡Falta tasa de Cambio para pago!', + 'Exchange rate missing!' => '¡Falta Tasa de Cambio!', + 'Feb' => 'Feb', + 'February' => 'Febrero', + 'From' => 'Desde', + 'ID' => 'ID', + 'Include in Report' => 'Incluir en informe', + 'Invoice' => 'Factura de Venta', + 'Invoice Date' => 'Fecha de factura', + 'Invoice Date missing!' => 'No se ha definido la fecha de la factura', + 'Invoice Number' => 'Número de factura', + 'Jan' => 'Ene', + 'January' => 'Enero', + 'Jul' => 'Jul', + 'July' => 'Julio', + 'Jun' => 'Jun', + 'June' => 'Junio', + 'Manager' => 'Gerente', + 'Mar' => 'Mar', + 'March' => 'Marzo', + 'May' => 'Mayo', + 'May ' => 'Mayo', + 'Memo' => 'Memo', + 'Message' => 'Mensaje', + 'Month' => 'Mes', + 'No.' => 'No', + 'Notes' => 'Notas', + 'Nothing to print!' => '¡No hay nada que imprimir!', + 'Nov' => 'Nov', + 'November' => 'Noviembre', + 'Number' => 'Número', + 'Oct' => 'Oct', + 'October' => 'Octubre', + 'Open' => 'Abierto', + 'Order' => 'Orden', + 'Order Number' => 'Número de orden', + 'PDF' => 'PDF', + 'Paid' => 'Pagado', + 'Payment date missing!' => 'No se encuentra la fecha de pago', + 'Payments' => 'Vencimientos impagados', + 'Period' => 'Período', + 'Post' => 'Registrar', + 'Post as new' => 'Registrar como nuevo', + 'Postscript' => 'Postscript', + 'Print' => 'Imprimir', + 'Print and Post' => 'Imprimir y Muestre', + 'Printed' => 'Impreso', + 'Project' => 'Proyecto', + 'Project not on file!' => '¡Proyecto no en archivo!', + 'Quarter' => 'Trimestre', + 'Receipt' => 'Recibo', + 'Reference' => 'Referencia', + 'Remaining' => 'Resto', + 'Sales Invoice.' => 'Factura de venta.', + 'Salesperson' => 'Vendedor', + 'Screen' => 'Pantalla', + 'Select from one of the names below' => 'Seleccione uno de los nombres de la lista', + 'Select from one of the projects below' => 'Seleccione de uno de los proyectos siguientes', + 'Select payment' => '¡Seleccione Pago!', + 'Select postscript or PDF!' => '¡Seleccione postscript o PDF', + 'Sep' => 'Sep', + 'September' => 'Septiembre', + 'Ship to' => 'Destino', + 'Ship via' => 'Envio por', + 'Shipping Point' => 'Puerto de Embarque', + 'Source' => 'Fuente', + 'Startdate' => 'FechaInicio', + 'Subject' => 'Asunto', + 'Subtotal' => 'Subtotal', + 'Summary' => 'Resúmen', + 'Tax' => 'Impuestos', + 'Tax Included' => 'Impuestos incluidos en el precio', + 'Till' => 'Caja', + 'To' => 'Hasta ', + 'Total' => 'Total', + 'Transaction' => 'Asiento', + 'Transaction deleted!' => '¡Transacción borrada!', + 'Transaction posted!' => '¡Transacción registrada!', + 'Update' => 'Actualizar', + 'Vendor' => 'Proveedor', + 'Vendor Invoice.' => 'Factura de proveedor.', + 'Vendor missing!' => '¡Falta el proveedor!', + 'Vendor not on file!' => '¡No se encuentra el proveedor en la base de datos!', + 'Warning!' => '¡Precaución!', + 'Year' => 'Año', + 'Yes' => 'Si', + 'sent' => 'enviado', +}; + +$self{subs} = { + 'acc_menu' => 'acc_menu', + 'add' => 'add', + 'add_transaction' => 'add_transaction', + 'ap_transaction' => 'ap_transaction', + 'ar_transaction' => 'ar_transaction', + 'check_name' => 'check_name', + 'check_project' => 'check_project', + 'continue' => 'continue', + 'create_links' => 'create_links', + 'customer_details' => 'customer_details', + 'delete' => 'delete', + 'delete_schedule' => 'delete_schedule', + 'display' => 'display', + 'display_form' => 'display_form', + 'edit' => 'edit', + 'form_footer' => 'form_footer', + 'form_header' => 'form_header', + 'gl_transaction' => 'gl_transaction', + 'js_menu' => 'js_menu', + 'menubar' => 'menubar', + 'name_selected' => 'name_selected', + 'payment_selected' => 'payment_selected', + 'post' => 'post', + 'post_as_new' => 'post_as_new', + 'print' => 'print', + 'print_and_post' => 'print_and_post', + 'print_and_post_as_new' => 'print_and_post_as_new', + 'print_check' => 'print_check', + 'print_options' => 'print_options', + 'print_receipt' => 'print_receipt', + 'print_transaction' => 'print_transaction', + 'project_selected' => 'project_selected', + 'rebuild_vc' => 'rebuild_vc', + 'repost' => 'repost', + 'reprint' => 'reprint', + 'sales_invoice_' => 'sales_invoice_', + 'save_schedule' => 'save_schedule', + 'schedule' => 'schedule', + 'search' => 'search', + 'section_menu' => 'section_menu', + 'select_name' => 'select_name', + 'select_payment' => 'select_payment', + 'select_project' => 'select_project', + 'subtotal' => 'subtotal', + 'transactions' => 'transactions', + 'update' => 'update', + 'vendor_details' => 'vendor_details', + 'vendor_invoice_' => 'vendor_invoice_', + 'yes' => 'yes', + 'transaccion_proveedor' => 'ap_transaction', + 'gestión_de_cobro' => 'ar_transaction', + 'continuar' => 'continue', + 'borrar' => 'delete', + 'registrar' => 'post', + 'registrar_como_nuevo' => 'post_as_new', + 'imprimir' => 'print', + 'imprimir_y_muestre' => 'print_and_post', + 'factura_de_venta_' => 'sales_invoice_', + 'destino' => 'ship_to', + 'actualizar' => 'update', + 'factura_de_proveedor_' => 'vendor_invoice_', + 'si' => 'yes', +}; + +1; + diff --git a/locale/ec/ar b/locale/ec/ar new file mode 100755 index 00000000..fd823022 --- /dev/null +++ b/locale/ec/ar @@ -0,0 +1,210 @@ +$self{texts} = { + 'AP Outstanding' => 'Impagados Proveedores', + 'AP Transaction' => 'Transaccion Proveedor', + 'AP Transactions' => 'Gestiones de pagos', + 'AR Outstanding' => 'Impagados Cartera', + 'AR Transaction' => 'Gestión de cobro', + 'AR Transactions' => 'Gestiones de cobros', + 'Account' => 'Cuenta', + 'Accounting Menu' => 'Menú general', + 'Add AP Transaction' => 'Añadir Asiento de CxP', + 'Add AR Transaction' => 'Añadir Asiento de CxP', + 'Address' => 'Dirección', + 'Amount' => 'Total', + 'Amount Due' => 'Cantidad adeudada', + 'Apr' => 'Abr', + 'April' => 'Abril', + 'Are you sure you want to delete Transaction' => '¿Está seguro de que desea borrar la transacción?', + 'Aug' => 'Ago', + 'August' => 'Agosto', + 'Bcc' => 'Bcc', + 'Cannot delete transaction!' => '¡No se puede borrar la transacción!', + 'Cannot post payment for a closed period!' => '¡No se puede registrar un pago en un periodo ya cerrado!', + 'Cannot post transaction for a closed period!' => '¡No se puede registrar una transacción para un periodo cerrado', + 'Cannot post transaction!' => '¡No se puede registrar la transacción', + 'Cc' => 'Cc', + 'Check' => 'Cheque', + 'Closed' => 'Cerrado', + 'Confirm!' => 'Confirmar', + 'Continue' => 'Continuar', + 'Credit' => 'Crédito', + 'Credit Limit' => 'Limite de credito', + 'Curr' => 'Mon.', + 'Currency' => 'Moneda', + 'Current' => 'Actual', + 'Customer' => 'Cliente', + 'Customer missing!' => '¡Falta el cliente!', + 'Customer not on file!' => '¡El cliente no existe!', + 'Date' => 'Fecha', + 'Date Paid' => 'Fecha de pago', + 'Debit' => 'Débito', + 'Dec' => 'Dic', + 'December' => 'Diciembre', + 'Delete' => 'Borrar', + 'Department' => 'Departamento', + 'Description' => 'Descripción', + 'Detail' => 'Detalle', + 'Due Date' => 'Fecha de vencimiento', + 'Due Date missing!' => 'Falta la fecha de vencimiento', + 'E-mail' => 'Correo electrónico', + 'Edit AP Transaction' => 'Editar Asiento de CxP', + 'Edit AR Transaction' => 'Editar Asiento de CxC', + 'Employee' => 'Colaborador/Empleado', + 'Exch' => 'Cambio', + 'Exchange Rate' => 'Tasa de Cambio', + 'Exchange rate for payment missing!' => '¡Falta tasa de Cambio para pago!', + 'Exchange rate missing!' => '¡Falta Tasa de Cambio!', + 'Feb' => 'Feb', + 'February' => 'Febrero', + 'From' => 'Desde', + 'ID' => 'ID', + 'Include in Report' => 'Incluir en informe', + 'Invoice' => 'Factura de Venta', + 'Invoice Date' => 'Fecha de factura', + 'Invoice Date missing!' => 'No se ha definido la fecha de la factura', + 'Invoice Number' => 'Número de factura', + 'Jan' => 'Ene', + 'January' => 'Enero', + 'Jul' => 'Jul', + 'July' => 'Julio', + 'Jun' => 'Jun', + 'June' => 'Junio', + 'Manager' => 'Gerente', + 'Mar' => 'Mar', + 'March' => 'Marzo', + 'May' => 'Mayo', + 'May ' => 'Mayo', + 'Memo' => 'Memo', + 'Message' => 'Mensaje', + 'Month' => 'Mes', + 'No.' => 'No', + 'Notes' => 'Notas', + 'Nothing to print!' => '¡No hay nada que imprimir!', + 'Nov' => 'Nov', + 'November' => 'Noviembre', + 'Number' => 'Número', + 'Oct' => 'Oct', + 'October' => 'Octubre', + 'Open' => 'Abierto', + 'Order' => 'Orden', + 'Order Number' => 'Número de orden', + 'PDF' => 'PDF', + 'Paid' => 'Pagado', + 'Payment date missing!' => 'No se encuentra la fecha de pago', + 'Payments' => 'Vencimientos impagados', + 'Period' => 'Período', + 'Post' => 'Registrar', + 'Post as new' => 'Registrar como nuevo', + 'Postscript' => 'Postscript', + 'Print' => 'Imprimir', + 'Print and Post' => 'Imprimir y Muestre', + 'Printed' => 'Impreso', + 'Project' => 'Proyecto', + 'Project not on file!' => '¡Proyecto no en archivo!', + 'Quarter' => 'Trimestre', + 'Receipt' => 'Recibo', + 'Reference' => 'Referencia', + 'Remaining' => 'Resto', + 'Sales Invoice.' => 'Factura de venta.', + 'Salesperson' => 'Vendedor', + 'Screen' => 'Pantalla', + 'Select from one of the names below' => 'Seleccione uno de los nombres de la lista', + 'Select from one of the projects below' => 'Seleccione de uno de los proyectos siguientes', + 'Select payment' => '¡Seleccione Pago!', + 'Select postscript or PDF!' => '¡Seleccione postscript o PDF', + 'Sep' => 'Sep', + 'September' => 'Septiembre', + 'Ship to' => 'Destino', + 'Ship via' => 'Envio por', + 'Shipping Point' => 'Puerto de Embarque', + 'Source' => 'Fuente', + 'Startdate' => 'FechaInicio', + 'Subject' => 'Asunto', + 'Subtotal' => 'Subtotal', + 'Summary' => 'Resúmen', + 'Tax' => 'Impuestos', + 'Tax Included' => 'Impuestos incluidos en el precio', + 'Till' => 'Caja', + 'To' => 'Hasta ', + 'Total' => 'Total', + 'Transaction' => 'Asiento', + 'Transaction deleted!' => '¡Transacción borrada!', + 'Transaction posted!' => '¡Transacción registrada!', + 'Update' => 'Actualizar', + 'Vendor' => 'Proveedor', + 'Vendor Invoice.' => 'Factura de proveedor.', + 'Vendor missing!' => '¡Falta el proveedor!', + 'Vendor not on file!' => '¡No se encuentra el proveedor en la base de datos!', + 'Warning!' => '¡Precaución!', + 'Year' => 'Año', + 'Yes' => 'Si', + 'sent' => 'enviado', +}; + +$self{subs} = { + 'acc_menu' => 'acc_menu', + 'add' => 'add', + 'add_transaction' => 'add_transaction', + 'ap_transaction' => 'ap_transaction', + 'ar_transaction' => 'ar_transaction', + 'check_name' => 'check_name', + 'check_project' => 'check_project', + 'continue' => 'continue', + 'create_links' => 'create_links', + 'customer_details' => 'customer_details', + 'delete' => 'delete', + 'delete_schedule' => 'delete_schedule', + 'display' => 'display', + 'display_form' => 'display_form', + 'edit' => 'edit', + 'form_footer' => 'form_footer', + 'form_header' => 'form_header', + 'gl_transaction' => 'gl_transaction', + 'js_menu' => 'js_menu', + 'menubar' => 'menubar', + 'name_selected' => 'name_selected', + 'payment_selected' => 'payment_selected', + 'post' => 'post', + 'post_as_new' => 'post_as_new', + 'print' => 'print', + 'print_and_post' => 'print_and_post', + 'print_and_post_as_new' => 'print_and_post_as_new', + 'print_check' => 'print_check', + 'print_options' => 'print_options', + 'print_receipt' => 'print_receipt', + 'print_transaction' => 'print_transaction', + 'project_selected' => 'project_selected', + 'rebuild_vc' => 'rebuild_vc', + 'repost' => 'repost', + 'reprint' => 'reprint', + 'sales_invoice_' => 'sales_invoice_', + 'save_schedule' => 'save_schedule', + 'schedule' => 'schedule', + 'search' => 'search', + 'section_menu' => 'section_menu', + 'select_name' => 'select_name', + 'select_payment' => 'select_payment', + 'select_project' => 'select_project', + 'subtotal' => 'subtotal', + 'transactions' => 'transactions', + 'update' => 'update', + 'vendor_details' => 'vendor_details', + 'vendor_invoice_' => 'vendor_invoice_', + 'yes' => 'yes', + 'transaccion_proveedor' => 'ap_transaction', + 'gestión_de_cobro' => 'ar_transaction', + 'continuar' => 'continue', + 'borrar' => 'delete', + 'registrar' => 'post', + 'registrar_como_nuevo' => 'post_as_new', + 'imprimir' => 'print', + 'imprimir_y_muestre' => 'print_and_post', + 'factura_de_venta_' => 'sales_invoice_', + 'destino' => 'ship_to', + 'actualizar' => 'update', + 'factura_de_proveedor_' => 'vendor_invoice_', + 'si' => 'yes', +}; + +1; + diff --git a/locale/ec/arap b/locale/ec/arap new file mode 100755 index 00000000..e968ab99 --- /dev/null +++ b/locale/ec/arap @@ -0,0 +1,51 @@ +$self{texts} = { + 'Address' => 'Dirección', + 'Bcc' => 'Bcc', + 'Cc' => 'Cc', + 'Continue' => 'Continuar', + 'Customer not on file!' => '¡El cliente no existe!', + 'Date' => 'Fecha', + 'Description' => 'Descripción', + 'E-mail' => 'Correo electrónico', + 'Message' => 'Mensaje', + 'Number' => 'Número', + 'Print' => 'Imprimir', + 'Project not on file!' => '¡Proyecto no en archivo!', + 'Reference' => 'Referencia', + 'Select from one of the names below' => 'Seleccione uno de los nombres de la lista', + 'Select from one of the projects below' => 'Seleccione de uno de los proyectos siguientes', + 'Startdate' => 'FechaInicio', + 'Subject' => 'Asunto', + 'To' => 'Hasta ', + 'Vendor not on file!' => '¡No se encuentra el proveedor en la base de datos!', + 'Warning!' => '¡Precaución!', + 'sent' => 'enviado', +}; + +$self{subs} = { + 'add_transaction' => 'add_transaction', + 'ap_transaction' => 'ap_transaction', + 'ar_transaction' => 'ar_transaction', + 'check_name' => 'check_name', + 'check_project' => 'check_project', + 'continue' => 'continue', + 'delete_schedule' => 'delete_schedule', + 'gl_transaction' => 'gl_transaction', + 'name_selected' => 'name_selected', + 'post_as_new' => 'post_as_new', + 'print_and_post_as_new' => 'print_and_post_as_new', + 'project_selected' => 'project_selected', + 'rebuild_vc' => 'rebuild_vc', + 'repost' => 'repost', + 'reprint' => 'reprint', + 'sales_invoice_' => 'sales_invoice_', + 'save_schedule' => 'save_schedule', + 'schedule' => 'schedule', + 'select_name' => 'select_name', + 'select_project' => 'select_project', + 'vendor_invoice_' => 'vendor_invoice_', + 'continuar' => 'continue', +}; + +1; + diff --git a/locale/ec/arapprn b/locale/ec/arapprn new file mode 100755 index 00000000..54ffd18e --- /dev/null +++ b/locale/ec/arapprn @@ -0,0 +1,32 @@ +$self{texts} = { + 'Account' => 'Cuenta', + 'Amount' => 'Total', + 'Continue' => 'Continuar', + 'Date' => 'Fecha', + 'Memo' => 'Memo', + 'Nothing to print!' => '¡No hay nada que imprimir!', + 'PDF' => 'PDF', + 'Postscript' => 'Postscript', + 'Printed' => 'Impreso', + 'Screen' => 'Pantalla', + 'Select payment' => '¡Seleccione Pago!', + 'Select postscript or PDF!' => '¡Seleccione postscript o PDF', + 'Source' => 'Fuente', +}; + +$self{subs} = { + 'customer_details' => 'customer_details', + 'payment_selected' => 'payment_selected', + 'print' => 'print', + 'print_and_post' => 'print_and_post', + 'print_check' => 'print_check', + 'print_options' => 'print_options', + 'print_receipt' => 'print_receipt', + 'print_transaction' => 'print_transaction', + 'select_payment' => 'select_payment', + 'vendor_details' => 'vendor_details', + 'continuar' => 'continue', +}; + +1; + diff --git a/locale/ec/bp b/locale/ec/bp new file mode 100755 index 00000000..a1ec4eb4 --- /dev/null +++ b/locale/ec/bp @@ -0,0 +1,67 @@ +$self{texts} = { + 'Account' => 'Cuenta', + 'Accounting Menu' => 'Menú general', + 'Are you sure you want to remove the marked entries from the queue?' => '¿Está seguro de que quiere borrar las entradas señaladas de la cola?', + 'Bin Lists' => 'Listas de Compatimiento', + 'Cannot remove files!' => '¡No se puede remover archivos!', + 'Confirm!' => 'Confirmar', + 'Continue' => 'Continuar', + 'Current' => 'Actual', + 'Customer' => 'Cliente', + 'Date' => 'Fecha', + 'Employee' => 'Colaborador/Empleado', + 'From' => 'Desde', + 'ID' => 'ID', + 'Invoice' => 'Factura de Venta', + 'Invoice Number' => 'Número de factura', + 'Marked entries printed!' => '¡Impresas las entradas marcadas!', + 'Month' => 'Mes', + 'Order' => 'Orden', + 'Order Number' => 'Número de orden', + 'Packing Lists' => 'Lista de Empaque', + 'Period' => 'Período', + 'Pick Lists' => 'Listas de Selección', + 'Print' => 'Imprimir', + 'Purchase Orders' => 'Pedidos', + 'Quarter' => 'Trimestre', + 'Quotation' => 'Cotización', + 'Quotation Number' => 'Número de Cotización', + 'Quotations' => 'Cotizaciones', + 'RFQs' => 'Requerimiento de Cotizaciónes', + 'Remove' => 'Remover', + 'Removed spoolfiles!' => 'Archivos de ', + 'Removing marked entries from queue ...' => 'Removiendo entradas marcadas de la cola...', + 'Sales Invoices' => 'Facturas de Ventas', + 'Sales Orders' => 'Ordenes de Venta', + 'Select all' => 'Seleccione todo', + 'Spoolfile' => 'Archivo de carrete', + 'To' => 'Hasta ', + 'Vendor' => 'Proveedor', + 'Work Orders' => 'Ordenes de Trabajo', + 'Year' => 'Año', + 'Yes' => 'Si', + 'done' => 'hecho', +}; + +$self{subs} = { + 'acc_menu' => 'acc_menu', + 'continue' => 'continue', + 'display' => 'display', + 'js_menu' => 'js_menu', + 'list_spool' => 'list_spool', + 'menubar' => 'menubar', + 'print' => 'print', + 'remove' => 'remove', + 'search' => 'search', + 'section_menu' => 'section_menu', + 'select_all' => 'select_all', + 'yes' => 'yes', + 'continuar' => 'continue', + 'imprimir' => 'print', + 'remover' => 'remove', + 'seleccione_todo' => 'select_all', + 'si' => 'yes', +}; + +1; + diff --git a/locale/ec/ca b/locale/ec/ca new file mode 100755 index 00000000..26c25458 --- /dev/null +++ b/locale/ec/ca @@ -0,0 +1,59 @@ +$self{texts} = { + 'Account' => 'Cuenta', + 'Apr' => 'Abr', + 'April' => 'Abril', + 'Aug' => 'Ago', + 'August' => 'Agosto', + 'Balance' => 'Balance', + 'Chart of Accounts' => 'Plan de cuentas', + 'Credit' => 'Crédito', + 'Current' => 'Actual', + 'Date' => 'Fecha', + 'Debit' => 'Débito', + 'Dec' => 'Dic', + 'December' => 'Diciembre', + 'Department' => 'Departamento', + 'Description' => 'Descripción', + 'Feb' => 'Feb', + 'February' => 'Febrero', + 'From' => 'Desde', + 'GIFI' => 'Plan Único de Cuentas (PUC)', + 'Include in Report' => 'Incluir en informe', + 'Jan' => 'Ene', + 'January' => 'Enero', + 'Jul' => 'Jul', + 'July' => 'Julio', + 'Jun' => 'Jun', + 'June' => 'Junio', + 'List Transactions' => 'Listar transacciones', + 'Mar' => 'Mar', + 'March' => 'Marzo', + 'May' => 'Mayo', + 'May ' => 'Mayo', + 'Month' => 'Mes', + 'Nov' => 'Nov', + 'November' => 'Noviembre', + 'Oct' => 'Oct', + 'October' => 'Octubre', + 'Period' => 'Período', + 'Project Number' => 'número del projecto', + 'Quarter' => 'Trimestre', + 'R' => 'Reconciliado', + 'Reference' => 'Referencia', + 'Sep' => 'Sep', + 'September' => 'Septiembre', + 'Subtotal' => 'Subtotal', + 'To' => 'Hasta ', + 'Year' => 'Año', +}; + +$self{subs} = { + 'ca_subtotal' => 'ca_subtotal', + 'chart_of_accounts' => 'chart_of_accounts', + 'list' => 'list', + 'list_transactions' => 'list_transactions', + 'listar_transacciones' => 'list_transactions', +}; + +1; + diff --git a/locale/ec/cp b/locale/ec/cp new file mode 100755 index 00000000..e2335eb0 --- /dev/null +++ b/locale/ec/cp @@ -0,0 +1,123 @@ +$self{texts} = { + 'AP' => 'Facturas de Proveedores', + 'AR' => 'Facturas de Ventas', + 'Account' => 'Cuenta', + 'Accounting Menu' => 'Menú general', + 'Address' => 'Dirección', + 'All' => 'Todos', + 'Amount' => 'Total', + 'Amount Due' => 'Cantidad adeudada', + 'Bcc' => 'Bcc', + 'Cannot post Payment!' => 'No se puede desplegar Pago', + 'Cannot post Receipt!' => 'No se puede desplegar Recibo', + 'Cannot post payment for a closed period!' => '¡No se puede registrar un pago en un periodo ya cerrado!', + 'Cc' => 'Cc', + 'Continue' => 'Continuar', + 'Currency' => 'Moneda', + 'Customer' => 'Cliente', + 'Customer not on file!' => '¡El cliente no existe!', + 'Date' => 'Fecha', + 'Date missing!' => '¡Falta la fecha!', + 'Department' => 'Departamento', + 'Deposit' => 'Depósito', + 'Description' => 'Descripción', + 'Due Date' => 'Fecha de vencimiento', + 'E-mail' => 'Correo electrónico', + 'Exchange Rate' => 'Tasa de Cambio', + 'Exchange rate missing!' => '¡Falta Tasa de Cambio!', + 'From' => 'Desde', + 'Invoice' => 'Factura de Venta', + 'Invoices' => 'Facturas', + 'Language' => 'Lenguaje', + 'Memo' => 'Memo', + 'Message' => 'Mensaje', + 'Number' => 'Número', + 'PDF' => 'PDF', + 'Payment' => 'Comprobante de Egreso', + 'Payment posted!' => '¡Pago registrado!', + 'Payments' => 'Vencimientos impagados', + 'Post' => 'Registrar', + 'Postscript' => 'Postscript', + 'Prepayment' => 'Prepago', + 'Print' => 'Imprimir', + 'Project not on file!' => '¡Proyecto no en archivo!', + 'Receipt' => 'Recibo', + 'Receipt posted!' => '¡Recibo desplegado!', + 'Receipts' => 'Recibos', + 'Reference' => 'Referencia', + 'Screen' => 'Pantalla', + 'Select' => 'Seleccione', + 'Select all' => 'Seleccione todo', + 'Select from one of the names below' => 'Seleccione uno de los nombres de la lista', + 'Select from one of the projects below' => 'Seleccione de uno de los proyectos siguientes', + 'Select postscript or PDF!' => '¡Seleccione postscript o PDF', + 'Source' => 'Fuente', + 'Startdate' => 'FechaInicio', + 'Subject' => 'Asunto', + 'To' => 'Hasta ', + 'Update' => 'Actualizar', + 'Vendor' => 'Proveedor', + 'Vendor not on file!' => '¡No se encuentra el proveedor en la base de datos!', + 'Warning!' => '¡Precaución!', + 'sent' => 'enviado', +}; + +$self{subs} = { + 'acc_menu' => 'acc_menu', + 'add_transaction' => 'add_transaction', + 'ap_transaction' => 'ap_transaction', + 'ar_transaction' => 'ar_transaction', + 'check_form' => 'check_form', + 'check_name' => 'check_name', + 'check_openvc' => 'check_openvc', + 'check_project' => 'check_project', + 'continue' => 'continue', + 'customer_details' => 'customer_details', + 'delete_schedule' => 'delete_schedule', + 'display' => 'display', + 'gl_transaction' => 'gl_transaction', + 'invoices_due' => 'invoices_due', + 'js_menu' => 'js_menu', + 'list_invoices' => 'list_invoices', + 'menubar' => 'menubar', + 'name_selected' => 'name_selected', + 'payment' => 'payment', + 'payment_footer' => 'payment_footer', + 'payment_header' => 'payment_header', + 'payments' => 'payments', + 'payments_footer' => 'payments_footer', + 'payments_header' => 'payments_header', + 'post' => 'post', + 'post_as_new' => 'post_as_new', + 'post_payment' => 'post_payment', + 'post_payments' => 'post_payments', + 'print' => 'print', + 'print_and_post_as_new' => 'print_and_post_as_new', + 'print_form' => 'print_form', + 'print_payment' => 'print_payment', + 'print_payments' => 'print_payments', + 'project_selected' => 'project_selected', + 'rebuild_vc' => 'rebuild_vc', + 'repost' => 'repost', + 'reprint' => 'reprint', + 'sales_invoice_' => 'sales_invoice_', + 'save_schedule' => 'save_schedule', + 'schedule' => 'schedule', + 'section_menu' => 'section_menu', + 'select_all' => 'select_all', + 'select_name' => 'select_name', + 'select_project' => 'select_project', + 'update' => 'update', + 'update_payment' => 'update_payment', + 'update_payments' => 'update_payments', + 'vendor_details' => 'vendor_details', + 'vendor_invoice_' => 'vendor_invoice_', + 'continuar' => 'continue', + 'registrar' => 'post', + 'imprimir' => 'print', + 'seleccione_todo' => 'select_all', + 'actualizar' => 'update', +}; + +1; + diff --git a/locale/ec/ct b/locale/ec/ct new file mode 100755 index 00000000..078b6ccc --- /dev/null +++ b/locale/ec/ct @@ -0,0 +1,186 @@ +$self{texts} = { + 'AP Transaction' => 'Transaccion Proveedor', + 'AP Transactions' => 'Gestiones de pagos', + 'AR Transaction' => 'Gestión de cobro', + 'AR Transactions' => 'Gestiones de cobros', + 'Accounting Menu' => 'Menú general', + 'Active' => 'Activo', + 'Add Customer' => 'Añadir cliente', + 'Add Vendor' => 'Añadir proveedor', + 'Address' => 'Dirección', + 'All' => 'Todos', + 'Amount' => 'Total', + 'BIC' => 'Swift', + 'Bcc' => 'Bcc', + 'Billing Address' => 'Dirección de Cobro', + 'Break' => '¡Roto!', + 'Cannot delete customer!' => '¡No se puede borrar el cliente!', + 'Cannot delete vendor!' => '¡No se puede borrar el vendedor!', + 'Cc' => 'Cc', + 'City' => 'Ciudad', + 'Closed' => 'Cerrado', + 'Company Name' => 'Nombre de Compañía', + 'Contact' => 'Contacto', + 'Continue' => 'Continuar', + 'Cost' => 'Costo', + 'Could not save pricelist!' => '¡No se puede grabar lista de precios!', + 'Country' => 'País', + 'Credit Limit' => 'Limite de credito', + 'Curr' => 'Mon.', + 'Currency' => 'Moneda', + 'Customer History' => 'Historial del Cliente', + 'Customer Number' => 'Número de Cliente', + 'Customer deleted!' => '¡Cliente borrado!', + 'Customer saved!' => '¡Cliente guardado!', + 'Customers' => 'Clientes', + 'Delete' => 'Borrar', + 'Delivery Date' => 'Fecha de entrega', + 'Description' => 'Descripción', + 'Detail' => 'Detalle', + 'Discount' => 'Descuento', + 'E-mail' => 'Correo electrónico', + 'Edit Customer' => 'Editar Cliente', + 'Edit Vendor' => 'Editar Proveedor', + 'Employee' => 'Colaborador/Empleado', + 'Enddate' => 'Fecha Final', + 'Fax' => 'Fax', + 'From' => 'Desde', + 'GIFI' => 'Plan Único de Cuentas (PUC)', + 'Group' => 'Grupo', + 'IBAN' => 'IBAN', + 'ID' => 'ID', + 'Include in Report' => 'Incluir en informe', + 'Invoice' => 'Factura de Venta', + 'Item already on pricelist!' => '¡Artículo existe en lista de precios!', + 'Item not on file!' => 'El concepto no se encuentra en ningún archivo', + 'Language' => 'Lenguaje', + 'Leadtime' => 'Plazo', + 'Manager' => 'Gerente', + 'Name' => 'Nombre', + 'Name missing!' => '¡Falta el nombre!', + 'No.' => 'No', + 'Notes' => 'Notas', + 'Number' => 'Número', + 'Open' => 'Abierto', + 'Order' => 'Orden', + 'Orphaned' => 'Independiente', + 'POS' => 'PdV', + 'Phone' => 'Teléfono', + 'Pricegroup' => 'Preciogrupo', + 'Pricelist' => 'Lista de Precios', + 'Project Number' => 'número del projecto', + 'Purchase Order' => 'Pedido', + 'Purchase Orders' => 'Pedidos', + 'Qty' => 'Cantidad', + 'Quotation' => 'Cotización', + 'Quotations' => 'Cotizaciones', + 'RFQ' => 'Requerimiento de Cotización', + 'Request for Quotations' => 'Pedido de Cotizaciónes', + 'SIC' => 'Código Industrial Estandard', + 'SKU' => 'Unidad de Mantenimiento de Stock', + 'Sales Invoice' => 'Factura de venta', + 'Sales Invoices' => 'Facturas de Ventas', + 'Sales Order' => 'Orden de Venta', + 'Sales Orders' => 'Ordenes de Venta', + 'Salesperson' => 'Vendedor', + 'Save' => 'Guardar', + 'Save Pricelist' => 'Lista de Precios Guardada', + 'Save as new' => 'Guardar como nuevo', + 'Search' => 'Buscar', + 'Sell Price' => 'Precio de venta', + 'Serial Number' => 'Número Serie', + 'Shipping Address' => 'Dirección de Embarque', + 'Startdate' => 'FechaInicio', + 'State' => 'Estado', + 'State/Province' => 'Estado/Provincia', + 'Sub-contract GIFI' => 'RUC', + 'Subtotal' => 'Subtotal', + 'Summary' => 'Resúmen', + 'Tax' => 'Impuestos', + 'Tax Included' => 'Impuestos incluidos en el precio', + 'Tax Number' => 'Número de Impuesto', + 'Tax Number / SSN' => 'Número de Impuesto / SSN', + 'Taxable' => 'Impuestos gravables', + 'Terms' => 'Términos', + 'To' => 'Hasta ', + 'Total' => 'Total', + 'Type of Business' => 'Tipo de Negocio', + 'Unit' => 'Unidad', + 'Update' => 'Actualizar', + 'Vendor History' => 'Historia de Proveedor', + 'Vendor Invoice' => 'Factura de proveedor', + 'Vendor Invoices' => 'Facturas de proveedor', + 'Vendor Number' => 'Número de Proveedor', + 'Vendor deleted!' => '¡Proveedor borrado!', + 'Vendor saved!' => '¡Proveedor guardado!', + 'Vendors' => 'Proveedores', + 'Zip/Postal Code' => 'Código Postal', + 'days' => 'días', +}; + +$self{subs} = { + 'acc_menu' => 'acc_menu', + 'add' => 'add', + 'add_customer' => 'add_customer', + 'add_transaction' => 'add_transaction', + 'add_vendor' => 'add_vendor', + 'ap_transaction' => 'ap_transaction', + 'ar_transaction' => 'ar_transaction', + 'continue' => 'continue', + 'customer_pricelist' => 'customer_pricelist', + 'delete' => 'delete', + 'display' => 'display', + 'display_pricelist' => 'display_pricelist', + 'edit' => 'edit', + 'form_footer' => 'form_footer', + 'form_header' => 'form_header', + 'history' => 'history', + 'include_in_report' => 'include_in_report', + 'item_selected' => 'item_selected', + 'js_menu' => 'js_menu', + 'list_history' => 'list_history', + 'list_names' => 'list_names', + 'list_subtotal' => 'list_subtotal', + 'menubar' => 'menubar', + 'pos' => 'pos', + 'pricelist' => 'pricelist', + 'pricelist_footer' => 'pricelist_footer', + 'pricelist_header' => 'pricelist_header', + 'purchase_order' => 'purchase_order', + 'quotation' => 'quotation', + 'rfq' => 'rfq', + 'sales_invoice' => 'sales_invoice', + 'sales_order' => 'sales_order', + 'save' => 'save', + 'save_as_new' => 'save_as_new', + 'save_pricelist' => 'save_pricelist', + 'search' => 'search', + 'search_name' => 'search_name', + 'section_menu' => 'section_menu', + 'select_item' => 'select_item', + 'transactions' => 'transactions', + 'update' => 'update', + 'vendor_invoice' => 'vendor_invoice', + 'vendor_pricelist' => 'vendor_pricelist', + 'transaccion_proveedor' => 'ap_transaction', + 'gestión_de_cobro' => 'ar_transaction', + 'añadir_cliente' => 'add_customer', + 'añadir_proveedor' => 'add_vendor', + 'continuar' => 'continue', + 'borrar' => 'delete', + 'pdv' => 'pos', + 'lista_de_precios' => 'pricelist', + 'pedido' => 'purchase_order', + 'cotización' => 'quotation', + 'requerimiento_de_cotización' => 'rfq', + 'factura_de_venta' => 'sales_invoice', + 'orden_de_venta' => 'sales_order', + 'guardar' => 'save', + 'lista_de_precios_guardada' => 'save_pricelist', + 'guardar_como_nuevo' => 'save_as_new', + 'actualizar' => 'update', + 'factura_de_proveedor' => 'vendor_invoice', +}; + +1; + diff --git a/locale/ec/gl b/locale/ec/gl new file mode 100755 index 00000000..f1a83bfe --- /dev/null +++ b/locale/ec/gl @@ -0,0 +1,158 @@ +$self{texts} = { + 'AP Transaction' => 'Transaccion Proveedor', + 'AR Transaction' => 'Gestión de cobro', + 'Account' => 'Cuenta', + 'Accounting Menu' => 'Menú general', + 'Add Cash Transfer Transaction' => 'Agregar transacción', + 'Add General Ledger Transaction' => 'Añadir Nota de Contabilidad', + 'Address' => 'Dirección', + 'All' => 'Todos', + 'Amount' => 'Total', + 'Apr' => 'Abr', + 'April' => 'Abril', + 'Are you sure you want to delete Transaction' => '¿Está seguro de que desea borrar la transacción?', + 'Asset' => 'Activo', + 'Aug' => 'Ago', + 'August' => 'Agosto', + 'Balance' => 'Balance', + 'Bcc' => 'Bcc', + 'Cannot delete transaction!' => '¡No se puede borrar la transacción!', + 'Cannot post transaction for a closed period!' => '¡No se puede registrar una transacción para un periodo cerrado', + 'Cannot post transaction!' => '¡No se puede registrar la transacción', + 'Cc' => 'Cc', + 'Confirm!' => 'Confirmar', + 'Continue' => 'Continuar', + 'Credit' => 'Crédito', + 'Current' => 'Actual', + 'Customer not on file!' => '¡El cliente no existe!', + 'Date' => 'Fecha', + 'Debit' => 'Débito', + 'Dec' => 'Dic', + 'December' => 'Diciembre', + 'Delete' => 'Borrar', + 'Department' => 'Departamento', + 'Description' => 'Descripción', + 'E-mail' => 'Correo electrónico', + 'Edit Cash Transfer Transaction' => 'Editar Transacción en Effectivo', + 'Edit General Ledger Transaction' => 'Editar Notas Contables', + 'Equity' => 'Balance', + 'Expense' => 'Gastos', + 'FX' => 'Tasa de Cambio', + 'Feb' => 'Feb', + 'February' => 'Febrero', + 'From' => 'Desde', + 'GIFI' => 'Plan Único de Cuentas (PUC)', + 'GL Transaction' => 'Nota de Contabilidad', + 'General Ledger' => 'Notas de Contabilidad', + 'ID' => 'ID', + 'Include in Report' => 'Incluir en informe', + 'Income' => 'Ingresos', + 'Jan' => 'Ene', + 'January' => 'Enero', + 'Jul' => 'Jul', + 'July' => 'Julio', + 'Jun' => 'Jun', + 'June' => 'Junio', + 'Liability' => 'Pasivo', + 'Mar' => 'Mar', + 'March' => 'Marzo', + 'May' => 'Mayo', + 'May ' => 'Mayo', + 'Memo' => 'Memo', + 'Message' => 'Mensaje', + 'Month' => 'Mes', + 'Notes' => 'Notas', + 'Nov' => 'Nov', + 'November' => 'Noviembre', + 'Number' => 'Número', + 'Oct' => 'Oct', + 'October' => 'Octubre', + 'Out of balance transaction!' => '¡Transacción Fuera de BAlance', + 'Period' => 'Período', + 'Post' => 'Registrar', + 'Post as new' => 'Registrar como nuevo', + 'Print' => 'Imprimir', + 'Project' => 'Proyecto', + 'Project not on file!' => '¡Proyecto no en archivo!', + 'Quarter' => 'Trimestre', + 'R' => 'Reconciliado', + 'Reference' => 'Referencia', + 'Reports' => 'Informes', + 'Sales Invoice ' => 'Factura de venta ', + 'Select from one of the names below' => 'Seleccione uno de los nombres de la lista', + 'Select from one of the projects below' => 'Seleccione de uno de los proyectos siguientes', + 'Sep' => 'Sep', + 'September' => 'Septiembre', + 'Source' => 'Fuente', + 'Startdate' => 'FechaInicio', + 'Subject' => 'Asunto', + 'Subtotal' => 'Subtotal', + 'To' => 'Hasta ', + 'Transaction Date missing!' => 'No se ha definido la fecha de la transacción', + 'Transaction deleted!' => '¡Transacción borrada!', + 'Transaction posted!' => '¡Transacción registrada!', + 'Update' => 'Actualizar', + 'Vendor Invoice ' => 'Factura de proveedor ', + 'Vendor not on file!' => '¡No se encuentra el proveedor en la base de datos!', + 'Warning!' => '¡Precaución!', + 'Year' => 'Año', + 'Yes' => 'Si', + 'sent' => 'enviado', +}; + +$self{subs} = { + 'acc_menu' => 'acc_menu', + 'add' => 'add', + 'add_transaction' => 'add_transaction', + 'ap_transaction' => 'ap_transaction', + 'ar_transaction' => 'ar_transaction', + 'check_name' => 'check_name', + 'check_project' => 'check_project', + 'continue' => 'continue', + 'create_links' => 'create_links', + 'delete' => 'delete', + 'delete_schedule' => 'delete_schedule', + 'display' => 'display', + 'display_form' => 'display_form', + 'display_rows' => 'display_rows', + 'edit' => 'edit', + 'form_footer' => 'form_footer', + 'form_header' => 'form_header', + 'generate_report' => 'generate_report', + 'gl_subtotal' => 'gl_subtotal', + 'gl_transaction' => 'gl_transaction', + 'js_menu' => 'js_menu', + 'menubar' => 'menubar', + 'name_selected' => 'name_selected', + 'post' => 'post', + 'post_as_new' => 'post_as_new', + 'print_and_post_as_new' => 'print_and_post_as_new', + 'project_selected' => 'project_selected', + 'rebuild_vc' => 'rebuild_vc', + 'repost' => 'repost', + 'reprint' => 'reprint', + 'sales_invoice_' => 'sales_invoice_', + 'save_schedule' => 'save_schedule', + 'schedule' => 'schedule', + 'search' => 'search', + 'section_menu' => 'section_menu', + 'select_name' => 'select_name', + 'select_project' => 'select_project', + 'update' => 'update', + 'vendor_invoice_' => 'vendor_invoice_', + 'yes' => 'yes', + 'transaccion_proveedor' => 'ap_transaction', + 'gestión_de_cobro' => 'ar_transaction', + 'continuar' => 'continue', + 'borrar' => 'delete', + 'nota_de_contabilidad' => 'gl_transaction', + 'registrar' => 'post', + 'registrar_como_nuevo' => 'post_as_new', + 'factura_de_venta_' => 'sales_invoice_', + 'actualizar' => 'update', + 'factura_de_proveedor_' => 'vendor_invoice_', + 'si' => 'yes', +}; + +1; + diff --git a/locale/ec/hr b/locale/ec/hr new file mode 100755 index 00000000..de3eccec --- /dev/null +++ b/locale/ec/hr @@ -0,0 +1,117 @@ +$self{texts} = { + 'AP' => 'Facturas de Proveedores', + 'Above' => 'Arriba', + 'Accounting Menu' => 'Menú general', + 'Active' => 'Activo', + 'Add Deduction' => 'Añadir Deducción', + 'Add Employee' => 'Añadir Empleado', + 'Address' => 'Dirección', + 'Administrator' => 'Administrador', + 'After Deduction' => 'Después de Deducción', + 'All' => 'Todos', + 'Allowances' => 'Permisos', + 'Amount' => 'Total', + 'Amount missing!' => 'Valor faltante', + 'BIC' => 'Swift', + 'Based on' => 'Basado en', + 'Before Deduction' => 'Antes de la Deducción', + 'Below' => 'Abajo', + 'City' => 'Ciudad', + 'Continue' => 'Continuar', + 'Country' => 'País', + 'DOB' => 'Fecha de Nacimiento', + 'Deduct after' => 'Deducir luego', + 'Deduction deleted!' => '¡Deducción borrada!', + 'Deduction saved!' => '¡Guardada Deducción!', + 'Deductions' => 'Deducciones', + 'Delete' => 'Borrar', + 'Description' => 'Descripción', + 'Description missing!' => '¡Falta descripción!', + 'E-mail' => 'Correo electrónico', + 'Edit Deduction' => 'Editar Deducción', + 'Edit Employee' => 'Editar Empleado', + 'Employee' => 'Colaborador/Empleado', + 'Employee Name' => 'Empleado', + 'Employee Number' => 'Número de Empleado', + 'Employee deleted!' => '¡Empleado borrado!', + 'Employee pays' => 'Empleado paga', + 'Employee saved!' => '¡Empleado salvado!', + 'Employees' => 'Empleados', + 'Employer' => 'Empleador', + 'Employer pays' => 'Empleador paga', + 'Enddate' => 'Fecha Final', + 'Expense' => 'Gastos', + 'From' => 'Desde', + 'Home Phone' => 'Teléfono del Hogar', + 'IBAN' => 'IBAN', + 'ID' => 'ID', + 'Include in Report' => 'Incluir en informe', + 'Login' => 'Entrar', + 'Manager' => 'Gerente', + 'Maximum' => 'Máximo', + 'Name' => 'Nombre', + 'Name missing!' => '¡Falta el nombre!', + 'Notes' => 'Notas', + 'Number' => 'Número', + 'Orphaned' => 'Independiente', + 'Payroll Deduction' => 'Descuento del Rol de Pagos', + 'Rate' => 'Tarifa', + 'Rate missing!' => 'Falta Tarifa', + 'Role' => 'Rol', + 'S' => 'S', + 'SSN' => 'Número de Seguro Social', + 'Sales' => 'Ventas', + 'Save' => 'Guardar', + 'Save as new' => 'Guardar como nuevo', + 'Startdate' => 'FechaInicio', + 'State/Province' => 'Estado/Provincia', + 'Supervisor' => 'Supervisor', + 'To' => 'Hasta ', + 'Update' => 'Actualizar', + 'User' => 'Usuario', + 'Work Phone' => 'Teléfono del trabajo', + 'Zip/Postal Code' => 'Código Postal', +}; + +$self{subs} = { + 'acc_menu' => 'acc_menu', + 'add' => 'add', + 'add_deduction' => 'add_deduction', + 'add_employee' => 'add_employee', + 'continue' => 'continue', + 'deduction_footer' => 'deduction_footer', + 'deduction_header' => 'deduction_header', + 'deduction_links' => 'deduction_links', + 'delete' => 'delete', + 'delete_deduction' => 'delete_deduction', + 'delete_employee' => 'delete_employee', + 'display' => 'display', + 'edit' => 'edit', + 'employee_footer' => 'employee_footer', + 'employee_header' => 'employee_header', + 'employee_links' => 'employee_links', + 'js_menu' => 'js_menu', + 'list_employees' => 'list_employees', + 'menubar' => 'menubar', + 'save' => 'save', + 'save_as_new' => 'save_as_new', + 'save_deduction' => 'save_deduction', + 'save_employee' => 'save_employee', + 'search' => 'search', + 'search_deduction' => 'search_deduction', + 'search_employee' => 'search_employee', + 'section_menu' => 'section_menu', + 'update' => 'update', + 'update_deduction' => 'update_deduction', + 'update_employee' => 'update_employee', + 'añadir_deducción' => 'add_deduction', + 'añadir_empleado' => 'add_employee', + 'continuar' => 'continue', + 'borrar' => 'delete', + 'guardar' => 'save', + 'guardar_como_nuevo' => 'save_as_new', + 'actualizar' => 'update', +}; + +1; + diff --git a/locale/ec/ic b/locale/ec/ic new file mode 100755 index 00000000..7c6d5227 --- /dev/null +++ b/locale/ec/ic @@ -0,0 +1,277 @@ +$self{texts} = { + 'A' => 'A', + 'Accounting Menu' => 'Menú general', + 'Accounts' => 'Cuentas', + 'Accrual' => 'Acumulado', + 'Active' => 'Activo', + 'Add' => 'Añadir', + 'Add Assembly' => 'Añadir compuesto', + 'Add Labor/Overhead' => 'Adicionar Mano de Obra', + 'Add Part' => 'Añadir artículo', + 'Add Purchase Order' => 'Añadir pedido', + 'Add Quotation' => 'Añadir Cotización', + 'Add Request for Quotation' => 'Añadir Pedido de Cotización', + 'Add Sales Order' => 'Añadir cotización', + 'Add Service' => 'Añadir servicio', + 'Address' => 'Dirección', + 'Apr' => 'Abr', + 'April' => 'Abril', + 'Assemblies' => 'Compuestos', + 'Assemblies restocked!' => '¡Compuestos actualizados en almacen!', + 'Assembly' => 'Ensamblaje', + 'Attachment' => 'Adjunto', + 'Aug' => 'Ago', + 'August' => 'Agosto', + 'BOM' => 'Listado de piezas', + 'Bcc' => 'Bcc', + 'Billing Address' => 'Dirección de Cobro', + 'Bin' => 'Compatimiento', + 'Bin List' => 'Lista de Compatimiento', + 'Break' => '¡Roto!', + 'COGS' => 'Costo de los artículos', + 'Cannot delete item!' => '¡No se puede borrar el artículo!', + 'Cannot stock assemblies!' => '¡No se pueden almacenar los compuestos!', + 'Cash' => 'Efectivo', + 'Cc' => 'Cc', + 'Check Inventory' => 'Revisar Inventario', + 'City' => 'Ciudad', + 'Closed' => 'Cerrado', + 'Company Name' => 'Nombre de Compañía', + 'Components' => 'Componentes', + 'Contact' => 'Contacto', + 'Continue' => 'Continuar', + 'Copies' => 'Copias', + 'Cost' => 'Costo', + 'Country' => 'País', + 'Curr' => 'Mon.', + 'Currency' => 'Moneda', + 'Customer' => 'Cliente', + 'Customer Number' => 'Número de Cliente', + 'Customer not on file!' => '¡El cliente no existe!', + 'Date' => 'Fecha', + 'Dec' => 'Dic', + 'December' => 'Diciembre', + 'Delete' => 'Borrar', + 'Delivery Date' => 'Fecha de entrega', + 'Description' => 'Descripción', + 'Detail' => 'Detalle', + 'Drawing' => 'Reintegro', + 'E-mail' => 'Correo electrónico', + 'E-mail address missing!' => 'No se ha definido el correo electrónico', + 'E-mailed' => '¡Enviado por Correo-e!', + 'Edit Assembly' => 'Editar compuesto', + 'Edit Labor/Overhead' => 'Editar Mano de Obra', + 'Edit Part' => 'Editar compuesto', + 'Edit Service' => 'Editar servicio', + 'Employee' => 'Colaborador/Empleado', + 'Expense' => 'Gastos', + 'Extended' => 'Extendido', + 'Fax' => 'Fax', + 'Feb' => 'Feb', + 'February' => 'Febrero', + 'From' => 'Desde', + 'Group' => 'Grupo', + 'Image' => 'Imagen', + 'In-line' => 'Incrustado', + 'Include in Report' => 'Incluir en informe', + 'Income' => 'Ingresos', + 'Individual Items' => 'Artículos individuales', + 'Inventory' => 'Inventario', + 'Inventory quantity must be zero before you can set this assembly obsolete!' => 'La cantidad en inventario debe ser cero antes de cambiar este compuesto a obsoleto', + 'Inventory quantity must be zero before you can set this part obsolete!' => 'La cantidad en inventario debe ser cero antes de cambiar este artículo a obsoleto', + 'Invoice' => 'Factura de Venta', + 'Invoice Date missing!' => 'No se ha definido la fecha de la factura', + 'Invoice Number' => 'Número de factura', + 'Invoice Number missing!' => 'No se ha definido el número de la factura', + 'Item deleted!' => '¡Concepto borrado!', + 'Item not on file!' => 'El concepto no se encuentra en ningún archivo', + 'Items' => 'Artículos', + 'Jan' => 'Ene', + 'January' => 'Enero', + 'Jul' => 'Jul', + 'July' => 'Julio', + 'Jun' => 'Jun', + 'June' => 'Junio', + 'Labor/Overhead' => 'Mano de Obra', + 'Leadtime' => 'Plazo', + 'Line Total' => 'Total de la línea', + 'Link Accounts' => 'Enlazar cuentas', + 'List' => 'Lista', + 'List Price' => 'Precio de lista', + 'Make' => 'Marca', + 'Mar' => 'Mar', + 'March' => 'Marzo', + 'Markup' => 'Margen de Beneficio', + 'May' => 'Mayo', + 'May ' => 'Mayo', + 'Message' => 'Mensaje', + 'Microfiche' => 'Microficha', + 'Model' => 'Modelo', + 'Name' => 'Nombre', + 'No.' => 'No', + 'Notes' => 'Notas', + 'Nov' => 'Nov', + 'November' => 'Noviembre', + 'Number' => 'Número', + 'Number missing in Row' => 'No se ha definido el número en la fila', + 'Obsolete' => 'Obsoleto', + 'Oct' => 'Oct', + 'October' => 'Octubre', + 'On Hand' => 'Disponible', + 'Open' => 'Abierto', + 'Order' => 'Orden', + 'Order Date missing!' => 'No se ha definido la fecha de la elaboración', + 'Order Number' => 'Número de orden', + 'Order Number missing!' => 'No se ha definido el número de la orden', + 'Orphaned' => 'Independiente', + 'PDF' => 'PDF', + 'Packing List' => 'Lista de Empaque', + 'Packing List Date missing!' => 'No se ha definido la fecha del albarán', + 'Packing List Number missing!' => 'No se ha definido el número del albarán', + 'Part' => 'Artículo', + 'Parts' => 'Artículos', + 'Period' => 'Período', + 'Phone' => 'Teléfono', + 'Pick List' => 'Lista de Selección', + 'Postscript' => 'Postscript', + 'Price' => 'Precio', + 'Pricegroup' => 'Preciogrupo', + 'Printed' => 'Impreso', + 'Project' => 'Proyecto', + 'Purchase Order' => 'Pedido', + 'Purchase Orders' => 'Pedidos', + 'Qty' => 'Cantidad', + 'Quantity exceeds available units to stock!' => '¡La cantidad exede la unidades disponibles en inventario!', + 'Quotation' => 'Cotización', + 'Quotation Date missing!' => 'Falta Fecha de Cotización', + 'Quotation Number missing!' => 'Falta número de Cotización', + 'Quotations' => 'Cotizaciones', + 'RFQ' => 'Requerimiento de Cotización', + 'ROP' => 'Tope de envio', + 'Recd' => 'Cobrado', + 'Required by' => 'Solicitado por', + 'SKU' => 'Unidad de Mantenimiento de Stock', + 'Sales Invoice' => 'Factura de venta', + 'Sales Invoices' => 'Facturas de Ventas', + 'Sales Order' => 'Orden de Venta', + 'Sales Orders' => 'Ordenes de Venta', + 'Save' => 'Guardar', + 'Save as new' => 'Guardar como nuevo', + 'Screen' => 'Pantalla', + 'Select from one of the names below' => 'Seleccione uno de los nombres de la lista', + 'Select txt, postscript or PDF!' => '¡Seleccione txt, postscript o PDF!', + 'Sell' => 'Venta', + 'Sell Price' => 'Precio de venta', + 'Sep' => 'Sep', + 'September' => 'Septiembre', + 'Serial No.' => 'Nº de Serie', + 'Serial Number' => 'Número Serie', + 'Service' => 'Servicio', + 'Services' => 'Servicios', + 'Ship' => 'Envio', + 'Ship to' => 'Destino', + 'Shipping Address' => 'Dirección de Embarque', + 'Short' => 'Corto', + 'State/Province' => 'Estado/Provincia', + 'Stock' => 'Inventario', + 'Stock Assembly' => 'Inventariar compuesto', + 'Subject' => 'Asunto', + 'Subtotal' => 'Subtotal', + 'Summary' => 'Resúmen', + 'Tax' => 'Impuestos', + 'To' => 'Hasta ', + 'Top Level' => 'Nivel superior', + 'Translation not on file!' => '¡Traducción no en archivo!', + 'Unit' => 'Unidad', + 'Update' => 'Actualizar', + 'Updated' => '¡Actualizado!', + 'Vendor' => 'Proveedor', + 'Vendor Invoice' => 'Factura de proveedor', + 'Vendor Invoices' => 'Facturas de proveedor', + 'Vendor Number' => 'Número de Proveedor', + 'Vendor not on file!' => '¡No se encuentra el proveedor en la base de datos!', + 'Warehouse' => 'Bodega', + 'Weight' => 'Peso', + 'What type of item is this?' => '¿De qué tipo es este concepto?', + 'Work Order' => 'Orden de Trabajo', + 'Year' => 'Año', + 'Zip/Postal Code' => 'Código Postal', + 'days' => 'días', + 'sent' => 'enviado', +}; + +$self{subs} = { + 'acc_menu' => 'acc_menu', + 'add' => 'add', + 'add_assembly' => 'add_assembly', + 'add_labor_overhead' => 'add_labor_overhead', + 'add_part' => 'add_part', + 'add_service' => 'add_service', + 'assembly_row' => 'assembly_row', + 'calc_markup' => 'calc_markup', + 'check_customer' => 'check_customer', + 'check_form' => 'check_form', + 'check_vendor' => 'check_vendor', + 'continue' => 'continue', + 'create_form' => 'create_form', + 'customer_details' => 'customer_details', + 'customer_row' => 'customer_row', + 'delete' => 'delete', + 'display' => 'display', + 'display_form' => 'display_form', + 'display_row' => 'display_row', + 'e_mail' => 'e_mail', + 'edit' => 'edit', + 'edit_assemblyitem' => 'edit_assemblyitem', + 'form_footer' => 'form_footer', + 'form_header' => 'form_header', + 'generate_report' => 'generate_report', + 'invoicetotal' => 'invoicetotal', + 'item_selected' => 'item_selected', + 'js_menu' => 'js_menu', + 'link_part' => 'link_part', + 'list_assemblies' => 'list_assemblies', + 'makemodel_row' => 'makemodel_row', + 'menubar' => 'menubar', + 'name_selected' => 'name_selected', + 'new_item' => 'new_item', + 'parts_subtotal' => 'parts_subtotal', + 'print' => 'print', + 'print_form' => 'print_form', + 'print_options' => 'print_options', + 'purchase_order' => 'purchase_order', + 'quotation' => 'quotation', + 'requirements' => 'requirements', + 'requirements_report' => 'requirements_report', + 'restock_assemblies' => 'restock_assemblies', + 'rfq' => 'rfq', + 'sales_order' => 'sales_order', + 'save' => 'save', + 'save_as_new' => 'save_as_new', + 'search' => 'search', + 'section_menu' => 'section_menu', + 'select_item' => 'select_item', + 'select_name' => 'select_name', + 'send_email' => 'send_email', + 'ship_to' => 'ship_to', + 'stock_assembly' => 'stock_assembly', + 'update' => 'update', + 'validate_items' => 'validate_items', + 'vendor_details' => 'vendor_details', + 'vendor_row' => 'vendor_row', + 'añadir_compuesto' => 'add_assembly', + 'adicionar_mano_de_obra' => 'add_labor_overhead', + 'añadir_artículo' => 'add_part', + 'añadir_servicio' => 'add_service', + 'continuar' => 'continue', + 'borrar' => 'delete', + 'editar_compuesto' => 'edit_assembly', + 'editar_compuesto' => 'edit_part', + 'editar_servicio' => 'edit_service', + 'guardar' => 'save', + 'guardar_como_nuevo' => 'save_as_new', + 'actualizar' => 'update', +}; + +1; + diff --git a/locale/ec/io b/locale/ec/io new file mode 100755 index 00000000..64d81aec --- /dev/null +++ b/locale/ec/io @@ -0,0 +1,130 @@ +$self{texts} = { + 'Add Purchase Order' => 'Añadir pedido', + 'Add Quotation' => 'Añadir Cotización', + 'Add Request for Quotation' => 'Añadir Pedido de Cotización', + 'Add Sales Order' => 'Añadir cotización', + 'Address' => 'Dirección', + 'Apr' => 'Abr', + 'April' => 'Abril', + 'Attachment' => 'Adjunto', + 'Aug' => 'Ago', + 'August' => 'Agosto', + 'Bcc' => 'Bcc', + 'Billing Address' => 'Dirección de Cobro', + 'Bin' => 'Compatimiento', + 'Bin List' => 'Lista de Compatimiento', + 'Cc' => 'Cc', + 'City' => 'Ciudad', + 'Company Name' => 'Nombre de Compañía', + 'Contact' => 'Contacto', + 'Continue' => 'Continuar', + 'Copies' => 'Copias', + 'Country' => 'País', + 'Customer Number' => 'Número de Cliente', + 'Date' => 'Fecha', + 'Dec' => 'Dic', + 'December' => 'Diciembre', + 'Delivery Date' => 'Fecha de entrega', + 'Description' => 'Descripción', + 'E-mail' => 'Correo electrónico', + 'E-mail address missing!' => 'No se ha definido el correo electrónico', + 'E-mailed' => '¡Enviado por Correo-e!', + 'Extended' => 'Extendido', + 'Fax' => 'Fax', + 'Feb' => 'Feb', + 'February' => 'Febrero', + 'Group' => 'Grupo', + 'In-line' => 'Incrustado', + 'Invoice' => 'Factura de Venta', + 'Invoice Date missing!' => 'No se ha definido la fecha de la factura', + 'Invoice Number missing!' => 'No se ha definido el número de la factura', + 'Item not on file!' => 'El concepto no se encuentra en ningún archivo', + 'Jan' => 'Ene', + 'January' => 'Enero', + 'Jul' => 'Jul', + 'July' => 'Julio', + 'Jun' => 'Jun', + 'June' => 'Junio', + 'Mar' => 'Mar', + 'March' => 'Marzo', + 'May' => 'Mayo', + 'May ' => 'Mayo', + 'Message' => 'Mensaje', + 'Nov' => 'Nov', + 'November' => 'Noviembre', + 'Number' => 'Número', + 'Number missing in Row' => 'No se ha definido el número en la fila', + 'Oct' => 'Oct', + 'October' => 'Octubre', + 'Order Date missing!' => 'No se ha definido la fecha de la elaboración', + 'Order Number missing!' => 'No se ha definido el número de la orden', + 'PDF' => 'PDF', + 'Packing List' => 'Lista de Empaque', + 'Packing List Date missing!' => 'No se ha definido la fecha del albarán', + 'Packing List Number missing!' => 'No se ha definido el número del albarán', + 'Part' => 'Artículo', + 'Phone' => 'Teléfono', + 'Pick List' => 'Lista de Selección', + 'Postscript' => 'Postscript', + 'Price' => 'Precio', + 'Printed' => 'Impreso', + 'Project' => 'Proyecto', + 'Purchase Order' => 'Pedido', + 'Qty' => 'Cantidad', + 'Quotation' => 'Cotización', + 'Quotation Date missing!' => 'Falta Fecha de Cotización', + 'Quotation Number missing!' => 'Falta número de Cotización', + 'Recd' => 'Cobrado', + 'Required by' => 'Solicitado por', + 'SKU' => 'Unidad de Mantenimiento de Stock', + 'Sales Order' => 'Orden de Venta', + 'Screen' => 'Pantalla', + 'Select txt, postscript or PDF!' => '¡Seleccione txt, postscript o PDF!', + 'Sep' => 'Sep', + 'September' => 'Septiembre', + 'Serial No.' => 'Nº de Serie', + 'Service' => 'Servicio', + 'Ship' => 'Envio', + 'Ship to' => 'Destino', + 'Shipping Address' => 'Dirección de Embarque', + 'State/Province' => 'Estado/Provincia', + 'Subject' => 'Asunto', + 'Subtotal' => 'Subtotal', + 'To' => 'Hasta ', + 'Translation not on file!' => '¡Traducción no en archivo!', + 'Unit' => 'Unidad', + 'Vendor Number' => 'Número de Proveedor', + 'What type of item is this?' => '¿De qué tipo es este concepto?', + 'Work Order' => 'Orden de Trabajo', + 'Zip/Postal Code' => 'Código Postal', + 'sent' => 'enviado', +}; + +$self{subs} = { + 'calc_markup' => 'calc_markup', + 'check_form' => 'check_form', + 'create_form' => 'create_form', + 'customer_details' => 'customer_details', + 'display_form' => 'display_form', + 'display_row' => 'display_row', + 'e_mail' => 'e_mail', + 'invoicetotal' => 'invoicetotal', + 'item_selected' => 'item_selected', + 'new_item' => 'new_item', + 'print' => 'print', + 'print_form' => 'print_form', + 'print_options' => 'print_options', + 'purchase_order' => 'purchase_order', + 'quotation' => 'quotation', + 'rfq' => 'rfq', + 'sales_order' => 'sales_order', + 'select_item' => 'select_item', + 'send_email' => 'send_email', + 'ship_to' => 'ship_to', + 'validate_items' => 'validate_items', + 'vendor_details' => 'vendor_details', + 'continuar' => 'continue', +}; + +1; + diff --git a/locale/ec/ir b/locale/ec/ir new file mode 100755 index 00000000..9286000b --- /dev/null +++ b/locale/ec/ir @@ -0,0 +1,224 @@ +$self{texts} = { + 'Account' => 'Cuenta', + 'Accounting Menu' => 'Menú general', + 'Add Purchase Order' => 'Añadir pedido', + 'Add Quotation' => 'Añadir Cotización', + 'Add Request for Quotation' => 'Añadir Pedido de Cotización', + 'Add Sales Order' => 'Añadir cotización', + 'Add Vendor Invoice' => 'Agregar Factura de Proveedor', + 'Address' => 'Dirección', + 'Amount' => 'Total', + 'Apr' => 'Abr', + 'April' => 'Abril', + 'Are you sure you want to delete Invoice Number' => '¿Esta seguro de que desea borrar la factura número', + 'Attachment' => 'Adjunto', + 'Aug' => 'Ago', + 'August' => 'Agosto', + 'Bcc' => 'Bcc', + 'Billing Address' => 'Dirección de Cobro', + 'Bin' => 'Compatimiento', + 'Bin List' => 'Lista de Compatimiento', + 'Cannot delete invoice!' => '¡No se puede borrar la factura!', + 'Cannot post invoice for a closed period!' => '¡No se puede registrar una factura en un periodo ya cerrado!', + 'Cannot post invoice!' => '¡No se puede registrar la factura!', + 'Cannot post payment for a closed period!' => '¡No se puede registrar un pago en un periodo ya cerrado!', + 'Cc' => 'Cc', + 'City' => 'Ciudad', + 'Company Name' => 'Nombre de Compañía', + 'Confirm!' => 'Confirmar', + 'Contact' => 'Contacto', + 'Continue' => 'Continuar', + 'Copies' => 'Copias', + 'Country' => 'País', + 'Credit Limit' => 'Limite de credito', + 'Currency' => 'Moneda', + 'Customer Number' => 'Número de Cliente', + 'Customer not on file!' => '¡El cliente no existe!', + 'Date' => 'Fecha', + 'Dec' => 'Dic', + 'December' => 'Diciembre', + 'Delete' => 'Borrar', + 'Delivery Date' => 'Fecha de entrega', + 'Department' => 'Departamento', + 'Description' => 'Descripción', + 'Due Date' => 'Fecha de vencimiento', + 'E-mail' => 'Correo electrónico', + 'E-mail address missing!' => 'No se ha definido el correo electrónico', + 'E-mailed' => '¡Enviado por Correo-e!', + 'Edit Vendor Invoice' => 'Editar factura de Proveedor', + 'Exch' => 'Cambio', + 'Exchange Rate' => 'Tasa de Cambio', + 'Exchange rate for payment missing!' => '¡Falta tasa de Cambio para pago!', + 'Exchange rate missing!' => '¡Falta Tasa de Cambio!', + 'Extended' => 'Extendido', + 'Fax' => 'Fax', + 'Feb' => 'Feb', + 'February' => 'Febrero', + 'Group' => 'Grupo', + 'In-line' => 'Incrustado', + 'Internal Notes' => 'Notas Internas', + 'Invoice' => 'Factura de Venta', + 'Invoice Date' => 'Fecha de factura', + 'Invoice Date missing!' => 'No se ha definido la fecha de la factura', + 'Invoice Number' => 'Número de factura', + 'Invoice Number missing!' => 'No se ha definido el número de la factura', + 'Invoice deleted!' => '¡Factura borrada!', + 'Item not on file!' => 'El concepto no se encuentra en ningún archivo', + 'Jan' => 'Ene', + 'January' => 'Enero', + 'Jul' => 'Jul', + 'July' => 'Julio', + 'Jun' => 'Jun', + 'June' => 'Junio', + 'Language' => 'Lenguaje', + 'Mar' => 'Mar', + 'March' => 'Marzo', + 'May' => 'Mayo', + 'May ' => 'Mayo', + 'Memo' => 'Memo', + 'Message' => 'Mensaje', + 'Notes' => 'Notas', + 'Nov' => 'Nov', + 'November' => 'Noviembre', + 'Number' => 'Número', + 'Number missing in Row' => 'No se ha definido el número en la fila', + 'Oct' => 'Oct', + 'October' => 'Octubre', + 'Order Date missing!' => 'No se ha definido la fecha de la elaboración', + 'Order Number' => 'Número de orden', + 'Order Number missing!' => 'No se ha definido el número de la orden', + 'PDF' => 'PDF', + 'Packing List' => 'Lista de Empaque', + 'Packing List Date missing!' => 'No se ha definido la fecha del albarán', + 'Packing List Number missing!' => 'No se ha definido el número del albarán', + 'Part' => 'Artículo', + 'Payment date missing!' => 'No se encuentra la fecha de pago', + 'Payments' => 'Vencimientos impagados', + 'Phone' => 'Teléfono', + 'Pick List' => 'Lista de Selección', + 'Post' => 'Registrar', + 'Post as new' => 'Registrar como nuevo', + 'Postscript' => 'Postscript', + 'Price' => 'Precio', + 'Print' => 'Imprimir', + 'Printed' => 'Impreso', + 'Project' => 'Proyecto', + 'Project not on file!' => '¡Proyecto no en archivo!', + 'Purchase Order' => 'Pedido', + 'Qty' => 'Cantidad', + 'Quotation' => 'Cotización', + 'Quotation Date missing!' => 'Falta Fecha de Cotización', + 'Quotation Number missing!' => 'Falta número de Cotización', + 'Recd' => 'Cobrado', + 'Record in' => 'Registrar en', + 'Reference' => 'Referencia', + 'Remaining' => 'Resto', + 'Required by' => 'Solicitado por', + 'SKU' => 'Unidad de Mantenimiento de Stock', + 'Sales Order' => 'Orden de Venta', + 'Screen' => 'Pantalla', + 'Select from one of the names below' => 'Seleccione uno de los nombres de la lista', + 'Select from one of the projects below' => 'Seleccione de uno de los proyectos siguientes', + 'Select txt, postscript or PDF!' => '¡Seleccione txt, postscript o PDF!', + 'Sep' => 'Sep', + 'September' => 'Septiembre', + 'Serial No.' => 'Nº de Serie', + 'Service' => 'Servicio', + 'Ship' => 'Envio', + 'Ship to' => 'Destino', + 'Shipping Address' => 'Dirección de Embarque', + 'Source' => 'Fuente', + 'Startdate' => 'FechaInicio', + 'State/Province' => 'Estado/Provincia', + 'Subject' => 'Asunto', + 'Subtotal' => 'Subtotal', + 'Tax Included' => 'Impuestos incluidos en el precio', + 'To' => 'Hasta ', + 'Total' => 'Total', + 'Translation not on file!' => '¡Traducción no en archivo!', + 'Unit' => 'Unidad', + 'Update' => 'Actualizar', + 'Vendor' => 'Proveedor', + 'Vendor Number' => 'Número de Proveedor', + 'Vendor missing!' => '¡Falta el proveedor!', + 'Vendor not on file!' => '¡No se encuentra el proveedor en la base de datos!', + 'Warning!' => '¡Precaución!', + 'What type of item is this?' => '¿De qué tipo es este concepto?', + 'Work Order' => 'Orden de Trabajo', + 'Yes' => 'Si', + 'Zip/Postal Code' => 'Código Postal', + 'ea' => 'unid.', + 'posted!' => 'fijado', + 'sent' => 'enviado', +}; + +$self{subs} = { + 'acc_menu' => 'acc_menu', + 'add' => 'add', + 'add_transaction' => 'add_transaction', + 'ap_transaction' => 'ap_transaction', + 'ar_transaction' => 'ar_transaction', + 'calc_markup' => 'calc_markup', + 'check_form' => 'check_form', + 'check_name' => 'check_name', + 'check_project' => 'check_project', + 'continue' => 'continue', + 'create_form' => 'create_form', + 'customer_details' => 'customer_details', + 'delete' => 'delete', + 'delete_schedule' => 'delete_schedule', + 'display' => 'display', + 'display_form' => 'display_form', + 'display_row' => 'display_row', + 'e_mail' => 'e_mail', + 'edit' => 'edit', + 'form_footer' => 'form_footer', + 'form_header' => 'form_header', + 'gl_transaction' => 'gl_transaction', + 'invoice_links' => 'invoice_links', + 'invoicetotal' => 'invoicetotal', + 'item_selected' => 'item_selected', + 'js_menu' => 'js_menu', + 'menubar' => 'menubar', + 'name_selected' => 'name_selected', + 'new_item' => 'new_item', + 'post' => 'post', + 'post_as_new' => 'post_as_new', + 'prepare_invoice' => 'prepare_invoice', + 'print' => 'print', + 'print_and_post_as_new' => 'print_and_post_as_new', + 'print_form' => 'print_form', + 'print_options' => 'print_options', + 'project_selected' => 'project_selected', + 'purchase_order' => 'purchase_order', + 'quotation' => 'quotation', + 'rebuild_vc' => 'rebuild_vc', + 'repost' => 'repost', + 'reprint' => 'reprint', + 'rfq' => 'rfq', + 'sales_invoice_' => 'sales_invoice_', + 'sales_order' => 'sales_order', + 'save_schedule' => 'save_schedule', + 'schedule' => 'schedule', + 'section_menu' => 'section_menu', + 'select_item' => 'select_item', + 'select_name' => 'select_name', + 'select_project' => 'select_project', + 'send_email' => 'send_email', + 'ship_to' => 'ship_to', + 'update' => 'update', + 'validate_items' => 'validate_items', + 'vendor_details' => 'vendor_details', + 'vendor_invoice_' => 'vendor_invoice_', + 'yes' => 'yes', + 'continuar' => 'continue', + 'borrar' => 'delete', + 'registrar' => 'post', + 'registrar_como_nuevo' => 'post_as_new', + 'pedido' => 'purchase_order', + 'actualizar' => 'update', + 'si' => 'yes', +}; + +1; + diff --git a/locale/ec/is b/locale/ec/is new file mode 100755 index 00000000..40b968e6 --- /dev/null +++ b/locale/ec/is @@ -0,0 +1,235 @@ +$self{texts} = { + 'Account' => 'Cuenta', + 'Accounting Menu' => 'Menú general', + 'Add Purchase Order' => 'Añadir pedido', + 'Add Quotation' => 'Añadir Cotización', + 'Add Request for Quotation' => 'Añadir Pedido de Cotización', + 'Add Sales Invoice' => 'Añadir factura', + 'Add Sales Order' => 'Añadir cotización', + 'Address' => 'Dirección', + 'Amount' => 'Total', + 'Apr' => 'Abr', + 'April' => 'Abril', + 'Are you sure you want to delete Invoice Number' => '¿Esta seguro de que desea borrar la factura número', + 'Attachment' => 'Adjunto', + 'Aug' => 'Ago', + 'August' => 'Agosto', + 'Bcc' => 'Bcc', + 'Billing Address' => 'Dirección de Cobro', + 'Bin' => 'Compatimiento', + 'Bin List' => 'Lista de Compatimiento', + 'Business' => 'Negocio', + 'Cannot delete invoice!' => '¡No se puede borrar la factura!', + 'Cannot post invoice for a closed period!' => '¡No se puede registrar una factura en un periodo ya cerrado!', + 'Cannot post invoice!' => '¡No se puede registrar la factura!', + 'Cannot post payment for a closed period!' => '¡No se puede registrar un pago en un periodo ya cerrado!', + 'Cc' => 'Cc', + 'City' => 'Ciudad', + 'Company Name' => 'Nombre de Compañía', + 'Confirm!' => 'Confirmar', + 'Contact' => 'Contacto', + 'Continue' => 'Continuar', + 'Copies' => 'Copias', + 'Country' => 'País', + 'Credit Limit' => 'Limite de credito', + 'Currency' => 'Moneda', + 'Customer' => 'Cliente', + 'Customer Number' => 'Número de Cliente', + 'Customer missing!' => '¡Falta el cliente!', + 'Customer not on file!' => '¡El cliente no existe!', + 'Date' => 'Fecha', + 'Dec' => 'Dic', + 'December' => 'Diciembre', + 'Delete' => 'Borrar', + 'Delivery Date' => 'Fecha de entrega', + 'Department' => 'Departamento', + 'Description' => 'Descripción', + 'Due Date' => 'Fecha de vencimiento', + 'E-mail' => 'Correo electrónico', + 'E-mail address missing!' => 'No se ha definido el correo electrónico', + 'E-mailed' => '¡Enviado por Correo-e!', + 'Edit Sales Invoice' => 'Edirar factura de venta', + 'Exch' => 'Cambio', + 'Exchange Rate' => 'Tasa de Cambio', + 'Exchange rate for payment missing!' => '¡Falta tasa de Cambio para pago!', + 'Exchange rate missing!' => '¡Falta Tasa de Cambio!', + 'Extended' => 'Extendido', + 'Fax' => 'Fax', + 'Feb' => 'Feb', + 'February' => 'Febrero', + 'Group' => 'Grupo', + 'In-line' => 'Incrustado', + 'Internal Notes' => 'Notas Internas', + 'Invoice' => 'Factura de Venta', + 'Invoice Date' => 'Fecha de factura', + 'Invoice Date missing!' => 'No se ha definido la fecha de la factura', + 'Invoice Number' => 'Número de factura', + 'Invoice Number missing!' => 'No se ha definido el número de la factura', + 'Invoice deleted!' => '¡Factura borrada!', + 'Item not on file!' => 'El concepto no se encuentra en ningún archivo', + 'Jan' => 'Ene', + 'January' => 'Enero', + 'Jul' => 'Jul', + 'July' => 'Julio', + 'Jun' => 'Jun', + 'June' => 'Junio', + 'Mar' => 'Mar', + 'March' => 'Marzo', + 'May' => 'Mayo', + 'May ' => 'Mayo', + 'Memo' => 'Memo', + 'Message' => 'Mensaje', + 'Notes' => 'Notas', + 'Nov' => 'Nov', + 'November' => 'Noviembre', + 'Number' => 'Número', + 'Number missing in Row' => 'No se ha definido el número en la fila', + 'Oct' => 'Oct', + 'October' => 'Octubre', + 'Order Date missing!' => 'No se ha definido la fecha de la elaboración', + 'Order Number' => 'Número de orden', + 'Order Number missing!' => 'No se ha definido el número de la orden', + 'PDF' => 'PDF', + 'Packing List' => 'Lista de Empaque', + 'Packing List Date missing!' => 'No se ha definido la fecha del albarán', + 'Packing List Number missing!' => 'No se ha definido el número del albarán', + 'Part' => 'Artículo', + 'Payment date missing!' => 'No se encuentra la fecha de pago', + 'Payments' => 'Vencimientos impagados', + 'Phone' => 'Teléfono', + 'Pick List' => 'Lista de Selección', + 'Post' => 'Registrar', + 'Post as new' => 'Registrar como nuevo', + 'Postscript' => 'Postscript', + 'Price' => 'Precio', + 'Print' => 'Imprimir', + 'Print and Post' => 'Imprimir y Muestre', + 'Printed' => 'Impreso', + 'Project' => 'Proyecto', + 'Project not on file!' => '¡Proyecto no en archivo!', + 'Purchase Order' => 'Pedido', + 'Qty' => 'Cantidad', + 'Quotation' => 'Cotización', + 'Quotation Date missing!' => 'Falta Fecha de Cotización', + 'Quotation Number missing!' => 'Falta número de Cotización', + 'Recd' => 'Cobrado', + 'Record in' => 'Registrar en', + 'Reference' => 'Referencia', + 'Remaining' => 'Resto', + 'Required by' => 'Solicitado por', + 'SKU' => 'Unidad de Mantenimiento de Stock', + 'Sales Order' => 'Orden de Venta', + 'Salesperson' => 'Vendedor', + 'Screen' => 'Pantalla', + 'Select from one of the names below' => 'Seleccione uno de los nombres de la lista', + 'Select from one of the projects below' => 'Seleccione de uno de los proyectos siguientes', + 'Select postscript or PDF!' => '¡Seleccione postscript o PDF', + 'Select txt, postscript or PDF!' => '¡Seleccione txt, postscript o PDF!', + 'Sep' => 'Sep', + 'September' => 'Septiembre', + 'Serial No.' => 'Nº de Serie', + 'Service' => 'Servicio', + 'Ship' => 'Envio', + 'Ship to' => 'Destino', + 'Ship via' => 'Envio por', + 'Shipping Address' => 'Dirección de Embarque', + 'Shipping Point' => 'Puerto de Embarque', + 'Source' => 'Fuente', + 'Startdate' => 'FechaInicio', + 'State/Province' => 'Estado/Provincia', + 'Subject' => 'Asunto', + 'Subtotal' => 'Subtotal', + 'Tax Included' => 'Impuestos incluidos en el precio', + 'To' => 'Hasta ', + 'Total' => 'Total', + 'Trade Discount' => 'Descuento por Intercambio', + 'Translation not on file!' => '¡Traducción no en archivo!', + 'Unit' => 'Unidad', + 'Update' => 'Actualizar', + 'Vendor Number' => 'Número de Proveedor', + 'Vendor not on file!' => '¡No se encuentra el proveedor en la base de datos!', + 'Warning!' => '¡Precaución!', + 'What type of item is this?' => '¿De qué tipo es este concepto?', + 'Work Order' => 'Orden de Trabajo', + 'Yes' => 'Si', + 'Zip/Postal Code' => 'Código Postal', + 'ea' => 'unid.', + 'posted!' => 'fijado', + 'sent' => 'enviado', +}; + +$self{subs} = { + 'acc_menu' => 'acc_menu', + 'add' => 'add', + 'add_transaction' => 'add_transaction', + 'ap_transaction' => 'ap_transaction', + 'ar_transaction' => 'ar_transaction', + 'calc_markup' => 'calc_markup', + 'check_form' => 'check_form', + 'check_name' => 'check_name', + 'check_project' => 'check_project', + 'continue' => 'continue', + 'create_form' => 'create_form', + 'customer_details' => 'customer_details', + 'delete' => 'delete', + 'delete_schedule' => 'delete_schedule', + 'display' => 'display', + 'display_form' => 'display_form', + 'display_row' => 'display_row', + 'e_mail' => 'e_mail', + 'edit' => 'edit', + 'form_footer' => 'form_footer', + 'form_header' => 'form_header', + 'gl_transaction' => 'gl_transaction', + 'invoice_links' => 'invoice_links', + 'invoicetotal' => 'invoicetotal', + 'item_selected' => 'item_selected', + 'js_menu' => 'js_menu', + 'menubar' => 'menubar', + 'name_selected' => 'name_selected', + 'new_item' => 'new_item', + 'post' => 'post', + 'post_as_new' => 'post_as_new', + 'prepare_invoice' => 'prepare_invoice', + 'print' => 'print', + 'print_and_post' => 'print_and_post', + 'print_and_post_as_new' => 'print_and_post_as_new', + 'print_form' => 'print_form', + 'print_options' => 'print_options', + 'project_selected' => 'project_selected', + 'purchase_order' => 'purchase_order', + 'quotation' => 'quotation', + 'rebuild_vc' => 'rebuild_vc', + 'repost' => 'repost', + 'reprint' => 'reprint', + 'rfq' => 'rfq', + 'sales_invoice_' => 'sales_invoice_', + 'sales_order' => 'sales_order', + 'save_schedule' => 'save_schedule', + 'schedule' => 'schedule', + 'section_menu' => 'section_menu', + 'select_item' => 'select_item', + 'select_name' => 'select_name', + 'select_project' => 'select_project', + 'send_email' => 'send_email', + 'ship_to' => 'ship_to', + 'update' => 'update', + 'validate_items' => 'validate_items', + 'vendor_details' => 'vendor_details', + 'vendor_invoice_' => 'vendor_invoice_', + 'yes' => 'yes', + 'continuar' => 'continue', + 'borrar' => 'delete', + 'correo_electrónico' => 'e_mail', + 'registrar' => 'post', + 'registrar_como_nuevo' => 'post_as_new', + 'imprimir' => 'print', + 'imprimir_y_muestre' => 'print_and_post', + 'orden_de_venta' => 'sales_order', + 'destino' => 'ship_to', + 'actualizar' => 'update', + 'si' => 'yes', +}; + +1; + diff --git a/locale/ec/jc b/locale/ec/jc new file mode 100755 index 00000000..6180a4e0 --- /dev/null +++ b/locale/ec/jc @@ -0,0 +1,92 @@ +$self{texts} = { + 'Accounting Menu' => 'Menú general', + 'Amount' => 'Total', + 'Closed' => 'Cerrado', + 'Confirm!' => 'Confirmar', + 'Continue' => 'Continuar', + 'Cost' => 'Costo', + 'Current' => 'Actual', + 'Date' => 'Fecha', + 'Date missing!' => '¡Falta la fecha!', + 'Delete' => 'Borrar', + 'Description' => 'Descripción', + 'Employee' => 'Colaborador/Empleado', + 'From' => 'Desde', + 'ID' => 'ID', + 'Include in Report' => 'Incluir en informe', + 'Month' => 'Mes', + 'Notes' => 'Notas', + 'Open' => 'Abierto', + 'PDF' => 'PDF', + 'Period' => 'Período', + 'Postscript' => 'Postscript', + 'Print' => 'Imprimir', + 'Print and Save' => 'Imprimir y Salve', + 'Printed' => 'Impreso', + 'Project Number' => 'número del projecto', + 'Project Number missing!' => '¡Falta el número de proyecto!', + 'Qty' => 'Cantidad', + 'Quarter' => 'Trimestre', + 'Save' => 'Guardar', + 'Save as new' => 'Guardar como nuevo', + 'Screen' => 'Pantalla', + 'Select postscript or PDF!' => '¡Seleccione postscript o PDF', + 'Startdate' => 'FechaInicio', + 'Subtotal' => 'Subtotal', + 'To' => 'Hasta ', + 'Total' => 'Total', + 'Update' => 'Actualizar', + 'Warning!' => '¡Precaución!', + 'Year' => 'Año', + 'Yes' => 'Si', +}; + +$self{subs} = { + 'acc_menu' => 'acc_menu', + 'add' => 'add', + 'add_stores_card' => 'add_stores_card', + 'add_time_card' => 'add_time_card', + 'continue' => 'continue', + 'delete' => 'delete', + 'delete_timecard' => 'delete_timecard', + 'display' => 'display', + 'display_form' => 'display_form', + 'edit' => 'edit', + 'form_footer' => 'form_footer', + 'form_header' => 'form_header', + 'jcitems_links' => 'jcitems_links', + 'js_menu' => 'js_menu', + 'list_storescard' => 'list_storescard', + 'list_timecard' => 'list_timecard', + 'menubar' => 'menubar', + 'prepare_storescard' => 'prepare_storescard', + 'prepare_timecard' => 'prepare_timecard', + 'print' => 'print', + 'print_and_save' => 'print_and_save', + 'print_and_save_as_new' => 'print_and_save_as_new', + 'print_options' => 'print_options', + 'print_timecard' => 'print_timecard', + 'resave' => 'resave', + 'save' => 'save', + 'save_as_new' => 'save_as_new', + 'search' => 'search', + 'section_menu' => 'section_menu', + 'storescard_footer' => 'storescard_footer', + 'storescard_header' => 'storescard_header', + 'timecard_footer' => 'timecard_footer', + 'timecard_header' => 'timecard_header', + 'update' => 'update', + 'yes' => 'yes', + 'yes_delete_timecard' => 'yes_delete_timecard', + 'continuar' => 'continue', + 'borrar' => 'delete', + 'imprimir' => 'print', + 'imprimir_y_salve' => 'print_and_save', + 'guardar' => 'save', + 'guardar_como_nuevo' => 'save_as_new', + 'actualizar' => 'update', + 'si' => 'yes', +}; + +1; + diff --git a/locale/ec/locales.pl b/locale/ec/locales.pl new file mode 100755 index 00000000..cc8d2be7 --- /dev/null +++ b/locale/ec/locales.pl @@ -0,0 +1,351 @@ +#!/usr/bin/perl + +# -n do not include custom_ scripts +# -a build all file +# -m do not generate missing files + +use FileHandle; + + +$basedir = "../.."; +$bindir = "$basedir/bin/mozilla"; +$menufile = "menu.ini"; + +foreach $item (@ARGV) { + $item =~ s/-//g; + $arg{$item} = 1; +} + +open(FH, "LANGUAGE"); +$language = ; +close(FH); +chomp $language; +$language =~ s/\((.*)\)/$1/; +$charset = $1; + +opendir DIR, "$bindir" or die "$!"; +@progfiles = grep { /\.pl/; !/(_|^\.)/ } readdir DIR; +seekdir DIR, 0; +@customfiles = grep /_/, readdir DIR; +closedir DIR; + +# put customized files into @customfiles +@customfiles = () if ($arg{n}); + +if ($arg{n}) { + @menufiles = ($menufile); +} else { + opendir DIR, "$basedir" or die "$!"; + @menufiles = grep { /.*?_$menufile$/ } readdir DIR; + closedir DIR; + unshift @menufiles, $menufile; +} + +if (-f "all") { + eval { require "all"; }; + %all = %{$self{texts}}; + %{$self{texts}} = (); +} else { + # build %all file from individual files + foreach $file (@progfiles) { + &scanfile("$bindir/$file"); + } +} + +# remove the old missing file +if (-f 'missing') { + unlink "missing"; +} + +foreach $file (@progfiles) { + + %locale = (); + %submit = (); + %subrt = (); + @missing = (); + %missing = (); + + &scanfile("$bindir/$file"); + + # scan custom_{module}.pl or {login}_{module}.pl files + foreach $customfile (@customfiles) { + if ($customfile =~ /_$file/) { + if (-f "$bindir/$customfile") { + &scanfile("$bindir/$customfile"); + } + } + } + + # if this is the menu.pl file + if ($file eq 'menu.pl') { + foreach $item (@menufiles) { + &scanmenu("$basedir/$item"); + } + } + + $file =~ s/\.pl//; + + if (-f "$file.missing") { + eval { require "$file.missing"; }; + unlink "$file.missing"; + + for (keys %$missing) { + $self{texts}{$_} ||= $missing->{$_}; + } + } + + open FH, ">$file" or die "$! : $file"; + + if ($charset) { + print FH qq|\$self{charset} = '$charset';\n\n|; + } + + print FH q|$self{texts} = { +|; + + foreach $key (sort keys %locale) { + $text = ($self{texts}{$key}) ? $self{texts}{$key} : $all{$key}; + $count++; + + $text =~ s/'/\\'/g; + $text =~ s/\\$/\\\\/; + + $keytext = $key; + $keytext =~ s/'/\\'/g; + $keytext =~ s/\\$/\\\\/; + + if (!$text) { + $notext++; + push @missing, $keytext; + next; + } + + print FH qq| '$keytext'|.(' ' x (27-length($keytext))).qq| => '$text',\n|; + } + + print FH q|}; + +$self{subs} = { +|; + + foreach $key (sort keys %subrt) { + $text = $key; + $text =~ s/'/\\'/g; + $text =~ s/\\$/\\\\/; + print FH qq| '$text'|.(' ' x (27-length($text))).qq| => '$text',\n|; + } + + foreach $key (sort keys %submit) { + $text = ($self{texts}{$key}) ? $self{texts}{$key} : $all{$key}; + next unless $text; + + $text =~ s/'/\\'/g; + $text =~ s/\\$/\\\\/; + + $english_sub = $key; + $english_sub =~ s/'/\\'/g; + $english_sub =~ s/\\$/\\\\/; + $english_sub = lc $key; + + $translated_sub = lc $text; + $english_sub =~ s/( |-|,|\/|\.$)/_/g; + $translated_sub =~ s/( |-|,|\/|\.$)/_/g; + print FH qq| '$translated_sub'|.(' ' x (27-length($translated_sub))).qq| => '$english_sub',\n|; + } + + print FH q|}; + +1; + +|; + + close FH; + + if (!$arg{m}) { + if (@missing) { + open FH, ">$file.missing" or die "$! : missing"; + + print FH qq|# module $file +# add the missing texts and run locales.pl to rebuild + +\$missing = { +|; + + foreach $text (@missing) { + $text =~ s/'/\\'/g; + $text =~ s/\\$/\\\\/; + print FH qq| '$text'|.(' ' x (27-length($text))).qq| => '',\n|; + } + + print FH q|}; + +1; +|; + + close FH; + + } + } + + + # redo the all file + if ($arg{a}) { + open FH, ">all" or die "$! : all"; + + print FH q|# These are all the texts to build the translations files. +# to build unique strings edit the module files instead +# this file is just a shortcut to build strings which are the same +|; + + if ($charset) { + print FH qq|\$self{charset} = '$charset';\n\n|; + } + + print FH q| +$self{texts} = { +|; + + foreach $key (sort keys %all) { + $keytext = $key; + $keytext =~ s/'/\\'/g; + $keytext =~ s/\\$/\\\\/; + + $text = $all{$key}; + $text =~ s/'/\\'/g; + $text =~ s/\\$/\\\\/; + print FH qq| '$keytext'|.(' ' x (27-length($keytext))).qq| => '$text',\n|; + } + + print FH q|}; + +1; +|; + + close FH; + + } + +} + +$per = sprintf("%.1f", ($count - $notext) / $count * 100); +print "\n$language - ${per}%\n"; + +exit; +# eof + + +sub scanfile { + my ($file, $level) = @_; + + my $fh = new FileHandle; + open $fh, "$file" or die "$! : $file"; + + $file =~ s/\.pl//; + $file =~ s/$bindir\///; + + %temp = (); + for (keys %{$self{texts}}) { + $temp{$_} = $self{texts}{$_}; + } + + # read translation file if it exists + if (-f $file) { + eval { do "$file"; }; + for (keys %{$self{texts}}) { + $all{$_} ||= $self{texts}{$_}; + if ($level) { + $temp{$_} ||= $self{texts}{$_}; + } else { + $temp{$_} = $self{texts}{$_}; + } + } + } + + %{$self{texts}} = (); + for (sort keys %temp) { + $self{texts}{$_} = $temp{$_}; + } + + + while (<$fh>) { + # is this another file + if (/require\s+\W.*\.pl/) { + my $newfile = $&; + $newfile =~ s/require\s+\W//; + $newfile =~ s/\$form->{path}\///; + &scanfile("$bindir/$newfile", 1) if $newfile !~ /_/; + } + + # is this a sub ? + if (/^sub /) { + ($null, $subrt) = split / +/; + $subrt{$subrt} = 1; + next; + } + + my $rc = 1; + + while ($rc) { + if (/Locale/) { + if (!/^use /) { + my ($null, $country) = split /,/; + $country =~ s/^ +["']//; + $country =~ s/["'].*//; + } + } + + if (/\$locale->text.*?\W\)/) { + my $string = $&; + $string =~ s/\$locale->text\(\s*['"(q|qq)]['\/\\\|~]*//; + $string =~ s/\W\)+.*$//; + + # if there is no $ in the string record it + unless ($string =~ /\$\D.*/) { + # this guarantees one instance of string + $locale{$string} = 1; + + # is it a submit button before $locale-> + if (/type=submit/i) { + $submit{$string} = 1; + } + } + } + + # exit loop if there are no more locales on this line + ($rc) = ($' =~ /\$locale->text/); + # strip text + s/^.*?\$locale->text.*?\)//; + } + } + + close($fh); + +} + + +sub scanmenu { + my $file = shift; + + my $fh = new FileHandle; + open $fh, "$file" or die "$! : $file"; + + my @a = grep /^\[/, <$fh>; + close($fh); + + # strip [] + grep { s/(\[|\])//g } @a; + + foreach my $item (@a) { + $item =~ s/ *$//; + @b = split /--/, $item; + foreach $string (@b) { + chomp $string; + if ($string !~ /^\s*$/) { + $locale{$string} = 1; + } + } + } + +} + + diff --git a/locale/ec/login b/locale/ec/login new file mode 100755 index 00000000..1ffd6fad --- /dev/null +++ b/locale/ec/login @@ -0,0 +1,24 @@ +$self{texts} = { + 'Company' => 'Empresa', + 'Continue' => 'Continuar', + 'Dataset is newer than version!' => 'La base de datos está más actual que la versión del programa', + 'Incorrect Dataset version!' => 'Versión de base de datos incorrecta', + 'Login' => 'Entrar', + 'Name' => 'Nombre', + 'Password' => 'Contraseña', + 'Upgrading to Version' => 'Actualizando a Versión', + 'Version' => 'Versión', + 'You did not enter a name!' => 'No ha introducido un nombre', + 'done' => 'hecho', +}; + +$self{subs} = { + 'login' => 'login', + 'login_screen' => 'login_screen', + 'logout' => 'logout', + 'selectdataset' => 'selectdataset', + 'entrar' => 'login', +}; + +1; + diff --git a/locale/ec/menu b/locale/ec/menu new file mode 100755 index 00000000..9e08361d --- /dev/null +++ b/locale/ec/menu @@ -0,0 +1,134 @@ +$self{texts} = { + 'AP' => 'Facturas de Proveedores', + 'AP Aging' => 'Diario resumido de pagos', + 'AP Transaction' => 'Transaccion Proveedor', + 'AR' => 'Facturas de Ventas', + 'AR Aging' => 'Diario resumido de cobros ', + 'AR Transaction' => 'Gestión de cobro', + 'Accounting Menu' => 'Menú general', + 'Add Account' => 'Añadir cuenta', + 'Add Assembly' => 'Añadir compuesto', + 'Add Business' => 'Adicionar Negocio', + 'Add Customer' => 'Añadir cliente', + 'Add Department' => 'Adicionar Departamento', + 'Add Employee' => 'Añadir Empleado', + 'Add GIFI' => 'Añadir cuenta RUC', + 'Add Group' => 'Agregar Grupo', + 'Add Labor/Overhead' => 'Adicionar Mano de Obra', + 'Add Language' => 'Adicionar lenguage', + 'Add Part' => 'Añadir artículo', + 'Add Pricegroup' => 'Añadir Preciogrupal', + 'Add Project' => 'Añadir proyecto', + 'Add SIC' => 'Adicionar SIC', + 'Add Service' => 'Añadir servicio', + 'Add Transaction' => 'Añadir Transacción', + 'Add Vendor' => 'Añadir proveedor', + 'Add Warehouse' => 'Adicionar Bodega', + 'All Items' => 'Todos los Artículos', + 'Assemblies' => 'Compuestos', + 'Audit Control' => 'Control de auditoría', + 'Backup' => 'Copia de seguridad de los datos', + 'Balance Sheet' => 'Hoja de balance', + 'Bin List' => 'Lista de Compatimiento', + 'Bin Lists' => 'Listas de Compatimiento', + 'Cash' => 'Efectivo', + 'Chart of Accounts' => 'Plan de cuentas', + 'Check' => 'Cheque', + 'Components' => 'Componentes', + 'Customers' => 'Clientes', + 'Defaults' => 'Pre-estableciodos', + 'Departments' => 'Departamentos', + 'Description' => 'Descripción', + 'Employees' => 'Empleados', + 'General Ledger' => 'Notas de Contabilidad', + 'Goods & Services' => 'Bienes y servicios', + 'Groups' => 'Grupos', + 'HR' => 'Recursos Humanos', + 'HTML Templates' => 'Plantillas HTML', + 'History' => 'Historia', + 'Income Statement' => 'Estado de Resultados', + 'Invoice' => 'Factura de Venta', + 'LaTeX Templates' => 'Plantillas LaTeX', + 'Labor/Overhead' => 'Mano de Obra', + 'Language' => 'Lenguaje', + 'List Accounts' => 'Listar Plan Único de Cuentas', + 'List Businesses' => 'Lista de Negocios', + 'List Departments' => 'Lista de Departamentos', + 'List GIFI' => 'Listar PUC', + 'List Languages' => 'Lista de Lenguages', + 'List Projects' => 'Lista de Proyectos', + 'List SIC' => 'Lista SIC', + 'List Warehouses' => 'Lista de Bodegas', + 'Logout' => 'Salir', + 'Non-taxable' => 'No Grabable', + 'Open' => 'Abierto', + 'Order Entry' => 'Cotizaciones y pedidos', + 'Outstanding' => 'Impagados', + 'POS' => 'PdV', + 'POS Invoice' => 'Factura PdV', + 'Packing List' => 'Lista de Empaque', + 'Packing Lists' => 'Lista de Empaque', + 'Parts' => 'Artículos', + 'Payment' => 'Comprobante de Egreso', + 'Payments' => 'Vencimientos impagados', + 'Pick List' => 'Lista de Selección', + 'Pick Lists' => 'Listas de Selección', + 'Preferences' => 'Preferencias', + 'Pricegroups' => 'Preciogrupos', + 'Print' => 'Imprimir', + 'Projects' => 'Proyectos', + 'Purchase Order' => 'Pedido', + 'Purchase Orders' => 'Pedidos', + 'Quotation' => 'Cotización', + 'Quotations' => 'Cotizaciones', + 'RFQ' => 'Requerimiento de Cotización', + 'RFQs' => 'Requerimiento de Cotizaciónes', + 'Receipt' => 'Recibo', + 'Receipts' => 'Recibos', + 'Receive' => 'Cobro', + 'Reconciliation' => 'Reconciliación', + 'Reports' => 'Informes', + 'SIC' => 'Código Industrial Estandard', + 'Sale' => 'Venta', + 'Sales Invoice' => 'Factura de venta', + 'Sales Invoices' => 'Facturas de Ventas', + 'Sales Order' => 'Orden de Venta', + 'Sales Orders' => 'Ordenes de Venta', + 'Save to File' => 'Guardar en un archivo', + 'Search' => 'Buscar', + 'Send by E-Mail' => 'Enviar por correo electrónico', + 'Services' => 'Servicios', + 'Ship' => 'Envio', + 'Shipping' => 'Despacho', + 'Statement' => 'Estado de cuenta', + 'Stock Assembly' => 'Inventariar compuesto', + 'Stylesheet' => 'Hoja de estilo', + 'System' => 'Sistema', + 'Tax collected' => 'Impuestos cobrados Clientes', + 'Tax paid' => 'Impuestos pagados', + 'Text Templates' => 'Plantillas de Texto', + 'Transactions' => 'Transacciones', + 'Transfer' => 'Transferencia', + 'Transfer Inventory' => 'Transferir Inventario', + 'Translations' => 'Traducciones', + 'Trial Balance' => 'Balance de comprobación', + 'Type of Business' => 'Tipo de Negocio', + 'Vendor Invoice' => 'Factura de proveedor', + 'Vendors' => 'Proveedores', + 'Version' => 'Versión', + 'Warehouses' => 'Bodegas', + 'Work Order' => 'Orden de Trabajo', + 'Work Orders' => 'Ordenes de Trabajo', + 'Yearend' => 'Fin de año', +}; + +$self{subs} = { + 'acc_menu' => 'acc_menu', + 'display' => 'display', + 'js_menu' => 'js_menu', + 'menubar' => 'menubar', + 'section_menu' => 'section_menu', +}; + +1; + diff --git a/locale/ec/oe b/locale/ec/oe new file mode 100755 index 00000000..807ecf7a --- /dev/null +++ b/locale/ec/oe @@ -0,0 +1,321 @@ +$self{texts} = { + 'Accounting Menu' => 'Menú general', + 'Add Exchange Rate' => 'Añadir Tasa de Cambio', + 'Add Purchase Order' => 'Añadir pedido', + 'Add Quotation' => 'Añadir Cotización', + 'Add Request for Quotation' => 'Añadir Pedido de Cotización', + 'Add Sales Invoice' => 'Añadir factura', + 'Add Sales Order' => 'Añadir cotización', + 'Add Vendor Invoice' => 'Agregar Factura de Proveedor', + 'Address' => 'Dirección', + 'Amount' => 'Total', + 'Apr' => 'Abr', + 'April' => 'Abril', + 'Are you sure you want to delete Order Number' => '¿Esta seguro de que desea borrar la orden número?', + 'Are you sure you want to delete Quotation Number' => '¿Está seguro que quiere borrar el número de la Cotización?', + 'Attachment' => 'Adjunto', + 'Aug' => 'Ago', + 'August' => 'Agosto', + 'Bcc' => 'Bcc', + 'Billing Address' => 'Dirección de Cobro', + 'Bin' => 'Compatimiento', + 'Bin List' => 'Lista de Compatimiento', + 'Business' => 'Negocio', + 'C' => 'C', + 'Cannot delete order!' => '¡No se puede borrar el pedido!', + 'Cannot delete quotation!' => '¡No se puede borrar la cotización!', + 'Cannot save order!' => '¡No se puede guardar el pedido!', + 'Cannot save quotation!' => '¡No se puede guardar cotización!', + 'Cc' => 'Cc', + 'City' => 'Ciudad', + 'Closed' => 'Cerrado', + 'Company Name' => 'Nombre de Compañía', + 'Confirm!' => 'Confirmar', + 'Contact' => 'Contacto', + 'Continue' => 'Continuar', + 'Copies' => 'Copias', + 'Cost' => 'Costo', + 'Could not save!' => '¡No se puede grabar!', + 'Could not transfer Inventory!' => '¡No se puede transferir el Inventario!', + 'Country' => 'País', + 'Credit Limit' => 'Limite de credito', + 'Curr' => 'Mon.', + 'Currency' => 'Moneda', + 'Current' => 'Actual', + 'Customer' => 'Cliente', + 'Customer Number' => 'Número de Cliente', + 'Customer missing!' => '¡Falta el cliente!', + 'Customer not on file!' => '¡El cliente no existe!', + 'Date' => 'Fecha', + 'Date Received' => 'Fecha de Recepción', + 'Date received missing!' => '¡Falta Fecha de recepción!', + 'Dec' => 'Dic', + 'December' => 'Diciembre', + 'Delete' => 'Borrar', + 'Delivery Date' => 'Fecha de entrega', + 'Department' => 'Departamento', + 'Description' => 'Descripción', + 'Done' => 'Hecho', + 'E-mail' => 'Correo electrónico', + 'E-mail address missing!' => 'No se ha definido el correo electrónico', + 'E-mailed' => '¡Enviado por Correo-e!', + 'Edit Purchase Order' => 'Editar pedido', + 'Edit Quotation' => 'Editar Cotización', + 'Edit Request for Quotation' => 'Editar Petición de Cotizacion', + 'Edit Sales Order' => 'Editar cotización', + 'Employee' => 'Colaborador/Empleado', + 'Exchange Rate' => 'Tasa de Cambio', + 'Exchange rate missing!' => '¡Falta Tasa de Cambio!', + 'Extended' => 'Extendido', + 'Fax' => 'Fax', + 'Feb' => 'Feb', + 'February' => 'Febrero', + 'From' => 'Desde', + 'Group' => 'Grupo', + 'ID' => 'ID', + 'In-line' => 'Incrustado', + 'Include in Report' => 'Incluir en informe', + 'Internal Notes' => 'Notas Internas', + 'Inventory saved!' => '¡Inventario salvado!', + 'Inventory transferred!' => '¡Inventario transferido!', + 'Invoice' => 'Factura de Venta', + 'Invoice Date missing!' => 'No se ha definido la fecha de la factura', + 'Invoice Number missing!' => 'No se ha definido el número de la factura', + 'Item not on file!' => 'El concepto no se encuentra en ningún archivo', + 'Jan' => 'Ene', + 'January' => 'Enero', + 'Jul' => 'Jul', + 'July' => 'Julio', + 'Jun' => 'Jun', + 'June' => 'Junio', + 'Manager' => 'Gerente', + 'Mar' => 'Mar', + 'March' => 'Marzo', + 'May' => 'Mayo', + 'May ' => 'Mayo', + 'Message' => 'Mensaje', + 'Month' => 'Mes', + 'No.' => 'No', + 'Notes' => 'Notas', + 'Nothing entered!' => '¡Nada ingresado!', + 'Nothing selected!' => '¡No es seleccionado nada!', + 'Nothing to transfer!' => '¡Nada para Transferir!', + 'Nov' => 'Nov', + 'November' => 'Noviembre', + 'Number' => 'Número', + 'Number missing in Row' => 'No se ha definido el número en la fila', + 'O' => 'O', + 'Oct' => 'Oct', + 'October' => 'Octubre', + 'Open' => 'Abierto', + 'Order' => 'Orden', + 'Order Date' => 'Fecha de elaboración', + 'Order Date missing!' => 'No se ha definido la fecha de la elaboración', + 'Order Number' => 'Número de orden', + 'Order Number missing!' => 'No se ha definido el número de la orden', + 'Order deleted!' => '¡Orden borrada!', + 'Order saved!' => 'Pedido guardado', + 'PDF' => 'PDF', + 'Packing List' => 'Lista de Empaque', + 'Packing List Date missing!' => 'No se ha definido la fecha del albarán', + 'Packing List Number missing!' => 'No se ha definido el número del albarán', + 'Part' => 'Artículo', + 'Period' => 'Período', + 'Phone' => 'Teléfono', + 'Pick List' => 'Lista de Selección', + 'Postscript' => 'Postscript', + 'Price' => 'Precio', + 'Print' => 'Imprimir', + 'Print and Save' => 'Imprimir y Salve', + 'Printed' => 'Impreso', + 'Project' => 'Proyecto', + 'Project not on file!' => '¡Proyecto no en archivo!', + 'Purchase Order' => 'Pedido', + 'Purchase Orders' => 'Pedidos', + 'Qty' => 'Cantidad', + 'Quarter' => 'Trimestre', + 'Quotation' => 'Cotización', + 'Quotation ' => 'Cotización ', + 'Quotation Date' => 'Fecha de Cotización', + 'Quotation Date missing!' => 'Falta Fecha de Cotización', + 'Quotation Number' => 'Número de Cotización', + 'Quotation Number missing!' => 'Falta número de Cotización', + 'Quotation deleted!' => '¡Cotización borrada!', + 'Quotations' => 'Cotizaciones', + 'RFQ' => 'Requerimiento de Cotización', + 'RFQ ' => 'Requerimiento de Cotización ', + 'RFQ Number' => 'Número de Requerimiento de Cotización', + 'Recd' => 'Cobrado', + 'Receive Merchandise' => 'Recepción de Mercadería', + 'Reference' => 'Referencia', + 'Remaining' => 'Resto', + 'Request for Quotation' => 'Pedido de Cotización', + 'Request for Quotations' => 'Pedido de Cotizaciónes', + 'Required by' => 'Solicitado por', + 'SKU' => 'Unidad de Mantenimiento de Stock', + 'Sales Invoice' => 'Factura de venta', + 'Sales Order' => 'Orden de Venta', + 'Sales Orders' => 'Ordenes de Venta', + 'Salesperson' => 'Vendedor', + 'Save' => 'Guardar', + 'Save as new' => 'Guardar como nuevo', + 'Screen' => 'Pantalla', + 'Select from one of the names below' => 'Seleccione uno de los nombres de la lista', + 'Select from one of the projects below' => 'Seleccione de uno de los proyectos siguientes', + 'Select postscript or PDF!' => '¡Seleccione postscript o PDF', + 'Select txt, postscript or PDF!' => '¡Seleccione txt, postscript o PDF!', + 'Sep' => 'Sep', + 'September' => 'Septiembre', + 'Serial No.' => 'Nº de Serie', + 'Service' => 'Servicio', + 'Ship' => 'Envio', + 'Ship Merchandise' => 'Envío de Mercadería', + 'Ship to' => 'Destino', + 'Ship via' => 'Envio por', + 'Shipping Address' => 'Dirección de Embarque', + 'Shipping Date' => 'Fecha de Embarque', + 'Shipping Date missing!' => '¡Falta Fecha de Embarque!', + 'Shipping Point' => 'Puerto de Embarque', + 'Startdate' => 'FechaInicio', + 'State/Province' => 'Estado/Provincia', + 'Subject' => 'Asunto', + 'Subtotal' => 'Subtotal', + 'Tax' => 'Impuestos', + 'Tax Included' => 'Impuestos incluidos en el precio', + 'Terms' => 'Términos', + 'To' => 'Hasta ', + 'Total' => 'Total', + 'Trade Discount' => 'Descuento por Intercambio', + 'Transfer' => 'Transferencia', + 'Transfer Inventory' => 'Transferir Inventario', + 'Transfer to' => 'Transferir a', + 'Translation not on file!' => '¡Traducción no en archivo!', + 'Unit' => 'Unidad', + 'Update' => 'Actualizar', + 'Valid until' => 'Válido hasta', + 'Vendor' => 'Proveedor', + 'Vendor Invoice' => 'Factura de proveedor', + 'Vendor Number' => 'Número de Proveedor', + 'Vendor missing!' => '¡Falta el proveedor!', + 'Vendor not on file!' => '¡No se encuentra el proveedor en la base de datos!', + 'Warehouse' => 'Bodega', + 'Warning!' => '¡Precaución!', + 'What type of item is this?' => '¿De qué tipo es este concepto?', + 'Work Order' => 'Orden de Trabajo', + 'Year' => 'Año', + 'Yes' => 'Si', + 'Zip/Postal Code' => 'Código Postal', + 'days' => 'días', + 'ea' => 'unid.', + 'sent' => 'enviado', +}; + +$self{subs} = { + 'acc_menu' => 'acc_menu', + 'add' => 'add', + 'add_transaction' => 'add_transaction', + 'ap_transaction' => 'ap_transaction', + 'ar_transaction' => 'ar_transaction', + 'backorder_exchangerate' => 'backorder_exchangerate', + 'calc_markup' => 'calc_markup', + 'check_form' => 'check_form', + 'check_name' => 'check_name', + 'check_project' => 'check_project', + 'consolidate_orders' => 'consolidate_orders', + 'continue' => 'continue', + 'create_backorder' => 'create_backorder', + 'create_form' => 'create_form', + 'customer_details' => 'customer_details', + 'delete' => 'delete', + 'delete_schedule' => 'delete_schedule', + 'display' => 'display', + 'display_form' => 'display_form', + 'display_row' => 'display_row', + 'display_ship_receive' => 'display_ship_receive', + 'done' => 'done', + 'e_mail' => 'e_mail', + 'edit' => 'edit', + 'form_footer' => 'form_footer', + 'form_header' => 'form_header', + 'generate_orders' => 'generate_orders', + 'generate_purchase_orders' => 'generate_purchase_orders', + 'gl_transaction' => 'gl_transaction', + 'invoice' => 'invoice', + 'invoicetotal' => 'invoicetotal', + 'item_selected' => 'item_selected', + 'js_menu' => 'js_menu', + 'list_transfer' => 'list_transfer', + 'menubar' => 'menubar', + 'name_selected' => 'name_selected', + 'new_item' => 'new_item', + 'order_links' => 'order_links', + 'po_orderitems' => 'po_orderitems', + 'post_as_new' => 'post_as_new', + 'prepare_order' => 'prepare_order', + 'print' => 'print', + 'print_and_post_as_new' => 'print_and_post_as_new', + 'print_and_save' => 'print_and_save', + 'print_and_save_as_new' => 'print_and_save_as_new', + 'print_form' => 'print_form', + 'print_options' => 'print_options', + 'project_selected' => 'project_selected', + 'purchase_order' => 'purchase_order', + 'quotation' => 'quotation', + 'quotation_' => 'quotation_', + 'rebuild_vc' => 'rebuild_vc', + 'repost' => 'repost', + 'reprint' => 'reprint', + 'rfq' => 'rfq', + 'rfq_' => 'rfq_', + 'sales_invoice' => 'sales_invoice', + 'sales_invoice_' => 'sales_invoice_', + 'sales_order' => 'sales_order', + 'save' => 'save', + 'save_as_new' => 'save_as_new', + 'save_exchangerate' => 'save_exchangerate', + 'save_schedule' => 'save_schedule', + 'schedule' => 'schedule', + 'search' => 'search', + 'search_transfer' => 'search_transfer', + 'section_menu' => 'section_menu', + 'select_item' => 'select_item', + 'select_name' => 'select_name', + 'select_project' => 'select_project', + 'select_vendor' => 'select_vendor', + 'send_email' => 'send_email', + 'ship_receive' => 'ship_receive', + 'ship_to' => 'ship_to', + 'subtotal' => 'subtotal', + 'transactions' => 'transactions', + 'transfer' => 'transfer', + 'update' => 'update', + 'validate_items' => 'validate_items', + 'vendor_details' => 'vendor_details', + 'vendor_invoice' => 'vendor_invoice', + 'vendor_invoice_' => 'vendor_invoice_', + 'vendor_selected' => 'vendor_selected', + 'yes' => 'yes', + 'continuar' => 'continue', + 'borrar' => 'delete', + 'hecho' => 'done', + 'correo_electrónico' => 'e_mail', + 'imprimir' => 'print', + 'imprimir_y_salve' => 'print_and_save', + 'pedido' => 'purchase_order', + 'cotización' => 'quotation', + 'cotización_' => 'quotation_', + 'requerimiento_de_cotización' => 'rfq', + 'requerimiento_de_cotización_' => 'rfq_', + 'factura_de_venta' => 'sales_invoice', + 'orden_de_venta' => 'sales_order', + 'guardar' => 'save', + 'guardar_como_nuevo' => 'save_as_new', + 'destino' => 'ship_to', + 'transferencia' => 'transfer', + 'actualizar' => 'update', + 'factura_de_proveedor' => 'vendor_invoice', + 'si' => 'yes', +}; + +1; + diff --git a/locale/ec/pe b/locale/ec/pe new file mode 100755 index 00000000..eabb77fe --- /dev/null +++ b/locale/ec/pe @@ -0,0 +1,141 @@ +$self{texts} = { + 'Accounting Menu' => 'Menú general', + 'Active' => 'Activo', + 'Add' => 'Añadir', + 'Add Group' => 'Agregar Grupo', + 'Add Pricegroup' => 'Añadir Preciogrupal', + 'Add Project' => 'Añadir proyecto', + 'Address' => 'Dirección', + 'All' => 'Todos', + 'Amount' => 'Total', + 'Assembly' => 'Ensamblaje', + 'Bin' => 'Compatimiento', + 'Continue' => 'Continuar', + 'Current' => 'Actual', + 'Customer' => 'Cliente', + 'Customer missing!' => '¡Falta el cliente!', + 'Customer not on file!' => '¡El cliente no existe!', + 'Date' => 'Fecha', + 'Delete' => 'Borrar', + 'Description' => 'Descripción', + 'Description Translations' => 'Traducciónes de Descripción', + 'Detail' => 'Detalle', + 'Edit Description Translations' => 'Editar Descripciones de Traducciones', + 'Edit Group' => 'Editar Grupo', + 'Edit Pricegroup' => 'Editar Precio de Grupo', + 'Edit Project' => 'Editar proyecto', + 'Employee' => 'Colaborador/Empleado', + 'Enddate' => 'Fecha Final', + 'From' => 'Desde', + 'Group' => 'Grupo', + 'Group Translations' => 'Traducciones de Grupo', + 'Group deleted!' => 'Grupo eleminado!', + 'Group missing!' => 'Falta el grupo', + 'Group saved!' => 'Grupo guardado!', + 'Groups' => 'Grupos', + 'Income' => 'Ingresos', + 'Language' => 'Lenguaje', + 'Languages not defined!' => '¡Idiomas no definidos!', + 'Link Accounts' => 'Enlazar cuentas', + 'List Price' => 'Precio de lista', + 'Month' => 'Mes', + 'Notes' => 'Notas', + 'Nothing selected!' => '¡No es seleccionado nada!', + 'Number' => 'Número', + 'Orphaned' => 'Independiente', + 'Period' => 'Período', + 'Pricegroup' => 'Preciogrupo', + 'Pricegroup deleted!' => '¡Preciogrupo borrado!', + 'Pricegroup missing!' => '¡Preciogrupo desaparecido!', + 'Pricegroup saved!' => '¡Preciogrupo salvado', + 'Pricegroups' => 'Preciogrupos', + 'Project' => 'Proyecto', + 'Project Description Translations' => 'Traducciones de Descripción de Proyecto', + 'Project Number' => 'número del projecto', + 'Project deleted!' => '¡Proyecto borrado!', + 'Project saved!' => '¡Proyecto guardado ', + 'Projects' => 'Proyectos', + 'Qty' => 'Cantidad', + 'Quarter' => 'Trimestre', + 'Save' => 'Guardar', + 'Select from one of the names below' => 'Seleccione uno de los nombres de la lista', + 'Sell Price' => 'Precio de venta', + 'Startdate' => 'FechaInicio', + 'Summary' => 'Resúmen', + 'Tax' => 'Impuestos', + 'To' => 'Hasta ', + 'Translation' => 'Traducción', + 'Translation deleted!' => '¡Traducción borrada!', + 'Translations saved!' => 'Traducciones guardadas', + 'Unit' => 'Unidad', + 'Update' => 'Actualizar', + 'Updated' => '¡Actualizado!', + 'Vendor' => 'Proveedor', + 'Vendor not on file!' => '¡No se encuentra el proveedor en la base de datos!', + 'Weight' => 'Peso', + 'Year' => 'Año', +}; + +$self{subs} = { + 'acc_menu' => 'acc_menu', + 'add' => 'add', + 'add_group' => 'add_group', + 'add_job' => 'add_job', + 'add_pricegroup' => 'add_pricegroup', + 'add_project' => 'add_project', + 'continue' => 'continue', + 'customer_selected' => 'customer_selected', + 'delete' => 'delete', + 'display' => 'display', + 'display_form' => 'display_form', + 'edit' => 'edit', + 'edit_translation' => 'edit_translation', + 'generate_sales_orders' => 'generate_sales_orders', + 'jcitems' => 'jcitems', + 'job_footer' => 'job_footer', + 'job_header' => 'job_header', + 'job_report' => 'job_report', + 'js_menu' => 'js_menu', + 'list_projects' => 'list_projects', + 'list_stock' => 'list_stock', + 'list_translations' => 'list_translations', + 'menubar' => 'menubar', + 'name_selected' => 'name_selected', + 'partsgroup_footer' => 'partsgroup_footer', + 'partsgroup_header' => 'partsgroup_header', + 'partsgroup_report' => 'partsgroup_report', + 'prepare_job' => 'prepare_job', + 'prepare_partsgroup' => 'prepare_partsgroup', + 'prepare_pricegroup' => 'prepare_pricegroup', + 'prepare_project' => 'prepare_project', + 'pricegroup_footer' => 'pricegroup_footer', + 'pricegroup_header' => 'pricegroup_header', + 'pricegroup_report' => 'pricegroup_report', + 'project_footer' => 'project_footer', + 'project_header' => 'project_header', + 'project_jcitems_list' => 'project_jcitems_list', + 'project_report' => 'project_report', + 'project_sales_order' => 'project_sales_order', + 'sales_order_footer' => 'sales_order_footer', + 'sales_order_header' => 'sales_order_header', + 'save' => 'save', + 'search' => 'search', + 'section_menu' => 'section_menu', + 'select_customer' => 'select_customer', + 'select_name' => 'select_name', + 'stock' => 'stock', + 'translation' => 'translation', + 'translation_footer' => 'translation_footer', + 'translation_header' => 'translation_header', + 'update' => 'update', + 'agregar_grupo' => 'add_group', + 'añadir_preciogrupal' => 'add_pricegroup', + 'añadir_proyecto' => 'add_project', + 'continuar' => 'continue', + 'borrar' => 'delete', + 'guardar' => 'save', + 'actualizar' => 'update', +}; + +1; + diff --git a/locale/ec/pos b/locale/ec/pos new file mode 100755 index 00000000..de42a00b --- /dev/null +++ b/locale/ec/pos @@ -0,0 +1,80 @@ +$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; + diff --git a/locale/ec/ps b/locale/ec/ps new file mode 100755 index 00000000..a937bcf4 --- /dev/null +++ b/locale/ec/ps @@ -0,0 +1,358 @@ +$self{texts} = { + 'AP Aging' => 'Diario resumido de pagos', + 'AP Outstanding' => 'Impagados Proveedores', + 'AP Transaction' => 'Transaccion Proveedor', + 'AP Transactions' => 'Gestiones de pagos', + 'AR Aging' => 'Diario resumido de cobros ', + 'AR Outstanding' => 'Impagados Cartera', + 'AR Transaction' => 'Gestión de cobro', + 'AR Transactions' => 'Gestiones de cobros', + 'Account' => 'Cuenta', + 'Account Number' => 'Número de cuenta', + 'Accounting Menu' => 'Menú general', + 'Accounts' => 'Cuentas', + 'Accrual' => 'Acumulado', + 'Add AP Transaction' => 'Añadir Asiento de CxP', + 'Add AR Transaction' => 'Añadir Asiento de CxP', + 'Add POS Invoice' => 'Agregar Factura POS', + 'Add Purchase Order' => 'Añadir pedido', + 'Add Quotation' => 'Añadir Cotización', + 'Add Request for Quotation' => 'Añadir Pedido de Cotización', + 'Add Sales Invoice' => 'Añadir factura', + 'Add Sales Order' => 'Añadir cotización', + 'Address' => 'Dirección', + 'All Accounts' => 'Todas las Cuentas', + 'Amount' => 'Total', + 'Amount Due' => 'Cantidad adeudada', + 'Apr' => 'Abr', + 'April' => 'Abril', + 'Are you sure you want to delete Invoice Number' => '¿Esta seguro de que desea borrar la factura número', + 'Are you sure you want to delete Transaction' => '¿Está seguro de que desea borrar la transacción?', + 'Attachment' => 'Adjunto', + 'Aug' => 'Ago', + 'August' => 'Agosto', + 'Balance' => 'Balance', + 'Balance Sheet' => 'Hoja de balance', + 'Bcc' => 'Bcc', + 'Billing Address' => 'Dirección de Cobro', + 'Bin' => 'Compatimiento', + 'Bin List' => 'Lista de Compatimiento', + 'Business' => 'Negocio', + 'Cannot delete invoice!' => '¡No se puede borrar la factura!', + 'Cannot delete transaction!' => '¡No se puede borrar la transacción!', + 'Cannot post invoice for a closed period!' => '¡No se puede registrar una factura en un periodo ya cerrado!', + 'Cannot post invoice!' => '¡No se puede registrar la factura!', + 'Cannot post payment for a closed period!' => '¡No se puede registrar un pago en un periodo ya cerrado!', + 'Cannot post transaction for a closed period!' => '¡No se puede registrar una transacción para un periodo cerrado', + 'Cannot post transaction!' => '¡No se puede registrar la transacción', + 'Cash' => 'Efectivo', + 'Cc' => 'Cc', + 'Change' => 'Cambiar', + 'Check' => 'Cheque', + 'City' => 'Ciudad', + 'Closed' => 'Cerrado', + 'Company Name' => 'Nombre de Compañía', + 'Compare to' => 'Comparar con', + 'Confirm!' => 'Confirmar', + 'Contact' => 'Contacto', + 'Continue' => 'Continuar', + 'Copies' => 'Copias', + 'Country' => 'País', + 'Credit' => 'Crédito', + 'Credit Limit' => 'Limite de credito', + 'Curr' => 'Mon.', + 'Currency' => 'Moneda', + 'Current' => 'Actual', + 'Current Earnings' => 'Ganacias Actuales', + 'Customer' => 'Cliente', + 'Customer Number' => 'Número de Cliente', + 'Customer missing!' => '¡Falta el cliente!', + 'Customer not on file!' => '¡El cliente no existe!', + 'Date' => 'Fecha', + 'Date Paid' => 'Fecha de pago', + 'Debit' => 'Débito', + 'Dec' => 'Dic', + 'December' => 'Diciembre', + 'Decimalplaces' => 'Lugar de los decimales', + 'Delete' => 'Borrar', + 'Delivery Date' => 'Fecha de entrega', + 'Department' => 'Departamento', + 'Description' => 'Descripción', + 'Detail' => 'Detalle', + 'Due Date' => 'Fecha de vencimiento', + 'Due Date missing!' => 'Falta la fecha de vencimiento', + 'E-mail' => 'Correo electrónico', + 'E-mail Statement to' => 'Enviar comprobante por correo electrónico a', + 'E-mail address missing!' => 'No se ha definido el correo electrónico', + 'E-mailed' => '¡Enviado por Correo-e!', + 'Edit AP Transaction' => 'Editar Asiento de CxP', + 'Edit AR Transaction' => 'Editar Asiento de CxC', + 'Edit POS Invoice' => 'Editar Factura POS', + 'Edit Sales Invoice' => 'Edirar factura de venta', + 'Employee' => 'Colaborador/Empleado', + 'Exch' => 'Cambio', + 'Exchange Rate' => 'Tasa de Cambio', + 'Exchange rate for payment missing!' => '¡Falta tasa de Cambio para pago!', + 'Exchange rate missing!' => '¡Falta Tasa de Cambio!', + 'Extended' => 'Extendido', + 'Fax' => 'Fax', + 'Feb' => 'Feb', + 'February' => 'Febrero', + 'From' => 'Desde', + 'GIFI' => 'Plan Único de Cuentas (PUC)', + 'Group' => 'Grupo', + 'Heading' => 'Encabezado', + 'ID' => 'ID', + 'In-line' => 'Incrustado', + 'Include Exchange Rate Difference' => 'Incluir Diferencia de Tasa de Cambio', + 'Include in Report' => 'Incluir en informe', + 'Income Statement' => 'Estado de Resultados', + 'Internal Notes' => 'Notas Internas', + 'Invoice' => 'Factura de Venta', + 'Invoice Date' => 'Fecha de factura', + 'Invoice Date missing!' => 'No se ha definido la fecha de la factura', + 'Invoice Number' => 'Número de factura', + 'Invoice Number missing!' => 'No se ha definido el número de la factura', + 'Invoice deleted!' => '¡Factura borrada!', + 'Item not on file!' => 'El concepto no se encuentra en ningún archivo', + 'Jan' => 'Ene', + 'January' => 'Enero', + 'Jul' => 'Jul', + 'July' => 'Julio', + 'Jun' => 'Jun', + 'June' => 'Junio', + 'Language' => 'Lenguaje', + 'Manager' => 'Gerente', + 'Mar' => 'Mar', + 'March' => 'Marzo', + 'May' => 'Mayo', + 'May ' => 'Mayo', + 'Memo' => 'Memo', + 'Message' => 'Mensaje', + 'Method' => 'Método', + 'Month' => 'Mes', + 'N/A' => 'Sin respuesta', + 'No.' => 'No', + 'Non-taxable Purchases' => 'Compras excentas de Impuestos', + 'Non-taxable Sales' => 'Ventas excentas de Impuestos', + 'Notes' => 'Notas', + 'Nothing selected!' => '¡No es seleccionado nada!', + 'Nothing to print!' => '¡No hay nada que imprimir!', + 'Nov' => 'Nov', + 'November' => 'Noviembre', + 'Number' => 'Número', + 'Number missing in Row' => 'No se ha definido el número en la fila', + 'Oct' => 'Oct', + 'October' => 'Octubre', + 'Open' => 'Abierto', + 'Order' => 'Orden', + 'Order Date missing!' => 'No se ha definido la fecha de la elaboración', + 'Order Number' => 'Número de orden', + 'Order Number missing!' => 'No se ha definido el número de la orden', + 'PDF' => 'PDF', + 'Packing List' => 'Lista de Empaque', + 'Packing List Date missing!' => 'No se ha definido la fecha del albarán', + 'Packing List Number missing!' => 'No se ha definido el número del albarán', + 'Paid' => 'Pagado', + 'Part' => 'Artículo', + 'Payment date missing!' => 'No se encuentra la fecha de pago', + 'Payments' => 'Vencimientos impagados', + 'Period' => 'Período', + 'Phone' => 'Teléfono', + 'Pick List' => 'Lista de Selección', + 'Post' => 'Registrar', + 'Post as new' => 'Registrar como nuevo', + 'Posted!' => 'Agregado!', + 'Postscript' => 'Postscript', + 'Price' => 'Precio', + 'Print' => 'Imprimir', + 'Print and Post' => 'Imprimir y Muestre', + 'Printed' => 'Impreso', + 'Project' => 'Proyecto', + 'Project Number' => 'número del projecto', + 'Project Transactions' => 'Traducciones de Proyecto', + 'Project not on file!' => '¡Proyecto no en archivo!', + 'Purchase Order' => 'Pedido', + 'Qty' => 'Cantidad', + 'Quarter' => 'Trimestre', + 'Quotation' => 'Cotización', + 'Quotation Date missing!' => 'Falta Fecha de Cotización', + 'Quotation Number missing!' => 'Falta número de Cotización', + 'Recd' => 'Cobrado', + 'Receipt' => 'Recibo', + 'Receipts' => 'Recibos', + 'Record in' => 'Registrar en', + 'Reference' => 'Referencia', + 'Remaining' => 'Resto', + 'Report for' => 'Informe para', + 'Required by' => 'Solicitado por', + 'SKU' => 'Unidad de Mantenimiento de Stock', + 'Sales Invoice.' => 'Factura de venta.', + 'Sales Order' => 'Orden de Venta', + 'Salesperson' => 'Vendedor', + 'Screen' => 'Pantalla', + 'Select all' => 'Seleccione todo', + 'Select from one of the names below' => 'Seleccione uno de los nombres de la lista', + 'Select from one of the projects below' => 'Seleccione de uno de los proyectos siguientes', + 'Select payment' => '¡Seleccione Pago!', + 'Select postscript or PDF!' => '¡Seleccione postscript o PDF', + 'Select txt, postscript or PDF!' => '¡Seleccione txt, postscript o PDF!', + 'Sep' => 'Sep', + 'September' => 'Septiembre', + 'Serial No.' => 'Nº de Serie', + 'Service' => 'Servicio', + 'Ship' => 'Envio', + 'Ship to' => 'Destino', + 'Ship via' => 'Envio por', + 'Shipping Address' => 'Dirección de Embarque', + 'Shipping Point' => 'Puerto de Embarque', + 'Source' => 'Fuente', + 'Standard' => 'Estándard', + 'Startdate' => 'FechaInicio', + 'State/Province' => 'Estado/Provincia', + 'Statement' => 'Estado de cuenta', + 'Statement sent to' => 'Estado de cuenta enviado a', + 'Statements sent to printer!' => '¡Estado de cuenta enviado a la impresora!', + 'Subject' => 'Asunto', + 'Subtotal' => 'Subtotal', + 'Summary' => 'Resúmen', + 'Tax' => 'Impuestos', + 'Tax Included' => 'Impuestos incluidos en el precio', + 'Tax collected' => 'Impuestos cobrados Clientes', + 'Tax paid' => 'Impuestos pagados', + 'Till' => 'Caja', + 'To' => 'Hasta ', + 'Total' => 'Total', + 'Trade Discount' => 'Descuento por Intercambio', + 'Transaction' => 'Asiento', + 'Transaction deleted!' => '¡Transacción borrada!', + 'Transaction posted!' => '¡Transacción registrada!', + 'Translation not on file!' => '¡Traducción no en archivo!', + 'Trial Balance' => 'Balance de comprobación', + 'Unit' => 'Unidad', + 'Update' => 'Actualizar', + 'Vendor' => 'Proveedor', + 'Vendor Invoice.' => 'Factura de proveedor.', + 'Vendor Number' => 'Número de Proveedor', + 'Vendor missing!' => '¡Falta el proveedor!', + 'Vendor not on file!' => '¡No se encuentra el proveedor en la base de datos!', + 'Warning!' => '¡Precaución!', + 'What type of item is this?' => '¿De qué tipo es este concepto?', + 'Work Order' => 'Orden de Trabajo', + 'Year' => 'Año', + 'Yes' => 'Si', + 'Zip/Postal Code' => 'Código Postal', + 'as at' => 'al', + 'ea' => 'unid.', + 'for Period' => 'para el periodo', + 'posted!' => 'fijado', + 'sent' => 'enviado', +}; + +$self{subs} = { + 'acc_menu' => 'acc_menu', + 'add' => 'add', + 'add_transaction' => 'add_transaction', + 'aging' => 'aging', + 'ap_transaction' => 'ap_transaction', + 'ar_transaction' => 'ar_transaction', + 'calc_markup' => 'calc_markup', + 'check_form' => 'check_form', + 'check_name' => 'check_name', + 'check_project' => 'check_project', + 'continue' => 'continue', + 'create_form' => 'create_form', + 'create_links' => 'create_links', + 'customer_details' => 'customer_details', + 'delete' => 'delete', + 'delete_schedule' => 'delete_schedule', + 'display' => 'display', + 'display_form' => 'display_form', + 'display_row' => 'display_row', + 'e_mail' => 'e_mail', + 'edit' => 'edit', + 'form_footer' => 'form_footer', + 'form_header' => 'form_header', + 'generate_ap_aging' => 'generate_ap_aging', + 'generate_ar_aging' => 'generate_ar_aging', + 'generate_balance_sheet' => 'generate_balance_sheet', + 'generate_income_statement' => 'generate_income_statement', + 'generate_projects' => 'generate_projects', + 'generate_tax_report' => 'generate_tax_report', + 'generate_trial_balance' => 'generate_trial_balance', + 'gl_transaction' => 'gl_transaction', + 'invoice_links' => 'invoice_links', + 'invoicetotal' => 'invoicetotal', + 'item_selected' => 'item_selected', + 'js_menu' => 'js_menu', + 'list_accounts' => 'list_accounts', + 'list_payments' => 'list_payments', + 'lookup_partsgroup' => 'lookup_partsgroup', + 'menubar' => 'menubar', + 'name_selected' => 'name_selected', + 'new_item' => 'new_item', + 'openinvoices' => 'openinvoices', + 'payment_selected' => 'payment_selected', + 'payment_subtotal' => 'payment_subtotal', + 'post' => 'post', + 'post_as_new' => 'post_as_new', + 'prepare_invoice' => 'prepare_invoice', + 'print' => 'print', + 'print_and_post' => 'print_and_post', + 'print_and_post_as_new' => 'print_and_post_as_new', + 'print_check' => 'print_check', + 'print_form' => 'print_form', + 'print_options' => 'print_options', + 'print_receipt' => 'print_receipt', + 'print_transaction' => 'print_transaction', + 'project_selected' => 'project_selected', + 'purchase_order' => 'purchase_order', + 'quotation' => 'quotation', + 'rebuild_vc' => 'rebuild_vc', + 'receipts' => 'receipts', + 'report' => 'report', + 'repost' => 'repost', + 'reprint' => 'reprint', + 'rfq' => 'rfq', + 'sales_invoice_' => 'sales_invoice_', + 'sales_order' => 'sales_order', + 'save_schedule' => 'save_schedule', + 'schedule' => 'schedule', + 'search' => 'search', + 'section_menu' => 'section_menu', + 'select_all' => 'select_all', + 'select_item' => 'select_item', + 'select_name' => 'select_name', + 'select_payment' => 'select_payment', + 'select_project' => 'select_project', + 'send_email' => 'send_email', + 'ship_to' => 'ship_to', + 'statement_details' => 'statement_details', + 'subtotal' => 'subtotal', + 'tax_subtotal' => 'tax_subtotal', + 'transactions' => 'transactions', + 'update' => 'update', + 'validate_items' => 'validate_items', + 'vendor_details' => 'vendor_details', + 'vendor_invoice_' => 'vendor_invoice_', + 'yes' => 'yes', + 'transaccion_proveedor' => 'ap_transaction', + 'gestión_de_cobro' => 'ar_transaction', + 'continuar' => 'continue', + 'borrar' => 'delete', + 'correo_electrónico' => 'e_mail', + 'registrar' => 'post', + 'registrar_como_nuevo' => 'post_as_new', + 'imprimir' => 'print', + 'imprimir_y_muestre' => 'print_and_post', + 'factura_de_venta_' => 'sales_invoice_', + 'orden_de_venta' => 'sales_order', + 'seleccione_todo' => 'select_all', + 'destino' => 'ship_to', + 'actualizar' => 'update', + 'factura_de_proveedor_' => 'vendor_invoice_', + 'si' => 'yes', +}; + +1; + diff --git a/locale/ec/pw b/locale/ec/pw new file mode 100755 index 00000000..d5ed0e14 --- /dev/null +++ b/locale/ec/pw @@ -0,0 +1,13 @@ +$self{texts} = { + 'Continue' => 'Continuar', + 'Password' => 'Contraseña', + 'Session expired!' => '¡Sesión Expiró!', +}; + +$self{subs} = { + 'getpassword' => 'getpassword', + 'continuar' => 'continue', +}; + +1; + diff --git a/locale/ec/rc b/locale/ec/rc new file mode 100755 index 00000000..43c668d1 --- /dev/null +++ b/locale/ec/rc @@ -0,0 +1,79 @@ +$self{texts} = { + 'Account' => 'Cuenta', + 'Accounting Menu' => 'Menú general', + 'Apr' => 'Abr', + 'April' => 'Abril', + 'Aug' => 'Ago', + 'August' => 'Agosto', + 'Balance' => 'Balance', + 'Beginning Balance' => 'Balance Inicial', + 'Cleared' => '¡Limpiado!', + 'Continue' => 'Continuar', + 'Credit' => 'Crédito', + 'Current' => 'Actual', + 'Date' => 'Fecha', + 'Debit' => 'Débito', + 'Dec' => 'Dic', + 'December' => 'Diciembre', + 'Description' => 'Descripción', + 'Detail' => 'Detalle', + 'Difference' => 'Diferencia', + 'Done' => 'Hecho', + 'Feb' => 'Feb', + 'February' => 'Febrero', + 'From' => 'Desde', + 'Include Exchange Rate Difference' => 'Incluir Diferencia de Tasa de Cambio', + 'Jan' => 'Ene', + 'January' => 'Enero', + 'Jul' => 'Jul', + 'July' => 'Julio', + 'Jun' => 'Jun', + 'June' => 'Junio', + 'Mar' => 'Mar', + 'March' => 'Marzo', + 'May' => 'Mayo', + 'May ' => 'Mayo', + 'Month' => 'Mes', + 'Nov' => 'Nov', + 'November' => 'Noviembre', + 'Oct' => 'Oct', + 'October' => 'Octubre', + 'Out of balance!' => '¡Fuera de balance!', + 'Outstanding' => 'Impagados', + 'Period' => 'Período', + 'Quarter' => 'Trimestre', + 'R' => 'Reconciliado', + 'Reconciliation' => 'Reconciliación', + 'Reconciliation Report' => 'Reporte de Reconciliación', + 'Select all' => 'Seleccione todo', + 'Sep' => 'Sep', + 'September' => 'Septiembre', + 'Source' => 'Fuente', + 'Statement Balance' => 'Balance de cuenta', + 'Summary' => 'Resúmen', + 'To' => 'Hasta ', + 'Update' => 'Actualizar', + 'Year' => 'Año', +}; + +$self{subs} = { + 'acc_menu' => 'acc_menu', + 'continue' => 'continue', + 'display' => 'display', + 'display_form' => 'display_form', + 'done' => 'done', + 'get_payments' => 'get_payments', + 'js_menu' => 'js_menu', + 'menubar' => 'menubar', + 'reconciliation' => 'reconciliation', + 'section_menu' => 'section_menu', + 'select_all' => 'select_all', + 'update' => 'update', + 'continuar' => 'continue', + 'hecho' => 'done', + 'seleccione_todo' => 'select_all', + 'actualizar' => 'update', +}; + +1; + diff --git a/locale/ec/rp b/locale/ec/rp new file mode 100755 index 00000000..386f0e32 --- /dev/null +++ b/locale/ec/rp @@ -0,0 +1,179 @@ +$self{texts} = { + 'AP Aging' => 'Diario resumido de pagos', + 'AR Aging' => 'Diario resumido de cobros ', + 'Account' => 'Cuenta', + 'Account Number' => 'Número de cuenta', + 'Accounting Menu' => 'Menú general', + 'Accounts' => 'Cuentas', + 'Accrual' => 'Acumulado', + 'Address' => 'Dirección', + 'All Accounts' => 'Todas las Cuentas', + 'Amount' => 'Total', + 'Apr' => 'Abr', + 'April' => 'Abril', + 'Attachment' => 'Adjunto', + 'Aug' => 'Ago', + 'August' => 'Agosto', + 'Balance' => 'Balance', + 'Balance Sheet' => 'Hoja de balance', + 'Bcc' => 'Bcc', + 'Cash' => 'Efectivo', + 'Cc' => 'Cc', + 'Compare to' => 'Comparar con', + 'Continue' => 'Continuar', + 'Copies' => 'Copias', + 'Credit' => 'Crédito', + 'Curr' => 'Mon.', + 'Current' => 'Actual', + 'Current Earnings' => 'Ganacias Actuales', + 'Customer' => 'Cliente', + 'Customer not on file!' => '¡El cliente no existe!', + 'Date' => 'Fecha', + 'Debit' => 'Débito', + 'Dec' => 'Dic', + 'December' => 'Diciembre', + 'Decimalplaces' => 'Lugar de los decimales', + 'Department' => 'Departamento', + 'Description' => 'Descripción', + 'Detail' => 'Detalle', + 'Due Date' => 'Fecha de vencimiento', + 'E-mail' => 'Correo electrónico', + 'E-mail Statement to' => 'Enviar comprobante por correo electrónico a', + 'E-mail address missing!' => 'No se ha definido el correo electrónico', + 'Feb' => 'Feb', + 'February' => 'Febrero', + 'From' => 'Desde', + 'GIFI' => 'Plan Único de Cuentas (PUC)', + 'Heading' => 'Encabezado', + 'ID' => 'ID', + 'In-line' => 'Incrustado', + 'Include Exchange Rate Difference' => 'Incluir Diferencia de Tasa de Cambio', + 'Include in Report' => 'Incluir en informe', + 'Income Statement' => 'Estado de Resultados', + 'Invoice' => 'Factura de Venta', + 'Jan' => 'Ene', + 'January' => 'Enero', + 'Jul' => 'Jul', + 'July' => 'Julio', + 'Jun' => 'Jun', + 'June' => 'Junio', + 'Language' => 'Lenguaje', + 'Mar' => 'Mar', + 'March' => 'Marzo', + 'May' => 'Mayo', + 'May ' => 'Mayo', + 'Memo' => 'Memo', + 'Message' => 'Mensaje', + 'Method' => 'Método', + 'Month' => 'Mes', + 'N/A' => 'Sin respuesta', + 'Non-taxable Purchases' => 'Compras excentas de Impuestos', + 'Non-taxable Sales' => 'Ventas excentas de Impuestos', + 'Nothing selected!' => '¡No es seleccionado nada!', + 'Nov' => 'Nov', + 'November' => 'Noviembre', + 'Number' => 'Número', + 'Oct' => 'Oct', + 'October' => 'Octubre', + 'Order' => 'Orden', + 'PDF' => 'PDF', + 'Payments' => 'Vencimientos impagados', + 'Period' => 'Período', + 'Postscript' => 'Postscript', + 'Print' => 'Imprimir', + 'Project' => 'Proyecto', + 'Project Number' => 'número del projecto', + 'Project Transactions' => 'Traducciones de Proyecto', + 'Project not on file!' => '¡Proyecto no en archivo!', + 'Quarter' => 'Trimestre', + 'Receipts' => 'Recibos', + 'Reference' => 'Referencia', + 'Report for' => 'Informe para', + 'Salesperson' => 'Vendedor', + 'Screen' => 'Pantalla', + 'Select all' => 'Seleccione todo', + 'Select from one of the names below' => 'Seleccione uno de los nombres de la lista', + 'Select from one of the projects below' => 'Seleccione de uno de los proyectos siguientes', + 'Select postscript or PDF!' => '¡Seleccione postscript o PDF', + 'Sep' => 'Sep', + 'September' => 'Septiembre', + 'Source' => 'Fuente', + 'Standard' => 'Estándard', + 'Startdate' => 'FechaInicio', + 'Statement' => 'Estado de cuenta', + 'Statement sent to' => 'Estado de cuenta enviado a', + 'Statements sent to printer!' => '¡Estado de cuenta enviado a la impresora!', + 'Subject' => 'Asunto', + 'Subtotal' => 'Subtotal', + 'Summary' => 'Resúmen', + 'Tax' => 'Impuestos', + 'Tax collected' => 'Impuestos cobrados Clientes', + 'Tax paid' => 'Impuestos pagados', + 'Till' => 'Caja', + 'To' => 'Hasta ', + 'Total' => 'Total', + 'Trial Balance' => 'Balance de comprobación', + 'Vendor' => 'Proveedor', + 'Vendor not on file!' => '¡No se encuentra el proveedor en la base de datos!', + 'Warning!' => '¡Precaución!', + 'Year' => 'Año', + 'as at' => 'al', + 'for Period' => 'para el periodo', + 'sent' => 'enviado', +}; + +$self{subs} = { + 'acc_menu' => 'acc_menu', + 'add_transaction' => 'add_transaction', + 'aging' => 'aging', + 'ap_transaction' => 'ap_transaction', + 'ar_transaction' => 'ar_transaction', + 'check_name' => 'check_name', + 'check_project' => 'check_project', + 'continue' => 'continue', + 'delete_schedule' => 'delete_schedule', + 'display' => 'display', + 'e_mail' => 'e_mail', + 'generate_ap_aging' => 'generate_ap_aging', + 'generate_ar_aging' => 'generate_ar_aging', + 'generate_balance_sheet' => 'generate_balance_sheet', + 'generate_income_statement' => 'generate_income_statement', + 'generate_projects' => 'generate_projects', + 'generate_tax_report' => 'generate_tax_report', + 'generate_trial_balance' => 'generate_trial_balance', + 'gl_transaction' => 'gl_transaction', + 'js_menu' => 'js_menu', + 'list_accounts' => 'list_accounts', + 'list_payments' => 'list_payments', + 'menubar' => 'menubar', + 'name_selected' => 'name_selected', + 'payment_subtotal' => 'payment_subtotal', + 'post_as_new' => 'post_as_new', + 'print' => 'print', + 'print_and_post_as_new' => 'print_and_post_as_new', + 'print_form' => 'print_form', + 'print_options' => 'print_options', + 'project_selected' => 'project_selected', + 'rebuild_vc' => 'rebuild_vc', + 'report' => 'report', + 'repost' => 'repost', + 'reprint' => 'reprint', + 'sales_invoice_' => 'sales_invoice_', + 'save_schedule' => 'save_schedule', + 'schedule' => 'schedule', + 'section_menu' => 'section_menu', + 'select_all' => 'select_all', + 'select_name' => 'select_name', + 'select_project' => 'select_project', + 'send_email' => 'send_email', + 'statement_details' => 'statement_details', + 'tax_subtotal' => 'tax_subtotal', + 'vendor_invoice_' => 'vendor_invoice_', + 'continuar' => 'continue', + 'correo_electrónico' => 'e_mail', + 'imprimir' => 'print', + 'seleccione_todo' => 'select_all', +}; + +1; + -- cgit v1.2.3