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/pa/COPYING | 23 ++ locale/pa/LANGUAGE | 1 + locale/pa/Num2text | 212 ++++++++++++ locale/pa/aa | 156 +++++++++ locale/pa/admin | 143 ++++++++ locale/pa/all | 894 +++++++++++++++++++++++++++++++++++++++++++++++++++ locale/pa/am | 284 ++++++++++++++++ locale/pa/ap | 210 ++++++++++++ locale/pa/ar | 210 ++++++++++++ locale/pa/arap | 51 +++ locale/pa/arapprn | 32 ++ locale/pa/bp | 67 ++++ locale/pa/ca | 59 ++++ locale/pa/cp | 123 +++++++ locale/pa/ct | 186 +++++++++++ locale/pa/gl | 158 +++++++++ locale/pa/hr | 117 +++++++ locale/pa/ic | 277 ++++++++++++++++ locale/pa/io | 130 ++++++++ locale/pa/ir | 224 +++++++++++++ locale/pa/is | 235 ++++++++++++++ locale/pa/jc | 92 ++++++ locale/pa/locales.pl | 351 ++++++++++++++++++++ locale/pa/login | 24 ++ locale/pa/menu | 135 ++++++++ locale/pa/oe | 321 ++++++++++++++++++ locale/pa/pe | 141 ++++++++ locale/pa/pos | 80 +++++ locale/pa/ps | 358 +++++++++++++++++++++ locale/pa/pw | 13 + locale/pa/rc | 79 +++++ locale/pa/rp | 179 +++++++++++ 32 files changed, 5565 insertions(+) create mode 100755 locale/pa/COPYING create mode 100755 locale/pa/LANGUAGE create mode 100755 locale/pa/Num2text create mode 100755 locale/pa/aa create mode 100755 locale/pa/admin create mode 100755 locale/pa/all create mode 100755 locale/pa/am create mode 100755 locale/pa/ap create mode 100755 locale/pa/ar create mode 100755 locale/pa/arap create mode 100755 locale/pa/arapprn create mode 100755 locale/pa/bp create mode 100755 locale/pa/ca create mode 100755 locale/pa/cp create mode 100755 locale/pa/ct create mode 100755 locale/pa/gl create mode 100755 locale/pa/hr create mode 100755 locale/pa/ic create mode 100755 locale/pa/io create mode 100755 locale/pa/ir create mode 100755 locale/pa/is create mode 100755 locale/pa/jc create mode 100755 locale/pa/locales.pl create mode 100755 locale/pa/login create mode 100755 locale/pa/menu create mode 100755 locale/pa/oe create mode 100755 locale/pa/pe create mode 100755 locale/pa/pos create mode 100755 locale/pa/ps create mode 100755 locale/pa/pw create mode 100755 locale/pa/rc create mode 100755 locale/pa/rp (limited to 'locale/pa') diff --git a/locale/pa/COPYING b/locale/pa/COPYING new file mode 100755 index 00000000..4eddfc8b --- /dev/null +++ b/locale/pa/COPYING @@ -0,0 +1,23 @@ +###################################################################### +# LedgerSMB Small Medium Business Accounting +# Copyright (c) 2001 +# +# Spanish texts: +# +# Author: Maria Gabriela Fong +# +# 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/pa/LANGUAGE b/locale/pa/LANGUAGE new file mode 100755 index 00000000..0f633fee --- /dev/null +++ b/locale/pa/LANGUAGE @@ -0,0 +1 @@ +Spanish/Panama diff --git a/locale/pa/Num2text b/locale/pa/Num2text new file mode 100755 index 00000000..88ffe737 --- /dev/null +++ b/locale/pa/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/pa/aa b/locale/pa/aa new file mode 100755 index 00000000..ef009e46 --- /dev/null +++ b/locale/pa/aa @@ -0,0 +1,156 @@ +$self{texts} = { + 'AP Outstanding' => 'Cuentas por Pagar pendientes', + 'AP Transaction' => 'Movimiento de Cuentas por Pagar', + 'AP Transactions' => 'Movimientos de Cuentas por Pagar', + 'AR Outstanding' => 'Cuentas por Cobrar pendientes', + 'AR Transaction' => 'Movimiento de Cuentas por Cobrar', + 'AR Transactions' => 'Movimientos de Cuentas por Cobrar', + 'Account' => 'Cuenta', + 'Accounting Menu' => 'Menú de Contabilidad', + 'Add AP Transaction' => 'Agregar Asiento de Cuentas por Pagar', + 'Add AR Transaction' => 'Agregar Asiento de Cuentas por Cobrar', + 'Amount' => 'Importe', + 'Amount Due' => 'Importe Adeudado', + 'Apr' => 'Abr', + 'April' => 'Abril', + 'Are you sure you want to delete Transaction' => '¿Seguro que desea borrar el Asiento?', + 'Aug' => 'Ago', + 'August' => 'Agosto', + 'Cannot delete transaction!' => '¡No se puede borrar el Asiento!', + 'Cannot post payment for a closed period!' => '¡No se puede registrar un Pago para un periodo cerrado!', + 'Cannot post transaction for a closed period!' => '¡No se puede registrar un Asiento para un periodo cerrado!', + 'Cannot post transaction!' => '¡No se puede registrar el Asiento!', + 'Check' => 'Cheque', + 'Closed' => 'Cerrado', + 'Confirm!' => '¡Confirmar!', + 'Continue' => 'Continuar', + 'Credit' => 'Crédito', + 'Credit Limit' => 'Límite de Crédito', + 'Curr' => 'Div', + 'Currency' => 'Divisa', + '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 fecha de vencimiento!', + 'Edit AP Transaction' => 'Modificar asiento de Cuentas por Pagar', + 'Edit AR Transaction' => 'Modificar asiento de Cuentas por Cobrar', + 'Employee' => 'Empleado', + 'Exch' => 'Cambio', + 'Exchange Rate' => 'Tasa de Cambio', + 'Exchange rate for payment missing!' => '¡Falta la tasa de cambio para el pago!', + 'Exchange rate missing!' => '¡Falta la tasa de cambio!', + 'Feb' => 'Feb', + 'February' => 'Febrero', + 'From' => 'Desde', + 'ID' => 'ID', + 'Include in Report' => 'Incluir en informe', + 'Invoice' => 'Factura', + 'Invoice Date' => 'Fecha de factura', + 'Invoice Date missing!' => '¡Falta 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' => 'Nota', + 'Month' => 'Mes', + 'No.' => 'Nº', + 'Notes' => 'Notas', + 'Nov' => 'Nov', + 'November' => 'Noviembre', + 'Oct' => 'Oct', + 'October' => 'Octubre', + 'Open' => 'Abierto', + 'Order' => 'Orden', + 'Order Number' => 'Número de la orden', + 'Paid' => 'Pagado', + 'Payment date missing!' => '¡Falta la fecha del pago!', + 'Payments' => 'Pagos', + 'Period' => 'Periodo', + 'Post' => 'Registrar', + 'Post as new' => 'Registrar como nuevo', + 'Print' => 'Imprimir', + 'Print and Post' => 'Imprimir y Registrar', + 'Project' => 'Proyecto', + 'Quarter' => 'Trimestre', + 'Receipt' => 'Recibo', + 'Remaining' => 'Remanente', + 'Sales Invoice.' => 'Factura (venta).', + 'Salesperson' => 'Vendedor', + 'Sep' => 'Sep', + 'September' => 'Septiembre', + 'Ship to' => 'Enviar a', + 'Ship via' => 'Enviar por', + 'Shipping Point' => 'Punto de envío', + 'Source' => 'Origen', + 'Subtotal' => 'Subtotal', + 'Summary' => 'Resúmen', + 'Tax' => 'Impuestos', + 'Tax Included' => 'IVA Incluido', + 'Till' => 'Caja Registradora', + 'To' => 'Hasta', + 'Total' => 'Total', + 'Transaction' => 'Asiento', + 'Transaction deleted!' => '¡Asiento borrado!', + 'Transaction posted!' => '¡Asiento registrado!', + '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', + 'movimiento_de_cuentas_por_pagar' => 'ap_transaction', + 'movimiento_de_cuentas_por_cobrar' => 'ar_transaction', + 'continuar' => 'continue', + 'borrar' => 'delete', + 'registrar' => 'post', + 'registrar_como_nuevo' => 'post_as_new', + 'imprimir' => 'print', + 'imprimir_y_registrar' => 'print_and_post', + 'factura_(venta)_' => 'sales_invoice_', + 'enviar_a' => 'ship_to', + 'actualizar' => 'update', + 'factura_de_proveedor_' => 'vendor_invoice_', + 'si' => 'yes', +}; + +1; + diff --git a/locale/pa/admin b/locale/pa/admin new file mode 100755 index 00000000..725bbfd6 --- /dev/null +++ b/locale/pa/admin @@ -0,0 +1,143 @@ +$self{texts} = { + 'Access Control' => 'Control de Acceso', + 'Accounting' => 'Contabilidad', + 'Add User' => 'Agregar 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 el archivo de bloqueo!', + 'Change Admin Password' => 'Cambiar la contraseña del administrador', + 'Change Password' => 'Cambiar contraseña', + 'Click on login name to edit!' => '¡Seleccione el nombre del usuario que desea modificar!', + '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!' => '¡DBI no está instalado!', + 'Database' => 'Base de datos', + 'Database Administration' => 'Administración de base de datos', + 'Database Driver not checked!' => '¡No seleccionó un manejador de bases de datos!', + 'Database User missing!' => '¡Falta el usuario de base de datos!', + 'Dataset' => 'Base de Datos', + 'Dataset missing!' => 'Falta 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' => 'Manejador', + 'Dropdown Limit' => 'Limite en listas desplegables', + 'E-mail' => 'Correo electrónico', + 'Edit User' => 'Modificar Usuario', + 'Existing Datasets' => 'Bases de datos existentes', + 'Fax' => 'Fax', + 'Host' => 'Servidor', + 'Hostname missing!' => '¡Falta el nombre del servidor!', + 'Language' => 'Idioma', + 'Lock System' => 'Bloquear el sistema', + 'Lockfile created!' => '¡Archivo de bloqueo creado!', + 'Lockfile removed!' => '¡Archivo de bloqueo borrado!', + 'Login' => 'Entrada al sistema', + 'Login name missing!' => '¡Falta el nombre del usuario!', + 'Logout' => 'Salir del Sistema', + 'Manager' => 'Gerente', + 'Menu Width' => 'Ancho del Menú', + 'Multibyte Encoding' => 'Codificación Multibyte', + 'Name' => 'Nombre', + 'New Templates' => 'Plantillas Nuevas', + 'No Database Drivers available!' => '¡No hay manejadores de bases de datos disponibles!', + 'No Dataset selected!' => '¡No ha seleccionado una base de datos!', + 'Nothing to delete!' => '¡No hay nada para borrar!', + 'Number Format' => 'Formato Numérico', + 'Oracle Database Administration' => 'Administración de la base de datos Oracle', + 'Password' => 'Contraseña', + 'Password changed!' => '¡Contraseña cambiada!', + 'Passwords do not match!' => '¡Las contraseñas no coinciden!', + 'Pg Database Administration' => 'Administración de base de datos Pg', + 'PgPP Database Administration' => 'Administración de base de datos PgPP', + 'Phone' => 'Teléfono', + 'Port' => 'Puerto', + 'Port missing!' => '¡Falta el puerto!', + 'Printer' => 'Impresora', + 'Save' => 'Guardar', + 'Session Timeout' => 'Expiración de la sesión', + 'Session expired!' => '¡La sesión caducó!', + 'Setup Templates' => 'Configurar Plantillas', + 'Signature' => 'Firma', + 'Stylesheet' => 'Hoja de estilos', + '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 pueden ser borradas', + '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!' => 'Verificación preliminar. En esta etapa no se creará ni se borrará nada!', + '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 agregar un usuario a un grupo, seleccione un nombre, cambie el nombre de usuario (login) y guarde los cambios. Un nuevo usuario con las mismas variables se creará bajo el nuevo nombre de usuario (login).', + 'Unlock System' => 'Desbloquear el sistema', + 'Update Dataset' => 'Actualizar base de datos', + 'Use Templates' => 'Usar Plantillas', + 'User' => 'Usuario', + 'User deleted!' => '¡Usuario borrado!', + 'User saved!' => '¡Usuario guardado!', + 'Version' => 'Versión', + 'You are logged out' => 'Usted ha salido del sistema', + 'does not exist' => 'no existe', + 'is already a member!' => '¡ya es miembro!', + 'localhost' => 'servidor local', + 'locked!' => '¡bloqueado!', + 'successfully created!' => '¡creado con éxito!', + 'successfully deleted!' => '¡borrado con éxito!', + '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', + 'agregar_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_el_sistema' => 'lock_system', + 'entrada_al_sistema' => 'login', + 'salir_del_sistema' => 'logout', + 'administración_de_la_base_de_datos_oracle' => 'oracle_database_administration', + 'administración_de_base_de_datos_pg' => 'pg_database_administration', + 'administración_de_base_de_datos_pgpp' => 'pgpp_database_administration', + 'guardar' => 'save', + 'desbloquear_el_sistema' => 'unlock_system', + 'actualizar_base_de_datos' => 'update_dataset', +}; + +1; + diff --git a/locale/pa/all b/locale/pa/all new file mode 100755 index 00000000..a0fbb61c --- /dev/null +++ b/locale/pa/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' => 'Cuentas por Pagar', + 'AP Aging' => 'Vencimiento de Cuentas por Pagar', + 'AP Outstanding' => 'Cuentas por Pagar pendientes', + 'AP Transaction' => 'Movimiento de Cuentas por Pagar', + 'AP Transactions' => 'Movimientos de Cuentas por Pagar', + 'AR' => 'Cuentas por Cobrar', + 'AR Aging' => 'Vencimiento Cuentas por Cobrar', + 'AR Outstanding' => 'Cuentas por Cobrar pendientes', + 'AR Transaction' => 'Movimiento de Cuentas por Cobrar', + 'AR Transactions' => 'Movimientos de Cuentas por Cobrar', + 'AR/AP' => '', + 'About' => 'Acerca de', + 'Above' => 'Encima de', + 'Access Control' => 'Control de Acceso', + 'Access Denied!' => '', + 'Account' => 'Cuenta', + 'Account Number' => 'Número de Cuenta', + 'Account Number missing!' => '¡Falta el Número de Cuenta!', + 'Account Type' => 'Tipo de Cuenta', + 'Account Type missing!' => '¡Falta el Tipo de Cuenta!', + 'Account deleted!' => '¡Cuenta eliminada!', + 'Account does not exist!' => '¡Cuenta no existe!', + 'Account saved!' => '¡Cuenta guardada!', + 'Accounting' => 'Contabilidad', + 'Accounting Menu' => 'Menú de Contabilidad', + 'Accounts' => 'Cuentas', + 'Accrual' => 'Acumulado', + 'Activate Audit trail' => 'Activar Rastro Auditoría', + 'Activate Audit trails' => 'Activar Rastro Auditoría', + 'Active' => 'Activo', + 'Add' => 'Agregar', + 'Add AP Transaction' => 'Agregar Asiento de Cuentas por Pagar', + 'Add AR Transaction' => 'Agregar Asiento de Cuentas por Cobrar', + 'Add Account' => 'Agregar Cuenta', + 'Add Assembly' => 'Agregar Ensamblaje', + 'Add Business' => 'Agregar Negocio', + 'Add Cash Transfer Transaction' => 'Agregar Transferencia de Efectivo', + 'Add Customer' => 'Agregar Cliente', + 'Add Deduction' => 'Agregar Descuento', + 'Add Department' => 'Agregar Centro de Costos', + 'Add Employee' => 'Agregar Empleado', + 'Add Exchange Rate' => 'Agregar Cotización de Moneda', + 'Add GIFI' => 'Agregar PCF', + 'Add General Ledger Transaction' => 'Agregar Asiento al Mayor General', + 'Add Group' => 'Agregar Grupo', + 'Add Job' => '', + 'Add Labor/Overhead' => 'Agregar Mano de Obra', + 'Add Language' => 'Agregar Idioma', + 'Add POS Invoice' => 'Agregar Factura Punto de Venta', + 'Add Part' => 'Agregar Artículo', + 'Add Pricegroup' => 'Agregar Grupo de Precios', + 'Add Project' => 'Agregar Proyecto', + 'Add Purchase Order' => 'Agregar Orden de Compra', + 'Add Quotation' => 'Agregar Cotización', + 'Add Request for Quotation' => 'Pedir Cotización', + 'Add SIC' => 'Agregar CIS', + 'Add Sales Invoice' => 'Agregar Factura de Venta', + 'Add Sales Order' => 'Agregar Orden de Venta', + 'Add Service' => 'Agregar Servicio', + 'Add Timecard' => '', + 'Add Transaction' => 'Agregar Transacción', + 'Add User' => 'Agregar Usuario', + 'Add Vendor' => 'Agregar Proveedor', + 'Add Vendor Invoice' => 'Agregar Factura de Proveedor', + 'Add Warehouse' => 'Agregar Almacén', + 'Address' => 'Dirección', + 'Administration' => 'Administración', + 'Administrator' => 'Administrador', + 'After Deduction' => 'Después del Descuento', + 'All' => 'Todo', + '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' => 'Subsidios', + 'Amount' => 'Importe', + 'Amount Due' => 'Importe Adeudado', + 'Amount missing!' => '¡Falta el Importe!', + 'Apr' => 'Abr', + 'April' => 'Abril', + 'Are you sure you want to delete Invoice Number' => '¿Seguro que desea borrar la Factura?', + 'Are you sure you want to delete Order Number' => '¿Seguro que desea borrar la Orden de Compra/Pedido?', + 'Are you sure you want to delete Quotation Number' => '¿Seguro que desea borrar la Cotización?', + 'Are you sure you want to delete Timecard for' => '', + 'Are you sure you want to delete Transaction' => '¿Seguro que desea borrar el Asiento?', + 'Are you sure you want to remove the marked entries from the queue?' => '¿Seguro que desea borrar las entradas seleccionadas de la cola?', + 'Assemblies' => 'Ensamblajes', + 'Assemblies restocked!' => 'Ensamblajes re-inventariados!', + 'Assembly' => 'Ensamblaje', + 'Assembly stocked!' => '', + 'Asset' => 'Activo', + 'Attachment' => 'Adjunto', + 'Audit Control' => 'Control de Auditoría', + 'Audit trail disabled' => 'Rastro de Auditoría desactivado', + 'Audit trail enabled' => 'Rastro de Auditoría activado', + 'Audit trail removed up to' => 'Rastro de Auditoría eliminado hasta', + 'Audit trails disabled' => 'Rastro de Auditoría desactivado', + 'Audit trails enabled' => 'Rastro de Auditoría activado', + 'Aug' => 'Ago', + 'August' => 'Agosto', + 'Average Cost' => '', + 'Avg Cost' => '', + 'BIC' => 'BIC', + 'BOM' => 'Lista de Materiales', + 'Backup' => 'Copia de Seguridad de los datos', + 'Backup sent to' => 'Copia de Seguridad enviada a', + 'Balance' => 'Saldo', + 'Balance Sheet' => 'Balance General', + 'Based on' => 'Basado en', + 'Bcc' => 'B.C.C.', + 'Before Deduction' => 'Antes del Descuento', + 'Beginning Balance' => 'Saldo Inicial', + 'Below' => 'Debajo de', + 'Billing Address' => 'Dirección para Facturación', + 'Bin' => 'Ubicación', + 'Bin List' => 'Lista de Ubicaciones', + 'Bin Lists' => 'Listas de Ubicaciones', + 'Books are open' => 'Los Libros están abiertos', + 'Break' => 'Romper', + 'Business' => 'Negocio', + 'Business Number' => 'RUC', + 'Business deleted!' => '¡Negocio borrado!', + 'Business saved!' => '¡Negocio guardado!', + 'C' => 'C', + 'COGS' => 'Costo de Ventas', + '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 el archivo de bloqueo!', + '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 Defecto!', + '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 la Orden!', + 'Cannot delete quotation!' => '¡No se puede borrar la Cotización!', + 'Cannot delete transaction!' => '¡No se puede borrar el Asiento!', + 'Cannot delete vendor!' => '¡No se puede borrar el Proveedor!', + 'Cannot post Payment!' => '¡No se puede registrar el Pago!', + 'Cannot post Receipt!' => '¡No se puede registrar el Recibo!', + 'Cannot post invoice for a closed period!' => '¡No se puede registrar una Factura para un periodo cerrado!', + 'Cannot post invoice!' => '¡No se puede registrar la Factura!', + 'Cannot post payment for a closed period!' => '¡No se puede registrar un Pago para un periodo cerrado!', + 'Cannot post transaction for a closed period!' => '¡No se puede registrar un Asiento para un periodo cerrado!', + 'Cannot post transaction with a debit and credit entry for the same account!' => '', + 'Cannot post transaction!' => '¡No se puede registrar el Asiento!', + 'Cannot remove files!' => '¡No se pueden borrar los archivos!', + 'Cannot save account!' => '¡No se puede guardar la Cuenta!', + 'Cannot save defaults!' => '¡No se puede guardar los Predeterminados!', + 'Cannot save order!' => '¡No se puede guardar la Orden!', + 'Cannot save preferences!' => '¡No se puede guardar las Preferencias!', + 'Cannot save quotation!' => '¡No se puede guardar la Cotización!', + 'Cannot save timecard for a closed period!' => '', + 'Cannot save timecard!' => '', + 'Cannot set account for more than one of AR, AP or IC' => 'No se puede configurar una Cuenta para más de una de las opciones (CxC, CxP o Inventario)', + 'Cannot set multiple options for' => 'No se pueden configurar opciones múltiples para', + 'Cannot set multiple options for Item' => '', + 'Cannot stock Assembly!' => '', + 'Cannot stock assemblies!' => '¡No se pueden almacenar los ensamblajes!', + 'Cash' => 'Efectivo', + 'Cc' => 'C.C.', + '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' => 'Verificar existencia', + 'Checks' => 'Cheques', + 'City' => 'Ciudad', + 'Cleared' => 'Reconciliado', + 'Click on login name to edit!' => '¡Seleccione el nombre del usuario que desea modificar!', + 'Clocked' => '', + 'Close Books up to' => 'Cerrar los Libros hasta', + 'Closed' => 'Cerrado', + 'Code' => 'Código', + 'Code missing!' => '¡Falta el Código!', + 'Company' => 'Empresa', + 'Company Name' => 'Razón Social', + 'Compare to' => 'Comparar con', + 'Completed' => '', + 'Components' => 'Componentes', + 'Confirm' => 'Confirmar', + 'Confirm!' => '¡Confirmar!', + 'Connect to' => 'Conectar a', + 'Contact' => 'Contacto', + 'Continue' => 'Continuar', + 'Contra' => 'Cuentas del Orden', + 'Copies' => 'Copias', + 'Copy to COA' => 'Copiar al Plan de Cuentas', + 'Cost' => 'Costo', + 'Cost Center' => 'Centro de Costos', + 'Could not save pricelist!' => '¡No se pudo guardar la Lista de Precios!', + 'Could not save!' => '¡No se pudo guardar!', + 'Could not transfer Inventory!' => '¡No se pudo transferir existencia!', + 'Country' => 'País', + 'Create Chart of Accounts' => 'Crear Plan de Cuentas', + 'Create Dataset' => 'Crear Base de Datos', + 'Credit' => 'Crédito', + 'Credit Limit' => 'Límite de Crédito', + 'Curr' => 'Div', + 'Currency' => 'Divisa', + 'Current' => 'Actual', + 'Current Earnings' => 'Resultado del Período', + 'Customer' => 'Cliente', + 'Customer History' => 'Historial del Cliente', + 'Customer Number' => 'Código del 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!' => '¡DBI no está instalado!', + 'DOB' => 'Fecha de nacimiento', + 'Database' => 'Base de datos', + 'Database Administration' => 'Administración de base de datos', + 'Database Driver not checked!' => '¡No seleccionó un manejador de bases de datos!', + 'Database Host' => 'Servidor de Base de Datos', + 'Database User missing!' => '¡Falta el usuario de base de datos!', + 'Dataset' => 'Base de Datos', + 'Dataset is newer than version!' => '¡El Base de Datos es más reciente que la versión del programa!', + 'Dataset missing!' => 'Falta 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 la fecha de recepción!', + 'Date worked' => '', + 'Day' => '', + 'Day(s)' => '', + 'Days' => '', + 'Debit' => 'Débito', + 'Dec' => 'Dic', + 'December' => 'Diciembre', + 'Decimalplaces' => 'Posiciones decimales', + 'Decrease' => 'Reducir', + 'Deduct after' => 'Descontar después', + 'Deduction deleted!' => '¡Descuento borrado!', + 'Deduction saved!' => '¡Descuento guardado!', + 'Deductions' => 'Descuentos', + 'Default Template' => '', + 'Defaults' => 'Valores predeterminados', + 'Defaults saved!' => '¡Valores predeterminados guardados!', + '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!' => '¡Departamento guardado!', + 'Departments' => 'Departamentos', + 'Deposit' => 'Depósito', + 'Description' => 'Descripción', + 'Description Translations' => 'Traducciones de la descripción', + 'Description missing!' => '¡Falta la descripción!', + 'Detail' => 'Detalle', + 'Difference' => 'Diferencia', + 'Directory' => 'Directorio', + 'Discount' => 'Descuento', + 'Done' => 'Terminado', + 'Drawing' => 'Plano', + 'Driver' => 'Manejador', + 'Dropdown Limit' => 'Limite en listas desplegables', + 'Due Date' => 'Fecha de vencimiento', + 'Due Date missing!' => '¡Falta fecha de vencimiento!', + 'E-mail' => 'Correo electrónico', + 'E-mail Statement to' => 'Enviar estado de cuenta por E-mail a', + 'E-mail address missing!' => '¡Falta dirección E-mail!', + 'E-mail message' => '', + 'E-mailed' => 'Enviado por e-mail', + 'Edit' => 'Modificar', + 'Edit AP Transaction' => 'Modificar asiento de Cuentas por Pagar', + 'Edit AR Transaction' => 'Modificar asiento de Cuentas por Cobrar', + 'Edit Account' => 'Modificar cuenta', + 'Edit Assembly' => 'Modificar Ensamblaje', + 'Edit Business' => 'Modificar Negocio', + 'Edit Cash Transfer Transaction' => 'Modificar Transferencia de Efectivo', + 'Edit Customer' => 'Modificar Cliente', + 'Edit Deduction' => 'Modificar Descuento', + 'Edit Department' => 'Modificar Departamento', + 'Edit Description Translations' => 'Modificar Traducciones de Descripción', + 'Edit Employee' => 'Modificar Empleado', + 'Edit GIFI' => 'Modificar PCF', + 'Edit General Ledger Transaction' => 'Modificar Asiento del Libro Mayor General', + 'Edit Group' => 'Modificar Grupo', + 'Edit Job' => '', + 'Edit Labor/Overhead' => 'Modificar Mano de Obra', + 'Edit Language' => 'Modificar Idioma', + 'Edit POS Invoice' => 'Modificar Ticket', + 'Edit Part' => 'Modificar Artículo', + 'Edit Preferences for' => 'Modificar Preferencias para', + 'Edit Pricegroup' => 'Modificar Grupo de Precios', + 'Edit Project' => 'Modificar Proyecto', + 'Edit Purchase Order' => 'Modificar Orden de Compra', + 'Edit Quotation' => 'Modificar Cotización', + 'Edit Request for Quotation' => 'Modificar Solicitud de Cotización', + 'Edit SIC' => 'Modificar CIS', + 'Edit Sales Invoice' => 'Modificar Factura de Venta', + 'Edit Sales Order' => 'Modificar Orden de Venta', + 'Edit Service' => 'Modificar Servicio', + 'Edit Template' => 'Modificar Plantilla', + 'Edit Timecard' => '', + 'Edit User' => 'Modificar Usuario', + 'Edit Vendor' => 'Modificar Proveedor', + 'Edit Vendor Invoice' => 'Modificar Factura de Proveedor', + 'Edit Warehouse' => 'Modificar Almacén', + 'Employee' => 'Empleado', + 'Employee Name' => 'Nombre del empleado', + 'Employee Number' => 'Código del empleado', + 'Employee deleted!' => '¡Empleado borrado!', + 'Employee pays' => 'El empleado paga', + 'Employee saved!' => '¡Empleado guardado!', + 'Employees' => 'Empleados', + 'Employer' => 'Patrón', + 'Employer pays' => 'El patrón paga', + 'Enddate' => 'Fecha final', + 'Ends' => '', + 'Enforce transaction reversal for all dates' => 'Forzar reversión de asientos 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 (ej. PYG:USD:EUR) para las monedas local y extranjeras', + 'Equity' => 'Capital', + 'Every' => '', + 'Excempt age <' => 'Edad de excención <', + 'Exch' => 'Cambio', + 'Exchange Rate' => 'Tasa de Cambio', + 'Exchange rate for payment missing!' => '¡Falta la tasa de cambio para el pago!', + 'Exchange rate missing!' => '¡Falta la tasa de cambio!', + 'Existing Datasets' => 'Bases de datos existentes', + 'Expense' => 'Gasto', + 'Expense account does not exist!' => '', + 'Expense/Asset' => 'Gasto/Activo', + 'Extended' => 'Importe', + 'FX' => 'Cotización de Monedas', + '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 de Cuentas Fiscal (PCF)', + 'GIFI deleted!' => '¡Borrado el código PCF!', + 'GIFI missing!' => '¡Falta el código PCF!', + 'GIFI saved!' => '¡Guardado el código PCF!', + 'GL' => '', + 'GL Reference Number' => '', + 'GL Transaction' => 'Asiento en el libro mayor', + 'General Ledger' => 'Libro Mayor General', + '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' => 'Componentes de grupo', + 'Group Translations' => 'Traducción de Grupos', + 'Group deleted!' => '¡Grupo borrado!', + 'Group missing!' => '¡Falta el grupo!', + 'Group saved!' => '¡Grupo guardado!', + 'Groups' => 'Grupos', + 'HR' => 'Recursos Humanos', + 'HTML Templates' => 'Plantillas HTML', + 'Heading' => 'Encabezado', + 'History' => 'Historial', + 'Home Phone' => 'Teléfono (particular)', + 'Host' => 'Servidor', + 'Hostname missing!' => '¡Falta el nombre del servidor!', + 'IBAN' => 'IBAN', + 'ID' => 'ID', + 'Image' => 'Imagen', + 'In-line' => 'Incorporado', + 'Inactive' => '', + 'Include Exchange Rate Difference' => 'Incluir Diferencia por Tasa de Cambio', + 'Include Payment' => '', + 'Include in Report' => 'Incluir en informe', + 'Include in drop-down menus' => 'Incluir en listas desplegables', + 'Income' => 'Ingreso', + 'Income Statement' => 'Cuadro de Resultados', + 'Income account does not exist!' => '', + 'Incorrect Dataset version!' => '¡La Versión de la base de datos es 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 existencia debe ser cero antes de poder cambiar el ensamblaje a obsoleto!', + 'Inventory quantity must be zero before you can set this part obsolete!' => '¡La existencia debe ser cero antes de poder cambiar este artículo a obsoleto!', + 'Inventory saved!' => '¡Inventario guardado!', + 'Inventory transferred!' => '¡Inventario transferido!', + 'Invoice' => 'Factura', + 'Invoice Date' => 'Fecha de factura', + 'Invoice Date missing!' => '¡Falta la fecha de la factura!', + 'Invoice Number' => 'Número de factura', + 'Invoice Number missing!' => '¡Falta el Número de Factura!', + 'Invoice deleted!' => '¡Factura borrada!', + 'Invoices' => 'Facturas', + 'Is this a summary account to record' => '¿Es ésta una cuenta de resúmen a registrar?', + 'Item already on pricelist!' => '¡El concepto ya está en la lista de precios!', + 'Item deleted!' => '¡Concepto borrado!', + 'Item not on file!' => '¡El concepto no está registrado!', + 'Items' => 'Conceptos', + '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' => 'Idioma', + 'Language deleted!' => '¡Idioma borrado!', + 'Language saved!' => '¡Idioma guardado!', + 'Languages' => 'Idiomas', + 'Languages not defined!' => '¡Idiomas no definido!', + 'Last Cost' => '', + 'Last Numbers & Default Accounts' => 'Últimos números y cuentas por omisión', + 'Lead' => '', + 'Leadtime' => 'Tiempo de Entrega', + 'Leave host and port field empty unless you want to make a remote connection.' => 'Deje los campos de servidor y puerto vacíos a menos que quiera hacer una conección remota', + 'Liability' => 'Pasivo', + 'Licensed to' => 'Uso autorizado a', + 'Line Total' => 'Total de la línea', + 'Link' => 'Vínculo', + 'Link Accounts' => 'Vincular Cuentas', + 'List' => 'Lista', + 'List Accounts' => 'Mostrar Plan de Cuentas', + 'List Businesses' => 'Mostrar empresas', + 'List Departments' => 'Mostrar Centro de Costos', + 'List GIFI' => 'Mostrar PCF', + 'List Languages' => 'Mostrar Idiomas', + 'List Price' => 'Precio de Lista', + 'List Projects' => 'Mostrar Projectos', + 'List SIC' => 'Mostrar CIS', + 'List Transactions' => 'Mostrar Transacciones', + 'List Warehouses' => 'Mostar almacenes', + 'Lock System' => 'Bloquear el sistema', + 'Lockfile created!' => '¡Archivo de bloqueo creado!', + 'Lockfile removed!' => '¡Archivo de bloqueo borrado!', + 'Login' => 'Entrada al sistema', + 'Login name missing!' => '¡Falta el nombre del usuario!', + 'Logout' => 'Salir del Sistema', + 'Make' => 'Marca', + 'Manager' => 'Gerente', + 'Mar' => 'Mar', + 'March' => 'Marzo', + 'Marked entries printed!' => '¡Entradas seleccionadas impresas!', + 'Markup' => 'Margen', + 'Maximum' => 'Máximo', + 'May' => 'Mayo', + 'May ' => 'Mayo', + 'Memo' => 'Nota', + 'Menu Width' => 'Ancho del Menú', + 'Message' => 'Mensaje', + 'Method' => 'Método', + 'Microfiche' => 'Microficha', + 'Model' => 'Modelo', + 'Monday' => '', + 'Month' => 'Mes', + 'Month(s)' => '', + 'Months' => '', + 'Multibyte Encoding' => 'Codificación Multibyte', + 'N/A' => 'N/A', + 'Name' => 'Nombre', + 'Name missing!' => '¡Falta el Nombre!', + 'New Templates' => 'Plantillas Nuevas', + 'New Window' => 'Ventana nueva', + 'Next' => '', + 'Next Date' => '', + 'Next Number' => '', + 'No' => 'No', + 'No Database Drivers available!' => '¡No hay manejadores de bases de datos disponibles!', + 'No Dataset selected!' => '¡No ha seleccionado una 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.' => 'Nº', + 'Non-taxable' => 'Exento', + 'Non-taxable Purchases' => 'Compras exentas', + 'Non-taxable Sales' => 'Ventas exentas', + 'Non-tracking Items' => '', + 'Notes' => 'Notas', + 'Nothing entered!' => '¡No se suministró nada!', + 'Nothing selected!' => '¡No se seleccionó nada!', + 'Nothing to delete!' => '¡No hay nada para borrar!', + 'Nothing to print!' => '¡No hay nada para imprimir!', + 'Nothing to transfer!' => '¡Nada que transferir!', + 'Nov' => 'Nov', + 'November' => 'Noviembre', + 'Number' => 'Número', + 'Number Format' => 'Formato Numérico', + 'Number missing in Row' => 'No se encuentra el número en la fila', + 'O' => 'O', + 'OH' => '', + 'Obsolete' => 'Obsoleto', + 'Oct' => 'Oct', + 'October' => 'Octubre', + 'On Hand' => 'Existencia', + 'Open' => 'Abierto', + 'Oracle Database Administration' => 'Administración de la base de datos Oracle', + 'Order' => 'Orden', + 'Order Date' => 'Fecha de la orden', + 'Order Date missing!' => '¡Falta la fecha de la orden!', + 'Order Entry' => 'Carga de Ordenes', + 'Order Number' => 'Número de la orden', + 'Order Number missing!' => 'No se ha definido el número de la orden', + 'Order deleted!' => '¡Orden borrada!', + 'Order generation failed!' => '', + 'Order saved!' => '¡Orden guardada!', + 'Orders generated!' => '', + 'Orphaned' => 'Huérfano', + 'Out of balance transaction!' => '¡Asiento desbalanceado!', + 'Out of balance!' => '¡Fuera de balance!', + 'Outstanding' => 'Pendiente', + 'PDF' => 'PDF', + 'PO Number' => '', + 'POS' => 'Punto de Venta', + 'POS Invoice' => 'Factura Punto de Venta', + 'Packing List' => 'Lista de Empaque', + 'Packing List Date missing!' => '¡Falta la fecha en la lista de empaque!', + 'Packing List Number missing!' => '¡Falta el número en la lista de empaque!', + 'Packing Lists' => 'Listas de empaque', + 'Paid' => 'Pagado', + 'Part' => 'Artículo', + 'Part Number' => '', + 'Partnumber' => 'Número de artículo', + 'Parts' => 'Artículos', + 'Password' => 'Contraseña', + 'Password changed!' => '¡Contraseña cambiada!', + 'Password does not match!' => '¡La contraseña no coincide!', + 'Passwords do not match!' => '¡Las contraseñas no coinciden!', + 'Payables' => 'Cuentas por Pagar', + 'Payment' => 'Pago', + 'Payment date missing!' => '¡Falta la fecha del pago!', + 'Payment posted!' => '¡Pago registrado!', + 'Payments' => 'Pagos', + 'Payments posted!' => '', + 'Payroll Deduction' => 'Descuento Salarial', + 'Period' => 'Periodo', + 'Pg Database Administration' => 'Administración de base de datos Pg', + 'PgPP Database Administration' => 'Administración de base de datos PgPP', + 'Phone' => 'Teléfono', + 'Pick List' => 'Lista de Selección', + 'Pick Lists' => 'Listas de Selección', + 'Port' => 'Puerto', + 'Port missing!' => '¡Falta el puerto!', + 'Pos' => '', + 'Post' => 'Registrar', + 'Post as new' => 'Registrar como nuevo', + 'Posted!' => '¡Registrado!', + 'Posting' => '', + 'Posting failed!' => '', + 'Postscript' => 'Postscript', + 'Preferences' => 'Preferencias', + 'Preferences saved!' => '¡Preferencias guardadas!', + 'Prepayment' => 'Anticipo', + 'Price' => 'Precio', + 'Pricegroup' => 'Grupo de precios', + 'Pricegroup deleted!' => '¡Grupo de precios borrado!', + 'Pricegroup missing!' => '¡Falta el grupo de precios!', + 'Pricegroup saved!' => '¡Grupo de precios guardado!', + 'Pricegroups' => 'Grupos de precios', + 'Pricelist' => 'Lista de Precios', + 'Print' => 'Imprimir', + 'Print and Post' => 'Imprimir y Registrar', + 'Print and Post as new' => '', + 'Print and Save' => 'Imprimir y guardar', + '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 Ingresos', + 'Project' => 'Proyecto', + 'Project Description Translations' => 'Traducciones de descripción de proyecto', + 'Project Name' => '', + 'Project Number' => 'Número del Proyecto', + 'Project Number missing!' => '¡Falta el número de proyecto!', + 'Project Transactions' => 'Asientos del Projecto', + 'Project deleted!' => '¡Proyecto borrado!', + 'Project not on file!' => '¡Proyecto no registrado!', + 'Project saved!' => '¡Proyecto guardado!', + 'Project/Job Name' => '', + 'Project/Job Number' => '', + 'Projects' => 'Proyectos', + 'Purchase Order' => 'Orden de Compra', + 'Purchase Order Number' => 'Número de Orden de Compra', + 'Purchase Orders' => 'Ordenes de Compra', + 'Qty' => 'Cant.', + 'Quantity exceeds available units to stock!' => '¡La cantidad excede al stock disponible!', + 'Quarter' => 'Trimestre', + 'Quotation' => 'Cotización', + 'Quotation ' => 'Cotización ', + 'Quotation Date' => 'Fecha de Cotización', + 'Quotation Date missing!' => '¡Falta la Fecha de Cotización!', + 'Quotation Number' => 'Número de Cotización', + 'Quotation Number missing!' => '¡Falta el Número de Cotización!', + 'Quotation deleted!' => '¡Cotización borrada!', + 'Quotations' => 'Cotizaciones', + 'R' => 'R', + 'RFQ' => 'Solicitud de cotización', + 'RFQ ' => 'Solicitud de cotización ', + 'RFQ Number' => 'Número de Solicitud de cotización', + 'RFQs' => 'Solicitudes de cotización', + 'ROP' => 'Existencia mínima', + 'Rate' => 'Tarifa', + 'Rate missing!' => '¡Falta la tarifa!', + 'Recd' => 'Recb.', + 'Receipt' => 'Recibo', + 'Receipt posted!' => '¡Recibo registrado!', + 'Receipts' => 'Recibos', + 'Receivables' => 'Cuentas por Cobrar', + 'Receive' => 'Recibir', + 'Receive Merchandise' => 'Recibir mercadería', + 'Reconciliation' => 'Reconciliación', + 'Reconciliation Report' => 'Informe de Reconciliación', + 'Record in' => 'Registrar en', + 'Recurring Transaction' => '', + 'Recurring Transactions' => '', + 'Reference' => 'Referencia', + 'Remaining' => 'Remanente', + 'Remove' => 'Eliminar', + 'Remove Audit trail up to' => 'Remover Rastro de Auditoría hasta', + 'Remove Audit trails up to' => 'Remover Rastro de Auditoría hasta', + 'Removed spoolfiles!' => '¡Archivos de la cola eliminados!', + 'Removing marked entries from queue ...' => 'Eliminado entradas seleccionadas de la cola ...', + 'Repeat' => '', + 'Report for' => 'Informe de', + 'Reports' => 'Informes', + 'Req' => '', + 'Request for Quotation' => 'Solicitud de cotización', + 'Request for Quotations' => 'Solicitudes de cotización', + 'Required by' => 'Requerido para el', + 'Retained Earnings' => 'Resultado del Periodo', + 'Role' => 'Función', + 'S' => 'S', + 'SIC' => 'CIS', + 'SIC deleted!' => '¡CIS borrado!', + 'SIC saved!' => '¡CIS guardado!', + 'SKU' => 'SKU', + 'SSN' => 'C.I.Nº', + 'Sale' => 'Venta', + 'Sales' => 'Ventas', + 'Sales Invoice' => 'Factura (venta)', + 'Sales Invoice ' => 'Factura (venta) ', + 'Sales Invoice.' => 'Factura (venta).', + 'Sales Invoice/AR Transaction Number' => '', + 'Sales Invoices' => 'Facturas (venta)', + 'Sales Order' => 'Orden de Venta', + 'Sales Order Number' => 'Número de Orden de Venta', + 'Sales Orders' => 'Ordenes de Venta', + 'Sales Quotation Number' => 'Número de Cotización', + 'Salesperson' => 'Vendedor', + 'Saturday' => '', + 'Save' => 'Guardar', + 'Save Pricelist' => 'Guardar Lista de Precios', + 'Save Schedule' => '', + 'Save as new' => 'Guardar como nuevo', + 'Save to File' => 'Guardar en un archivo', + 'Saving' => '', + 'Schedule' => '', + 'Scheduled' => '', + 'Screen' => 'Pantalla', + 'Search' => 'Búsqueda', + 'Select' => 'Seleccionar', + 'Select Customer' => '', + 'Select Vendor' => '', + 'Select a Printer!' => '', + 'Select a printer!' => '', + 'Select all' => 'Seleccionar 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 uno de los proyectos de la lista', + 'Select items' => '', + 'Select payment' => 'Seleccione el pago', + 'Select postscript or PDF!' => '¡Seleccione postscript o PDF!', + 'Select txt, postscript or PDF!' => '¡Seleccione Texto, Postscript o PDF!', + 'Sell' => 'Vender', + 'Sell Price' => 'Precio de venta', + 'Send by E-Mail' => 'Enviar por correo electrónico', + 'Sending' => '', + 'Sep' => 'Sep', + 'September' => 'Septiembre', + 'Serial No.' => 'Núm. de serie', + 'Serial Number' => 'Número de serie', + 'Service' => 'Servicio', + 'Service Code' => '', + 'Service/Labor Code' => '', + 'Services' => 'Servicios', + 'Session Timeout' => 'Expiración de la sesión', + 'Session expired!' => '¡La sesión caducó!', + 'Setup Templates' => 'Configurar Plantillas', + 'Ship' => 'Enviar', + 'Ship Merchandise' => 'Enviar Mercadería', + 'Ship to' => 'Enviar a', + 'Ship via' => 'Enviar por', + 'Shipping' => 'Envío', + 'Shipping Address' => 'Dirección de envío', + 'Shipping Date' => 'Fecha de envío', + 'Shipping Date missing!' => '¡Falta la fecha de envío!', + 'Shipping Point' => 'Punto de envío', + 'Short' => 'Corto', + 'Signature' => 'Firma', + 'Source' => 'Origen', + 'Spoolfile' => 'Cola de Impresión', + 'Standard' => 'Estándard', + 'Standard Industrial Codes' => 'Código Industrial Estandardizado (CIS)', + 'Startdate' => 'Fecha de inicio', + 'State' => 'Departamento', + 'State/Province' => 'Departamento', + 'Statement' => 'Estado de cuenta', + 'Statement Balance' => 'Saldo bancario', + 'Statement sent to' => 'Estado de cuenta enviado a', + 'Statements sent to printer!' => '¡Estado de cuenta enviado a la impresora!', + 'Stock' => 'Inventario', + 'Stock Assembly' => 'Reponer ensamblaje', + 'Stocking Date' => '', + 'Stylesheet' => 'Hoja de estilos', + 'Sub-contract GIFI' => 'PCF del subcontrato', + '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' => 'IVA Incluido', + 'Tax Number' => 'RUC', + 'Tax Number / SSN' => 'RUC/CIP', + 'Tax collected' => 'Impuesto Retenido', + 'Tax paid' => 'Impuestos pagados', + 'Taxable' => 'Gravado', + 'Template saved!' => '¡Plantilla guardada!', + 'Templates' => 'Plantillas', + 'Terms' => 'Condiciones', + '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 pueden ser borradas', + '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!' => 'Verificación preliminar. En esta etapa no se creará ni se borrará nada!', + 'Thursday' => '', + 'Till' => 'Caja Registradora', + '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 agregar un usuario a un grupo, seleccione un nombre, cambie el nombre de usuario (login) y guarde los cambios. Un nuevo usuario con las mismas variables se creará bajo el nuevo nombre de usuario (login).', + 'Top Level' => 'Nivel Superior', + 'Total' => 'Total', + 'Tracking Items' => '', + 'Trade Discount' => 'Descuento comercial', + 'Transaction' => 'Asiento', + 'Transaction Date missing!' => '¡Falta la fecha del Asiento!', + 'Transaction Dates' => '', + 'Transaction deleted!' => '¡Asiento borrado!', + 'Transaction posted!' => '¡Asiento registrado!', + 'Transaction reversal enforced for all dates' => 'Reversión de Asientos activado para todas las fechas', + 'Transaction reversal enforced up to' => 'Reversión de Asientos activado hasta', + 'Transactions' => 'Asientos', + 'Transfer' => 'Transferencia', + 'Transfer Inventory' => 'Transferir existencia', + 'Transfer from' => '', + 'Transfer to' => 'Transferir a', + 'Translation' => 'Traducción', + 'Translation deleted!' => '¡Traducción borrada!', + 'Translation not on file!' => 'No hay Traducción', + 'Translations' => 'Traducciones', + 'Translations saved!' => '¡Traducciones guardadas!', + 'Trial Balance' => 'Balance de Prueba', + 'Tuesday' => '', + 'Type of Business' => 'Clase de Negocio', + 'Unit' => 'Unidad', + 'Unit of measure' => 'Unidad de medida', + 'Unlock System' => 'Desbloquear el sistema', + 'Update' => 'Actualizar', + 'Update Dataset' => 'Actualizar base de datos', + 'Updated' => 'Actualizado', + 'Upgrading to Version' => 'Actualizando a versión', + 'Use Templates' => 'Usar Plantillas', + 'User' => 'Usuario', + 'User deleted!' => '¡Usuario borrado!', + 'User saved!' => '¡Usuario guardado!', + 'Valid until' => 'Válido hasta', + 'Vendor' => 'Proveedor', + 'Vendor History' => 'Historial del 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' => 'Código de Proveedor', + 'Vendor deleted!' => '¡Proveedor borrado!', + 'Vendor missing!' => '¡Falta el Proveedor!', + 'Vendor not on file!' => '¡Proveedor no registrado!', + 'Vendor saved!' => '¡Proveedor guardado!', + 'Vendors' => 'Proveedores', + 'Version' => 'Versión', + 'Warehouse' => 'Almacén', + 'Warehouse deleted!' => '¡Almacén borrado!', + 'Warehouse saved!' => '¡Almacén guardado!', + 'Warehouses' => 'Almacenes', + 'Warning!' => '¡Advertencia!', + 'Wednesday' => '', + 'Week' => '', + 'Week(s)' => '', + 'Weeks' => '', + 'Weight' => 'Peso', + 'Weight Unit' => 'Unidad de peso', + 'What type of item is this?' => '¿Que tipo de articulo es este?', + 'Work Order' => 'Orden de Trabajo', + 'Work Orders' => 'Ordenes de Trabajo', + 'Work Phone' => 'Teléfono (Oficina)', + 'Year' => 'Año', + 'Year(s)' => '', + 'Yearend' => 'Cierre del Periodo', + 'Yearend date missing!' => '¡Falta la Fecha de Cierre del Periodo!', + 'Yearend posted!' => '¡Cierre del Periodo registrado!', + 'Yearend posting failed!' => '¡Falló el Cierre del Periodo!', + 'Years' => '', + 'Yes' => 'Si', + 'You are logged out' => 'Usted ha salido 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 ingresó un Nombre!', + 'You must enter a host and port for local and remote connections!' => 'Debe ingresar un servidor y un puerto para conecciones 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' => 'como a', + 'days' => 'días', + 'does not exist' => 'no existe', + 'done' => 'Terminado', + 'ea' => 'c/u', + 'failed' => '', + 'for' => '', + 'for Period' => 'para el Período', + 'is already a member!' => '¡ya es miembro!', + 'localhost' => 'servidor local', + 'locked!' => '¡bloqueado!', + 'partsgroup' => '', + 'posted!' => '¡Registrado!', + 'sent' => 'Enviado', + 'successfully created!' => '¡creado con éxito!', + 'successfully deleted!' => '¡borrado con éxito!', + 'time(s)' => '', + 'unexpected error!' => '', + 'website' => 'sitio web', +}; + +1; diff --git a/locale/pa/am b/locale/pa/am new file mode 100755 index 00000000..52003de6 --- /dev/null +++ b/locale/pa/am @@ -0,0 +1,284 @@ +$self{texts} = { + 'AP' => 'Cuentas por Pagar', + 'AR' => 'Cuentas por Cobrar', + 'About' => 'Acerca de', + 'Account' => 'Cuenta', + 'Account Number' => 'Número de Cuenta', + 'Account Number missing!' => '¡Falta el Número de Cuenta!', + 'Account Type' => 'Tipo de Cuenta', + 'Account Type missing!' => '¡Falta el Tipo de Cuenta!', + 'Account deleted!' => '¡Cuenta eliminada!', + 'Account does not exist!' => '¡Cuenta no existe!', + 'Account saved!' => '¡Cuenta guardada!', + 'Accounting Menu' => 'Menú de Contabilidad', + 'Accrual' => 'Acumulado', + 'Activate Audit trail' => 'Activar Rastro Auditoría', + 'Add Account' => 'Agregar Cuenta', + 'Add Business' => 'Agregar Negocio', + 'Add Department' => 'Agregar Centro de Costos', + 'Add GIFI' => 'Agregar PCF', + 'Add Language' => 'Agregar Idioma', + 'Add SIC' => 'Agregar CIS', + 'Add Warehouse' => 'Agregar Almacén', + 'Address' => 'Dirección', + 'Amount' => 'Importe', + 'Asset' => 'Activo', + 'Audit Control' => 'Control de Auditoría', + 'Audit trail disabled' => 'Rastro de Auditoría desactivado', + 'Audit trail enabled' => 'Rastro de Auditoría activado', + 'Audit trail removed up to' => 'Rastro de Auditoría eliminado hasta', + 'Backup sent to' => 'Copia de Seguridad enviada a', + 'Bin List' => 'Lista de Ubicaciones', + 'Books are open' => 'Los Libros están abiertos', + 'Business Number' => 'RUC', + 'Business deleted!' => '¡Negocio borrado!', + 'Business saved!' => '¡Negocio guardado!', + 'COGS' => 'Costo de Ventas', + 'Cannot delete account!' => '¡No se puede borrar la Cuenta!', + 'Cannot delete default account!' => '¡No se puede borrar la Cuenta por Defecto!', + 'Cannot save account!' => '¡No se puede guardar la Cuenta!', + 'Cannot save defaults!' => '¡No se puede guardar los Predeterminados!', + 'Cannot save preferences!' => '¡No se puede guardar las Preferencias!', + 'Cannot set account for more than one of AR, AP or IC' => 'No se puede configurar una Cuenta para más de una de las opciones (CxC, CxP o Inventario)', + 'Cannot set multiple options for' => 'No se pueden configurar opciones múltiples para', + 'Cash' => 'Efectivo', + 'Chart of Accounts' => 'Plan de Cuentas', + 'Close Books up to' => 'Cerrar los Libros hasta', + 'Code' => 'Código', + 'Code missing!' => '¡Falta el Código!', + 'Company' => 'Empresa', + 'Confirm' => 'Confirmar', + 'Confirm!' => '¡Confirmar!', + 'Continue' => 'Continuar', + 'Contra' => 'Cuentas del Orden', + 'Copy to COA' => 'Copiar al Plan de Cuentas', + 'Cost Center' => 'Centro de Costos', + 'Credit' => 'Crédito', + 'Customer Number' => 'Código del Cliente', + 'Database Host' => 'Servidor de Base de Datos', + 'Dataset' => 'Base de Datos', + 'Date Format' => 'Formato de Fecha', + 'Debit' => 'Débito', + 'Defaults saved!' => '¡Valores predeterminados guardados!', + 'Delete' => 'Borrar', + 'Delete Account' => 'Borrar cuenta', + 'Department deleted!' => '¡Departamento borrado!', + 'Department saved!' => '¡Departamento guardado!', + 'Departments' => 'Departamentos', + 'Description' => 'Descripción', + 'Description missing!' => '¡Falta la descripción!', + 'Discount' => 'Descuento', + 'Dropdown Limit' => 'Limite en listas desplegables', + 'E-mail' => 'Correo electrónico', + 'E-mail address missing!' => '¡Falta dirección E-mail!', + 'Edit' => 'Modificar', + 'Edit Account' => 'Modificar cuenta', + 'Edit Business' => 'Modificar Negocio', + 'Edit Department' => 'Modificar Departamento', + 'Edit GIFI' => 'Modificar PCF', + 'Edit Language' => 'Modificar Idioma', + 'Edit Preferences for' => 'Modificar Preferencias para', + 'Edit SIC' => 'Modificar CIS', + 'Edit Template' => 'Modificar Plantilla', + 'Edit Warehouse' => 'Modificar Almacén', + 'Employee Number' => 'Código del empleado', + 'Enforce transaction reversal for all dates' => 'Forzar reversión de asientos 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 (ej. PYG:USD:EUR) para las monedas local y extranjeras', + 'Equity' => 'Capital', + 'Expense' => 'Gasto', + 'Expense/Asset' => 'Gasto/Activo', + 'Fax' => 'Fax', + 'Foreign Exchange Gain' => 'Ganancia en Moneda Extranjera', + 'Foreign Exchange Loss' => 'Pérdida en Moneda Extranjera', + 'GIFI' => 'Plan de Cuentas Fiscal (PCF)', + 'GIFI deleted!' => '¡Borrado el código PCF!', + 'GIFI missing!' => '¡Falta el código PCF!', + 'GIFI saved!' => '¡Guardado el código PCF!', + 'GL Transaction' => 'Asiento en el libro mayor', + 'Heading' => 'Encabezado', + 'ID' => 'ID', + 'Include in drop-down menus' => 'Incluir en listas desplegables', + 'Income' => 'Ingreso', + 'Inventory' => 'Inventario', + 'Invoice' => 'Factura', + 'Is this a summary account to record' => '¿Es ésta una cuenta de resúmen a registrar?', + 'Language' => 'Idioma', + 'Language deleted!' => '¡Idioma borrado!', + 'Language saved!' => '¡Idioma guardado!', + 'Languages' => 'Idiomas', + 'Last Numbers & Default Accounts' => 'Últimos números y cuentas por omisión', + 'Liability' => 'Pasivo', + 'Licensed to' => 'Uso autorizado a', + 'Link' => 'Vínculo', + 'Menu Width' => 'Ancho del 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 Numérico', + 'PDF' => 'PDF', + 'Packing List' => 'Lista de Empaque', + 'Password' => 'Contraseña', + 'Password does not match!' => '¡La contraseña no coincide!', + 'Payables' => 'Cuentas por Pagar', + 'Payment' => 'Pago', + 'Phone' => 'Teléfono', + 'Pick List' => 'Lista de Selección', + 'Postscript' => 'Postscript', + 'Preferences saved!' => '¡Preferencias guardadas!', + 'Print' => 'Imprimir', + 'Printer' => 'Impresora', + 'Profit Center' => 'Centro de Ingresos', + 'Purchase Order' => 'Orden de Compra', + 'Purchase Order Number' => 'Número de Orden de Compra', + 'Purchase Orders' => 'Ordenes de Compra', + 'RFQ Number' => 'Número de Solicitud de cotización', + 'Rate' => 'Tarifa', + 'Receivables' => 'Cuentas por Cobrar', + 'Reference' => 'Referencia', + 'Remove Audit trail up to' => 'Remover Rastro de Auditoría hasta', + 'Retained Earnings' => 'Resultado del Periodo', + 'SIC deleted!' => '¡CIS borrado!', + 'SIC saved!' => '¡CIS guardado!', + 'Sales Invoice' => 'Factura (venta)', + 'Sales Order' => 'Orden de Venta', + 'Sales Order Number' => 'Número de Orden de Venta', + 'Sales Orders' => 'Ordenes de Venta', + 'Sales Quotation Number' => 'Número de Cotización', + 'Save' => 'Guardar', + 'Save as new' => 'Guardar como nuevo', + 'Session Timeout' => 'Expiración de la sesión', + 'Signature' => 'Firma', + 'Standard Industrial Codes' => 'Código Industrial Estandardizado (CIS)', + 'Stylesheet' => 'Hoja de estilos', + 'System Defaults' => 'Predeterminados del Sistema', + 'Tax' => 'Impuestos', + 'Template saved!' => '¡Plantilla guardada!', + 'Transaction' => 'Asiento', + 'Transaction reversal enforced for all dates' => 'Reversión de Asientos activado para todas las fechas', + 'Transaction reversal enforced up to' => 'Reversión de Asientos activado hasta', + 'Type of Business' => 'Clase de Negocio', + 'Update' => 'Actualizar', + 'User' => 'Usuario', + 'Vendor Invoice' => 'Factura de Proveedor', + 'Vendor Number' => 'Código de Proveedor', + 'Version' => 'Versión', + 'Warehouse deleted!' => '¡Almacén borrado!', + 'Warehouse saved!' => '¡Almacén guardado!', + 'Warehouses' => 'Almacenes', + 'Weight Unit' => 'Unidad de peso', + 'Work Order' => 'Orden de Trabajo', + 'Year' => 'Año', + 'Yearend' => 'Cierre del Periodo', + 'Yearend date missing!' => '¡Falta la Fecha de Cierre del Periodo!', + 'Yearend posted!' => '¡Cierre del Periodo registrado!', + 'Yearend posting failed!' => '¡Falló el Cierre del Periodo!', + 'Yes' => 'Si', + 'account cannot be set to any other type of account' => 'No se puede cambiar a otro Tipo de Cuenta', + 'done' => 'Terminado', + 'localhost' => 'servidor 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', + 'agregar_cuenta' => 'add_account', + 'agregar_negocio' => 'add_business', + 'agregar_centro_de_costos' => 'add_department', + 'agregar_idioma' => 'add_language', + 'agregar_cis' => 'add_sic', + 'agregar_almacén' => 'add_warehouse', + 'continuar' => 'continue', + 'copiar_al_plan_de_cuentas' => 'copy_to_coa', + 'borrar' => 'delete', + 'modificar' => 'edit', + 'modificar_cuenta' => 'edit_account', + 'guardar' => 'save', + 'guardar_como_nuevo' => 'save_as_new', + 'actualizar' => 'update', +}; + +1; + diff --git a/locale/pa/ap b/locale/pa/ap new file mode 100755 index 00000000..e5b86cae --- /dev/null +++ b/locale/pa/ap @@ -0,0 +1,210 @@ +$self{texts} = { + 'AP Outstanding' => 'Cuentas por Pagar pendientes', + 'AP Transaction' => 'Movimiento de Cuentas por Pagar', + 'AP Transactions' => 'Movimientos de Cuentas por Pagar', + 'AR Outstanding' => 'Cuentas por Cobrar pendientes', + 'AR Transaction' => 'Movimiento de Cuentas por Cobrar', + 'AR Transactions' => 'Movimientos de Cuentas por Cobrar', + 'Account' => 'Cuenta', + 'Accounting Menu' => 'Menú de Contabilidad', + 'Add AP Transaction' => 'Agregar Asiento de Cuentas por Pagar', + 'Add AR Transaction' => 'Agregar Asiento de Cuentas por Cobrar', + 'Address' => 'Dirección', + 'Amount' => 'Importe', + 'Amount Due' => 'Importe Adeudado', + 'Apr' => 'Abr', + 'April' => 'Abril', + 'Are you sure you want to delete Transaction' => '¿Seguro que desea borrar el Asiento?', + 'Aug' => 'Ago', + 'August' => 'Agosto', + 'Bcc' => 'B.C.C.', + 'Cannot delete transaction!' => '¡No se puede borrar el Asiento!', + 'Cannot post payment for a closed period!' => '¡No se puede registrar un Pago para un periodo cerrado!', + 'Cannot post transaction for a closed period!' => '¡No se puede registrar un Asiento para un periodo cerrado!', + 'Cannot post transaction!' => '¡No se puede registrar el Asiento!', + 'Cc' => 'C.C.', + 'Check' => 'Cheque', + 'Closed' => 'Cerrado', + 'Confirm!' => '¡Confirmar!', + 'Continue' => 'Continuar', + 'Credit' => 'Crédito', + 'Credit Limit' => 'Límite de Crédito', + 'Curr' => 'Div', + 'Currency' => 'Divisa', + '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 fecha de vencimiento!', + 'E-mail' => 'Correo electrónico', + 'Edit AP Transaction' => 'Modificar asiento de Cuentas por Pagar', + 'Edit AR Transaction' => 'Modificar asiento de Cuentas por Cobrar', + 'Employee' => 'Empleado', + 'Exch' => 'Cambio', + 'Exchange Rate' => 'Tasa de Cambio', + 'Exchange rate for payment missing!' => '¡Falta la tasa de cambio para el pago!', + 'Exchange rate missing!' => '¡Falta la tasa de cambio!', + 'Feb' => 'Feb', + 'February' => 'Febrero', + 'From' => 'Desde', + 'ID' => 'ID', + 'Include in Report' => 'Incluir en informe', + 'Invoice' => 'Factura', + 'Invoice Date' => 'Fecha de factura', + 'Invoice Date missing!' => '¡Falta 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' => 'Nota', + 'Message' => 'Mensaje', + 'Month' => 'Mes', + 'No.' => 'Nº', + 'Notes' => 'Notas', + 'Nothing to print!' => '¡No hay nada para imprimir!', + 'Nov' => 'Nov', + 'November' => 'Noviembre', + 'Number' => 'Número', + 'Oct' => 'Oct', + 'October' => 'Octubre', + 'Open' => 'Abierto', + 'Order' => 'Orden', + 'Order Number' => 'Número de la orden', + 'PDF' => 'PDF', + 'Paid' => 'Pagado', + 'Payment date missing!' => '¡Falta la fecha del pago!', + 'Payments' => 'Pagos', + 'Period' => 'Periodo', + 'Post' => 'Registrar', + 'Post as new' => 'Registrar como nuevo', + 'Postscript' => 'Postscript', + 'Print' => 'Imprimir', + 'Print and Post' => 'Imprimir y Registrar', + 'Printed' => 'Impreso', + 'Project' => 'Proyecto', + 'Project not on file!' => '¡Proyecto no registrado!', + 'Quarter' => 'Trimestre', + 'Receipt' => 'Recibo', + 'Reference' => 'Referencia', + 'Remaining' => 'Remanente', + 'Sales Invoice.' => 'Factura (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 uno de los proyectos de la lista', + 'Select payment' => 'Seleccione el pago', + 'Select postscript or PDF!' => '¡Seleccione postscript o PDF!', + 'Sep' => 'Sep', + 'September' => 'Septiembre', + 'Ship to' => 'Enviar a', + 'Ship via' => 'Enviar por', + 'Shipping Point' => 'Punto de envío', + 'Source' => 'Origen', + 'Startdate' => 'Fecha de inicio', + 'Subject' => 'Asunto', + 'Subtotal' => 'Subtotal', + 'Summary' => 'Resúmen', + 'Tax' => 'Impuestos', + 'Tax Included' => 'IVA Incluido', + 'Till' => 'Caja Registradora', + 'To' => 'Hasta', + 'Total' => 'Total', + 'Transaction' => 'Asiento', + 'Transaction deleted!' => '¡Asiento borrado!', + 'Transaction posted!' => '¡Asiento registrado!', + 'Update' => 'Actualizar', + 'Vendor' => 'Proveedor', + 'Vendor Invoice.' => 'Factura de Proveedor.', + 'Vendor missing!' => '¡Falta el Proveedor!', + 'Vendor not on file!' => '¡Proveedor no registrado!', + 'Warning!' => '¡Advertencia!', + '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', + 'movimiento_de_cuentas_por_pagar' => 'ap_transaction', + 'movimiento_de_cuentas_por_cobrar' => 'ar_transaction', + 'continuar' => 'continue', + 'borrar' => 'delete', + 'registrar' => 'post', + 'registrar_como_nuevo' => 'post_as_new', + 'imprimir' => 'print', + 'imprimir_y_registrar' => 'print_and_post', + 'factura_(venta)_' => 'sales_invoice_', + 'enviar_a' => 'ship_to', + 'actualizar' => 'update', + 'factura_de_proveedor_' => 'vendor_invoice_', + 'si' => 'yes', +}; + +1; + diff --git a/locale/pa/ar b/locale/pa/ar new file mode 100755 index 00000000..e5b86cae --- /dev/null +++ b/locale/pa/ar @@ -0,0 +1,210 @@ +$self{texts} = { + 'AP Outstanding' => 'Cuentas por Pagar pendientes', + 'AP Transaction' => 'Movimiento de Cuentas por Pagar', + 'AP Transactions' => 'Movimientos de Cuentas por Pagar', + 'AR Outstanding' => 'Cuentas por Cobrar pendientes', + 'AR Transaction' => 'Movimiento de Cuentas por Cobrar', + 'AR Transactions' => 'Movimientos de Cuentas por Cobrar', + 'Account' => 'Cuenta', + 'Accounting Menu' => 'Menú de Contabilidad', + 'Add AP Transaction' => 'Agregar Asiento de Cuentas por Pagar', + 'Add AR Transaction' => 'Agregar Asiento de Cuentas por Cobrar', + 'Address' => 'Dirección', + 'Amount' => 'Importe', + 'Amount Due' => 'Importe Adeudado', + 'Apr' => 'Abr', + 'April' => 'Abril', + 'Are you sure you want to delete Transaction' => '¿Seguro que desea borrar el Asiento?', + 'Aug' => 'Ago', + 'August' => 'Agosto', + 'Bcc' => 'B.C.C.', + 'Cannot delete transaction!' => '¡No se puede borrar el Asiento!', + 'Cannot post payment for a closed period!' => '¡No se puede registrar un Pago para un periodo cerrado!', + 'Cannot post transaction for a closed period!' => '¡No se puede registrar un Asiento para un periodo cerrado!', + 'Cannot post transaction!' => '¡No se puede registrar el Asiento!', + 'Cc' => 'C.C.', + 'Check' => 'Cheque', + 'Closed' => 'Cerrado', + 'Confirm!' => '¡Confirmar!', + 'Continue' => 'Continuar', + 'Credit' => 'Crédito', + 'Credit Limit' => 'Límite de Crédito', + 'Curr' => 'Div', + 'Currency' => 'Divisa', + '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 fecha de vencimiento!', + 'E-mail' => 'Correo electrónico', + 'Edit AP Transaction' => 'Modificar asiento de Cuentas por Pagar', + 'Edit AR Transaction' => 'Modificar asiento de Cuentas por Cobrar', + 'Employee' => 'Empleado', + 'Exch' => 'Cambio', + 'Exchange Rate' => 'Tasa de Cambio', + 'Exchange rate for payment missing!' => '¡Falta la tasa de cambio para el pago!', + 'Exchange rate missing!' => '¡Falta la tasa de cambio!', + 'Feb' => 'Feb', + 'February' => 'Febrero', + 'From' => 'Desde', + 'ID' => 'ID', + 'Include in Report' => 'Incluir en informe', + 'Invoice' => 'Factura', + 'Invoice Date' => 'Fecha de factura', + 'Invoice Date missing!' => '¡Falta 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' => 'Nota', + 'Message' => 'Mensaje', + 'Month' => 'Mes', + 'No.' => 'Nº', + 'Notes' => 'Notas', + 'Nothing to print!' => '¡No hay nada para imprimir!', + 'Nov' => 'Nov', + 'November' => 'Noviembre', + 'Number' => 'Número', + 'Oct' => 'Oct', + 'October' => 'Octubre', + 'Open' => 'Abierto', + 'Order' => 'Orden', + 'Order Number' => 'Número de la orden', + 'PDF' => 'PDF', + 'Paid' => 'Pagado', + 'Payment date missing!' => '¡Falta la fecha del pago!', + 'Payments' => 'Pagos', + 'Period' => 'Periodo', + 'Post' => 'Registrar', + 'Post as new' => 'Registrar como nuevo', + 'Postscript' => 'Postscript', + 'Print' => 'Imprimir', + 'Print and Post' => 'Imprimir y Registrar', + 'Printed' => 'Impreso', + 'Project' => 'Proyecto', + 'Project not on file!' => '¡Proyecto no registrado!', + 'Quarter' => 'Trimestre', + 'Receipt' => 'Recibo', + 'Reference' => 'Referencia', + 'Remaining' => 'Remanente', + 'Sales Invoice.' => 'Factura (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 uno de los proyectos de la lista', + 'Select payment' => 'Seleccione el pago', + 'Select postscript or PDF!' => '¡Seleccione postscript o PDF!', + 'Sep' => 'Sep', + 'September' => 'Septiembre', + 'Ship to' => 'Enviar a', + 'Ship via' => 'Enviar por', + 'Shipping Point' => 'Punto de envío', + 'Source' => 'Origen', + 'Startdate' => 'Fecha de inicio', + 'Subject' => 'Asunto', + 'Subtotal' => 'Subtotal', + 'Summary' => 'Resúmen', + 'Tax' => 'Impuestos', + 'Tax Included' => 'IVA Incluido', + 'Till' => 'Caja Registradora', + 'To' => 'Hasta', + 'Total' => 'Total', + 'Transaction' => 'Asiento', + 'Transaction deleted!' => '¡Asiento borrado!', + 'Transaction posted!' => '¡Asiento registrado!', + 'Update' => 'Actualizar', + 'Vendor' => 'Proveedor', + 'Vendor Invoice.' => 'Factura de Proveedor.', + 'Vendor missing!' => '¡Falta el Proveedor!', + 'Vendor not on file!' => '¡Proveedor no registrado!', + 'Warning!' => '¡Advertencia!', + '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', + 'movimiento_de_cuentas_por_pagar' => 'ap_transaction', + 'movimiento_de_cuentas_por_cobrar' => 'ar_transaction', + 'continuar' => 'continue', + 'borrar' => 'delete', + 'registrar' => 'post', + 'registrar_como_nuevo' => 'post_as_new', + 'imprimir' => 'print', + 'imprimir_y_registrar' => 'print_and_post', + 'factura_(venta)_' => 'sales_invoice_', + 'enviar_a' => 'ship_to', + 'actualizar' => 'update', + 'factura_de_proveedor_' => 'vendor_invoice_', + 'si' => 'yes', +}; + +1; + diff --git a/locale/pa/arap b/locale/pa/arap new file mode 100755 index 00000000..9a89e114 --- /dev/null +++ b/locale/pa/arap @@ -0,0 +1,51 @@ +$self{texts} = { + 'Address' => 'Dirección', + 'Bcc' => 'B.C.C.', + 'Cc' => 'C.C.', + '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 registrado!', + '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 uno de los proyectos de la lista', + 'Startdate' => 'Fecha de inicio', + 'Subject' => 'Asunto', + 'To' => 'Hasta', + 'Vendor not on file!' => '¡Proveedor no registrado!', + 'Warning!' => '¡Advertencia!', + '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/pa/arapprn b/locale/pa/arapprn new file mode 100755 index 00000000..e07e0ba6 --- /dev/null +++ b/locale/pa/arapprn @@ -0,0 +1,32 @@ +$self{texts} = { + 'Account' => 'Cuenta', + 'Amount' => 'Importe', + 'Continue' => 'Continuar', + 'Date' => 'Fecha', + 'Memo' => 'Nota', + 'Nothing to print!' => '¡No hay nada para imprimir!', + 'PDF' => 'PDF', + 'Postscript' => 'Postscript', + 'Printed' => 'Impreso', + 'Screen' => 'Pantalla', + 'Select payment' => 'Seleccione el pago', + 'Select postscript or PDF!' => '¡Seleccione postscript o PDF!', + 'Source' => 'Origen', +}; + +$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/pa/bp b/locale/pa/bp new file mode 100755 index 00000000..53e3b82e --- /dev/null +++ b/locale/pa/bp @@ -0,0 +1,67 @@ +$self{texts} = { + 'Account' => 'Cuenta', + 'Accounting Menu' => 'Menú de Contabilidad', + 'Are you sure you want to remove the marked entries from the queue?' => '¿Seguro que desea borrar las entradas seleccionadas de la cola?', + 'Bin Lists' => 'Listas de Ubicaciones', + 'Cannot remove files!' => '¡No se pueden borrar los archivos!', + 'Confirm!' => '¡Confirmar!', + 'Continue' => 'Continuar', + 'Current' => 'Actual', + 'Customer' => 'Cliente', + 'Date' => 'Fecha', + 'Employee' => 'Empleado', + 'From' => 'Desde', + 'ID' => 'ID', + 'Invoice' => 'Factura', + 'Invoice Number' => 'Número de factura', + 'Marked entries printed!' => '¡Entradas seleccionadas impresas!', + 'Month' => 'Mes', + 'Order' => 'Orden', + 'Order Number' => 'Número de la orden', + 'Packing Lists' => 'Listas de empaque', + 'Period' => 'Periodo', + 'Pick Lists' => 'Listas de Selección', + 'Print' => 'Imprimir', + 'Purchase Orders' => 'Ordenes de Compra', + 'Quarter' => 'Trimestre', + 'Quotation' => 'Cotización', + 'Quotation Number' => 'Número de Cotización', + 'Quotations' => 'Cotizaciones', + 'RFQs' => 'Solicitudes de cotización', + 'Remove' => 'Eliminar', + 'Removed spoolfiles!' => '¡Archivos de la cola eliminados!', + 'Removing marked entries from queue ...' => 'Eliminado entradas seleccionadas de la cola ...', + 'Sales Invoices' => 'Facturas (venta)', + 'Sales Orders' => 'Ordenes de Venta', + 'Select all' => 'Seleccionar todo', + 'Spoolfile' => 'Cola de Impresión', + 'To' => 'Hasta', + 'Vendor' => 'Proveedor', + 'Work Orders' => 'Ordenes de Trabajo', + 'Year' => 'Año', + 'Yes' => 'Si', + 'done' => 'Terminado', +}; + +$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', + 'eliminar' => 'remove', + 'seleccionar_todo' => 'select_all', + 'si' => 'yes', +}; + +1; + diff --git a/locale/pa/ca b/locale/pa/ca new file mode 100755 index 00000000..baa401a7 --- /dev/null +++ b/locale/pa/ca @@ -0,0 +1,59 @@ +$self{texts} = { + 'Account' => 'Cuenta', + 'Apr' => 'Abr', + 'April' => 'Abril', + 'Aug' => 'Ago', + 'August' => 'Agosto', + 'Balance' => 'Saldo', + '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 de Cuentas Fiscal (PCF)', + 'Include in Report' => 'Incluir en informe', + 'Jan' => 'Ene', + 'January' => 'Enero', + 'Jul' => 'Jul', + 'July' => 'Julio', + 'Jun' => 'Jun', + 'June' => 'Junio', + 'List Transactions' => 'Mostrar Transacciones', + 'Mar' => 'Mar', + 'March' => 'Marzo', + 'May' => 'Mayo', + 'May ' => 'Mayo', + 'Month' => 'Mes', + 'Nov' => 'Nov', + 'November' => 'Noviembre', + 'Oct' => 'Oct', + 'October' => 'Octubre', + 'Period' => 'Periodo', + 'Project Number' => 'Número del Proyecto', + 'Quarter' => 'Trimestre', + 'R' => 'R', + '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', + 'mostrar_transacciones' => 'list_transactions', +}; + +1; + diff --git a/locale/pa/cp b/locale/pa/cp new file mode 100755 index 00000000..1f08e2e6 --- /dev/null +++ b/locale/pa/cp @@ -0,0 +1,123 @@ +$self{texts} = { + 'AP' => 'Cuentas por Pagar', + 'AR' => 'Cuentas por Cobrar', + 'Account' => 'Cuenta', + 'Accounting Menu' => 'Menú de Contabilidad', + 'Address' => 'Dirección', + 'All' => 'Todo', + 'Amount' => 'Importe', + 'Amount Due' => 'Importe Adeudado', + 'Bcc' => 'B.C.C.', + 'Cannot post Payment!' => '¡No se puede registrar el Pago!', + 'Cannot post Receipt!' => '¡No se puede registrar el Recibo!', + 'Cannot post payment for a closed period!' => '¡No se puede registrar un Pago para un periodo cerrado!', + 'Cc' => 'C.C.', + 'Continue' => 'Continuar', + 'Currency' => 'Divisa', + '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 la tasa de cambio!', + 'From' => 'Desde', + 'Invoice' => 'Factura', + 'Invoices' => 'Facturas', + 'Language' => 'Idioma', + 'Memo' => 'Nota', + 'Message' => 'Mensaje', + 'Number' => 'Número', + 'PDF' => 'PDF', + 'Payment' => 'Pago', + 'Payment posted!' => '¡Pago registrado!', + 'Payments' => 'Pagos', + 'Post' => 'Registrar', + 'Postscript' => 'Postscript', + 'Prepayment' => 'Anticipo', + 'Print' => 'Imprimir', + 'Project not on file!' => '¡Proyecto no registrado!', + 'Receipt' => 'Recibo', + 'Receipt posted!' => '¡Recibo registrado!', + 'Receipts' => 'Recibos', + 'Reference' => 'Referencia', + 'Screen' => 'Pantalla', + 'Select' => 'Seleccionar', + 'Select all' => 'Seleccionar todo', + 'Select from one of the names below' => 'Seleccione uno de los nombres de la lista', + 'Select from one of the projects below' => 'Seleccione uno de los proyectos de la lista', + 'Select postscript or PDF!' => '¡Seleccione postscript o PDF!', + 'Source' => 'Origen', + 'Startdate' => 'Fecha de inicio', + 'Subject' => 'Asunto', + 'To' => 'Hasta', + 'Update' => 'Actualizar', + 'Vendor' => 'Proveedor', + 'Vendor not on file!' => '¡Proveedor no registrado!', + 'Warning!' => '¡Advertencia!', + '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', + 'seleccionar_todo' => 'select_all', + 'actualizar' => 'update', +}; + +1; + diff --git a/locale/pa/ct b/locale/pa/ct new file mode 100755 index 00000000..872cf475 --- /dev/null +++ b/locale/pa/ct @@ -0,0 +1,186 @@ +$self{texts} = { + 'AP Transaction' => 'Movimiento de Cuentas por Pagar', + 'AP Transactions' => 'Movimientos de Cuentas por Pagar', + 'AR Transaction' => 'Movimiento de Cuentas por Cobrar', + 'AR Transactions' => 'Movimientos de Cuentas por Cobrar', + 'Accounting Menu' => 'Menú de Contabilidad', + 'Active' => 'Activo', + 'Add Customer' => 'Agregar Cliente', + 'Add Vendor' => 'Agregar Proveedor', + 'Address' => 'Dirección', + 'All' => 'Todo', + 'Amount' => 'Importe', + 'BIC' => 'BIC', + 'Bcc' => 'B.C.C.', + 'Billing Address' => 'Dirección para Facturación', + 'Break' => 'Romper', + 'Cannot delete customer!' => '¡No se puede borrar el Cliente!', + 'Cannot delete vendor!' => '¡No se puede borrar el Proveedor!', + 'Cc' => 'C.C.', + 'City' => 'Ciudad', + 'Closed' => 'Cerrado', + 'Company Name' => 'Razón Social', + 'Contact' => 'Contacto', + 'Continue' => 'Continuar', + 'Cost' => 'Costo', + 'Could not save pricelist!' => '¡No se pudo guardar la Lista de Precios!', + 'Country' => 'País', + 'Credit Limit' => 'Límite de Crédito', + 'Curr' => 'Div', + 'Currency' => 'Divisa', + 'Customer History' => 'Historial del Cliente', + 'Customer Number' => 'Código del 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' => 'Modificar Cliente', + 'Edit Vendor' => 'Modificar Proveedor', + 'Employee' => 'Empleado', + 'Enddate' => 'Fecha final', + 'Fax' => 'Fax', + 'From' => 'Desde', + 'GIFI' => 'Plan de Cuentas Fiscal (PCF)', + 'Group' => 'Grupo', + 'IBAN' => 'IBAN', + 'ID' => 'ID', + 'Include in Report' => 'Incluir en informe', + 'Invoice' => 'Factura', + 'Item already on pricelist!' => '¡El concepto ya está en la lista de precios!', + 'Item not on file!' => '¡El concepto no está registrado!', + 'Language' => 'Idioma', + 'Leadtime' => 'Tiempo de Entrega', + 'Manager' => 'Gerente', + 'Name' => 'Nombre', + 'Name missing!' => '¡Falta el Nombre!', + 'No.' => 'Nº', + 'Notes' => 'Notas', + 'Number' => 'Número', + 'Open' => 'Abierto', + 'Order' => 'Orden', + 'Orphaned' => 'Huérfano', + 'POS' => 'Punto de Venta', + 'Phone' => 'Teléfono', + 'Pricegroup' => 'Grupo de precios', + 'Pricelist' => 'Lista de Precios', + 'Project Number' => 'Número del Proyecto', + 'Purchase Order' => 'Orden de Compra', + 'Purchase Orders' => 'Ordenes de Compra', + 'Qty' => 'Cant.', + 'Quotation' => 'Cotización', + 'Quotations' => 'Cotizaciones', + 'RFQ' => 'Solicitud de cotización', + 'Request for Quotations' => 'Solicitudes de cotización', + 'SIC' => 'CIS', + 'SKU' => 'SKU', + 'Sales Invoice' => 'Factura (venta)', + 'Sales Invoices' => 'Facturas (venta)', + 'Sales Order' => 'Orden de Venta', + 'Sales Orders' => 'Ordenes de Venta', + 'Salesperson' => 'Vendedor', + 'Save' => 'Guardar', + 'Save Pricelist' => 'Guardar Lista de Precios', + 'Save as new' => 'Guardar como nuevo', + 'Search' => 'Búsqueda', + 'Sell Price' => 'Precio de venta', + 'Serial Number' => 'Número de serie', + 'Shipping Address' => 'Dirección de envío', + 'Startdate' => 'Fecha de inicio', + 'State' => 'Departamento', + 'State/Province' => 'Departamento', + 'Sub-contract GIFI' => 'PCF del subcontrato', + 'Subtotal' => 'Subtotal', + 'Summary' => 'Resúmen', + 'Tax' => 'Impuestos', + 'Tax Included' => 'IVA Incluido', + 'Tax Number' => 'RUC', + 'Tax Number / SSN' => 'RUC/CIP', + 'Taxable' => 'Gravado', + 'Terms' => 'Condiciones', + 'To' => 'Hasta', + 'Total' => 'Total', + 'Type of Business' => 'Clase de Negocio', + 'Unit' => 'Unidad', + 'Update' => 'Actualizar', + 'Vendor History' => 'Historial del Proveedor', + 'Vendor Invoice' => 'Factura de Proveedor', + 'Vendor Invoices' => 'Facturas de Proveedor', + 'Vendor Number' => 'Código 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', + 'movimiento_de_cuentas_por_pagar' => 'ap_transaction', + 'movimiento_de_cuentas_por_cobrar' => 'ar_transaction', + 'agregar_cliente' => 'add_customer', + 'agregar_proveedor' => 'add_vendor', + 'continuar' => 'continue', + 'borrar' => 'delete', + 'punto_de_venta' => 'pos', + 'lista_de_precios' => 'pricelist', + 'orden_de_compra' => 'purchase_order', + 'cotización' => 'quotation', + 'solicitud_de_cotización' => 'rfq', + 'factura_(venta)' => 'sales_invoice', + 'orden_de_venta' => 'sales_order', + 'guardar' => 'save', + 'guardar_lista_de_precios' => 'save_pricelist', + 'guardar_como_nuevo' => 'save_as_new', + 'actualizar' => 'update', + 'factura_de_proveedor' => 'vendor_invoice', +}; + +1; + diff --git a/locale/pa/gl b/locale/pa/gl new file mode 100755 index 00000000..5b57ee28 --- /dev/null +++ b/locale/pa/gl @@ -0,0 +1,158 @@ +$self{texts} = { + 'AP Transaction' => 'Movimiento de Cuentas por Pagar', + 'AR Transaction' => 'Movimiento de Cuentas por Cobrar', + 'Account' => 'Cuenta', + 'Accounting Menu' => 'Menú de Contabilidad', + 'Add Cash Transfer Transaction' => 'Agregar Transferencia de Efectivo', + 'Add General Ledger Transaction' => 'Agregar Asiento al Mayor General', + 'Address' => 'Dirección', + 'All' => 'Todo', + 'Amount' => 'Importe', + 'Apr' => 'Abr', + 'April' => 'Abril', + 'Are you sure you want to delete Transaction' => '¿Seguro que desea borrar el Asiento?', + 'Asset' => 'Activo', + 'Aug' => 'Ago', + 'August' => 'Agosto', + 'Balance' => 'Saldo', + 'Bcc' => 'B.C.C.', + 'Cannot delete transaction!' => '¡No se puede borrar el Asiento!', + 'Cannot post transaction for a closed period!' => '¡No se puede registrar un Asiento para un periodo cerrado!', + 'Cannot post transaction!' => '¡No se puede registrar el Asiento!', + 'Cc' => 'C.C.', + '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' => 'Modificar Transferencia de Efectivo', + 'Edit General Ledger Transaction' => 'Modificar Asiento del Libro Mayor General', + 'Equity' => 'Capital', + 'Expense' => 'Gasto', + 'FX' => 'Cotización de Monedas', + 'Feb' => 'Feb', + 'February' => 'Febrero', + 'From' => 'Desde', + 'GIFI' => 'Plan de Cuentas Fiscal (PCF)', + 'GL Transaction' => 'Asiento en el libro mayor', + 'General Ledger' => 'Libro Mayor General', + 'ID' => 'ID', + 'Include in Report' => 'Incluir en informe', + 'Income' => 'Ingreso', + 'Jan' => 'Ene', + 'January' => 'Enero', + 'Jul' => 'Jul', + 'July' => 'Julio', + 'Jun' => 'Jun', + 'June' => 'Junio', + 'Liability' => 'Pasivo', + 'Mar' => 'Mar', + 'March' => 'Marzo', + 'May' => 'Mayo', + 'May ' => 'Mayo', + 'Memo' => 'Nota', + 'Message' => 'Mensaje', + 'Month' => 'Mes', + 'Notes' => 'Notas', + 'Nov' => 'Nov', + 'November' => 'Noviembre', + 'Number' => 'Número', + 'Oct' => 'Oct', + 'October' => 'Octubre', + 'Out of balance transaction!' => '¡Asiento desbalanceado!', + 'Period' => 'Periodo', + 'Post' => 'Registrar', + 'Post as new' => 'Registrar como nuevo', + 'Print' => 'Imprimir', + 'Project' => 'Proyecto', + 'Project not on file!' => '¡Proyecto no registrado!', + 'Quarter' => 'Trimestre', + 'R' => 'R', + 'Reference' => 'Referencia', + 'Reports' => 'Informes', + 'Sales Invoice ' => 'Factura (venta) ', + 'Select from one of the names below' => 'Seleccione uno de los nombres de la lista', + 'Select from one of the projects below' => 'Seleccione uno de los proyectos de la lista', + 'Sep' => 'Sep', + 'September' => 'Septiembre', + 'Source' => 'Origen', + 'Startdate' => 'Fecha de inicio', + 'Subject' => 'Asunto', + 'Subtotal' => 'Subtotal', + 'To' => 'Hasta', + 'Transaction Date missing!' => '¡Falta la fecha del Asiento!', + 'Transaction deleted!' => '¡Asiento borrado!', + 'Transaction posted!' => '¡Asiento registrado!', + 'Update' => 'Actualizar', + 'Vendor Invoice ' => 'Factura de Proveedor ', + 'Vendor not on file!' => '¡Proveedor no registrado!', + 'Warning!' => '¡Advertencia!', + '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', + 'movimiento_de_cuentas_por_pagar' => 'ap_transaction', + 'movimiento_de_cuentas_por_cobrar' => 'ar_transaction', + 'continuar' => 'continue', + 'borrar' => 'delete', + 'asiento_en_el_libro_mayor' => 'gl_transaction', + 'registrar' => 'post', + 'registrar_como_nuevo' => 'post_as_new', + 'factura_(venta)_' => 'sales_invoice_', + 'actualizar' => 'update', + 'factura_de_proveedor_' => 'vendor_invoice_', + 'si' => 'yes', +}; + +1; + diff --git a/locale/pa/hr b/locale/pa/hr new file mode 100755 index 00000000..3444e930 --- /dev/null +++ b/locale/pa/hr @@ -0,0 +1,117 @@ +$self{texts} = { + 'AP' => 'Cuentas por Pagar', + 'Above' => 'Encima de', + 'Accounting Menu' => 'Menú de Contabilidad', + 'Active' => 'Activo', + 'Add Deduction' => 'Agregar Descuento', + 'Add Employee' => 'Agregar Empleado', + 'Address' => 'Dirección', + 'Administrator' => 'Administrador', + 'After Deduction' => 'Después del Descuento', + 'All' => 'Todo', + 'Allowances' => 'Subsidios', + 'Amount' => 'Importe', + 'Amount missing!' => '¡Falta el Importe!', + 'BIC' => 'BIC', + 'Based on' => 'Basado en', + 'Before Deduction' => 'Antes del Descuento', + 'Below' => 'Debajo de', + 'City' => 'Ciudad', + 'Continue' => 'Continuar', + 'Country' => 'País', + 'DOB' => 'Fecha de nacimiento', + 'Deduct after' => 'Descontar después', + 'Deduction deleted!' => '¡Descuento borrado!', + 'Deduction saved!' => '¡Descuento guardado!', + 'Deductions' => 'Descuentos', + 'Delete' => 'Borrar', + 'Description' => 'Descripción', + 'Description missing!' => '¡Falta la descripción!', + 'E-mail' => 'Correo electrónico', + 'Edit Deduction' => 'Modificar Descuento', + 'Edit Employee' => 'Modificar Empleado', + 'Employee' => 'Empleado', + 'Employee Name' => 'Nombre del empleado', + 'Employee Number' => 'Código del empleado', + 'Employee deleted!' => '¡Empleado borrado!', + 'Employee pays' => 'El empleado paga', + 'Employee saved!' => '¡Empleado guardado!', + 'Employees' => 'Empleados', + 'Employer' => 'Patrón', + 'Employer pays' => 'El patrón paga', + 'Enddate' => 'Fecha final', + 'Expense' => 'Gasto', + 'From' => 'Desde', + 'Home Phone' => 'Teléfono (particular)', + 'IBAN' => 'IBAN', + 'ID' => 'ID', + 'Include in Report' => 'Incluir en informe', + 'Login' => 'Entrada al sistema', + 'Manager' => 'Gerente', + 'Maximum' => 'Máximo', + 'Name' => 'Nombre', + 'Name missing!' => '¡Falta el Nombre!', + 'Notes' => 'Notas', + 'Number' => 'Número', + 'Orphaned' => 'Huérfano', + 'Payroll Deduction' => 'Descuento Salarial', + 'Rate' => 'Tarifa', + 'Rate missing!' => '¡Falta la tarifa!', + 'Role' => 'Función', + 'S' => 'S', + 'SSN' => 'C.I.Nº', + 'Sales' => 'Ventas', + 'Save' => 'Guardar', + 'Save as new' => 'Guardar como nuevo', + 'Startdate' => 'Fecha de inicio', + 'State/Province' => 'Departamento', + 'Supervisor' => 'Supervisor', + 'To' => 'Hasta', + 'Update' => 'Actualizar', + 'User' => 'Usuario', + 'Work Phone' => 'Teléfono (Oficina)', + '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', + 'agregar_descuento' => 'add_deduction', + 'agregar_empleado' => 'add_employee', + 'continuar' => 'continue', + 'borrar' => 'delete', + 'guardar' => 'save', + 'guardar_como_nuevo' => 'save_as_new', + 'actualizar' => 'update', +}; + +1; + diff --git a/locale/pa/ic b/locale/pa/ic new file mode 100755 index 00000000..7bf5bed0 --- /dev/null +++ b/locale/pa/ic @@ -0,0 +1,277 @@ +$self{texts} = { + 'A' => 'A', + 'Accounting Menu' => 'Menú de Contabilidad', + 'Accounts' => 'Cuentas', + 'Accrual' => 'Acumulado', + 'Active' => 'Activo', + 'Add' => 'Agregar', + 'Add Assembly' => 'Agregar Ensamblaje', + 'Add Labor/Overhead' => 'Agregar Mano de Obra', + 'Add Part' => 'Agregar Artículo', + 'Add Purchase Order' => 'Agregar Orden de Compra', + 'Add Quotation' => 'Agregar Cotización', + 'Add Request for Quotation' => 'Pedir Cotización', + 'Add Sales Order' => 'Agregar Orden de Venta', + 'Add Service' => 'Agregar Servicio', + 'Address' => 'Dirección', + 'Apr' => 'Abr', + 'April' => 'Abril', + 'Assemblies' => 'Ensamblajes', + 'Assemblies restocked!' => 'Ensamblajes re-inventariados!', + 'Assembly' => 'Ensamblaje', + 'Attachment' => 'Adjunto', + 'Aug' => 'Ago', + 'August' => 'Agosto', + 'BOM' => 'Lista de Materiales', + 'Bcc' => 'B.C.C.', + 'Billing Address' => 'Dirección para Facturación', + 'Bin' => 'Ubicación', + 'Bin List' => 'Lista de Ubicaciones', + 'Break' => 'Romper', + 'COGS' => 'Costo de Ventas', + 'Cannot delete item!' => '¡No se puede borrar el Artículo!', + 'Cannot stock assemblies!' => '¡No se pueden almacenar los ensamblajes!', + 'Cash' => 'Efectivo', + 'Cc' => 'C.C.', + 'Check Inventory' => 'Verificar existencia', + 'City' => 'Ciudad', + 'Closed' => 'Cerrado', + 'Company Name' => 'Razón Social', + 'Components' => 'Componentes', + 'Contact' => 'Contacto', + 'Continue' => 'Continuar', + 'Copies' => 'Copias', + 'Cost' => 'Costo', + 'Country' => 'País', + 'Curr' => 'Div', + 'Currency' => 'Divisa', + 'Customer' => 'Cliente', + 'Customer Number' => 'Código del 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' => 'Plano', + 'E-mail' => 'Correo electrónico', + 'E-mail address missing!' => '¡Falta dirección E-mail!', + 'E-mailed' => 'Enviado por e-mail', + 'Edit Assembly' => 'Modificar Ensamblaje', + 'Edit Labor/Overhead' => 'Modificar Mano de Obra', + 'Edit Part' => 'Modificar Artículo', + 'Edit Service' => 'Modificar Servicio', + 'Employee' => 'Empleado', + 'Expense' => 'Gasto', + 'Extended' => 'Importe', + 'Fax' => 'Fax', + 'Feb' => 'Feb', + 'February' => 'Febrero', + 'From' => 'Desde', + 'Group' => 'Grupo', + 'Image' => 'Imagen', + 'In-line' => 'Incorporado', + 'Include in Report' => 'Incluir en informe', + 'Income' => 'Ingreso', + 'Individual Items' => 'Artículos individuales', + 'Inventory' => 'Inventario', + 'Inventory quantity must be zero before you can set this assembly obsolete!' => '¡La existencia debe ser cero antes de poder cambiar el ensamblaje a obsoleto!', + 'Inventory quantity must be zero before you can set this part obsolete!' => '¡La existencia debe ser cero antes de poder cambiar este artículo a obsoleto!', + 'Invoice' => 'Factura', + 'Invoice Date missing!' => '¡Falta la fecha de la factura!', + 'Invoice Number' => 'Número de factura', + 'Invoice Number missing!' => '¡Falta el Número de Factura!', + 'Item deleted!' => '¡Concepto borrado!', + 'Item not on file!' => '¡El concepto no está registrado!', + 'Items' => 'Conceptos', + 'Jan' => 'Ene', + 'January' => 'Enero', + 'Jul' => 'Jul', + 'July' => 'Julio', + 'Jun' => 'Jun', + 'June' => 'Junio', + 'Labor/Overhead' => 'Mano de Obra', + 'Leadtime' => 'Tiempo de Entrega', + 'Line Total' => 'Total de la línea', + 'Link Accounts' => 'Vincular Cuentas', + 'List' => 'Lista', + 'List Price' => 'Precio de Lista', + 'Make' => 'Marca', + 'Mar' => 'Mar', + 'March' => 'Marzo', + 'Markup' => 'Margen', + 'May' => 'Mayo', + 'May ' => 'Mayo', + 'Message' => 'Mensaje', + 'Microfiche' => 'Microficha', + 'Model' => 'Modelo', + 'Name' => 'Nombre', + 'No.' => 'Nº', + 'Notes' => 'Notas', + 'Nov' => 'Nov', + 'November' => 'Noviembre', + 'Number' => 'Número', + 'Number missing in Row' => 'No se encuentra el número en la fila', + 'Obsolete' => 'Obsoleto', + 'Oct' => 'Oct', + 'October' => 'Octubre', + 'On Hand' => 'Existencia', + 'Open' => 'Abierto', + 'Order' => 'Orden', + 'Order Date missing!' => '¡Falta la fecha de la orden!', + 'Order Number' => 'Número de la orden', + 'Order Number missing!' => 'No se ha definido el número de la orden', + 'Orphaned' => 'Huérfano', + 'PDF' => 'PDF', + 'Packing List' => 'Lista de Empaque', + 'Packing List Date missing!' => '¡Falta la fecha en la lista de empaque!', + 'Packing List Number missing!' => '¡Falta el número en la lista de empaque!', + 'Part' => 'Artículo', + 'Parts' => 'Artículos', + 'Period' => 'Periodo', + 'Phone' => 'Teléfono', + 'Pick List' => 'Lista de Selección', + 'Postscript' => 'Postscript', + 'Price' => 'Precio', + 'Pricegroup' => 'Grupo de precios', + 'Printed' => 'Impreso', + 'Project' => 'Proyecto', + 'Purchase Order' => 'Orden de Compra', + 'Purchase Orders' => 'Ordenes de Compra', + 'Qty' => 'Cant.', + 'Quantity exceeds available units to stock!' => '¡La cantidad excede al stock disponible!', + 'Quotation' => 'Cotización', + 'Quotation Date missing!' => '¡Falta la Fecha de Cotización!', + 'Quotation Number missing!' => '¡Falta el Número de Cotización!', + 'Quotations' => 'Cotizaciones', + 'RFQ' => 'Solicitud de cotización', + 'ROP' => 'Existencia mínima', + 'Recd' => 'Recb.', + 'Required by' => 'Requerido para el', + 'SKU' => 'SKU', + 'Sales Invoice' => 'Factura (venta)', + 'Sales Invoices' => 'Facturas (venta)', + '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 Texto, Postscript o PDF!', + 'Sell' => 'Vender', + 'Sell Price' => 'Precio de venta', + 'Sep' => 'Sep', + 'September' => 'Septiembre', + 'Serial No.' => 'Núm. de serie', + 'Serial Number' => 'Número de serie', + 'Service' => 'Servicio', + 'Services' => 'Servicios', + 'Ship' => 'Enviar', + 'Ship to' => 'Enviar a', + 'Shipping Address' => 'Dirección de envío', + 'Short' => 'Corto', + 'State/Province' => 'Departamento', + 'Stock' => 'Inventario', + 'Stock Assembly' => 'Reponer ensamblaje', + 'Subject' => 'Asunto', + 'Subtotal' => 'Subtotal', + 'Summary' => 'Resúmen', + 'Tax' => 'Impuestos', + 'To' => 'Hasta', + 'Top Level' => 'Nivel Superior', + 'Translation not on file!' => 'No hay Traducción', + 'Unit' => 'Unidad', + 'Update' => 'Actualizar', + 'Updated' => 'Actualizado', + 'Vendor' => 'Proveedor', + 'Vendor Invoice' => 'Factura de Proveedor', + 'Vendor Invoices' => 'Facturas de Proveedor', + 'Vendor Number' => 'Código de Proveedor', + 'Vendor not on file!' => '¡Proveedor no registrado!', + 'Warehouse' => 'Almacén', + 'Weight' => 'Peso', + 'What type of item is this?' => '¿Que tipo de articulo es este?', + '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', + 'agregar_ensamblaje' => 'add_assembly', + 'agregar_mano_de_obra' => 'add_labor_overhead', + 'agregar_artículo' => 'add_part', + 'agregar_servicio' => 'add_service', + 'continuar' => 'continue', + 'borrar' => 'delete', + 'modificar_ensamblaje' => 'edit_assembly', + 'modificar_artículo' => 'edit_part', + 'modificar_servicio' => 'edit_service', + 'guardar' => 'save', + 'guardar_como_nuevo' => 'save_as_new', + 'actualizar' => 'update', +}; + +1; + diff --git a/locale/pa/io b/locale/pa/io new file mode 100755 index 00000000..87e82b66 --- /dev/null +++ b/locale/pa/io @@ -0,0 +1,130 @@ +$self{texts} = { + 'Add Purchase Order' => 'Agregar Orden de Compra', + 'Add Quotation' => 'Agregar Cotización', + 'Add Request for Quotation' => 'Pedir Cotización', + 'Add Sales Order' => 'Agregar Orden de Venta', + 'Address' => 'Dirección', + 'Apr' => 'Abr', + 'April' => 'Abril', + 'Attachment' => 'Adjunto', + 'Aug' => 'Ago', + 'August' => 'Agosto', + 'Bcc' => 'B.C.C.', + 'Billing Address' => 'Dirección para Facturación', + 'Bin' => 'Ubicación', + 'Bin List' => 'Lista de Ubicaciones', + 'Cc' => 'C.C.', + 'City' => 'Ciudad', + 'Company Name' => 'Razón Social', + 'Contact' => 'Contacto', + 'Continue' => 'Continuar', + 'Copies' => 'Copias', + 'Country' => 'País', + 'Customer Number' => 'Código del Cliente', + 'Date' => 'Fecha', + 'Dec' => 'Dic', + 'December' => 'Diciembre', + 'Delivery Date' => 'Fecha de entrega', + 'Description' => 'Descripción', + 'E-mail' => 'Correo electrónico', + 'E-mail address missing!' => '¡Falta dirección E-mail!', + 'E-mailed' => 'Enviado por e-mail', + 'Extended' => 'Importe', + 'Fax' => 'Fax', + 'Feb' => 'Feb', + 'February' => 'Febrero', + 'Group' => 'Grupo', + 'In-line' => 'Incorporado', + 'Invoice' => 'Factura', + 'Invoice Date missing!' => '¡Falta la fecha de la factura!', + 'Invoice Number missing!' => '¡Falta el Número de Factura!', + 'Item not on file!' => '¡El concepto no está registrado!', + '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 encuentra el número en la fila', + 'Oct' => 'Oct', + 'October' => 'Octubre', + 'Order Date missing!' => '¡Falta la fecha de la 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!' => '¡Falta la fecha en la lista de empaque!', + 'Packing List Number missing!' => '¡Falta el número en la lista de empaque!', + 'Part' => 'Artículo', + 'Phone' => 'Teléfono', + 'Pick List' => 'Lista de Selección', + 'Postscript' => 'Postscript', + 'Price' => 'Precio', + 'Printed' => 'Impreso', + 'Project' => 'Proyecto', + 'Purchase Order' => 'Orden de Compra', + 'Qty' => 'Cant.', + 'Quotation' => 'Cotización', + 'Quotation Date missing!' => '¡Falta la Fecha de Cotización!', + 'Quotation Number missing!' => '¡Falta el Número de Cotización!', + 'Recd' => 'Recb.', + 'Required by' => 'Requerido para el', + 'SKU' => 'SKU', + 'Sales Order' => 'Orden de Venta', + 'Screen' => 'Pantalla', + 'Select txt, postscript or PDF!' => '¡Seleccione Texto, Postscript o PDF!', + 'Sep' => 'Sep', + 'September' => 'Septiembre', + 'Serial No.' => 'Núm. de serie', + 'Service' => 'Servicio', + 'Ship' => 'Enviar', + 'Ship to' => 'Enviar a', + 'Shipping Address' => 'Dirección de envío', + 'State/Province' => 'Departamento', + 'Subject' => 'Asunto', + 'Subtotal' => 'Subtotal', + 'To' => 'Hasta', + 'Translation not on file!' => 'No hay Traducción', + 'Unit' => 'Unidad', + 'Vendor Number' => 'Código de Proveedor', + 'What type of item is this?' => '¿Que tipo de articulo es este?', + '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/pa/ir b/locale/pa/ir new file mode 100755 index 00000000..437ea8d9 --- /dev/null +++ b/locale/pa/ir @@ -0,0 +1,224 @@ +$self{texts} = { + 'Account' => 'Cuenta', + 'Accounting Menu' => 'Menú de Contabilidad', + 'Add Purchase Order' => 'Agregar Orden de Compra', + 'Add Quotation' => 'Agregar Cotización', + 'Add Request for Quotation' => 'Pedir Cotización', + 'Add Sales Order' => 'Agregar Orden de Venta', + 'Add Vendor Invoice' => 'Agregar Factura de Proveedor', + 'Address' => 'Dirección', + 'Amount' => 'Importe', + 'Apr' => 'Abr', + 'April' => 'Abril', + 'Are you sure you want to delete Invoice Number' => '¿Seguro que desea borrar la Factura?', + 'Attachment' => 'Adjunto', + 'Aug' => 'Ago', + 'August' => 'Agosto', + 'Bcc' => 'B.C.C.', + 'Billing Address' => 'Dirección para Facturación', + 'Bin' => 'Ubicación', + 'Bin List' => 'Lista de Ubicaciones', + 'Cannot delete invoice!' => '¡No se puede borrar la Factura!', + 'Cannot post invoice for a closed period!' => '¡No se puede registrar una Factura para un periodo cerrado!', + 'Cannot post invoice!' => '¡No se puede registrar la Factura!', + 'Cannot post payment for a closed period!' => '¡No se puede registrar un Pago para un periodo cerrado!', + 'Cc' => 'C.C.', + 'City' => 'Ciudad', + 'Company Name' => 'Razón Social', + 'Confirm!' => '¡Confirmar!', + 'Contact' => 'Contacto', + 'Continue' => 'Continuar', + 'Copies' => 'Copias', + 'Country' => 'País', + 'Credit Limit' => 'Límite de Crédito', + 'Currency' => 'Divisa', + 'Customer Number' => 'Código del 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!' => '¡Falta dirección E-mail!', + 'E-mailed' => 'Enviado por e-mail', + 'Edit Vendor Invoice' => 'Modificar Factura de Proveedor', + 'Exch' => 'Cambio', + 'Exchange Rate' => 'Tasa de Cambio', + 'Exchange rate for payment missing!' => '¡Falta la tasa de cambio para el pago!', + 'Exchange rate missing!' => '¡Falta la tasa de cambio!', + 'Extended' => 'Importe', + 'Fax' => 'Fax', + 'Feb' => 'Feb', + 'February' => 'Febrero', + 'Group' => 'Grupo', + 'In-line' => 'Incorporado', + 'Internal Notes' => 'Notas internas', + 'Invoice' => 'Factura', + 'Invoice Date' => 'Fecha de factura', + 'Invoice Date missing!' => '¡Falta la fecha de la factura!', + 'Invoice Number' => 'Número de factura', + 'Invoice Number missing!' => '¡Falta el Número de Factura!', + 'Invoice deleted!' => '¡Factura borrada!', + 'Item not on file!' => '¡El concepto no está registrado!', + 'Jan' => 'Ene', + 'January' => 'Enero', + 'Jul' => 'Jul', + 'July' => 'Julio', + 'Jun' => 'Jun', + 'June' => 'Junio', + 'Language' => 'Idioma', + 'Mar' => 'Mar', + 'March' => 'Marzo', + 'May' => 'Mayo', + 'May ' => 'Mayo', + 'Memo' => 'Nota', + 'Message' => 'Mensaje', + 'Notes' => 'Notas', + 'Nov' => 'Nov', + 'November' => 'Noviembre', + 'Number' => 'Número', + 'Number missing in Row' => 'No se encuentra el número en la fila', + 'Oct' => 'Oct', + 'October' => 'Octubre', + 'Order Date missing!' => '¡Falta la fecha de la orden!', + 'Order Number' => 'Número de la 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!' => '¡Falta la fecha en la lista de empaque!', + 'Packing List Number missing!' => '¡Falta el número en la lista de empaque!', + 'Part' => 'Artículo', + 'Payment date missing!' => '¡Falta la fecha del pago!', + 'Payments' => 'Pagos', + '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 registrado!', + 'Purchase Order' => 'Orden de Compra', + 'Qty' => 'Cant.', + 'Quotation' => 'Cotización', + 'Quotation Date missing!' => '¡Falta la Fecha de Cotización!', + 'Quotation Number missing!' => '¡Falta el Número de Cotización!', + 'Recd' => 'Recb.', + 'Record in' => 'Registrar en', + 'Reference' => 'Referencia', + 'Remaining' => 'Remanente', + 'Required by' => 'Requerido para el', + 'SKU' => 'SKU', + '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 uno de los proyectos de la lista', + 'Select txt, postscript or PDF!' => '¡Seleccione Texto, Postscript o PDF!', + 'Sep' => 'Sep', + 'September' => 'Septiembre', + 'Serial No.' => 'Núm. de serie', + 'Service' => 'Servicio', + 'Ship' => 'Enviar', + 'Ship to' => 'Enviar a', + 'Shipping Address' => 'Dirección de envío', + 'Source' => 'Origen', + 'Startdate' => 'Fecha de inicio', + 'State/Province' => 'Departamento', + 'Subject' => 'Asunto', + 'Subtotal' => 'Subtotal', + 'Tax Included' => 'IVA Incluido', + 'To' => 'Hasta', + 'Total' => 'Total', + 'Translation not on file!' => 'No hay Traducción', + 'Unit' => 'Unidad', + 'Update' => 'Actualizar', + 'Vendor' => 'Proveedor', + 'Vendor Number' => 'Código de Proveedor', + 'Vendor missing!' => '¡Falta el Proveedor!', + 'Vendor not on file!' => '¡Proveedor no registrado!', + 'Warning!' => '¡Advertencia!', + 'What type of item is this?' => '¿Que tipo de articulo es este?', + 'Work Order' => 'Orden de Trabajo', + 'Yes' => 'Si', + 'Zip/Postal Code' => 'Código Postal', + 'ea' => 'c/u', + 'posted!' => '¡Registrado!', + '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', + 'orden_de_compra' => 'purchase_order', + 'actualizar' => 'update', + 'si' => 'yes', +}; + +1; + diff --git a/locale/pa/is b/locale/pa/is new file mode 100755 index 00000000..4688f19b --- /dev/null +++ b/locale/pa/is @@ -0,0 +1,235 @@ +$self{texts} = { + 'Account' => 'Cuenta', + 'Accounting Menu' => 'Menú de Contabilidad', + 'Add Purchase Order' => 'Agregar Orden de Compra', + 'Add Quotation' => 'Agregar Cotización', + 'Add Request for Quotation' => 'Pedir Cotización', + 'Add Sales Invoice' => 'Agregar Factura de Venta', + 'Add Sales Order' => 'Agregar Orden de Venta', + 'Address' => 'Dirección', + 'Amount' => 'Importe', + 'Apr' => 'Abr', + 'April' => 'Abril', + 'Are you sure you want to delete Invoice Number' => '¿Seguro que desea borrar la Factura?', + 'Attachment' => 'Adjunto', + 'Aug' => 'Ago', + 'August' => 'Agosto', + 'Bcc' => 'B.C.C.', + 'Billing Address' => 'Dirección para Facturación', + 'Bin' => 'Ubicación', + 'Bin List' => 'Lista de Ubicaciones', + 'Business' => 'Negocio', + 'Cannot delete invoice!' => '¡No se puede borrar la Factura!', + 'Cannot post invoice for a closed period!' => '¡No se puede registrar una Factura para un periodo cerrado!', + 'Cannot post invoice!' => '¡No se puede registrar la Factura!', + 'Cannot post payment for a closed period!' => '¡No se puede registrar un Pago para un periodo cerrado!', + 'Cc' => 'C.C.', + 'City' => 'Ciudad', + 'Company Name' => 'Razón Social', + 'Confirm!' => '¡Confirmar!', + 'Contact' => 'Contacto', + 'Continue' => 'Continuar', + 'Copies' => 'Copias', + 'Country' => 'País', + 'Credit Limit' => 'Límite de Crédito', + 'Currency' => 'Divisa', + 'Customer' => 'Cliente', + 'Customer Number' => 'Código del 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!' => '¡Falta dirección E-mail!', + 'E-mailed' => 'Enviado por e-mail', + 'Edit Sales Invoice' => 'Modificar Factura de Venta', + 'Exch' => 'Cambio', + 'Exchange Rate' => 'Tasa de Cambio', + 'Exchange rate for payment missing!' => '¡Falta la tasa de cambio para el pago!', + 'Exchange rate missing!' => '¡Falta la tasa de cambio!', + 'Extended' => 'Importe', + 'Fax' => 'Fax', + 'Feb' => 'Feb', + 'February' => 'Febrero', + 'Group' => 'Grupo', + 'In-line' => 'Incorporado', + 'Internal Notes' => 'Notas internas', + 'Invoice' => 'Factura', + 'Invoice Date' => 'Fecha de factura', + 'Invoice Date missing!' => '¡Falta la fecha de la factura!', + 'Invoice Number' => 'Número de factura', + 'Invoice Number missing!' => '¡Falta el Número de Factura!', + 'Invoice deleted!' => '¡Factura borrada!', + 'Item not on file!' => '¡El concepto no está registrado!', + 'Jan' => 'Ene', + 'January' => 'Enero', + 'Jul' => 'Jul', + 'July' => 'Julio', + 'Jun' => 'Jun', + 'June' => 'Junio', + 'Mar' => 'Mar', + 'March' => 'Marzo', + 'May' => 'Mayo', + 'May ' => 'Mayo', + 'Memo' => 'Nota', + 'Message' => 'Mensaje', + 'Notes' => 'Notas', + 'Nov' => 'Nov', + 'November' => 'Noviembre', + 'Number' => 'Número', + 'Number missing in Row' => 'No se encuentra el número en la fila', + 'Oct' => 'Oct', + 'October' => 'Octubre', + 'Order Date missing!' => '¡Falta la fecha de la orden!', + 'Order Number' => 'Número de la 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!' => '¡Falta la fecha en la lista de empaque!', + 'Packing List Number missing!' => '¡Falta el número en la lista de empaque!', + 'Part' => 'Artículo', + 'Payment date missing!' => '¡Falta la fecha del pago!', + 'Payments' => 'Pagos', + '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 Registrar', + 'Printed' => 'Impreso', + 'Project' => 'Proyecto', + 'Project not on file!' => '¡Proyecto no registrado!', + 'Purchase Order' => 'Orden de Compra', + 'Qty' => 'Cant.', + 'Quotation' => 'Cotización', + 'Quotation Date missing!' => '¡Falta la Fecha de Cotización!', + 'Quotation Number missing!' => '¡Falta el Número de Cotización!', + 'Recd' => 'Recb.', + 'Record in' => 'Registrar en', + 'Reference' => 'Referencia', + 'Remaining' => 'Remanente', + 'Required by' => 'Requerido para el', + 'SKU' => 'SKU', + '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 uno de los proyectos de la lista', + 'Select postscript or PDF!' => '¡Seleccione postscript o PDF!', + 'Select txt, postscript or PDF!' => '¡Seleccione Texto, Postscript o PDF!', + 'Sep' => 'Sep', + 'September' => 'Septiembre', + 'Serial No.' => 'Núm. de serie', + 'Service' => 'Servicio', + 'Ship' => 'Enviar', + 'Ship to' => 'Enviar a', + 'Ship via' => 'Enviar por', + 'Shipping Address' => 'Dirección de envío', + 'Shipping Point' => 'Punto de envío', + 'Source' => 'Origen', + 'Startdate' => 'Fecha de inicio', + 'State/Province' => 'Departamento', + 'Subject' => 'Asunto', + 'Subtotal' => 'Subtotal', + 'Tax Included' => 'IVA Incluido', + 'To' => 'Hasta', + 'Total' => 'Total', + 'Trade Discount' => 'Descuento comercial', + 'Translation not on file!' => 'No hay Traducción', + 'Unit' => 'Unidad', + 'Update' => 'Actualizar', + 'Vendor Number' => 'Código de Proveedor', + 'Vendor not on file!' => '¡Proveedor no registrado!', + 'Warning!' => '¡Advertencia!', + 'What type of item is this?' => '¿Que tipo de articulo es este?', + 'Work Order' => 'Orden de Trabajo', + 'Yes' => 'Si', + 'Zip/Postal Code' => 'Código Postal', + 'ea' => 'c/u', + 'posted!' => '¡Registrado!', + '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_registrar' => 'print_and_post', + 'orden_de_venta' => 'sales_order', + 'enviar_a' => 'ship_to', + 'actualizar' => 'update', + 'si' => 'yes', +}; + +1; + diff --git a/locale/pa/jc b/locale/pa/jc new file mode 100755 index 00000000..0678b706 --- /dev/null +++ b/locale/pa/jc @@ -0,0 +1,92 @@ +$self{texts} = { + 'Accounting Menu' => 'Menú de Contabilidad', + 'Amount' => 'Importe', + 'Closed' => 'Cerrado', + 'Confirm!' => '¡Confirmar!', + 'Continue' => 'Continuar', + 'Cost' => 'Costo', + 'Current' => 'Actual', + 'Date' => 'Fecha', + 'Date missing!' => '¡Falta la fecha!', + 'Delete' => 'Borrar', + 'Description' => 'Descripción', + 'Employee' => 'Empleado', + 'From' => 'Desde', + 'ID' => 'ID', + 'Include in Report' => 'Incluir en informe', + 'Month' => 'Mes', + 'Notes' => 'Notas', + 'Open' => 'Abierto', + 'PDF' => 'PDF', + 'Period' => 'Periodo', + 'Postscript' => 'Postscript', + 'Print' => 'Imprimir', + 'Print and Save' => 'Imprimir y guardar', + 'Printed' => 'Impreso', + 'Project Number' => 'Número del Proyecto', + 'Project Number missing!' => '¡Falta el número de proyecto!', + 'Qty' => 'Cant.', + 'Quarter' => 'Trimestre', + 'Save' => 'Guardar', + 'Save as new' => 'Guardar como nuevo', + 'Screen' => 'Pantalla', + 'Select postscript or PDF!' => '¡Seleccione postscript o PDF!', + 'Startdate' => 'Fecha de inicio', + 'Subtotal' => 'Subtotal', + 'To' => 'Hasta', + 'Total' => 'Total', + 'Update' => 'Actualizar', + 'Warning!' => '¡Advertencia!', + '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_guardar' => 'print_and_save', + 'guardar' => 'save', + 'guardar_como_nuevo' => 'save_as_new', + 'actualizar' => 'update', + 'si' => 'yes', +}; + +1; + diff --git a/locale/pa/locales.pl b/locale/pa/locales.pl new file mode 100755 index 00000000..cc8d2be7 --- /dev/null +++ b/locale/pa/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/pa/login b/locale/pa/login new file mode 100755 index 00000000..3938fd16 --- /dev/null +++ b/locale/pa/login @@ -0,0 +1,24 @@ +$self{texts} = { + 'Company' => 'Empresa', + 'Continue' => 'Continuar', + 'Dataset is newer than version!' => '¡El Base de Datos es más reciente que la versión del programa!', + 'Incorrect Dataset version!' => '¡La Versión de la base de datos es incorrecta!', + 'Login' => 'Entrada al sistema', + 'Name' => 'Nombre', + 'Password' => 'Contraseña', + 'Upgrading to Version' => 'Actualizando a versión', + 'Version' => 'Versión', + 'You did not enter a name!' => '¡No ingresó un Nombre!', + 'done' => 'Terminado', +}; + +$self{subs} = { + 'login' => 'login', + 'login_screen' => 'login_screen', + 'logout' => 'logout', + 'selectdataset' => 'selectdataset', + 'entrada_al_sistema' => 'login', +}; + +1; + diff --git a/locale/pa/menu b/locale/pa/menu new file mode 100755 index 00000000..34fc62a1 --- /dev/null +++ b/locale/pa/menu @@ -0,0 +1,135 @@ +$self{texts} = { + 'AP' => 'Cuentas por Pagar', + 'AP Aging' => 'Vencimiento de Cuentas por Pagar', + 'AP Transaction' => 'Movimiento de Cuentas por Pagar', + 'AR' => 'Cuentas por Cobrar', + 'AR Aging' => 'Vencimiento Cuentas por Cobrar', + 'AR Transaction' => 'Movimiento de Cuentas por Cobrar', + 'Accounting Menu' => 'Menú de Contabilidad', + 'Add Account' => 'Agregar Cuenta', + 'Add Assembly' => 'Agregar Ensamblaje', + 'Add Business' => 'Agregar Negocio', + 'Add Customer' => 'Agregar Cliente', + 'Add Department' => 'Agregar Centro de Costos', + 'Add Employee' => 'Agregar Empleado', + 'Add GIFI' => 'Agregar PCF', + 'Add Group' => 'Agregar Grupo', + 'Add Labor/Overhead' => 'Agregar Mano de Obra', + 'Add Language' => 'Agregar Idioma', + 'Add Part' => 'Agregar Artículo', + 'Add Pricegroup' => 'Agregar Grupo de Precios', + 'Add Project' => 'Agregar Proyecto', + 'Add SIC' => 'Agregar CIS', + 'Add Service' => 'Agregar Servicio', + 'Add Transaction' => 'Agregar Transacción', + 'Add Vendor' => 'Agregar Proveedor', + 'Add Warehouse' => 'Agregar Almacén', + 'All Items' => 'Todos los Artículos', + 'Assemblies' => 'Ensamblajes', + 'Audit Control' => 'Control de Auditoría', + 'Backup' => 'Copia de Seguridad de los datos', + 'Balance Sheet' => 'Balance General', + 'Bin List' => 'Lista de Ubicaciones', + 'Bin Lists' => 'Listas de Ubicaciones', + 'Cash' => 'Efectivo', + 'Chart of Accounts' => 'Plan de Cuentas', + 'Check' => 'Cheque', + 'Components' => 'Componentes', + 'Customers' => 'Clientes', + 'Defaults' => 'Valores predeterminados', + 'Departments' => 'Departamentos', + 'Description' => 'Descripción', + 'Employees' => 'Empleados', + 'General Ledger' => 'Libro Mayor General', + 'Goods & Services' => 'Bienes y Servicios', + 'Groups' => 'Grupos', + 'HR' => 'Recursos Humanos', + 'HTML Templates' => 'Plantillas HTML', + 'History' => 'Historial', + 'Income Statement' => 'Cuadro de Resultados', + 'Invoice' => 'Factura', + 'LaTeX Templates' => 'Plantillas LaTeX', + 'Labor/Overhead' => 'Mano de Obra', + 'Language' => 'Idioma', + 'List Accounts' => 'Mostrar Plan de Cuentas', + 'List Businesses' => 'Mostrar empresas', + 'List Departments' => 'Mostrar Centro de Costos', + 'List GIFI' => 'Mostrar PCF', + 'List Languages' => 'Mostrar Idiomas', + 'List Projects' => 'Mostrar Projectos', + 'List SIC' => 'Mostrar CIS', + 'List Warehouses' => 'Mostar almacenes', + 'Logout' => 'Salir del Sistema', + 'New Window' => 'Ventana nueva', + 'Non-taxable' => 'Exento', + 'Open' => 'Abierto', + 'Order Entry' => 'Carga de Ordenes', + 'Outstanding' => 'Pendiente', + 'POS' => 'Punto de Venta', + 'POS Invoice' => 'Factura Punto de Venta', + 'Packing List' => 'Lista de Empaque', + 'Packing Lists' => 'Listas de empaque', + 'Parts' => 'Artículos', + 'Payment' => 'Pago', + 'Payments' => 'Pagos', + 'Pick List' => 'Lista de Selección', + 'Pick Lists' => 'Listas de Selección', + 'Preferences' => 'Preferencias', + 'Pricegroups' => 'Grupos de precios', + 'Print' => 'Imprimir', + 'Projects' => 'Proyectos', + 'Purchase Order' => 'Orden de Compra', + 'Purchase Orders' => 'Ordenes de Compra', + 'Quotation' => 'Cotización', + 'Quotations' => 'Cotizaciones', + 'RFQ' => 'Solicitud de cotización', + 'RFQs' => 'Solicitudes de cotización', + 'Receipt' => 'Recibo', + 'Receipts' => 'Recibos', + 'Receive' => 'Recibir', + 'Reconciliation' => 'Reconciliación', + 'Reports' => 'Informes', + 'SIC' => 'CIS', + 'Sale' => 'Venta', + 'Sales Invoice' => 'Factura (venta)', + 'Sales Invoices' => 'Facturas (venta)', + 'Sales Order' => 'Orden de Venta', + 'Sales Orders' => 'Ordenes de Venta', + 'Save to File' => 'Guardar en un archivo', + 'Search' => 'Búsqueda', + 'Send by E-Mail' => 'Enviar por correo electrónico', + 'Services' => 'Servicios', + 'Ship' => 'Enviar', + 'Shipping' => 'Envío', + 'Statement' => 'Estado de cuenta', + 'Stock Assembly' => 'Reponer ensamblaje', + 'Stylesheet' => 'Hoja de estilos', + 'System' => 'Sistema', + 'Tax collected' => 'Impuesto Retenido', + 'Tax paid' => 'Impuestos pagados', + 'Text Templates' => 'Plantillas de texto', + 'Transactions' => 'Asientos', + 'Transfer' => 'Transferencia', + 'Transfer Inventory' => 'Transferir existencia', + 'Translations' => 'Traducciones', + 'Trial Balance' => 'Balance de Prueba', + 'Type of Business' => 'Clase de Negocio', + 'Vendor Invoice' => 'Factura de Proveedor', + 'Vendors' => 'Proveedores', + 'Version' => 'Versión', + 'Warehouses' => 'Almacenes', + 'Work Order' => 'Orden de Trabajo', + 'Work Orders' => 'Ordenes de Trabajo', + 'Yearend' => 'Cierre del Periodo', +}; + +$self{subs} = { + 'acc_menu' => 'acc_menu', + 'display' => 'display', + 'js_menu' => 'js_menu', + 'menubar' => 'menubar', + 'section_menu' => 'section_menu', +}; + +1; + diff --git a/locale/pa/oe b/locale/pa/oe new file mode 100755 index 00000000..e921e689 --- /dev/null +++ b/locale/pa/oe @@ -0,0 +1,321 @@ +$self{texts} = { + 'Accounting Menu' => 'Menú de Contabilidad', + 'Add Exchange Rate' => 'Agregar Cotización de Moneda', + 'Add Purchase Order' => 'Agregar Orden de Compra', + 'Add Quotation' => 'Agregar Cotización', + 'Add Request for Quotation' => 'Pedir Cotización', + 'Add Sales Invoice' => 'Agregar Factura de Venta', + 'Add Sales Order' => 'Agregar Orden de Venta', + 'Add Vendor Invoice' => 'Agregar Factura de Proveedor', + 'Address' => 'Dirección', + 'Amount' => 'Importe', + 'Apr' => 'Abr', + 'April' => 'Abril', + 'Are you sure you want to delete Order Number' => '¿Seguro que desea borrar la Orden de Compra/Pedido?', + 'Are you sure you want to delete Quotation Number' => '¿Seguro que desea borrar la Cotización?', + 'Attachment' => 'Adjunto', + 'Aug' => 'Ago', + 'August' => 'Agosto', + 'Bcc' => 'B.C.C.', + 'Billing Address' => 'Dirección para Facturación', + 'Bin' => 'Ubicación', + 'Bin List' => 'Lista de Ubicaciones', + 'Business' => 'Negocio', + 'C' => 'C', + 'Cannot delete order!' => '¡No se puede borrar la Orden!', + 'Cannot delete quotation!' => '¡No se puede borrar la Cotización!', + 'Cannot save order!' => '¡No se puede guardar la Orden!', + 'Cannot save quotation!' => '¡No se puede guardar la Cotización!', + 'Cc' => 'C.C.', + 'City' => 'Ciudad', + 'Closed' => 'Cerrado', + 'Company Name' => 'Razón Social', + 'Confirm!' => '¡Confirmar!', + 'Contact' => 'Contacto', + 'Continue' => 'Continuar', + 'Copies' => 'Copias', + 'Cost' => 'Costo', + 'Could not save!' => '¡No se pudo guardar!', + 'Could not transfer Inventory!' => '¡No se pudo transferir existencia!', + 'Country' => 'País', + 'Credit Limit' => 'Límite de Crédito', + 'Curr' => 'Div', + 'Currency' => 'Divisa', + 'Current' => 'Actual', + 'Customer' => 'Cliente', + 'Customer Number' => 'Código del 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 la fecha de recepción!', + 'Dec' => 'Dic', + 'December' => 'Diciembre', + 'Delete' => 'Borrar', + 'Delivery Date' => 'Fecha de entrega', + 'Department' => 'Departamento', + 'Description' => 'Descripción', + 'Done' => 'Terminado', + 'E-mail' => 'Correo electrónico', + 'E-mail address missing!' => '¡Falta dirección E-mail!', + 'E-mailed' => 'Enviado por e-mail', + 'Edit Purchase Order' => 'Modificar Orden de Compra', + 'Edit Quotation' => 'Modificar Cotización', + 'Edit Request for Quotation' => 'Modificar Solicitud de Cotización', + 'Edit Sales Order' => 'Modificar Orden de Venta', + 'Employee' => 'Empleado', + 'Exchange Rate' => 'Tasa de Cambio', + 'Exchange rate missing!' => '¡Falta la tasa de cambio!', + 'Extended' => 'Importe', + 'Fax' => 'Fax', + 'Feb' => 'Feb', + 'February' => 'Febrero', + 'From' => 'Desde', + 'Group' => 'Grupo', + 'ID' => 'ID', + 'In-line' => 'Incorporado', + 'Include in Report' => 'Incluir en informe', + 'Internal Notes' => 'Notas internas', + 'Inventory saved!' => '¡Inventario guardado!', + 'Inventory transferred!' => '¡Inventario transferido!', + 'Invoice' => 'Factura', + 'Invoice Date missing!' => '¡Falta la fecha de la factura!', + 'Invoice Number missing!' => '¡Falta el Número de Factura!', + 'Item not on file!' => '¡El concepto no está registrado!', + '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.' => 'Nº', + 'Notes' => 'Notas', + 'Nothing entered!' => '¡No se suministró nada!', + 'Nothing selected!' => '¡No se seleccionó nada!', + 'Nothing to transfer!' => '¡Nada que transferir!', + 'Nov' => 'Nov', + 'November' => 'Noviembre', + 'Number' => 'Número', + 'Number missing in Row' => 'No se encuentra el número en la fila', + 'O' => 'O', + 'Oct' => 'Oct', + 'October' => 'Octubre', + 'Open' => 'Abierto', + 'Order' => 'Orden', + 'Order Date' => 'Fecha de la orden', + 'Order Date missing!' => '¡Falta la fecha de la orden!', + 'Order Number' => 'Número de la orden', + 'Order Number missing!' => 'No se ha definido el número de la orden', + 'Order deleted!' => '¡Orden borrada!', + 'Order saved!' => '¡Orden guardada!', + 'PDF' => 'PDF', + 'Packing List' => 'Lista de Empaque', + 'Packing List Date missing!' => '¡Falta la fecha en la lista de empaque!', + 'Packing List Number missing!' => '¡Falta el número en la lista de empaque!', + 'Part' => 'Artículo', + 'Period' => 'Periodo', + 'Phone' => 'Teléfono', + 'Pick List' => 'Lista de Selección', + 'Postscript' => 'Postscript', + 'Price' => 'Precio', + 'Print' => 'Imprimir', + 'Print and Save' => 'Imprimir y guardar', + 'Printed' => 'Impreso', + 'Project' => 'Proyecto', + 'Project not on file!' => '¡Proyecto no registrado!', + 'Purchase Order' => 'Orden de Compra', + 'Purchase Orders' => 'Ordenes de Compra', + 'Qty' => 'Cant.', + 'Quarter' => 'Trimestre', + 'Quotation' => 'Cotización', + 'Quotation ' => 'Cotización ', + 'Quotation Date' => 'Fecha de Cotización', + 'Quotation Date missing!' => '¡Falta la Fecha de Cotización!', + 'Quotation Number' => 'Número de Cotización', + 'Quotation Number missing!' => '¡Falta el Número de Cotización!', + 'Quotation deleted!' => '¡Cotización borrada!', + 'Quotations' => 'Cotizaciones', + 'RFQ' => 'Solicitud de cotización', + 'RFQ ' => 'Solicitud de cotización ', + 'RFQ Number' => 'Número de Solicitud de cotización', + 'Recd' => 'Recb.', + 'Receive Merchandise' => 'Recibir mercadería', + 'Reference' => 'Referencia', + 'Remaining' => 'Remanente', + 'Request for Quotation' => 'Solicitud de cotización', + 'Request for Quotations' => 'Solicitudes de cotización', + 'Required by' => 'Requerido para el', + 'SKU' => 'SKU', + 'Sales Invoice' => 'Factura (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 uno de los proyectos de la lista', + 'Select postscript or PDF!' => '¡Seleccione postscript o PDF!', + 'Select txt, postscript or PDF!' => '¡Seleccione Texto, Postscript o PDF!', + 'Sep' => 'Sep', + 'September' => 'Septiembre', + 'Serial No.' => 'Núm. de serie', + 'Service' => 'Servicio', + 'Ship' => 'Enviar', + 'Ship Merchandise' => 'Enviar Mercadería', + 'Ship to' => 'Enviar a', + 'Ship via' => 'Enviar por', + 'Shipping Address' => 'Dirección de envío', + 'Shipping Date' => 'Fecha de envío', + 'Shipping Date missing!' => '¡Falta la fecha de envío!', + 'Shipping Point' => 'Punto de envío', + 'Startdate' => 'Fecha de inicio', + 'State/Province' => 'Departamento', + 'Subject' => 'Asunto', + 'Subtotal' => 'Subtotal', + 'Tax' => 'Impuestos', + 'Tax Included' => 'IVA Incluido', + 'Terms' => 'Condiciones', + 'To' => 'Hasta', + 'Total' => 'Total', + 'Trade Discount' => 'Descuento comercial', + 'Transfer' => 'Transferencia', + 'Transfer Inventory' => 'Transferir existencia', + 'Transfer to' => 'Transferir a', + 'Translation not on file!' => 'No hay Traducción', + 'Unit' => 'Unidad', + 'Update' => 'Actualizar', + 'Valid until' => 'Válido hasta', + 'Vendor' => 'Proveedor', + 'Vendor Invoice' => 'Factura de Proveedor', + 'Vendor Number' => 'Código de Proveedor', + 'Vendor missing!' => '¡Falta el Proveedor!', + 'Vendor not on file!' => '¡Proveedor no registrado!', + 'Warehouse' => 'Almacén', + 'Warning!' => '¡Advertencia!', + 'What type of item is this?' => '¿Que tipo de articulo es este?', + 'Work Order' => 'Orden de Trabajo', + 'Year' => 'Año', + 'Yes' => 'Si', + 'Zip/Postal Code' => 'Código Postal', + 'days' => 'días', + 'ea' => 'c/u', + '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', + 'terminado' => 'done', + 'correo_electrónico' => 'e_mail', + 'imprimir' => 'print', + 'imprimir_y_guardar' => 'print_and_save', + 'orden_de_compra' => 'purchase_order', + 'cotización' => 'quotation', + 'cotización_' => 'quotation_', + 'solicitud_de_cotización' => 'rfq', + 'solicitud_de_cotización_' => 'rfq_', + 'factura_(venta)' => 'sales_invoice', + 'orden_de_venta' => 'sales_order', + 'guardar' => 'save', + 'guardar_como_nuevo' => 'save_as_new', + 'enviar_a' => 'ship_to', + 'transferencia' => 'transfer', + 'actualizar' => 'update', + 'factura_de_proveedor' => 'vendor_invoice', + 'si' => 'yes', +}; + +1; + diff --git a/locale/pa/pe b/locale/pa/pe new file mode 100755 index 00000000..71a17d09 --- /dev/null +++ b/locale/pa/pe @@ -0,0 +1,141 @@ +$self{texts} = { + 'Accounting Menu' => 'Menú de Contabilidad', + 'Active' => 'Activo', + 'Add' => 'Agregar', + 'Add Group' => 'Agregar Grupo', + 'Add Pricegroup' => 'Agregar Grupo de Precios', + 'Add Project' => 'Agregar Proyecto', + 'Address' => 'Dirección', + 'All' => 'Todo', + 'Amount' => 'Importe', + 'Assembly' => 'Ensamblaje', + 'Bin' => 'Ubicación', + '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' => 'Traducciones de la descripción', + 'Detail' => 'Detalle', + 'Edit Description Translations' => 'Modificar Traducciones de Descripción', + 'Edit Group' => 'Modificar Grupo', + 'Edit Pricegroup' => 'Modificar Grupo de Precios', + 'Edit Project' => 'Modificar Proyecto', + 'Employee' => 'Empleado', + 'Enddate' => 'Fecha final', + 'From' => 'Desde', + 'Group' => 'Grupo', + 'Group Translations' => 'Traducción de Grupos', + 'Group deleted!' => '¡Grupo borrado!', + 'Group missing!' => '¡Falta el grupo!', + 'Group saved!' => '¡Grupo guardado!', + 'Groups' => 'Grupos', + 'Income' => 'Ingreso', + 'Language' => 'Idioma', + 'Languages not defined!' => '¡Idiomas no definido!', + 'Link Accounts' => 'Vincular Cuentas', + 'List Price' => 'Precio de Lista', + 'Month' => 'Mes', + 'Notes' => 'Notas', + 'Nothing selected!' => '¡No se seleccionó nada!', + 'Number' => 'Número', + 'Orphaned' => 'Huérfano', + 'Period' => 'Periodo', + 'Pricegroup' => 'Grupo de precios', + 'Pricegroup deleted!' => '¡Grupo de precios borrado!', + 'Pricegroup missing!' => '¡Falta el grupo de precios!', + 'Pricegroup saved!' => '¡Grupo de precios guardado!', + 'Pricegroups' => 'Grupos de precios', + 'Project' => 'Proyecto', + 'Project Description Translations' => 'Traducciones de descripción de proyecto', + 'Project Number' => 'Número del Proyecto', + 'Project deleted!' => '¡Proyecto borrado!', + 'Project saved!' => '¡Proyecto guardado!', + 'Projects' => 'Proyectos', + 'Qty' => 'Cant.', + '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' => 'Fecha de inicio', + '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!' => '¡Proveedor no registrado!', + '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', + 'agregar_grupo_de_precios' => 'add_pricegroup', + 'agregar_proyecto' => 'add_project', + 'continuar' => 'continue', + 'borrar' => 'delete', + 'guardar' => 'save', + 'actualizar' => 'update', +}; + +1; + diff --git a/locale/pa/pos b/locale/pa/pos new file mode 100755 index 00000000..eb8d8d0a --- /dev/null +++ b/locale/pa/pos @@ -0,0 +1,80 @@ +$self{texts} = { + 'Accounting Menu' => 'Menú de Contabilidad', + 'Add POS Invoice' => 'Agregar Factura Punto de Venta', + 'Amount' => 'Importe', + 'Business' => 'Negocio', + 'Cannot post transaction!' => '¡No se puede registrar el Asiento!', + 'Change' => 'Cambiar', + 'Continue' => 'Continuar', + 'Credit Limit' => 'Límite de Crédito', + 'Currency' => 'Divisa', + 'Current' => 'Actual', + 'Customer' => 'Cliente', + 'Customer missing!' => '¡Falta el Cliente!', + 'Delete' => 'Borrar', + 'Department' => 'Departamento', + 'Description' => 'Descripción', + 'Edit POS Invoice' => 'Modificar Ticket', + 'Exchange Rate' => 'Tasa de Cambio', + 'Exchange rate missing!' => '¡Falta la tasa de cambio!', + 'Extended' => 'Importe', + 'From' => 'Desde', + 'Language' => 'Idioma', + 'Memo' => 'Nota', + 'Month' => 'Mes', + 'Number' => 'Número', + 'Open' => 'Abierto', + 'Period' => 'Periodo', + 'Post' => 'Registrar', + 'Posted!' => '¡Registrado!', + 'Price' => 'Precio', + 'Print' => 'Imprimir', + 'Print and Post' => 'Imprimir y Registrar', + 'Printed' => 'Impreso', + 'Qty' => 'Cant.', + 'Quarter' => 'Trimestre', + 'Receipts' => 'Recibos', + 'Record in' => 'Registrar en', + 'Remaining' => 'Remanente', + 'Salesperson' => 'Vendedor', + 'Screen' => 'Pantalla', + 'Source' => 'Origen', + 'Subtotal' => 'Subtotal', + 'Tax Included' => 'IVA Incluido', + 'To' => 'Hasta', + 'Total' => 'Total', + 'Trade Discount' => 'Descuento comercial', + '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_registrar' => 'print_and_post', + 'actualizar' => 'update', +}; + +1; + diff --git a/locale/pa/ps b/locale/pa/ps new file mode 100755 index 00000000..2519b916 --- /dev/null +++ b/locale/pa/ps @@ -0,0 +1,358 @@ +$self{texts} = { + 'AP Aging' => 'Vencimiento de Cuentas por Pagar', + 'AP Outstanding' => 'Cuentas por Pagar pendientes', + 'AP Transaction' => 'Movimiento de Cuentas por Pagar', + 'AP Transactions' => 'Movimientos de Cuentas por Pagar', + 'AR Aging' => 'Vencimiento Cuentas por Cobrar', + 'AR Outstanding' => 'Cuentas por Cobrar pendientes', + 'AR Transaction' => 'Movimiento de Cuentas por Cobrar', + 'AR Transactions' => 'Movimientos de Cuentas por Cobrar', + 'Account' => 'Cuenta', + 'Account Number' => 'Número de Cuenta', + 'Accounting Menu' => 'Menú de Contabilidad', + 'Accounts' => 'Cuentas', + 'Accrual' => 'Acumulado', + 'Add AP Transaction' => 'Agregar Asiento de Cuentas por Pagar', + 'Add AR Transaction' => 'Agregar Asiento de Cuentas por Cobrar', + 'Add POS Invoice' => 'Agregar Factura Punto de Venta', + 'Add Purchase Order' => 'Agregar Orden de Compra', + 'Add Quotation' => 'Agregar Cotización', + 'Add Request for Quotation' => 'Pedir Cotización', + 'Add Sales Invoice' => 'Agregar Factura de Venta', + 'Add Sales Order' => 'Agregar Orden de Venta', + 'Address' => 'Dirección', + 'All Accounts' => 'Todas las Cuentas', + 'Amount' => 'Importe', + 'Amount Due' => 'Importe Adeudado', + 'Apr' => 'Abr', + 'April' => 'Abril', + 'Are you sure you want to delete Invoice Number' => '¿Seguro que desea borrar la Factura?', + 'Are you sure you want to delete Transaction' => '¿Seguro que desea borrar el Asiento?', + 'Attachment' => 'Adjunto', + 'Aug' => 'Ago', + 'August' => 'Agosto', + 'Balance' => 'Saldo', + 'Balance Sheet' => 'Balance General', + 'Bcc' => 'B.C.C.', + 'Billing Address' => 'Dirección para Facturación', + 'Bin' => 'Ubicación', + 'Bin List' => 'Lista de Ubicaciones', + 'Business' => 'Negocio', + 'Cannot delete invoice!' => '¡No se puede borrar la Factura!', + 'Cannot delete transaction!' => '¡No se puede borrar el Asiento!', + 'Cannot post invoice for a closed period!' => '¡No se puede registrar una Factura para un periodo cerrado!', + 'Cannot post invoice!' => '¡No se puede registrar la Factura!', + 'Cannot post payment for a closed period!' => '¡No se puede registrar un Pago para un periodo cerrado!', + 'Cannot post transaction for a closed period!' => '¡No se puede registrar un Asiento para un periodo cerrado!', + 'Cannot post transaction!' => '¡No se puede registrar el Asiento!', + 'Cash' => 'Efectivo', + 'Cc' => 'C.C.', + 'Change' => 'Cambiar', + 'Check' => 'Cheque', + 'City' => 'Ciudad', + 'Closed' => 'Cerrado', + 'Company Name' => 'Razón Social', + 'Compare to' => 'Comparar con', + 'Confirm!' => '¡Confirmar!', + 'Contact' => 'Contacto', + 'Continue' => 'Continuar', + 'Copies' => 'Copias', + 'Country' => 'País', + 'Credit' => 'Crédito', + 'Credit Limit' => 'Límite de Crédito', + 'Curr' => 'Div', + 'Currency' => 'Divisa', + 'Current' => 'Actual', + 'Current Earnings' => 'Resultado del Período', + 'Customer' => 'Cliente', + 'Customer Number' => 'Código del 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' => 'Posiciones decimales', + 'Delete' => 'Borrar', + 'Delivery Date' => 'Fecha de entrega', + 'Department' => 'Departamento', + 'Description' => 'Descripción', + 'Detail' => 'Detalle', + 'Due Date' => 'Fecha de vencimiento', + 'Due Date missing!' => '¡Falta fecha de vencimiento!', + 'E-mail' => 'Correo electrónico', + 'E-mail Statement to' => 'Enviar estado de cuenta por E-mail a', + 'E-mail address missing!' => '¡Falta dirección E-mail!', + 'E-mailed' => 'Enviado por e-mail', + 'Edit AP Transaction' => 'Modificar asiento de Cuentas por Pagar', + 'Edit AR Transaction' => 'Modificar asiento de Cuentas por Cobrar', + 'Edit POS Invoice' => 'Modificar Ticket', + 'Edit Sales Invoice' => 'Modificar Factura de Venta', + 'Employee' => 'Empleado', + 'Exch' => 'Cambio', + 'Exchange Rate' => 'Tasa de Cambio', + 'Exchange rate for payment missing!' => '¡Falta la tasa de cambio para el pago!', + 'Exchange rate missing!' => '¡Falta la tasa de cambio!', + 'Extended' => 'Importe', + 'Fax' => 'Fax', + 'Feb' => 'Feb', + 'February' => 'Febrero', + 'From' => 'Desde', + 'GIFI' => 'Plan de Cuentas Fiscal (PCF)', + 'Group' => 'Grupo', + 'Heading' => 'Encabezado', + 'ID' => 'ID', + 'In-line' => 'Incorporado', + 'Include Exchange Rate Difference' => 'Incluir Diferencia por Tasa de Cambio', + 'Include in Report' => 'Incluir en informe', + 'Income Statement' => 'Cuadro de Resultados', + 'Internal Notes' => 'Notas internas', + 'Invoice' => 'Factura', + 'Invoice Date' => 'Fecha de factura', + 'Invoice Date missing!' => '¡Falta la fecha de la factura!', + 'Invoice Number' => 'Número de factura', + 'Invoice Number missing!' => '¡Falta el Número de Factura!', + 'Invoice deleted!' => '¡Factura borrada!', + 'Item not on file!' => '¡El concepto no está registrado!', + 'Jan' => 'Ene', + 'January' => 'Enero', + 'Jul' => 'Jul', + 'July' => 'Julio', + 'Jun' => 'Jun', + 'June' => 'Junio', + 'Language' => 'Idioma', + 'Manager' => 'Gerente', + 'Mar' => 'Mar', + 'March' => 'Marzo', + 'May' => 'Mayo', + 'May ' => 'Mayo', + 'Memo' => 'Nota', + 'Message' => 'Mensaje', + 'Method' => 'Método', + 'Month' => 'Mes', + 'N/A' => 'N/A', + 'No.' => 'Nº', + 'Non-taxable Purchases' => 'Compras exentas', + 'Non-taxable Sales' => 'Ventas exentas', + 'Notes' => 'Notas', + 'Nothing selected!' => '¡No se seleccionó nada!', + 'Nothing to print!' => '¡No hay nada para imprimir!', + 'Nov' => 'Nov', + 'November' => 'Noviembre', + 'Number' => 'Número', + 'Number missing in Row' => 'No se encuentra el número en la fila', + 'Oct' => 'Oct', + 'October' => 'Octubre', + 'Open' => 'Abierto', + 'Order' => 'Orden', + 'Order Date missing!' => '¡Falta la fecha de la orden!', + 'Order Number' => 'Número de la 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!' => '¡Falta la fecha en la lista de empaque!', + 'Packing List Number missing!' => '¡Falta el número en la lista de empaque!', + 'Paid' => 'Pagado', + 'Part' => 'Artículo', + 'Payment date missing!' => '¡Falta la fecha del pago!', + 'Payments' => 'Pagos', + 'Period' => 'Periodo', + 'Phone' => 'Teléfono', + 'Pick List' => 'Lista de Selección', + 'Post' => 'Registrar', + 'Post as new' => 'Registrar como nuevo', + 'Posted!' => '¡Registrado!', + 'Postscript' => 'Postscript', + 'Price' => 'Precio', + 'Print' => 'Imprimir', + 'Print and Post' => 'Imprimir y Registrar', + 'Printed' => 'Impreso', + 'Project' => 'Proyecto', + 'Project Number' => 'Número del Proyecto', + 'Project Transactions' => 'Asientos del Projecto', + 'Project not on file!' => '¡Proyecto no registrado!', + 'Purchase Order' => 'Orden de Compra', + 'Qty' => 'Cant.', + 'Quarter' => 'Trimestre', + 'Quotation' => 'Cotización', + 'Quotation Date missing!' => '¡Falta la Fecha de Cotización!', + 'Quotation Number missing!' => '¡Falta el Número de Cotización!', + 'Recd' => 'Recb.', + 'Receipt' => 'Recibo', + 'Receipts' => 'Recibos', + 'Record in' => 'Registrar en', + 'Reference' => 'Referencia', + 'Remaining' => 'Remanente', + 'Report for' => 'Informe de', + 'Required by' => 'Requerido para el', + 'SKU' => 'SKU', + 'Sales Invoice.' => 'Factura (venta).', + 'Sales Order' => 'Orden de Venta', + 'Salesperson' => 'Vendedor', + 'Screen' => 'Pantalla', + 'Select all' => 'Seleccionar todo', + 'Select from one of the names below' => 'Seleccione uno de los nombres de la lista', + 'Select from one of the projects below' => 'Seleccione uno de los proyectos de la lista', + 'Select payment' => 'Seleccione el pago', + 'Select postscript or PDF!' => '¡Seleccione postscript o PDF!', + 'Select txt, postscript or PDF!' => '¡Seleccione Texto, Postscript o PDF!', + 'Sep' => 'Sep', + 'September' => 'Septiembre', + 'Serial No.' => 'Núm. de serie', + 'Service' => 'Servicio', + 'Ship' => 'Enviar', + 'Ship to' => 'Enviar a', + 'Ship via' => 'Enviar por', + 'Shipping Address' => 'Dirección de envío', + 'Shipping Point' => 'Punto de envío', + 'Source' => 'Origen', + 'Standard' => 'Estándard', + 'Startdate' => 'Fecha de inicio', + 'State/Province' => 'Departamento', + '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' => 'IVA Incluido', + 'Tax collected' => 'Impuesto Retenido', + 'Tax paid' => 'Impuestos pagados', + 'Till' => 'Caja Registradora', + 'To' => 'Hasta', + 'Total' => 'Total', + 'Trade Discount' => 'Descuento comercial', + 'Transaction' => 'Asiento', + 'Transaction deleted!' => '¡Asiento borrado!', + 'Transaction posted!' => '¡Asiento registrado!', + 'Translation not on file!' => 'No hay Traducción', + 'Trial Balance' => 'Balance de Prueba', + 'Unit' => 'Unidad', + 'Update' => 'Actualizar', + 'Vendor' => 'Proveedor', + 'Vendor Invoice.' => 'Factura de Proveedor.', + 'Vendor Number' => 'Código de Proveedor', + 'Vendor missing!' => '¡Falta el Proveedor!', + 'Vendor not on file!' => '¡Proveedor no registrado!', + 'Warning!' => '¡Advertencia!', + 'What type of item is this?' => '¿Que tipo de articulo es este?', + 'Work Order' => 'Orden de Trabajo', + 'Year' => 'Año', + 'Yes' => 'Si', + 'Zip/Postal Code' => 'Código Postal', + 'as at' => 'como a', + 'ea' => 'c/u', + 'for Period' => 'para el Período', + 'posted!' => '¡Registrado!', + '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', + 'movimiento_de_cuentas_por_pagar' => 'ap_transaction', + 'movimiento_de_cuentas_por_cobrar' => 'ar_transaction', + 'continuar' => 'continue', + 'borrar' => 'delete', + 'correo_electrónico' => 'e_mail', + 'registrar' => 'post', + 'registrar_como_nuevo' => 'post_as_new', + 'imprimir' => 'print', + 'imprimir_y_registrar' => 'print_and_post', + 'factura_(venta)_' => 'sales_invoice_', + 'orden_de_venta' => 'sales_order', + 'seleccionar_todo' => 'select_all', + 'enviar_a' => 'ship_to', + 'actualizar' => 'update', + 'factura_de_proveedor_' => 'vendor_invoice_', + 'si' => 'yes', +}; + +1; + diff --git a/locale/pa/pw b/locale/pa/pw new file mode 100755 index 00000000..61f3c244 --- /dev/null +++ b/locale/pa/pw @@ -0,0 +1,13 @@ +$self{texts} = { + 'Continue' => 'Continuar', + 'Password' => 'Contraseña', + 'Session expired!' => '¡La sesión caducó!', +}; + +$self{subs} = { + 'getpassword' => 'getpassword', + 'continuar' => 'continue', +}; + +1; + diff --git a/locale/pa/rc b/locale/pa/rc new file mode 100755 index 00000000..710b7a09 --- /dev/null +++ b/locale/pa/rc @@ -0,0 +1,79 @@ +$self{texts} = { + 'Account' => 'Cuenta', + 'Accounting Menu' => 'Menú de Contabilidad', + 'Apr' => 'Abr', + 'April' => 'Abril', + 'Aug' => 'Ago', + 'August' => 'Agosto', + 'Balance' => 'Saldo', + 'Beginning Balance' => 'Saldo Inicial', + 'Cleared' => 'Reconciliado', + 'Continue' => 'Continuar', + 'Credit' => 'Crédito', + 'Current' => 'Actual', + 'Date' => 'Fecha', + 'Debit' => 'Débito', + 'Dec' => 'Dic', + 'December' => 'Diciembre', + 'Description' => 'Descripción', + 'Detail' => 'Detalle', + 'Difference' => 'Diferencia', + 'Done' => 'Terminado', + 'Feb' => 'Feb', + 'February' => 'Febrero', + 'From' => 'Desde', + 'Include Exchange Rate Difference' => 'Incluir Diferencia por 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' => 'Pendiente', + 'Period' => 'Periodo', + 'Quarter' => 'Trimestre', + 'R' => 'R', + 'Reconciliation' => 'Reconciliación', + 'Reconciliation Report' => 'Informe de Reconciliación', + 'Select all' => 'Seleccionar todo', + 'Sep' => 'Sep', + 'September' => 'Septiembre', + 'Source' => 'Origen', + 'Statement Balance' => 'Saldo bancario', + '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', + 'terminado' => 'done', + 'seleccionar_todo' => 'select_all', + 'actualizar' => 'update', +}; + +1; + diff --git a/locale/pa/rp b/locale/pa/rp new file mode 100755 index 00000000..47f76d9c --- /dev/null +++ b/locale/pa/rp @@ -0,0 +1,179 @@ +$self{texts} = { + 'AP Aging' => 'Vencimiento de Cuentas por Pagar', + 'AR Aging' => 'Vencimiento Cuentas por Cobrar', + 'Account' => 'Cuenta', + 'Account Number' => 'Número de Cuenta', + 'Accounting Menu' => 'Menú de Contabilidad', + 'Accounts' => 'Cuentas', + 'Accrual' => 'Acumulado', + 'Address' => 'Dirección', + 'All Accounts' => 'Todas las Cuentas', + 'Amount' => 'Importe', + 'Apr' => 'Abr', + 'April' => 'Abril', + 'Attachment' => 'Adjunto', + 'Aug' => 'Ago', + 'August' => 'Agosto', + 'Balance' => 'Saldo', + 'Balance Sheet' => 'Balance General', + 'Bcc' => 'B.C.C.', + 'Cash' => 'Efectivo', + 'Cc' => 'C.C.', + 'Compare to' => 'Comparar con', + 'Continue' => 'Continuar', + 'Copies' => 'Copias', + 'Credit' => 'Crédito', + 'Curr' => 'Div', + 'Current' => 'Actual', + 'Current Earnings' => 'Resultado del Período', + 'Customer' => 'Cliente', + 'Customer not on file!' => '¡El cliente no existe!', + 'Date' => 'Fecha', + 'Debit' => 'Débito', + 'Dec' => 'Dic', + 'December' => 'Diciembre', + 'Decimalplaces' => 'Posiciones decimales', + 'Department' => 'Departamento', + 'Description' => 'Descripción', + 'Detail' => 'Detalle', + 'Due Date' => 'Fecha de vencimiento', + 'E-mail' => 'Correo electrónico', + 'E-mail Statement to' => 'Enviar estado de cuenta por E-mail a', + 'E-mail address missing!' => '¡Falta dirección E-mail!', + 'Feb' => 'Feb', + 'February' => 'Febrero', + 'From' => 'Desde', + 'GIFI' => 'Plan de Cuentas Fiscal (PCF)', + 'Heading' => 'Encabezado', + 'ID' => 'ID', + 'In-line' => 'Incorporado', + 'Include Exchange Rate Difference' => 'Incluir Diferencia por Tasa de Cambio', + 'Include in Report' => 'Incluir en informe', + 'Income Statement' => 'Cuadro de Resultados', + 'Invoice' => 'Factura', + 'Jan' => 'Ene', + 'January' => 'Enero', + 'Jul' => 'Jul', + 'July' => 'Julio', + 'Jun' => 'Jun', + 'June' => 'Junio', + 'Language' => 'Idioma', + 'Mar' => 'Mar', + 'March' => 'Marzo', + 'May' => 'Mayo', + 'May ' => 'Mayo', + 'Memo' => 'Nota', + 'Message' => 'Mensaje', + 'Method' => 'Método', + 'Month' => 'Mes', + 'N/A' => 'N/A', + 'Non-taxable Purchases' => 'Compras exentas', + 'Non-taxable Sales' => 'Ventas exentas', + 'Nothing selected!' => '¡No se seleccionó nada!', + 'Nov' => 'Nov', + 'November' => 'Noviembre', + 'Number' => 'Número', + 'Oct' => 'Oct', + 'October' => 'Octubre', + 'Order' => 'Orden', + 'PDF' => 'PDF', + 'Payments' => 'Pagos', + 'Period' => 'Periodo', + 'Postscript' => 'Postscript', + 'Print' => 'Imprimir', + 'Project' => 'Proyecto', + 'Project Number' => 'Número del Proyecto', + 'Project Transactions' => 'Asientos del Projecto', + 'Project not on file!' => '¡Proyecto no registrado!', + 'Quarter' => 'Trimestre', + 'Receipts' => 'Recibos', + 'Reference' => 'Referencia', + 'Report for' => 'Informe de', + 'Salesperson' => 'Vendedor', + 'Screen' => 'Pantalla', + 'Select all' => 'Seleccionar todo', + 'Select from one of the names below' => 'Seleccione uno de los nombres de la lista', + 'Select from one of the projects below' => 'Seleccione uno de los proyectos de la lista', + 'Select postscript or PDF!' => '¡Seleccione postscript o PDF!', + 'Sep' => 'Sep', + 'September' => 'Septiembre', + 'Source' => 'Origen', + 'Standard' => 'Estándard', + 'Startdate' => 'Fecha de inicio', + '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' => 'Impuesto Retenido', + 'Tax paid' => 'Impuestos pagados', + 'Till' => 'Caja Registradora', + 'To' => 'Hasta', + 'Total' => 'Total', + 'Trial Balance' => 'Balance de Prueba', + 'Vendor' => 'Proveedor', + 'Vendor not on file!' => '¡Proveedor no registrado!', + 'Warning!' => '¡Advertencia!', + 'Year' => 'Año', + 'as at' => 'como a', + 'for Period' => 'para el Período', + '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', + 'seleccionar_todo' => 'select_all', +}; + +1; + -- cgit v1.2.3