summaryrefslogtreecommitdiff
path: root/locale/co_utf
diff options
context:
space:
mode:
Diffstat (limited to 'locale/co_utf')
-rwxr-xr-xlocale/co_utf/COPYING27
-rwxr-xr-xlocale/co_utf/LANGUAGE1
-rwxr-xr-xlocale/co_utf/Num2text211
-rwxr-xr-xlocale/co_utf/aa161
-rwxr-xr-xlocale/co_utf/admin145
-rwxr-xr-xlocale/co_utf/all896
-rwxr-xr-xlocale/co_utf/am307
-rwxr-xr-xlocale/co_utf/ap235
-rwxr-xr-xlocale/co_utf/ar235
-rwxr-xr-xlocale/co_utf/arap72
-rwxr-xr-xlocale/co_utf/arapprn35
-rwxr-xr-xlocale/co_utf/bp70
-rwxr-xr-xlocale/co_utf/ca61
-rwxr-xr-xlocale/co_utf/cp144
-rwxr-xr-xlocale/co_utf/ct189
-rwxr-xr-xlocale/co_utf/gl182
-rwxr-xr-xlocale/co_utf/hr120
-rwxr-xr-xlocale/co_utf/ic282
-rwxr-xr-xlocale/co_utf/io135
-rwxr-xr-xlocale/co_utf/ir251
-rwxr-xr-xlocale/co_utf/is262
-rwxr-xr-xlocale/co_utf/jc94
-rwxr-xr-xlocale/co_utf/locales.pl3
-rwxr-xr-xlocale/co_utf/login26
-rwxr-xr-xlocale/co_utf/menu139
-rwxr-xr-xlocale/co_utf/oe361
-rwxr-xr-xlocale/co_utf/pe143
-rwxr-xr-xlocale/co_utf/pos82
-rwxr-xr-xlocale/co_utf/ps385
-rwxr-xr-xlocale/co_utf/pw15
-rwxr-xr-xlocale/co_utf/rc81
-rwxr-xr-xlocale/co_utf/rp200
32 files changed, 0 insertions, 5550 deletions
diff --git a/locale/co_utf/COPYING b/locale/co_utf/COPYING
deleted file mode 100755
index 7f920eb2..00000000
--- a/locale/co_utf/COPYING
+++ /dev/null
@@ -1,27 +0,0 @@
-######################################################################
-# LedgerSMB Small Medium Business Accounting
-# Copyright (c) 2005
-#
-# Spanish texts:
-#
-# Adoption to Colombian Accounting Terms:
-#
-# Authors: Dirk Enrique Seiffert <info@caribenet.com>
-# Lourdes Mejía Martinez <lourdes@caribenet.com>
-# Silfredo Godoy Chavez <silfredo@caribenet.com>
-#
-# 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/co_utf/LANGUAGE b/locale/co_utf/LANGUAGE
deleted file mode 100755
index 9a13146b..00000000
--- a/locale/co_utf/LANGUAGE
+++ /dev/null
@@ -1 +0,0 @@
-Spanish/Colombia (UTF-8)
diff --git a/locale/co_utf/Num2text b/locale/co_utf/Num2text
deleted file mode 100755
index bc14090f..00000000
--- a/locale/co_utf/Num2text
+++ /dev/null
@@ -1,211 +0,0 @@
-#=====================================================================
-# LedgerSMB Small Medium Business Accounting
-# Copyright (C) 2002
-#
-# Author: Dieter Simader
-# Email: dsimader@sql-ledger.org
-# Web: http://www.ledgersmb.org/
-#
-# Language: Spanish UTF-8
-# Contributors:
-#
-# 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',
- 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/co_utf/aa b/locale/co_utf/aa
deleted file mode 100755
index 525f2efa..00000000
--- a/locale/co_utf/aa
+++ /dev/null
@@ -1,161 +0,0 @@
-$self{charset} = 'UTF-8';
-
-$self{texts} = {
- 'AP Outstanding' => 'Impagados Proveedores',
- 'AP Transaction' => 'Transaccion Proveedor',
- 'AP Transactions' => 'Gestiones de pagos',
- 'AR Outstanding' => 'Impagados Cartera',
- 'AR Transaction' => 'Cuentas por Cobrar',
- 'AR Transactions' => 'Cuentas por Cobrar',
- 'Account' => 'Cuenta',
- 'Accounting Menu' => 'Menú general',
- 'Add AP Transaction' => 'Añadir Transacción por Pagar',
- 'Add AR Transaction' => 'Añadir Transacción por Cobrar',
- 'Amount' => 'Total',
- 'Amount Due' => 'Por Pagar',
- 'Apr' => 'Abr',
- 'April' => 'Abril',
- 'Are you sure you want to delete Transaction' => '¿Está seguro de que desea borrar la transacción?',
- 'Aug' => 'Ago',
- 'August' => 'Agosto',
- 'Cannot delete transaction!' => '¡No se puede borrar la transacción!',
- 'Cannot post payment for a closed period!' => '¡No se puede registrar un pago en un periodo ya cerrado!',
- 'Cannot post transaction for a closed period!' => '¡No se puede registrar una transacción para un periodo cerrado',
- 'Cannot post transaction!' => '¡No se puede registrar la transacción',
- 'Check' => 'Cheque',
- 'Closed' => 'Cerrado',
- 'Confirm!' => 'Confirmar',
- 'Continue' => 'Continuar',
- 'Credit' => 'Crédito',
- 'Credit Limit' => 'Limite de credito',
- 'Curr' => 'Mon.',
- 'Currency' => 'Moneda',
- 'Current' => 'Actual',
- 'Customer' => 'Cliente',
- 'Customer missing!' => '¡Falta el cliente!',
- 'Date' => 'Fecha',
- 'Date Paid' => 'Fecha de pago',
- 'Debit' => 'Débito',
- 'Dec' => 'Dic',
- 'December' => 'Diciembre',
- 'Delete' => 'Borrar',
- 'Department' => 'Centro de Costos',
- 'Description' => 'Descripción',
- 'Detail' => 'Detalle',
- 'Due Date' => 'Fecha de vencimiento',
- 'Due Date missing!' => 'Falta la fecha de vencimiento',
- 'Edit AP Transaction' => 'Editar Asiento de CxP',
- 'Edit AR Transaction' => 'Editar Asiento de CxC',
- 'Employee' => 'Colaborador/Empleado',
- 'Exch' => 'Cambio',
- 'Exchange Rate' => 'Tasa de Cambio',
- 'Exchange rate for payment missing!' => 'Falta Tasa de Cambio',
- 'Exchange rate missing!' => 'Falta Tasa de Cambio',
- 'Feb' => 'Feb',
- 'February' => 'Febrero',
- 'From' => 'De',
- 'ID' => 'ID',
- 'Include in Report' => 'Incluir en informe',
- 'Invoice' => 'Factura de Venta',
- 'Invoice Date' => 'Fecha de factura',
- 'Invoice Date missing!' => 'No se ha definido la fecha de la factura',
- 'Invoice Number' => 'Número de factura',
- 'Jan' => 'Ene',
- 'January' => 'Enero',
- 'Jul' => 'Jul',
- 'July' => 'Julio',
- 'Jun' => 'Jun',
- 'June' => 'Junio',
- 'Manager' => 'Administrador',
- 'Mar' => 'Mar',
- 'March' => 'Marzo',
- 'May' => 'Mayo',
- 'May ' => 'Mayo',
- 'Memo' => 'Memo',
- 'Month' => 'Mes',
- 'No.' => 'No.',
- 'Notes' => 'Notas',
- 'Nov' => 'Nov',
- 'November' => 'Noviembre',
- 'Oct' => 'Oct',
- 'October' => 'Octubre',
- 'Open' => 'Abierto',
- 'Order' => 'Orden',
- 'Order Number' => 'Número de orden',
- 'PO Number' => 'Número pedido',
- 'Paid' => 'Pagado',
- 'Payment date missing!' => 'No se encuentra la fecha de 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' => 'Resto',
- 'Sales Invoice.' => 'Factura de Ventas.',
- 'Salesperson' => 'Vendedor',
- 'Schedule' => 'Programar Recurrencia',
- 'Sep' => 'Sep',
- 'September' => 'Septiembre',
- 'Ship to' => 'Destino',
- 'Ship via' => 'Envio por',
- 'Shipping Point' => 'Destino',
- 'Source' => 'Fuente',
- 'Subtotal' => 'Subtotal',
- 'Summary' => 'Résumen',
- 'Tax' => 'Impuestos',
- 'Tax Included' => 'Impuestos Incluidos',
- 'Till' => 'Caja',
- 'To' => 'Hasta ',
- 'Total' => 'Total',
- 'Transaction' => 'Asiento',
- 'Transaction deleted!' => '¡Transacción borrada!',
- 'Transaction posted!' => '¡Transacción registrada!',
- 'Update' => 'Actualizar',
- 'Vendor' => 'Proveedor',
- 'Vendor Invoice.' => 'Factura de Proveedor.',
- 'Vendor missing!' => '¡Falta el proveedor!',
- 'Year' => 'Año',
- 'Yes' => 'Si',
-};
-
-$self{subs} = {
- 'acc_menu' => 'acc_menu',
- 'add' => 'add',
- 'create_links' => 'create_links',
- 'delete' => 'delete',
- 'display' => 'display',
- 'display_form' => 'display_form',
- 'edit' => 'edit',
- 'form_footer' => 'form_footer',
- 'form_header' => 'form_header',
- 'js_menu' => 'js_menu',
- 'menubar' => 'menubar',
- 'post' => 'post',
- 'search' => 'search',
- 'section_menu' => 'section_menu',
- 'subtotal' => 'subtotal',
- 'transactions' => 'transactions',
- 'update' => 'update',
- 'yes' => 'yes',
- 'transaccion_proveedor' => 'ap_transaction',
- '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_de_ventas_' => 'sales_invoice_',
- 'programar_recurrencia' => 'schedule',
- 'destino' => 'ship_to',
- 'actualizar' => 'update',
- 'factura_de_proveedor_' => 'vendor_invoice_',
- 'si' => 'yes',
-};
-
-1;
-
diff --git a/locale/co_utf/admin b/locale/co_utf/admin
deleted file mode 100755
index 37b69728..00000000
--- a/locale/co_utf/admin
+++ /dev/null
@@ -1,145 +0,0 @@
-$self{charset} = 'UTF-8';
-
-$self{texts} = {
- 'Access Control' => 'Control de Acceso',
- 'Accounting' => 'Contabilidad',
- 'Add User' => 'Añadir Usuario',
- 'Address' => 'Dirección',
- 'Administration' => 'Administración',
- 'Administrator' => 'Administrador',
- 'All Datasets up to date!' => 'Todas las Bases de Datos están actualizadas',
- 'Cannot create Lock!' => 'No puedo crear lock-file',
- 'Change Admin Password' => 'Cambiar la contraseña del administrador',
- 'Change Password' => 'Cambiar contraseña',
- 'Click on login name to edit!' => 'Haga clic en el nombre de usuario por editar',
- 'Company' => 'Empresa',
- 'Confirm' => 'Confirmar',
- 'Connect to' => 'Conectar a',
- 'Continue' => 'Continuar',
- 'Create Chart of Accounts' => 'Crear plan de cuentas',
- 'Create Dataset' => 'Crear base de datos',
- 'DBI not installed!' => 'No se ha instalado DBI',
- 'Database' => 'Base de datos',
- 'Database Administration' => 'Administración de las bases de datos',
- 'Database Driver not checked!' => 'No se ha podido verificar el gestor de la base de datos',
- 'Database User missing!' => 'No se ha definido el usuario de la base de datos',
- 'Dataset' => 'Base de datos',
- 'Dataset missing!' => 'No se ha definido la base de datos',
- 'Dataset updated!' => 'Base de datos actualizada',
- 'Date Format' => 'Formato de fecha',
- 'Delete' => 'Borrar',
- 'Delete Dataset' => 'Borrar base de datos',
- 'Directory' => 'Directorio',
- 'Driver' => 'Gestor',
- 'Dropdown Limit' => 'Límite de efectivo',
- 'E-mail' => 'Correo electrónico',
- 'Edit User' => 'Editar Usuario',
- 'Existing Datasets' => 'Bases de datos existentes',
- 'Fax' => 'Fax',
- 'Host' => 'Máquina servidor de base de datos',
- 'Hostname missing!' => 'No se ha definido la máquina servidor de base de datos',
- 'Language' => 'Idioma',
- 'Lock System' => 'Bloquear sistema',
- 'Lockfile created!' => 'Sistema bloqueado',
- 'Lockfile removed!' => 'Desbloqueado!',
- 'Login' => 'Entrar',
- 'Login name missing!' => 'Falta Nombre del Usuario',
- 'Logout' => 'Salir',
- 'Manager' => 'Administrador',
- 'Menu Width' => 'Ancho del Menu',
- 'Multibyte Encoding' => 'Codificación Multibyte',
- 'Name' => 'Nombre',
- 'New Templates' => 'Nuevas plantillas',
- 'No Database Drivers available!' => 'No hay ningún gestor de base de datos disponible',
- 'No Dataset selected!' => 'No se ha seleccionado ninguna base de datos',
- 'Nothing to delete!' => '¡No hay nada para borrar!',
- 'Number Format' => 'Formato de número',
- 'Oracle Database Administration' => 'Administración de la base de datos Oracle',
- 'Password' => 'Contraseña',
- 'Password changed!' => '¡Contraseña cambiada!',
- 'Passwords do not match!' => '¡Contraseñas son incorrectas!',
- 'Pg Database Administration' => 'Administración de la base de datos PostgreSQL',
- 'PgPP Database Administration' => 'PostGres Admin',
- 'Phone' => 'Teléfono',
- 'Port' => 'Puerto',
- 'Port missing!' => 'No se ha definido el Puerto',
- 'Printer' => 'Impresora',
- 'Save' => 'Guardar',
- 'Session Timeout' => '¡Sesión Caducó!',
- 'Session expired!' => '¡Sesión Expiró!',
- 'Setup Templates' => 'Configurar plantillas',
- 'Signature' => 'Firma',
- 'Stylesheet' => 'Hoja de Estilo',
- 'Supervisor' => 'Supervisor',
- 'Templates' => 'Plantillas',
- 'The following Datasets are not in use and can be deleted' => 'Las siguientes bases de datos no están en uso y se pueden borrar',
- 'The following Datasets need to be updated' => 'Es necesario actualizar las siguientes bases de datos',
- 'This is a preliminary check for existing sources. Nothing will be created or deleted at this stage!' => 'Esta es una verificacion preliminar de fuentes existentes. No se creará ni borrará nada durante esta etapa',
- 'To add a user to a group edit a name, change the login name and save. A new user with the same variables will then be saved under the new login name.' => 'Para añadir un usuario a un grupo, edite un nombre, cambie el nombre de usuario (login) y guarde los cambios. Un nuevo usuario, con las mismas propiedades se guardará bajo el nuevo nombre de usuario (login).',
- 'Unlock System' => 'Unlock sistema',
- 'Update Dataset' => 'Actualizar base de datos',
- 'Use Templates' => 'Plantillas de usuarios',
- 'User' => 'Usuario',
- 'User deleted!' => '¡Usuario borrado!',
- 'User saved!' => '¡Usuario guardado!',
- 'Version' => 'Versión',
- 'You are logged out' => '¡Ud. está desconectado del sistema!',
- 'does not exist' => 'no existe',
- 'is already a member!' => 'ya es actualmente un miembro',
- 'localhost' => 'máquina local',
- 'locked!' => 'Bloqueado!',
- 'successfully created!' => 'creado satisfactoriamente',
- 'successfully deleted!' => 'borrado satisfactoriamente',
- 'website' => 'sitio web',
-};
-
-$self{subs} = {
- 'add_user' => 'add_user',
- 'adminlogin' => 'adminlogin',
- 'change_admin_password' => 'change_admin_password',
- 'change_password' => 'change_password',
- 'check_password' => 'check_password',
- 'continue' => 'continue',
- 'create_dataset' => 'create_dataset',
- 'dbcreate' => 'dbcreate',
- 'dbdelete' => 'dbdelete',
- 'dbdriver_defaults' => 'dbdriver_defaults',
- 'dbselect_source' => 'dbselect_source',
- 'dbupdate' => 'dbupdate',
- 'delete' => 'delete',
- 'delete_dataset' => 'delete_dataset',
- 'edit' => 'edit',
- 'form_footer' => 'form_footer',
- 'form_header' => 'form_header',
- 'getpassword' => 'getpassword',
- 'list_users' => 'list_users',
- 'lock_system' => 'lock_system',
- 'login' => 'login',
- 'login_name' => 'login_name',
- 'logout' => 'logout',
- 'oracle_database_administration' => 'oracle_database_administration',
- 'pg_database_administration' => 'pg_database_administration',
- 'pgpp_database_administration' => 'pgpp_database_administration',
- 'save' => 'save',
- 'unlock_system' => 'unlock_system',
- 'update_dataset' => 'update_dataset',
- 'añadir_usuario' => 'add_user',
- 'cambiar_la_contraseña_del_administrador' => 'change_admin_password',
- 'cambiar_contraseña' => 'change_password',
- 'continuar' => 'continue',
- 'crear_base_de_datos' => 'create_dataset',
- 'borrar' => 'delete',
- 'borrar_base_de_datos' => 'delete_dataset',
- 'bloquear_sistema' => 'lock_system',
- 'entrar' => 'login',
- 'salir' => 'logout',
- 'administración_de_la_base_de_datos_oracle' => 'oracle_database_administration',
- 'administración_de_la_base_de_datos_postgresql' => 'pg_database_administration',
- 'postgres_admin' => 'pgpp_database_administration',
- 'guardar' => 'save',
- 'unlock_sistema' => 'unlock_system',
- 'actualizar_base_de_datos' => 'update_dataset',
-};
-
-1;
-
diff --git a/locale/co_utf/all b/locale/co_utf/all
deleted file mode 100755
index 0b2b1455..00000000
--- a/locale/co_utf/all
+++ /dev/null
@@ -1,896 +0,0 @@
-# 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{charset} = 'UTF-8';
-
-
-$self{texts} = {
- 'A' => 'A',
- 'AP' => 'Facturas de Proveedores',
- 'AP Aging' => 'Cartera',
- 'AP Outstanding' => 'Impagados Proveedores',
- 'AP Transaction' => 'Transaccion Proveedor',
- 'AP Transactions' => 'Gestiones de pagos',
- 'AR' => 'Factura de Ventas',
- 'AR Aging' => 'Cartera ',
- 'AR Outstanding' => 'Impagados Cartera',
- 'AR Transaction' => 'Cuentas por Cobrar',
- 'AR Transactions' => '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!' => 'No se ha definido el número de la cuenta',
- 'Account Type' => 'Categoría de cuenta',
- 'Account Type missing!' => 'No se ha definido el tipo de la cuenta',
- 'Account deleted!' => '¡Cuenta borrada!',
- 'Account does not exist!' => 'Cuenta no existe!',
- 'Account saved!' => '¡Cuenta guardada!',
- 'Accounting' => 'Contabilidad',
- 'Accounting Menu' => 'Menú general',
- 'Accounts' => 'Cuentas',
- 'Accrual' => 'Acumulado',
- 'Activate Audit trail' => 'Activar Rastro Auditoría',
- 'Activate Audit trails' => 'Activar Rastro Auditoría',
- 'Active' => 'Activo',
- 'Add' => 'Añadir',
- 'Add AP Transaction' => 'Añadir Transacción por Pagar',
- 'Add AR Transaction' => 'Añadir Transacción por Cobrar',
- 'Add Account' => 'Añadir Cuenta',
- 'Add Assembly' => 'Añadir Compuesto',
- 'Add Business' => 'Agregar Empresa',
- 'Add Cash Transfer Transaction' => 'Agregar Transacción Efectivo',
- 'Add Customer' => 'Añadir Cliente',
- 'Add Deduction' => 'Agregar Deducción',
- 'Add Department' => 'Agregar Centro de Costos',
- 'Add Employee' => 'Agregar Empleado',
- 'Add Exchange Rate' => 'Agregar Tasa de Cambio',
- 'Add GIFI' => 'Añadir cuenta PUC',
- 'Add General Ledger Transaction' => 'Añadir Nota de Contabilidad',
- 'Add Group' => 'Agregar Grupo',
- 'Add Job' => '',
- 'Add Labor/Overhead' => 'Agregar Honorarios',
- 'Add Language' => 'Agregar Idioma',
- 'Add POS Invoice' => 'Agregar Factura PdV',
- 'Add Part' => 'Añadir Artículo',
- 'Add Pricegroup' => 'Añadir Grupo de Precios',
- 'Add Project' => 'Añadir Proyecto',
- 'Add Purchase Order' => 'Añadir Pedido',
- 'Add Quotation' => 'Agregar Cotización',
- 'Add Request for Quotation' => 'Pedir Cotización',
- 'Add SIC' => 'Agregar SIC',
- 'Add Sales Invoice' => 'Añadir Factura de Venta',
- 'Add Sales Order' => 'Añadir Cotización',
- 'Add Service' => 'Añadir Servicio',
- 'Add Timecard' => '',
- 'Add Transaction' => 'Añadir Transacción',
- 'Add User' => 'Añadir Usuario',
- 'Add Vendor' => 'Añadir Proveedor',
- 'Add Vendor Invoice' => 'Agregar Factura de Proveedor',
- 'Add Warehouse' => 'Agregar Bodega',
- 'Address' => 'Dirección',
- 'Administration' => 'Administración',
- 'Administrator' => 'Administrador',
- 'After Deduction' => 'Despues Deducción',
- 'All' => 'Todos',
- 'All Accounts' => 'Todas las Cuentas',
- 'All Datasets up to date!' => 'Todas las Bases de Datos están actualizadas',
- 'All Items' => 'Todo',
- 'Allowances' => 'Permisos',
- 'Amount' => 'Total',
- 'Amount Due' => 'Por Pagar',
- 'Amount missing!' => 'Falta suma',
- 'Apr' => 'Abr',
- 'April' => 'Abril',
- 'Are you sure you want to delete Invoice Number' => '¿Esta seguro de que desea borrar la factura número',
- 'Are you sure you want to delete Order Number' => '¿Esta seguro de que desea borrar la orden número?',
- 'Are you sure you want to delete Quotation Number' => 'Seguro que quiere borrar la cotización número',
- 'Are you sure you want to delete Timecard for' => '',
- 'Are you sure you want to delete Transaction' => '¿Está seguro de que desea borrar la transacción?',
- 'Are you sure you want to remove the marked entries from the queue?' => 'Seguro que quieres remover las entradas seleccionadas de la cola?',
- 'Assemblies' => 'Compuestos',
- 'Assemblies restocked!' => '¡Compuestos actualizados en almacen!',
- 'Assembly' => 'Compuesto',
- '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 removido 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' => 'Listado de piezas',
- 'Backup' => 'Copia de seguridad de los datos',
- 'Backup sent to' => 'Copia de seguridad enviada a',
- 'Balance' => 'Balance',
- 'Balance Sheet' => 'Hoja de balance',
- 'Based on' => 'Basado en',
- 'Bcc' => 'Bcc',
- 'Before Deduction' => 'Antes de la Deducción',
- 'Beginning Balance' => 'Balance Inicial',
- 'Below' => 'Debajo',
- 'Billing Address' => 'Dirección Factura',
- 'Bin' => 'Empaque',
- 'Bin List' => 'Lista Empaque',
- 'Bin Lists' => 'Listas Empaque',
- 'Books are open' => 'Los libros están abiertos',
- 'Break' => 'Pausa',
- 'Business' => 'Empresa',
- 'Business Number' => 'Numero de negocio',
- 'Business deleted!' => 'Empresa eliminada!',
- 'Business saved!' => 'Empresa guardada!',
- 'C' => 'C',
- 'COGS' => 'Costo de los artículos',
- 'COGS account does not exist!' => '',
- 'Cannot add timecard for a completed job!' => '',
- 'Cannot change timecard for a completed job!' => '',
- 'Cannot create Assembly' => '',
- 'Cannot create Labor' => '',
- 'Cannot create Lock!' => 'No puedo crear lock-file',
- 'Cannot create Part' => '',
- 'Cannot create Service' => '',
- 'Cannot delete Timecard!' => '',
- 'Cannot delete account!' => '¡No se puede borrar la cuenta!',
- 'Cannot delete customer!' => '¡No se puede borrar el cliente!',
- 'Cannot delete default account!' => 'No se puede borrar la cuenta por omisión',
- 'Cannot delete invoice!' => '¡No se puede borrar la factura!',
- 'Cannot delete item!' => '¡No se puede borrar el artículo!',
- 'Cannot delete order!' => '¡No se puede borrar el pedido!',
- 'Cannot delete quotation!' => 'No puedo borrar cotización!',
- 'Cannot delete transaction!' => '¡No se puede borrar la transacción!',
- 'Cannot delete vendor!' => '¡No se puede borrar el vendedor!',
- 'Cannot post Payment!' => 'No puedo guardar pago',
- 'Cannot post Receipt!' => 'No puedo guardar recibo',
- 'Cannot post invoice for a closed period!' => '¡No se puede registrar una factura en un periodo ya cerrado!',
- 'Cannot post invoice!' => '¡No se puede registrar la factura!',
- 'Cannot post payment for a closed period!' => '¡No se puede registrar un pago en un periodo ya cerrado!',
- 'Cannot post transaction for a closed period!' => '¡No se puede registrar una transacción para un periodo cerrado',
- 'Cannot post transaction with a debit and credit entry for the same account!' => '',
- 'Cannot post transaction!' => '¡No se puede registrar la transacción',
- 'Cannot remove files!' => 'No puedo borrar archivos!',
- 'Cannot save account!' => '¡No se puede guardar la cuenta!',
- 'Cannot save defaults!' => 'No puedo guardar preferencias!',
- 'Cannot save order!' => '¡No se puede guardar el pedido!',
- 'Cannot save preferences!' => '¡No se puede guardar las preferencias!',
- 'Cannot save quotation!' => 'No puedo guardar cotización!',
- 'Cannot save timecard for a closed period!' => '',
- 'Cannot save timecard!' => '',
- 'Cannot set account for more than one of AR, AP or IC' => 'Tiene que seleccionar cuenta!',
- 'Cannot set multiple options for' => 'No puedo crear multiples opciones para',
- 'Cannot set multiple options for Item' => '',
- 'Cannot stock Assembly!' => '',
- 'Cannot stock assemblies!' => '¡No se pueden almacenar los compuestos!',
- 'Cash' => 'Efectivo',
- 'Cc' => 'Cc',
- 'Change' => 'Cambiar',
- 'Change Admin Password' => 'Cambiar la contraseña del administrador',
- 'Change Password' => 'Cambiar contraseña',
- 'Charge' => '',
- 'Chart of Accounts' => 'Plan de cuentas',
- 'Check' => 'Cheque',
- 'Check Inventory' => 'Revisar Inventario',
- 'Checks' => 'Cheques',
- 'City' => 'Ciudad',
- 'Cleared' => 'Borrado',
- 'Click on login name to edit!' => 'Haga clic en el nombre de usuario por editar',
- 'Clocked' => '',
- 'Close Books up to' => 'Cerrar los libros hasta',
- 'Closed' => 'Cerrado',
- 'Code' => 'Código',
- 'Code missing!' => 'Falta código',
- 'Company' => 'Empresa',
- 'Company Name' => 'Nombre de la empresa',
- '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 (Gastos)',
- 'Could not save pricelist!' => '¡No se pudo guradar lista de precios!',
- 'Could not save!' => 'No pude guardar',
- 'Could not transfer Inventory!' => 'No puedo transferir inventario!',
- 'Country' => 'País',
- 'Create Chart of Accounts' => 'Crear plan de cuentas',
- 'Create Dataset' => 'Crear base de datos',
- 'Credit' => 'Crédito',
- 'Credit Limit' => 'Limite de credito',
- 'Curr' => 'Mon.',
- 'Currency' => 'Moneda',
- 'Current' => 'Actual',
- 'Current Earnings' => 'Resultado del periodo',
- 'Customer' => 'Cliente',
- 'Customer History' => 'Historial del Cliente',
- 'Customer Number' => 'Número 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!' => 'No se ha instalado DBI',
- 'DOB' => 'Fecha de Nacimiento',
- 'Database' => 'Base de datos',
- 'Database Administration' => 'Administración de las bases de datos',
- 'Database Driver not checked!' => 'No se ha podido verificar el gestor de la base de datos',
- 'Database Host' => 'Máquina servidor de base de datos',
- 'Database User missing!' => 'No se ha definido el usuario de la base de datos',
- 'Dataset' => 'Base de datos',
- 'Dataset is newer than version!' => 'La base de datos está más actual que la versión del programa',
- 'Dataset missing!' => 'No se ha definido la base de datos',
- 'Dataset updated!' => 'Base de datos actualizada',
- 'Date' => 'Fecha',
- 'Date Format' => 'Formato de fecha',
- 'Date Paid' => 'Fecha de pago',
- 'Date Received' => 'Fecha recibido',
- 'Date missing!' => '¡Falta la fecha!',
- 'Date received missing!' => 'Faltas datos',
- 'Date worked' => '',
- 'Day' => 'Día',
- 'Day(s)' => '',
- 'Days' => 'Dias',
- 'Debit' => 'Débito',
- 'Dec' => 'Dic',
- 'December' => 'Diciembre',
- 'Decimalplaces' => 'Lugar de los decimales',
- 'Decrease' => 'Reducir',
- 'Deduct after' => 'Deducir despues de',
- 'Deduction deleted!' => 'Deducción borrado!',
- 'Deduction saved!' => 'Deducción guardado',
- 'Deductions' => 'Deducciones',
- 'Default Template' => 'Plantilla Predeterminada',
- 'Defaults' => 'Preferencias',
- 'Defaults saved!' => 'Guardado!',
- 'Delete' => 'Borrar',
- 'Delete Account' => 'Borrar cuenta',
- 'Delete Dataset' => 'Borrar base de datos',
- 'Delete Schedule' => 'Borrar Programación',
- 'Deleting a language will also delete the templates for the language' => 'Borrar la idioma tambien borra las plantillas de la idoma',
- 'Delivery Date' => 'Fecha de entrega',
- 'Department' => 'Centro de Costos',
- 'Department deleted!' => 'Centro de Costos borrado!',
- 'Department saved!' => 'Centro de Costos guardado!',
- 'Departments' => 'Centro de Costos',
- 'Deposit' => 'Depósito',
- 'Description' => 'Descripción',
- 'Description Translations' => 'Descripción Traducción',
- 'Description missing!' => 'Falta Descripción',
- 'Detail' => 'Detalle',
- 'Difference' => 'Diferencia',
- 'Directory' => 'Directorio',
- 'Discount' => 'Descuento',
- 'Done' => 'Hecho',
- 'Drawing' => 'Reintegro',
- 'Driver' => 'Gestor',
- 'Dropdown Limit' => 'Límite de efectivo',
- 'Due Date' => 'Fecha de vencimiento',
- 'Due Date missing!' => 'Falta la fecha de vencimiento',
- 'E-mail' => 'Correo electrónico',
- 'E-mail Statement to' => 'Enviar comprobante por correo electrónico a',
- 'E-mail address missing!' => 'No se ha definido el correo electrónico',
- 'E-mail message' => 'Mensaje Email',
- 'E-mailed' => 'Enviado por mail',
- 'Edit' => 'Editar',
- 'Edit AP Transaction' => 'Editar Asiento de CxP',
- 'Edit AR Transaction' => 'Editar Asiento de CxC',
- 'Edit Account' => 'Editar cuenta',
- 'Edit Assembly' => 'Editar compuesto',
- 'Edit Business' => 'Editar empresa',
- 'Edit Cash Transfer Transaction' => 'Editar Transacción en Effectivo',
- 'Edit Customer' => 'Editar Cliente',
- 'Edit Deduction' => 'Editar Deducción',
- 'Edit Department' => 'Editar Centro de Costos',
- 'Edit Description Translations' => 'Editar Descripción Traducción',
- 'Edit Employee' => 'Editar Empleado',
- 'Edit GIFI' => 'Editar PUC',
- 'Edit General Ledger Transaction' => 'Editar Notas Contables',
- 'Edit Group' => 'Editar Grupo',
- 'Edit Job' => '',
- 'Edit Labor/Overhead' => 'Editar Honorario',
- 'Edit Language' => 'Editar Idioma',
- 'Edit POS Invoice' => 'Editar Factura Punto de Venta',
- 'Edit Part' => 'Editar compuesto',
- 'Edit Preferences for' => 'Editar preferencias de',
- 'Edit Pricegroup' => 'Editar Grupo de Precios',
- 'Edit Project' => 'Editar Proyecto',
- 'Edit Purchase Order' => 'Editar Pedido',
- 'Edit Quotation' => 'Editar Cotización',
- 'Edit Request for Quotation' => 'Editar Solicitud de Cotización',
- 'Edit SIC' => 'Editar SIC',
- 'Edit Sales Invoice' => 'Editar Factura de Venta',
- 'Edit Sales Order' => 'Editar Cotización',
- 'Edit Service' => 'Editar Servicio',
- 'Edit Template' => 'Editar Plantilla',
- 'Edit Timecard' => '',
- 'Edit User' => 'Editar Usuario',
- 'Edit Vendor' => 'Editar Proveedor',
- 'Edit Vendor Invoice' => 'Editar Factura de Proveedor',
- 'Edit Warehouse' => 'Editar Bodega',
- 'Employee' => 'Colaborador/Empleado',
- 'Employee Name' => 'Nombre del Empleado',
- 'Employee Number' => 'Número de Empleado',
- 'Employee deleted!' => 'Empleado borrado!',
- 'Employee pays' => 'Empleado cancela',
- 'Employee saved!' => 'Empleado guardado!',
- 'Employees' => 'Empleados',
- 'Employer' => 'Empleador',
- 'Employer pays' => 'Empleador cancela',
- 'Enddate' => 'Fecha final',
- 'Ends' => 'Finaliza',
- 'Enforce transaction reversal for all dates' => 'Forzar la anulación de las transacciones para todas las fechas',
- 'Enter up to 3 letters separated by a colon (i.e CAD:USD:EUR) for your native and foreign currencies' => 'Introduzca hasta 3 letras separadas por dos puntos (p.e. CAD:USD:EUR) para las monedas locales y las extranjeras',
- 'Equity' => 'Balance',
- 'Every' => 'Cada',
- 'Excempt age <' => 'Edad de Excención <',
- 'Exch' => 'Cambio',
- 'Exchange Rate' => 'Tasa de Cambio',
- 'Exchange rate for payment missing!' => 'Falta Tasa de Cambio',
- 'Exchange rate missing!' => 'Falta Tasa de Cambio',
- 'Existing Datasets' => 'Bases de datos existentes',
- 'Expense' => 'Gastos',
- 'Expense account does not exist!' => '',
- 'Expense/Asset' => 'Gastos/Activo',
- 'Extended' => 'Extendido',
- 'FX' => 'Tasa de Cambio',
- 'Failed to save order!' => '',
- 'Fax' => 'Fax',
- 'Feb' => 'Feb',
- 'February' => 'Febrero',
- 'For' => 'Para',
- 'Foreign Exchange Gain' => 'Ganancia en moneda extranjera',
- 'Foreign Exchange Loss' => 'Pérdida en moneda extranjera',
- 'Friday' => '',
- 'From' => 'De',
- 'From Warehouse' => '',
- 'GIFI' => 'Plan Único de Cuentas (PUC)',
- 'GIFI deleted!' => '¡Borrado el código PUC!',
- 'GIFI missing!' => 'No se ha definido el código PUC',
- 'GIFI saved!' => '¡Guardado el código PUC!',
- 'GL' => 'Nota Contable',
- 'GL Reference Number' => '',
- 'GL Transaction' => 'Nota de Contabilidad',
- 'General Ledger' => 'Notas de Contabilidad',
- 'Generate' => 'Elaborar',
- 'Generate Orders' => 'Elaborar Pedidos',
- 'Generate Purchase Orders' => 'Elaborar Orden de Venta',
- 'Generate Purchase Orders from Sales Order' => 'Elaborar Orden de Compra de Orden de Venta',
- 'Generate Sales Order' => 'Elaborar Orden de Venta',
- 'Generate Sales Order from Purchase Orders' => 'Elaborar Orden de Venta de Orden de Compra',
- 'Generate Sales Orders' => '',
- 'Goods & Services' => 'Bienes y servicios',
- 'Group' => 'Grupo',
- 'Group Items' => 'Agrupar itemes',
- 'Group Translations' => 'Traducción Grupos',
- 'Group deleted!' => 'Grupo eleminado!',
- 'Group missing!' => 'Falta el grupo',
- 'Group saved!' => 'Grupo guardado!',
- 'Groups' => 'Grupos',
- 'HR' => 'Recursos Humanos',
- 'HTML Templates' => 'Plantillas HTML',
- 'Heading' => 'Encabezado',
- 'History' => 'Historial',
- 'Home Phone' => 'Teléfono residencia',
- 'Host' => 'Máquina servidor de base de datos',
- 'Hostname missing!' => 'No se ha definido la máquina servidor de base de datos',
- 'IBAN' => 'IBAN',
- 'ID' => 'ID',
- 'Image' => 'Imagen',
- 'In-line' => 'Incrustado',
- 'Inactive' => '',
- 'Include Exchange Rate Difference' => 'Incluir Diferencia por Tasa de Cambio',
- 'Include Payment' => 'Incluir Pago',
- 'Include in Report' => 'Incluir en informe',
- 'Include in drop-down menus' => 'Incluir en menúes desplegables:',
- 'Income' => 'Ingreso',
- 'Income Statement' => 'Estado de Resultados',
- 'Income account does not exist!' => '',
- 'Incorrect Dataset version!' => 'Versión de base de datos incorrecta',
- 'Increase' => 'Aumentar',
- 'Individual Items' => 'Artículos individuales',
- 'Internal Notes' => 'Notas internas',
- 'Inventory' => 'Inventario',
- 'Inventory account does not exist!' => '',
- 'Inventory quantity must be zero before you can set this assembly obsolete!' => 'La cantidad en inventario debe ser cero antes de cambiar este compuesto a obsoleto',
- 'Inventory quantity must be zero before you can set this part obsolete!' => 'La cantidad en inventario debe ser cero antes de cambiar este artículo a obsoleto',
- 'Inventory saved!' => 'Inventario guardado!',
- 'Inventory transferred!' => 'Inventario transferido!',
- 'Invoice' => 'Factura de Venta',
- 'Invoice Date' => 'Fecha de factura',
- 'Invoice Date missing!' => 'No se ha definido la fecha de la factura',
- 'Invoice Number' => 'Número de factura',
- 'Invoice Number missing!' => 'No se ha definido el número de la factura',
- 'Invoice deleted!' => '¡Factura borrada!',
- 'Invoices' => 'Facturas',
- 'Is this a summary account to record' => '¿Es esta una cuenta de Cartera por Cobrar/Pagar?',
- 'Item already on pricelist!' => '¡Artículo está incluido en la lista de precios!',
- 'Item deleted!' => '¡Concepto borrado!',
- 'Item not on file!' => 'El concepto no se encuentra en ningún archivo',
- 'Items' => 'Productos/Servicios',
- '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' => 'Honorarios',
- 'Language' => 'Idioma',
- 'Language deleted!' => 'Idioma Borrada!',
- 'Language saved!' => 'Idioma Guardada!',
- 'Languages' => 'Idiomas',
- 'Languages not defined!' => 'Idiomas no configuradas!',
- 'Last Cost' => '',
- 'Last Numbers & Default Accounts' => 'Últimos números y cuentas por omisión',
- 'Lead' => 'Entrega',
- 'Leadtime' => 'Plazo',
- 'Leave host and port field empty unless you want to make a remote connection.' => 'Deje los campos de máquina servidor de base de datos y puerto vacíos al menos que quiera hacer una conexión remota',
- 'Liability' => 'Pasivo',
- 'Licensed to' => 'Adaptado para',
- 'Line Total' => 'Total de la línea',
- 'Link' => 'Enlaces',
- 'Link Accounts' => 'Enlazar cuentas',
- 'List' => 'Lista',
- 'List Accounts' => 'Mostrar Plan Único de Cuentas',
- 'List Businesses' => 'Mostrar empresas',
- 'List Departments' => 'Mostrar Centro de Costos',
- 'List GIFI' => 'Mostrar PUC',
- 'List Languages' => 'Mostrar Idiomas',
- 'List Price' => 'Precio de Lista',
- 'List Projects' => 'Mostrar Projectos',
- 'List SIC' => 'Mostrar SIC',
- 'List Transactions' => 'Mostrar Transacciones',
- 'List Warehouses' => 'Mostar bodegas',
- 'Lock System' => 'Bloquear sistema',
- 'Lockfile created!' => 'Sistema bloqueado',
- 'Lockfile removed!' => 'Desbloqueado!',
- 'Login' => 'Entrar',
- 'Login name missing!' => 'Falta Nombre del Usuario',
- 'Logout' => 'Salir',
- 'Make' => 'Marca',
- 'Manager' => 'Administrador',
- 'Mar' => 'Mar',
- 'March' => 'Marzo',
- 'Marked entries printed!' => 'Selección impresa',
- 'Markup' => 'Margen',
- 'Maximum' => 'Maximo',
- 'May' => 'Mayo',
- 'May ' => 'Mayo',
- 'Memo' => 'Memo',
- 'Menu Width' => 'Ancho del Menu',
- 'Message' => 'Mensaje',
- 'Method' => 'Metódo',
- 'Microfiche' => 'Microficha',
- 'Model' => 'Modelo',
- 'Monday' => '',
- 'Month' => 'Mes',
- 'Month(s)' => '',
- 'Months' => 'Meses',
- 'Multibyte Encoding' => 'Codificación Multibyte',
- 'N/A' => 'Sin respuesta',
- 'Name' => 'Nombre',
- 'Name missing!' => '¡Falta el nombre!',
- 'New Templates' => 'Nuevas plantillas',
- 'New Window' => 'Nueva Ventana',
- 'Next' => 'Proximo',
- 'Next Date' => 'Proxima Fecha',
- 'Next Number' => '',
- 'No' => 'No',
- 'No Database Drivers available!' => 'No hay ningún gestor de base de datos disponible',
- 'No Dataset selected!' => 'No se ha seleccionado ninguna base de datos',
- 'No Employees on file!' => '',
- 'No Labor codes on file!' => '',
- 'No email address for' => 'Falta la dirección de correo electrónico de',
- 'No open Jobs!' => '',
- 'No open Projects!' => '',
- 'No.' => 'No.',
- 'Non-taxable' => 'Sin Impuestos',
- 'Non-taxable Purchases' => 'Compras sin Impuestos',
- 'Non-taxable Sales' => 'Ventas sin Impuestos',
- 'Non-tracking Items' => '',
- 'Notes' => 'Notas',
- 'Nothing entered!' => 'Información Incompleta',
- 'Nothing selected!' => '¡No es seleccionado nada!',
- 'Nothing to delete!' => '¡No hay nada para borrar!',
- 'Nothing to print!' => '¡No hay nada que imprimir!',
- 'Nothing to transfer!' => 'Nada para transferir',
- 'Nov' => 'Nov',
- 'November' => 'Noviembre',
- 'Number' => 'Número',
- 'Number Format' => 'Formato de número',
- 'Number missing in Row' => 'No se ha definido el número en la fila',
- 'O' => 'O',
- 'OH' => '',
- 'Obsolete' => 'Obsoleto',
- 'Oct' => 'Oct',
- 'October' => 'Octubre',
- 'On Hand' => 'Disponible',
- 'Open' => 'Abierto',
- 'Oracle Database Administration' => 'Administración de la base de datos Oracle',
- 'Order' => 'Orden',
- 'Order Date' => 'Fecha de elaboración',
- 'Order Date missing!' => 'No se ha definido la fecha de la elaboración',
- 'Order Entry' => 'Cotizaciones y pedidos',
- 'Order Number' => 'Número de orden',
- 'Order Number missing!' => 'No se ha definido el número de la orden',
- 'Order deleted!' => '¡Orden borrada!',
- 'Order generation failed!' => 'Fallo Elaboración Pedido',
- 'Order saved!' => 'Pedido guardado',
- 'Orders generated!' => '',
- 'Orphaned' => 'Huérfano',
- 'Out of balance transaction!' => 'Transacción fuera de Balance!',
- 'Out of balance!' => '¡Fuera de balance!',
- 'Outstanding' => 'Impagados',
- 'PDF' => 'PDF',
- 'PO Number' => 'Número pedido',
- 'POS' => 'Punto de Venta',
- 'POS Invoice' => 'Factura Punto de Venta',
- 'Packing List' => 'Albarán',
- 'Packing List Date missing!' => 'No se ha definido la fecha del albarán',
- 'Packing List Number missing!' => 'No se ha definido el número del albarán',
- 'Packing Lists' => 'Lista de empaque',
- 'Paid' => 'Pagado',
- 'Part' => 'Artículo',
- 'Part Number' => '',
- 'Partnumber' => 'Número parte',
- 'Parts' => 'Artículos',
- 'Password' => 'Contraseña',
- 'Password changed!' => '¡Contraseña cambiada!',
- 'Password does not match!' => '¡Contraseña incorrecta!',
- 'Passwords do not match!' => '¡Contraseñas son incorrectas!',
- 'Payables' => 'Por Pagar',
- 'Payment' => 'Comprobante de Egreso',
- 'Payment date missing!' => 'No se encuentra la fecha de pago',
- 'Payment posted!' => '¡Pago registrado!',
- 'Payments' => 'Pagos',
- 'Payments posted!' => '',
- 'Payroll Deduction' => 'Deducciones Nómina',
- 'Period' => 'Periodo',
- 'Pg Database Administration' => 'Administración de la base de datos PostgreSQL',
- 'PgPP Database Administration' => 'PostGres Admin',
- 'Phone' => 'Teléfono',
- 'Pick List' => 'Lista de Empaque',
- 'Pick Lists' => 'Listas de Empaque',
- 'Port' => 'Puerto',
- 'Port missing!' => 'No se ha definido el Puerto',
- 'Pos' => 'PdV',
- 'Post' => 'Registrar',
- 'Post as new' => 'Registrar como Nuevo',
- 'Posted!' => 'Agregado!',
- 'Posting' => 'Registro',
- 'Posting failed!' => '',
- 'Postscript' => 'Postscript',
- 'Preferences' => 'Preferencias',
- 'Preferences saved!' => 'Preferencias guardadas',
- 'Prepayment' => 'Anticipio',
- 'Price' => 'Precio',
- 'Pricegroup' => 'Grupo de Precios',
- 'Pricegroup deleted!' => 'Grupo Borrado!',
- 'Pricegroup missing!' => 'Falta Grupo!',
- 'Pricegroup saved!' => '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 Registrar',
- 'Print and Save as new' => '',
- 'Print and post as new' => '',
- 'Print and save as new' => '',
- 'Printed' => 'Impreso',
- 'Printer' => 'Impresora',
- 'Printing' => 'Imprimiendo',
- 'Printing ... ' => 'Imprimiendo...',
- 'Process Transactions' => 'Procesar Transacción',
- 'Production' => '',
- 'Profit Center' => 'Centro de Costo (Ingresos)',
- 'Project' => 'Proyecto',
- 'Project Description Translations' => 'Descripción Traducción del Proyecto',
- 'Project Name' => '',
- 'Project Number' => 'Número del Proyecto',
- 'Project Number missing!' => '¡Falta el Número de Proyecto!',
- 'Project Transactions' => 'Transacciones del Projecto',
- 'Project deleted!' => '¡Proyecto borrado!',
- 'Project not on file!' => 'Proyecto no existe!',
- 'Project saved!' => '¡Proyecto guardado ',
- 'Project/Job Name' => '',
- 'Project/Job Number' => '',
- 'Projects' => 'Proyectos',
- 'Purchase Order' => 'Pedido',
- 'Purchase Order Number' => 'Número de Orden de Compra',
- 'Purchase Orders' => 'Pedidos',
- 'Qty' => 'Cantidad',
- 'Quantity exceeds available units to stock!' => 'No hay esta cantidad disponible en el Inventario!',
- 'Quarter' => 'Trimestre',
- 'Quotation' => 'Cotización',
- 'Quotation ' => 'Cotización ',
- 'Quotation Date' => 'Fecha de cotización',
- 'Quotation Date missing!' => 'Falta fecha de cotización',
- 'Quotation Number' => 'Número cotización',
- 'Quotation Number missing!' => 'Falta número de cotización',
- 'Quotation deleted!' => 'Cotización borrado',
- 'Quotations' => 'Cotizaciones',
- 'R' => 'R',
- 'RFQ' => 'Solicitar Cotización',
- 'RFQ ' => 'Solicitud de Cotización ',
- 'RFQ Number' => 'Número de Cotización',
- 'RFQs' => 'Cotizaciones solicitados',
- 'ROP' => 'Tope de envio',
- 'Rate' => 'Tarifa',
- 'Rate missing!' => 'Falta Tarifa!',
- 'Recd' => 'Cobrado',
- 'Receipt' => 'Recibo',
- 'Receipt posted!' => 'Recibo agregado',
- 'Receipts' => 'Recibos',
- 'Receivables' => 'Cobros',
- 'Receive' => 'Recibir',
- 'Receive Merchandise' => 'Recibir mercancia',
- 'Reconciliation' => 'Reconciliación',
- 'Reconciliation Report' => 'Reporte de Reconciliación',
- 'Record in' => 'Registrar en',
- 'Recurring Transaction' => 'Transacción Recurrente',
- 'Recurring Transactions' => 'Transacciones Recurrentes',
- 'Reference' => 'Referencia',
- 'Remaining' => 'Resto',
- '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 eliminados de la cola',
- 'Removing marked entries from queue ...' => 'Removiendo entradas sellecionads de la cola...',
- 'Repeat' => 'Repetir',
- 'Report for' => 'Informe para',
- 'Reports' => 'Informes',
- 'Req' => 'Pedido',
- 'Request for Quotation' => 'Solicitar Cotización',
- 'Request for Quotations' => 'Solicitar Cotizaciones',
- 'Required by' => 'Aceptado el',
- 'Retained Earnings' => 'Resultado del Ejercicio',
- 'Role' => 'Función',
- 'S' => 'S',
- 'SIC' => 'SIC',
- 'SIC deleted!' => 'SIC borrado!',
- 'SIC saved!' => 'SIC guardado!',
- 'SKU' => 'SKU',
- 'SSN' => 'RIF',
- 'Sale' => 'Venta',
- 'Sales' => 'Ventas',
- 'Sales Invoice' => 'Facturas de Ventas',
- 'Sales Invoice ' => 'Facturas de Ventas ',
- 'Sales Invoice.' => 'Factura de Ventas.',
- 'Sales Invoice/AR Transaction Number' => '',
- 'Sales Invoices' => 'Factura de Venta',
- 'Sales Order' => 'Orden de Venta',
- 'Sales Order Number' => 'N°de Pedido',
- 'Sales Orders' => 'Ordenes de Venta',
- 'Sales Quotation Number' => 'N°de Cotización de Venta',
- 'Salesperson' => 'Vendedor',
- 'Saturday' => '',
- 'Save' => 'Guardar',
- 'Save Pricelist' => 'Guardar Lista de Precios',
- 'Save Schedule' => 'Guardar Programación',
- 'Save as new' => 'Guardar como nuevo',
- 'Save to File' => 'Guardar en un archivo',
- 'Saving' => 'Guardando',
- 'Schedule' => 'Programar Recurrencia',
- 'Scheduled' => 'Programado',
- 'Screen' => 'Pantalla',
- 'Search' => 'Búsqueda',
- 'Select' => 'Seleccionar',
- 'Select Customer' => '',
- 'Select Vendor' => 'Seleccionar Proveedor',
- 'Select a Printer!' => '',
- 'Select a printer!' => '',
- 'Select all' => 'Guardar 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' => 'Selecciona uno de los proyectos abajo',
- 'Select items' => 'Seleccionar Itemes',
- 'Select payment' => '¡Seleccione Pago!',
- 'Select postscript or PDF!' => '¡Seleccione postscript o PDF',
- 'Select txt, postscript or PDF!' => '¡Seleccione txt, postscript o PDF!',
- 'Sell' => 'Vender',
- 'Sell Price' => 'Precio de venta',
- 'Send by E-Mail' => 'Enviar por correo electrónico',
- 'Sending' => 'Enviando',
- 'Sep' => 'Sep',
- 'September' => 'Septiembre',
- 'Serial No.' => 'No de Serial',
- 'Serial Number' => 'Número del Serial',
- 'Service' => 'Servicio',
- 'Service Code' => '',
- 'Service/Labor Code' => '',
- 'Services' => 'Servicios',
- 'Session Timeout' => '¡Sesión Caducó!',
- 'Session expired!' => '¡Sesión Expiró!',
- 'Setup Templates' => 'Configurar plantillas',
- 'Ship' => 'Envio',
- 'Ship Merchandise' => 'Enviar Mercancía',
- 'Ship to' => 'Destino',
- 'Ship via' => 'Envio por',
- 'Shipping' => 'Envio',
- 'Shipping Address' => 'Dirección del envio',
- 'Shipping Date' => 'Fecha del Envio',
- 'Shipping Date missing!' => 'Falta Fecha del Envio',
- 'Shipping Point' => 'Destino',
- 'Short' => 'Corto',
- 'Signature' => 'Firma',
- 'Source' => 'Fuente',
- 'Spoolfile' => 'Cola de Impresión',
- 'Standard' => 'Estándard',
- 'Standard Industrial Codes' => 'Standard Industrial Codes (Código Industrial)',
- 'Startdate' => 'Fecha inicial',
- 'State' => 'Departamento',
- 'State/Province' => 'Departamento',
- 'Statement' => 'Estado de Cuenta',
- 'Statement Balance' => 'Balance de Cuenta',
- 'Statement sent to' => 'Estado de Cuenta enviado a',
- 'Statements sent to printer!' => '¡Estado de Cuenta enviado a la impresora!',
- 'Stock' => 'Inventario',
- 'Stock Assembly' => 'Inventariar Compuesto',
- 'Stocking Date' => '',
- 'Stylesheet' => 'Hoja de Estilo',
- 'Sub-contract GIFI' => 'Sub-Contrato PUC',
- 'Subject' => 'Asunto',
- 'Subtotal' => 'Subtotal',
- 'Summary' => 'Résumen',
- 'Sunday' => '',
- 'Supervisor' => 'Supervisor',
- 'System' => 'Sistema',
- 'System Defaults' => 'Predeterminados del Sistema',
- 'Tax' => 'Impuestos',
- 'Tax Accounts' => 'Cuentas de Impuestos',
- 'Tax Included' => 'Impuestos Incluidos',
- 'Tax Number' => 'NIT/CC',
- 'Tax Number / SSN' => 'NIT./CC./CE.',
- 'Tax collected' => 'Impuestos Cobrados Clientes',
- 'Tax paid' => 'Impuestos Pagados',
- 'Taxable' => 'Impuestos Gravables',
- 'Template saved!' => '¡Plantilla guardada!',
- 'Templates' => 'Plantillas',
- 'Terms' => 'Condiciones',
- 'Text' => 'Texto',
- 'Text Templates' => 'Plantillas de Texto',
- 'The following Datasets are not in use and can be deleted' => 'Las siguientes bases de datos no están en uso y se pueden borrar',
- 'The following Datasets need to be updated' => 'Es necesario actualizar las siguientes bases de datos',
- 'This is a preliminary check for existing sources. Nothing will be created or deleted at this stage!' => 'Esta es una verificacion preliminar de fuentes existentes. No se creará ni borrará nada durante esta etapa',
- 'Thursday' => '',
- 'Till' => 'Caja',
- 'Time In' => '',
- 'Time Out' => '',
- 'Timecard' => '',
- 'Timecard deleted!' => '',
- 'Timecard saved!' => '',
- 'Timecards' => '',
- 'Times' => 'Veces',
- 'To' => 'Hasta ',
- 'To Warehouse' => '',
- 'To add a user to a group edit a name, change the login name and save. A new user with the same variables will then be saved under the new login name.' => 'Para añadir un usuario a un grupo, edite un nombre, cambie el nombre de usuario (login) y guarde los cambios. Un nuevo usuario, con las mismas propiedades se guardará bajo el nuevo nombre de usuario (login).',
- 'Top Level' => 'Nivel superior',
- 'Total' => 'Total',
- 'Tracking Items' => '',
- 'Trade Discount' => 'Descuento',
- 'Transaction' => 'Asiento',
- 'Transaction Date missing!' => 'No se ha definido la fecha de la transacción',
- 'Transaction Dates' => '',
- 'Transaction deleted!' => '¡Transacción borrada!',
- 'Transaction posted!' => '¡Transacción registrada!',
- 'Transaction reversal enforced for all dates' => 'Se ha forzado la anulación de las transacciones para todas las fechas',
- 'Transaction reversal enforced up to' => 'Se ha forzado la anulación de las transacciones hasta',
- 'Transactions' => 'Transacciones',
- 'Transfer' => 'Transferencia',
- 'Transfer Inventory' => 'Transferir Inventario',
- 'Transfer from' => '',
- 'Transfer to' => 'Transferir a',
- 'Translation' => 'Traducción',
- 'Translation deleted!' => 'Traducción Borrada!',
- 'Translation not on file!' => 'No hay traducción',
- 'Translations' => 'Traducciones',
- 'Translations saved!' => 'Guardado',
- 'Trial Balance' => 'Balance de Comprobación',
- 'Tuesday' => '',
- 'Type of Business' => 'Clase de Negocio',
- 'Unit' => 'Unidad',
- 'Unit of measure' => 'Unidad de medida',
- 'Unlock System' => 'Unlock sistema',
- 'Update' => 'Actualizar',
- 'Update Dataset' => 'Actualizar base de datos',
- 'Updated' => '¡Actualizado!',
- 'Upgrading to Version' => 'Actulaizando a versión',
- 'Use Templates' => 'Plantillas de usuarios',
- 'User' => 'Usuario',
- 'User deleted!' => '¡Usuario borrado!',
- 'User saved!' => '¡Usuario guardado!',
- 'Valid until' => 'Válido hasta',
- 'Vendor' => 'Proveedor',
- 'Vendor History' => 'Historial 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 Vendedor',
- 'Vendor deleted!' => '¡Proveedor borrado!',
- 'Vendor missing!' => '¡Falta el proveedor!',
- 'Vendor not on file!' => '¡No se encuentra el proveedor en la base de datos!',
- 'Vendor saved!' => '¡Proveedor guardado!',
- 'Vendors' => 'Proveedores',
- 'Version' => 'Versión',
- 'Warehouse' => 'Bodega',
- 'Warehouse deleted!' => 'Bodega borrado',
- 'Warehouse saved!' => 'Bodegas guardado',
- 'Warehouses' => 'Bodegas',
- 'Warning!' => 'Alerta!',
- 'Wednesday' => '',
- 'Week' => 'Semana',
- 'Week(s)' => '',
- 'Weeks' => 'Semanas',
- 'Weight' => 'Peso',
- 'Weight Unit' => 'Unidad de peso',
- 'What type of item is this?' => '¿De qué tipo es este concepto?',
- 'Work Order' => 'Orden de Trabajo',
- 'Work Orders' => 'Ordenes de Trabajo',
- 'Work Phone' => 'Teléfono (Oficina)',
- 'Year' => 'Año',
- 'Year(s)' => '',
- 'Yearend' => 'Fin del Año',
- 'Yearend date missing!' => 'Falta fecha del Fin del Año',
- 'Yearend posted!' => 'Fin del Año guardado!',
- 'Yearend posting failed!' => 'No se puede guardar Fin del Año',
- 'Years' => 'Años',
- 'Yes' => 'Si',
- 'You are logged out' => '¡Ud. está desconectado del sistema!',
- 'You are posting an existing transaction!' => 'Está registrando una transacción existente!',
- 'You are printing and posting an existing transaction!' => 'Está imprimiendo registrando una transacción existente!',
- 'You are printing and saving an existing order' => 'Está imprimiendo y registrando un pedido existente',
- 'You are printing and saving an existing quotation' => 'Está imprimiendo y registrando una cotización existente',
- 'You are printing and saving an existing transaction!' => '',
- 'You are saving an existing order' => 'Está registrando un pedido existente',
- 'You are saving an existing quotation' => 'Está registrando una cotización existente',
- 'You are saving an existing transaction!' => '',
- 'You did not enter a name!' => 'No ha introducido el nombre',
- 'You must enter a host and port for local and remote connections!' => 'Debe introducir una máquina servidor de bases de datos y un puerto para conexiones locales y remotas',
- 'Zip/Postal Code' => 'Código Postal',
- 'account cannot be set to any other type of account' => 'No se puede cambiar a otro tipo de cuenta',
- 'as at' => 'al',
- 'days' => 'días',
- 'does not exist' => 'no existe',
- 'done' => 'hecho',
- 'ea' => 'unid.',
- 'failed' => 'falló',
- 'for' => 'para',
- 'for Period' => 'para el periodo',
- 'is already a member!' => 'ya es actualmente un miembro',
- 'localhost' => 'máquina local',
- 'locked!' => 'Bloqueado!',
- 'partsgroup' => '',
- 'posted!' => 'Guardado',
- 'sent' => 'Enviado',
- 'successfully created!' => 'creado satisfactoriamente',
- 'successfully deleted!' => 'borrado satisfactoriamente',
- 'time(s)' => 'vez/veces',
- 'unexpected error!' => '',
- 'website' => 'sitio web',
-};
-
-1;
diff --git a/locale/co_utf/am b/locale/co_utf/am
deleted file mode 100755
index b027f048..00000000
--- a/locale/co_utf/am
+++ /dev/null
@@ -1,307 +0,0 @@
-$self{charset} = 'UTF-8';
-
-$self{texts} = {
- 'AP' => 'Facturas de Proveedores',
- 'AR' => 'Factura de Ventas',
- 'About' => 'Acerca de',
- 'Account' => 'Cuenta',
- 'Account Number' => 'Número de cuenta',
- 'Account Number missing!' => 'No se ha definido el número de la cuenta',
- 'Account Type' => 'Categoría de cuenta',
- 'Account Type missing!' => 'No se ha definido el tipo de la cuenta',
- 'Account deleted!' => '¡Cuenta borrada!',
- 'Account does not exist!' => 'Cuenta no existe!',
- 'Account saved!' => '¡Cuenta guardada!',
- 'Accounting Menu' => 'Menú general',
- 'Accrual' => 'Acumulado',
- 'Activate Audit trail' => 'Activar Rastro Auditoría',
- 'Add Account' => 'Añadir Cuenta',
- 'Add Business' => 'Agregar Empresa',
- 'Add Department' => 'Agregar Centro de Costos',
- 'Add GIFI' => 'Añadir cuenta PUC',
- 'Add Language' => 'Agregar Idioma',
- 'Add SIC' => 'Agregar SIC',
- 'Add Warehouse' => 'Agregar Bodega',
- 'Address' => 'Dirección',
- 'Amount' => 'Total',
- '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 removido hasta',
- 'Backup sent to' => 'Copia de seguridad enviada a',
- 'Bin List' => 'Lista Empaque',
- 'Books are open' => 'Los libros están abiertos',
- 'Business Number' => 'Numero de negocio',
- 'Business deleted!' => 'Empresa eliminada!',
- 'Business saved!' => 'Empresa guardada!',
- 'COGS' => 'Costo de los artículos',
- 'Cannot delete account!' => '¡No se puede borrar la cuenta!',
- 'Cannot delete default account!' => 'No se puede borrar la cuenta por omisión',
- 'Cannot save account!' => '¡No se puede guardar la cuenta!',
- 'Cannot save defaults!' => 'No puedo guardar preferencias!',
- 'Cannot save preferences!' => '¡No se puede guardar las preferencias!',
- 'Cannot set account for more than one of AR, AP or IC' => 'Tiene que seleccionar cuenta!',
- 'Cannot set multiple options for' => 'No puedo crear multiples opciones para',
- 'Cash' => 'Efectivo',
- 'Chart of Accounts' => 'Plan de cuentas',
- 'Close Books up to' => 'Cerrar los libros hasta',
- 'Code' => 'Código',
- 'Code missing!' => 'Falta código',
- 'Company' => 'Empresa',
- 'Confirm' => 'Confirmar',
- 'Confirm!' => 'Confirmar',
- 'Continue' => 'Continuar',
- 'Contra' => 'Cuentas del Orden',
- 'Copy to COA' => 'Copiar al plan de cuentas',
- 'Cost Center' => 'Centro de Costos (Gastos)',
- 'Credit' => 'Crédito',
- 'Customer Number' => 'Número del cliente',
- 'Database Host' => 'Máquina servidor de base de datos',
- 'Dataset' => 'Base de datos',
- 'Date Format' => 'Formato de fecha',
- 'Day' => 'Día',
- 'Days' => 'Dias',
- 'Debit' => 'Débito',
- 'Default Template' => 'Plantilla Predeterminada',
- 'Defaults saved!' => 'Guardado!',
- 'Delete' => 'Borrar',
- 'Delete Account' => 'Borrar cuenta',
- 'Deleting a language will also delete the templates for the language' => 'Borrar la idioma tambien borra las plantillas de la idoma',
- 'Department deleted!' => 'Centro de Costos borrado!',
- 'Department saved!' => 'Centro de Costos guardado!',
- 'Departments' => 'Centro de Costos',
- 'Description' => 'Descripción',
- 'Description missing!' => 'Falta Descripción',
- 'Discount' => 'Descuento',
- 'Dropdown Limit' => 'Límite de efectivo',
- 'E-mail' => 'Correo electrónico',
- 'E-mail address missing!' => 'No se ha definido el correo electrónico',
- 'Edit' => 'Editar',
- 'Edit Account' => 'Editar cuenta',
- 'Edit Business' => 'Editar empresa',
- 'Edit Department' => 'Editar Centro de Costos',
- 'Edit GIFI' => 'Editar PUC',
- 'Edit Language' => 'Editar Idioma',
- 'Edit Preferences for' => 'Editar preferencias de',
- 'Edit SIC' => 'Editar SIC',
- 'Edit Template' => 'Editar Plantilla',
- 'Edit Warehouse' => 'Editar Bodega',
- 'Employee Number' => 'Número de Empleado',
- 'Ends' => 'Finaliza',
- 'Enforce transaction reversal for all dates' => 'Forzar la anulación de las transacciones para todas las fechas',
- 'Enter up to 3 letters separated by a colon (i.e CAD:USD:EUR) for your native and foreign currencies' => 'Introduzca hasta 3 letras separadas por dos puntos (p.e. CAD:USD:EUR) para las monedas locales y las extranjeras',
- 'Equity' => 'Balance',
- 'Every' => 'Cada',
- 'Expense' => 'Gastos',
- 'Expense/Asset' => 'Gastos/Activo',
- 'Fax' => 'Fax',
- 'Foreign Exchange Gain' => 'Ganancia en moneda extranjera',
- 'Foreign Exchange Loss' => 'Pérdida en moneda extranjera',
- 'GIFI' => 'Plan Único de Cuentas (PUC)',
- 'GIFI deleted!' => '¡Borrado el código PUC!',
- 'GIFI missing!' => 'No se ha definido el código PUC',
- 'GIFI saved!' => '¡Guardado el código PUC!',
- 'GL' => 'Nota Contable',
- 'GL Transaction' => 'Nota de Contabilidad',
- 'Heading' => 'Encabezado',
- 'ID' => 'ID',
- 'Include in drop-down menus' => 'Incluir en menúes desplegables:',
- 'Income' => 'Ingreso',
- 'Inventory' => 'Inventario',
- 'Invoice' => 'Factura de Venta',
- 'Is this a summary account to record' => '¿Es esta una cuenta de Cartera por Cobrar/Pagar?',
- 'Language' => 'Idioma',
- 'Language deleted!' => 'Idioma Borrada!',
- 'Language saved!' => 'Idioma Guardada!',
- 'Languages' => 'Idiomas',
- 'Last Numbers & Default Accounts' => 'Últimos números y cuentas por omisión',
- 'Liability' => 'Pasivo',
- 'Licensed to' => 'Adaptado para',
- 'Link' => 'Enlaces',
- 'Menu Width' => 'Ancho del Menu',
- 'Method' => 'Metódo',
- 'Month' => 'Mes',
- 'Months' => 'Meses',
- 'Name' => 'Nombre',
- 'Next' => 'Proximo',
- 'No' => 'No',
- 'No email address for' => 'Falta la dirección de correo electrónico de',
- 'Number' => 'Número',
- 'Number Format' => 'Formato de número',
- 'PDF' => 'PDF',
- 'Packing List' => 'Albarán',
- 'Password' => 'Contraseña',
- 'Password does not match!' => '¡Contraseña incorrecta!',
- 'Payables' => 'Por Pagar',
- 'Payment' => 'Comprobante de Egreso',
- 'Phone' => 'Teléfono',
- 'Pick List' => 'Lista de Empaque',
- 'Posting' => 'Registro',
- 'Postscript' => 'Postscript',
- 'Preferences saved!' => 'Preferencias guardadas',
- 'Print' => 'Imprimir',
- 'Printer' => 'Impresora',
- 'Printing' => 'Imprimiendo',
- 'Process Transactions' => 'Procesar Transacción',
- 'Profit Center' => 'Centro de Costo (Ingresos)',
- 'Purchase Order' => 'Pedido',
- 'Purchase Order Number' => 'Número de Orden de Compra',
- 'Purchase Orders' => 'Pedidos',
- 'RFQ Number' => 'Número de Cotización',
- 'Rate' => 'Tarifa',
- 'Receivables' => 'Cobros',
- 'Recurring Transactions' => 'Transacciones Recurrentes',
- 'Reference' => 'Referencia',
- 'Remove Audit trail up to' => 'Remover Rastro de Auditoría hasta',
- 'Retained Earnings' => 'Resultado del Ejercicio',
- 'SIC deleted!' => 'SIC borrado!',
- 'SIC saved!' => 'SIC guardado!',
- 'Sales Invoice' => 'Facturas de Ventas',
- 'Sales Order' => 'Orden de Venta',
- 'Sales Order Number' => 'N°de Pedido',
- 'Sales Orders' => 'Ordenes de Venta',
- 'Sales Quotation Number' => 'N°de Cotización de Venta',
- 'Save' => 'Guardar',
- 'Save as new' => 'Guardar como nuevo',
- 'Saving' => 'Guardando',
- 'Sending' => 'Enviando',
- 'Session Timeout' => '¡Sesión Caducó!',
- 'Signature' => 'Firma',
- 'Standard Industrial Codes' => 'Standard Industrial Codes (Código Industrial)',
- 'Stylesheet' => 'Hoja de Estilo',
- 'System Defaults' => 'Predeterminados del Sistema',
- 'Tax' => 'Impuestos',
- 'Template saved!' => '¡Plantilla guardada!',
- 'Times' => 'Veces',
- 'Transaction' => 'Asiento',
- 'Transaction reversal enforced for all dates' => 'Se ha forzado la anulación de las transacciones para todas las fechas',
- 'Transaction reversal enforced up to' => 'Se ha forzado la anulación de las transacciones hasta',
- 'Type of Business' => 'Clase de Negocio',
- 'Update' => 'Actualizar',
- 'User' => 'Usuario',
- 'Vendor Invoice' => 'Factura de Proveedor',
- 'Vendor Number' => 'Código Vendedor',
- 'Version' => 'Versión',
- 'Warehouse deleted!' => 'Bodega borrado',
- 'Warehouse saved!' => 'Bodegas guardado',
- 'Warehouses' => 'Bodegas',
- 'Week' => 'Semana',
- 'Weeks' => 'Semanas',
- 'Weight Unit' => 'Unidad de peso',
- 'Work Order' => 'Orden de Trabajo',
- 'Year' => 'Año',
- 'Yearend' => 'Fin del Año',
- 'Yearend date missing!' => 'Falta fecha del Fin del Año',
- 'Yearend posted!' => 'Fin del Año guardado!',
- 'Yearend posting failed!' => 'No se puede guardar Fin del Año',
- 'Years' => 'Años',
- 'Yes' => 'Si',
- 'account cannot be set to any other type of account' => 'No se puede cambiar a otro tipo de cuenta',
- 'done' => 'hecho',
- 'failed' => 'falló',
- 'localhost' => 'máquina local',
-};
-
-$self{subs} = {
- 'acc_menu' => 'acc_menu',
- 'account_header' => 'account_header',
- 'add' => 'add',
- 'add_account' => 'add_account',
- 'add_business' => 'add_business',
- 'add_department' => 'add_department',
- 'add_gifi' => 'add_gifi',
- 'add_language' => 'add_language',
- 'add_sic' => 'add_sic',
- 'add_warehouse' => 'add_warehouse',
- 'audit_control' => 'audit_control',
- 'backup' => 'backup',
- 'business_header' => 'business_header',
- 'company_logo' => 'company_logo',
- 'config' => 'config',
- 'continue' => 'continue',
- 'copy_to_coa' => 'copy_to_coa',
- 'defaults' => 'defaults',
- 'delete' => 'delete',
- 'delete_account' => 'delete_account',
- 'delete_business' => 'delete_business',
- 'delete_department' => 'delete_department',
- 'delete_gifi' => 'delete_gifi',
- 'delete_language' => 'delete_language',
- 'delete_sic' => 'delete_sic',
- 'delete_warehouse' => 'delete_warehouse',
- 'department_header' => 'department_header',
- 'display' => 'display',
- 'display_form' => 'display_form',
- 'display_stylesheet' => 'display_stylesheet',
- 'display_taxes' => 'display_taxes',
- 'doclose' => 'doclose',
- 'edit' => 'edit',
- 'edit_account' => 'edit_account',
- 'edit_business' => 'edit_business',
- 'edit_department' => 'edit_department',
- 'edit_gifi' => 'edit_gifi',
- 'edit_language' => 'edit_language',
- 'edit_recurring' => 'edit_recurring',
- 'edit_sic' => 'edit_sic',
- 'edit_template' => 'edit_template',
- 'edit_warehouse' => 'edit_warehouse',
- 'email_recurring' => 'email_recurring',
- 'form_footer' => 'form_footer',
- 'formnames' => 'formnames',
- 'generate_yearend' => 'generate_yearend',
- 'gifi_footer' => 'gifi_footer',
- 'gifi_header' => 'gifi_header',
- 'js_menu' => 'js_menu',
- 'language_header' => 'language_header',
- 'list_account' => 'list_account',
- 'list_business' => 'list_business',
- 'list_department' => 'list_department',
- 'list_gifi' => 'list_gifi',
- 'list_language' => 'list_language',
- 'list_sic' => 'list_sic',
- 'list_templates' => 'list_templates',
- 'list_warehouse' => 'list_warehouse',
- 'menubar' => 'menubar',
- 'print_recurring' => 'print_recurring',
- 'process_transactions' => 'process_transactions',
- 'recurring_transactions' => 'recurring_transactions',
- 'save' => 'save',
- 'save_account' => 'save_account',
- 'save_as_new' => 'save_as_new',
- 'save_business' => 'save_business',
- 'save_defaults' => 'save_defaults',
- 'save_department' => 'save_department',
- 'save_gifi' => 'save_gifi',
- 'save_language' => 'save_language',
- 'save_preferences' => 'save_preferences',
- 'save_sic' => 'save_sic',
- 'save_taxes' => 'save_taxes',
- 'save_template' => 'save_template',
- 'save_warehouse' => 'save_warehouse',
- 'section_menu' => 'section_menu',
- 'sic_header' => 'sic_header',
- 'taxes' => 'taxes',
- 'update' => 'update',
- 'warehouse_header' => 'warehouse_header',
- 'yearend' => 'yearend',
- 'yes_delete_language' => 'yes_delete_language',
- 'añadir_cuenta' => 'add_account',
- 'agregar_empresa' => 'add_business',
- 'agregar_centro_de_costos' => 'add_department',
- 'agregar_idioma' => 'add_language',
- 'agregar_sic' => 'add_sic',
- 'agregar_bodega' => 'add_warehouse',
- 'continuar' => 'continue',
- 'copiar_al_plan_de_cuentas' => 'copy_to_coa',
- 'borrar' => 'delete',
- 'editar' => 'edit',
- 'editar_cuenta' => 'edit_account',
- 'procesar_transacción' => 'process_transactions',
- 'guardar' => 'save',
- 'guardar_como_nuevo' => 'save_as_new',
- 'actualizar' => 'update',
-};
-
-1;
-
diff --git a/locale/co_utf/ap b/locale/co_utf/ap
deleted file mode 100755
index 39a2fe69..00000000
--- a/locale/co_utf/ap
+++ /dev/null
@@ -1,235 +0,0 @@
-$self{charset} = 'UTF-8';
-
-$self{texts} = {
- 'AP Outstanding' => 'Impagados Proveedores',
- 'AP Transaction' => 'Transaccion Proveedor',
- 'AP Transactions' => 'Gestiones de pagos',
- 'AR Outstanding' => 'Impagados Cartera',
- 'AR Transaction' => 'Cuentas por Cobrar',
- 'AR Transactions' => 'Cuentas por Cobrar',
- 'Account' => 'Cuenta',
- 'Accounting Menu' => 'Menú general',
- 'Add AP Transaction' => 'Añadir Transacción por Pagar',
- 'Add AR Transaction' => 'Añadir Transacción por Cobrar',
- 'Address' => 'Dirección',
- 'Amount' => 'Total',
- 'Amount Due' => 'Por Pagar',
- 'Apr' => 'Abr',
- 'April' => 'Abril',
- 'Are you sure you want to delete Transaction' => '¿Está seguro de que desea borrar la transacción?',
- 'Aug' => 'Ago',
- 'August' => 'Agosto',
- 'Bcc' => 'Bcc',
- 'Cannot delete transaction!' => '¡No se puede borrar la transacción!',
- 'Cannot post payment for a closed period!' => '¡No se puede registrar un pago en un periodo ya cerrado!',
- 'Cannot post transaction for a closed period!' => '¡No se puede registrar una transacción para un periodo cerrado',
- 'Cannot post transaction!' => '¡No se puede registrar la transacción',
- 'Cc' => 'Cc',
- 'Check' => 'Cheque',
- 'Closed' => 'Cerrado',
- 'Confirm!' => 'Confirmar',
- 'Continue' => 'Continuar',
- 'Credit' => 'Crédito',
- 'Credit Limit' => 'Limite de credito',
- 'Curr' => 'Mon.',
- 'Currency' => 'Moneda',
- 'Current' => 'Actual',
- 'Customer' => 'Cliente',
- 'Customer missing!' => '¡Falta el cliente!',
- 'Customer not on file!' => '¡El cliente no existe!',
- 'Date' => 'Fecha',
- 'Date Paid' => 'Fecha de pago',
- 'Debit' => 'Débito',
- 'Dec' => 'Dic',
- 'December' => 'Diciembre',
- 'Delete' => 'Borrar',
- 'Delete Schedule' => 'Borrar Programación',
- 'Department' => 'Centro de Costos',
- 'Description' => 'Descripción',
- 'Detail' => 'Detalle',
- 'Due Date' => 'Fecha de vencimiento',
- 'Due Date missing!' => 'Falta la fecha de vencimiento',
- 'E-mail' => 'Correo electrónico',
- 'E-mail message' => 'Mensaje Email',
- 'Edit AP Transaction' => 'Editar Asiento de CxP',
- 'Edit AR Transaction' => 'Editar Asiento de CxC',
- 'Employee' => 'Colaborador/Empleado',
- 'Every' => 'Cada',
- 'Exch' => 'Cambio',
- 'Exchange Rate' => 'Tasa de Cambio',
- 'Exchange rate for payment missing!' => 'Falta Tasa de Cambio',
- 'Exchange rate missing!' => 'Falta Tasa de Cambio',
- 'Feb' => 'Feb',
- 'February' => 'Febrero',
- 'For' => 'Para',
- 'From' => 'De',
- 'ID' => 'ID',
- 'Include Payment' => 'Incluir Pago',
- 'Include in Report' => 'Incluir en informe',
- 'Invoice' => 'Factura de Venta',
- 'Invoice Date' => 'Fecha de factura',
- 'Invoice Date missing!' => 'No se ha definido la fecha de la factura',
- 'Invoice Number' => 'Número de factura',
- 'Jan' => 'Ene',
- 'January' => 'Enero',
- 'Jul' => 'Jul',
- 'July' => 'Julio',
- 'Jun' => 'Jun',
- 'June' => 'Junio',
- 'Manager' => 'Administrador',
- 'Mar' => 'Mar',
- 'March' => 'Marzo',
- 'May' => 'Mayo',
- 'May ' => 'Mayo',
- 'Memo' => 'Memo',
- 'Message' => 'Mensaje',
- 'Month' => 'Mes',
- 'Next Date' => 'Proxima Fecha',
- 'No.' => 'No.',
- 'Notes' => 'Notas',
- 'Nothing to print!' => '¡No hay nada que imprimir!',
- 'Nov' => 'Nov',
- 'November' => 'Noviembre',
- 'Number' => 'Número',
- 'Oct' => 'Oct',
- 'October' => 'Octubre',
- 'Open' => 'Abierto',
- 'Order' => 'Orden',
- 'Order Number' => 'Número de orden',
- 'PDF' => 'PDF',
- 'PO Number' => 'Número pedido',
- 'Paid' => 'Pagado',
- 'Payment date missing!' => 'No se encuentra la fecha de 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 existe!',
- 'Quarter' => 'Trimestre',
- 'Receipt' => 'Recibo',
- 'Recurring Transaction' => 'Transacción Recurrente',
- 'Reference' => 'Referencia',
- 'Remaining' => 'Resto',
- 'Repeat' => 'Repetir',
- 'Sales Invoice.' => 'Factura de Ventas.',
- 'Salesperson' => 'Vendedor',
- 'Save Schedule' => 'Guardar Programación',
- 'Schedule' => 'Programar Recurrencia',
- 'Scheduled' => 'Programado',
- 'Screen' => 'Pantalla',
- 'Select from one of the names below' => 'Seleccione uno de los nombres de la lista',
- 'Select from one of the projects below' => 'Selecciona uno de los proyectos abajo',
- 'Select payment' => '¡Seleccione Pago!',
- 'Select postscript or PDF!' => '¡Seleccione postscript o PDF',
- 'Sep' => 'Sep',
- 'September' => 'Septiembre',
- 'Ship to' => 'Destino',
- 'Ship via' => 'Envio por',
- 'Shipping Point' => 'Destino',
- 'Source' => 'Fuente',
- 'Startdate' => 'Fecha inicial',
- 'Subject' => 'Asunto',
- 'Subtotal' => 'Subtotal',
- 'Summary' => 'Résumen',
- 'Tax' => 'Impuestos',
- 'Tax Included' => 'Impuestos Incluidos',
- 'Till' => 'Caja',
- 'To' => 'Hasta ',
- 'Total' => 'Total',
- 'Transaction' => 'Asiento',
- 'Transaction deleted!' => '¡Transacción borrada!',
- 'Transaction posted!' => '¡Transacción registrada!',
- 'Update' => 'Actualizar',
- 'Vendor' => 'Proveedor',
- 'Vendor Invoice.' => 'Factura de Proveedor.',
- 'Vendor missing!' => '¡Falta el proveedor!',
- 'Vendor not on file!' => '¡No se encuentra el proveedor en la base de datos!',
- 'Warning!' => 'Alerta!',
- 'Year' => 'Año',
- 'Yes' => 'Si',
- 'You are posting an existing transaction!' => 'Está registrando una transacción existente!',
- 'You are printing and posting an existing transaction!' => 'Está imprimiendo registrando una transacción existente!',
- 'You are printing and saving an existing order' => 'Está imprimiendo y registrando un pedido existente',
- 'You are printing and saving an existing quotation' => 'Está imprimiendo y registrando una cotización existente',
- 'You are saving an existing order' => 'Está registrando un pedido existente',
- 'You are saving an existing quotation' => 'Está registrando una cotización existente',
- 'for' => 'para',
- 'sent' => 'Enviado',
- 'time(s)' => 'vez/veces',
-};
-
-$self{subs} = {
- 'acc_menu' => 'acc_menu',
- 'add' => 'add',
- 'add_transaction' => 'add_transaction',
- 'ap_transaction' => 'ap_transaction',
- 'ar_transaction' => 'ar_transaction',
- 'check_name' => 'check_name',
- 'check_project' => 'check_project',
- 'continue' => 'continue',
- 'create_links' => 'create_links',
- 'customer_details' => 'customer_details',
- 'delete' => 'delete',
- 'delete_schedule' => 'delete_schedule',
- 'display' => 'display',
- 'display_form' => 'display_form',
- 'edit' => 'edit',
- 'form_footer' => 'form_footer',
- 'form_header' => 'form_header',
- 'gl_transaction' => 'gl_transaction',
- 'js_menu' => 'js_menu',
- 'menubar' => 'menubar',
- 'name_selected' => 'name_selected',
- 'payment_selected' => 'payment_selected',
- 'post' => 'post',
- 'post_as_new' => 'post_as_new',
- 'print' => 'print',
- 'print_and_post' => 'print_and_post',
- 'print_and_post_as_new' => 'print_and_post_as_new',
- 'print_check' => 'print_check',
- 'print_options' => 'print_options',
- 'print_receipt' => 'print_receipt',
- 'print_transaction' => 'print_transaction',
- 'project_selected' => 'project_selected',
- 'rebuild_vc' => 'rebuild_vc',
- 'repost' => 'repost',
- 'reprint' => 'reprint',
- 'sales_invoice_' => 'sales_invoice_',
- 'save_schedule' => 'save_schedule',
- 'schedule' => 'schedule',
- 'search' => 'search',
- 'section_menu' => 'section_menu',
- 'select_name' => 'select_name',
- 'select_payment' => 'select_payment',
- 'select_project' => 'select_project',
- 'subtotal' => 'subtotal',
- 'transactions' => 'transactions',
- 'update' => 'update',
- 'vendor_details' => 'vendor_details',
- 'vendor_invoice_' => 'vendor_invoice_',
- 'yes' => 'yes',
- 'transaccion_proveedor' => 'ap_transaction',
- 'cuentas_por_cobrar' => 'ar_transaction',
- 'continuar' => 'continue',
- 'borrar' => 'delete',
- 'borrar_programación' => 'delete_schedule',
- 'registrar' => 'post',
- 'registrar_como_nuevo' => 'post_as_new',
- 'imprimir' => 'print',
- 'imprimir_y_registrar' => 'print_and_post',
- 'factura_de_ventas_' => 'sales_invoice_',
- 'guardar_programación' => 'save_schedule',
- 'programar_recurrencia' => 'schedule',
- 'destino' => 'ship_to',
- 'actualizar' => 'update',
- 'factura_de_proveedor_' => 'vendor_invoice_',
- 'si' => 'yes',
-};
-
-1;
-
diff --git a/locale/co_utf/ar b/locale/co_utf/ar
deleted file mode 100755
index 39a2fe69..00000000
--- a/locale/co_utf/ar
+++ /dev/null
@@ -1,235 +0,0 @@
-$self{charset} = 'UTF-8';
-
-$self{texts} = {
- 'AP Outstanding' => 'Impagados Proveedores',
- 'AP Transaction' => 'Transaccion Proveedor',
- 'AP Transactions' => 'Gestiones de pagos',
- 'AR Outstanding' => 'Impagados Cartera',
- 'AR Transaction' => 'Cuentas por Cobrar',
- 'AR Transactions' => 'Cuentas por Cobrar',
- 'Account' => 'Cuenta',
- 'Accounting Menu' => 'Menú general',
- 'Add AP Transaction' => 'Añadir Transacción por Pagar',
- 'Add AR Transaction' => 'Añadir Transacción por Cobrar',
- 'Address' => 'Dirección',
- 'Amount' => 'Total',
- 'Amount Due' => 'Por Pagar',
- 'Apr' => 'Abr',
- 'April' => 'Abril',
- 'Are you sure you want to delete Transaction' => '¿Está seguro de que desea borrar la transacción?',
- 'Aug' => 'Ago',
- 'August' => 'Agosto',
- 'Bcc' => 'Bcc',
- 'Cannot delete transaction!' => '¡No se puede borrar la transacción!',
- 'Cannot post payment for a closed period!' => '¡No se puede registrar un pago en un periodo ya cerrado!',
- 'Cannot post transaction for a closed period!' => '¡No se puede registrar una transacción para un periodo cerrado',
- 'Cannot post transaction!' => '¡No se puede registrar la transacción',
- 'Cc' => 'Cc',
- 'Check' => 'Cheque',
- 'Closed' => 'Cerrado',
- 'Confirm!' => 'Confirmar',
- 'Continue' => 'Continuar',
- 'Credit' => 'Crédito',
- 'Credit Limit' => 'Limite de credito',
- 'Curr' => 'Mon.',
- 'Currency' => 'Moneda',
- 'Current' => 'Actual',
- 'Customer' => 'Cliente',
- 'Customer missing!' => '¡Falta el cliente!',
- 'Customer not on file!' => '¡El cliente no existe!',
- 'Date' => 'Fecha',
- 'Date Paid' => 'Fecha de pago',
- 'Debit' => 'Débito',
- 'Dec' => 'Dic',
- 'December' => 'Diciembre',
- 'Delete' => 'Borrar',
- 'Delete Schedule' => 'Borrar Programación',
- 'Department' => 'Centro de Costos',
- 'Description' => 'Descripción',
- 'Detail' => 'Detalle',
- 'Due Date' => 'Fecha de vencimiento',
- 'Due Date missing!' => 'Falta la fecha de vencimiento',
- 'E-mail' => 'Correo electrónico',
- 'E-mail message' => 'Mensaje Email',
- 'Edit AP Transaction' => 'Editar Asiento de CxP',
- 'Edit AR Transaction' => 'Editar Asiento de CxC',
- 'Employee' => 'Colaborador/Empleado',
- 'Every' => 'Cada',
- 'Exch' => 'Cambio',
- 'Exchange Rate' => 'Tasa de Cambio',
- 'Exchange rate for payment missing!' => 'Falta Tasa de Cambio',
- 'Exchange rate missing!' => 'Falta Tasa de Cambio',
- 'Feb' => 'Feb',
- 'February' => 'Febrero',
- 'For' => 'Para',
- 'From' => 'De',
- 'ID' => 'ID',
- 'Include Payment' => 'Incluir Pago',
- 'Include in Report' => 'Incluir en informe',
- 'Invoice' => 'Factura de Venta',
- 'Invoice Date' => 'Fecha de factura',
- 'Invoice Date missing!' => 'No se ha definido la fecha de la factura',
- 'Invoice Number' => 'Número de factura',
- 'Jan' => 'Ene',
- 'January' => 'Enero',
- 'Jul' => 'Jul',
- 'July' => 'Julio',
- 'Jun' => 'Jun',
- 'June' => 'Junio',
- 'Manager' => 'Administrador',
- 'Mar' => 'Mar',
- 'March' => 'Marzo',
- 'May' => 'Mayo',
- 'May ' => 'Mayo',
- 'Memo' => 'Memo',
- 'Message' => 'Mensaje',
- 'Month' => 'Mes',
- 'Next Date' => 'Proxima Fecha',
- 'No.' => 'No.',
- 'Notes' => 'Notas',
- 'Nothing to print!' => '¡No hay nada que imprimir!',
- 'Nov' => 'Nov',
- 'November' => 'Noviembre',
- 'Number' => 'Número',
- 'Oct' => 'Oct',
- 'October' => 'Octubre',
- 'Open' => 'Abierto',
- 'Order' => 'Orden',
- 'Order Number' => 'Número de orden',
- 'PDF' => 'PDF',
- 'PO Number' => 'Número pedido',
- 'Paid' => 'Pagado',
- 'Payment date missing!' => 'No se encuentra la fecha de 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 existe!',
- 'Quarter' => 'Trimestre',
- 'Receipt' => 'Recibo',
- 'Recurring Transaction' => 'Transacción Recurrente',
- 'Reference' => 'Referencia',
- 'Remaining' => 'Resto',
- 'Repeat' => 'Repetir',
- 'Sales Invoice.' => 'Factura de Ventas.',
- 'Salesperson' => 'Vendedor',
- 'Save Schedule' => 'Guardar Programación',
- 'Schedule' => 'Programar Recurrencia',
- 'Scheduled' => 'Programado',
- 'Screen' => 'Pantalla',
- 'Select from one of the names below' => 'Seleccione uno de los nombres de la lista',
- 'Select from one of the projects below' => 'Selecciona uno de los proyectos abajo',
- 'Select payment' => '¡Seleccione Pago!',
- 'Select postscript or PDF!' => '¡Seleccione postscript o PDF',
- 'Sep' => 'Sep',
- 'September' => 'Septiembre',
- 'Ship to' => 'Destino',
- 'Ship via' => 'Envio por',
- 'Shipping Point' => 'Destino',
- 'Source' => 'Fuente',
- 'Startdate' => 'Fecha inicial',
- 'Subject' => 'Asunto',
- 'Subtotal' => 'Subtotal',
- 'Summary' => 'Résumen',
- 'Tax' => 'Impuestos',
- 'Tax Included' => 'Impuestos Incluidos',
- 'Till' => 'Caja',
- 'To' => 'Hasta ',
- 'Total' => 'Total',
- 'Transaction' => 'Asiento',
- 'Transaction deleted!' => '¡Transacción borrada!',
- 'Transaction posted!' => '¡Transacción registrada!',
- 'Update' => 'Actualizar',
- 'Vendor' => 'Proveedor',
- 'Vendor Invoice.' => 'Factura de Proveedor.',
- 'Vendor missing!' => '¡Falta el proveedor!',
- 'Vendor not on file!' => '¡No se encuentra el proveedor en la base de datos!',
- 'Warning!' => 'Alerta!',
- 'Year' => 'Año',
- 'Yes' => 'Si',
- 'You are posting an existing transaction!' => 'Está registrando una transacción existente!',
- 'You are printing and posting an existing transaction!' => 'Está imprimiendo registrando una transacción existente!',
- 'You are printing and saving an existing order' => 'Está imprimiendo y registrando un pedido existente',
- 'You are printing and saving an existing quotation' => 'Está imprimiendo y registrando una cotización existente',
- 'You are saving an existing order' => 'Está registrando un pedido existente',
- 'You are saving an existing quotation' => 'Está registrando una cotización existente',
- 'for' => 'para',
- 'sent' => 'Enviado',
- 'time(s)' => 'vez/veces',
-};
-
-$self{subs} = {
- 'acc_menu' => 'acc_menu',
- 'add' => 'add',
- 'add_transaction' => 'add_transaction',
- 'ap_transaction' => 'ap_transaction',
- 'ar_transaction' => 'ar_transaction',
- 'check_name' => 'check_name',
- 'check_project' => 'check_project',
- 'continue' => 'continue',
- 'create_links' => 'create_links',
- 'customer_details' => 'customer_details',
- 'delete' => 'delete',
- 'delete_schedule' => 'delete_schedule',
- 'display' => 'display',
- 'display_form' => 'display_form',
- 'edit' => 'edit',
- 'form_footer' => 'form_footer',
- 'form_header' => 'form_header',
- 'gl_transaction' => 'gl_transaction',
- 'js_menu' => 'js_menu',
- 'menubar' => 'menubar',
- 'name_selected' => 'name_selected',
- 'payment_selected' => 'payment_selected',
- 'post' => 'post',
- 'post_as_new' => 'post_as_new',
- 'print' => 'print',
- 'print_and_post' => 'print_and_post',
- 'print_and_post_as_new' => 'print_and_post_as_new',
- 'print_check' => 'print_check',
- 'print_options' => 'print_options',
- 'print_receipt' => 'print_receipt',
- 'print_transaction' => 'print_transaction',
- 'project_selected' => 'project_selected',
- 'rebuild_vc' => 'rebuild_vc',
- 'repost' => 'repost',
- 'reprint' => 'reprint',
- 'sales_invoice_' => 'sales_invoice_',
- 'save_schedule' => 'save_schedule',
- 'schedule' => 'schedule',
- 'search' => 'search',
- 'section_menu' => 'section_menu',
- 'select_name' => 'select_name',
- 'select_payment' => 'select_payment',
- 'select_project' => 'select_project',
- 'subtotal' => 'subtotal',
- 'transactions' => 'transactions',
- 'update' => 'update',
- 'vendor_details' => 'vendor_details',
- 'vendor_invoice_' => 'vendor_invoice_',
- 'yes' => 'yes',
- 'transaccion_proveedor' => 'ap_transaction',
- 'cuentas_por_cobrar' => 'ar_transaction',
- 'continuar' => 'continue',
- 'borrar' => 'delete',
- 'borrar_programación' => 'delete_schedule',
- 'registrar' => 'post',
- 'registrar_como_nuevo' => 'post_as_new',
- 'imprimir' => 'print',
- 'imprimir_y_registrar' => 'print_and_post',
- 'factura_de_ventas_' => 'sales_invoice_',
- 'guardar_programación' => 'save_schedule',
- 'programar_recurrencia' => 'schedule',
- 'destino' => 'ship_to',
- 'actualizar' => 'update',
- 'factura_de_proveedor_' => 'vendor_invoice_',
- 'si' => 'yes',
-};
-
-1;
-
diff --git a/locale/co_utf/arap b/locale/co_utf/arap
deleted file mode 100755
index 2d9ee106..00000000
--- a/locale/co_utf/arap
+++ /dev/null
@@ -1,72 +0,0 @@
-$self{charset} = 'UTF-8';
-
-$self{texts} = {
- 'Address' => 'Dirección',
- 'Bcc' => 'Bcc',
- 'Cc' => 'Cc',
- 'Continue' => 'Continuar',
- 'Customer not on file!' => '¡El cliente no existe!',
- 'Date' => 'Fecha',
- 'Delete Schedule' => 'Borrar Programación',
- 'Description' => 'Descripción',
- 'E-mail' => 'Correo electrónico',
- 'E-mail message' => 'Mensaje Email',
- 'Every' => 'Cada',
- 'For' => 'Para',
- 'Include Payment' => 'Incluir Pago',
- 'Message' => 'Mensaje',
- 'Next Date' => 'Proxima Fecha',
- 'Number' => 'Número',
- 'Print' => 'Imprimir',
- 'Project not on file!' => 'Proyecto no existe!',
- 'Recurring Transaction' => 'Transacción Recurrente',
- 'Reference' => 'Referencia',
- 'Repeat' => 'Repetir',
- 'Save Schedule' => 'Guardar Programación',
- 'Select from one of the names below' => 'Seleccione uno de los nombres de la lista',
- 'Select from one of the projects below' => 'Selecciona uno de los proyectos abajo',
- 'Startdate' => 'Fecha inicial',
- 'Subject' => 'Asunto',
- 'To' => 'Hasta ',
- 'Vendor not on file!' => '¡No se encuentra el proveedor en la base de datos!',
- 'Warning!' => 'Alerta!',
- 'You are posting an existing transaction!' => 'Está registrando una transacción existente!',
- 'You are printing and posting an existing transaction!' => 'Está imprimiendo registrando una transacción existente!',
- 'You are printing and saving an existing order' => 'Está imprimiendo y registrando un pedido existente',
- 'You are printing and saving an existing quotation' => 'Está imprimiendo y registrando una cotización existente',
- 'You are saving an existing order' => 'Está registrando un pedido existente',
- 'You are saving an existing quotation' => 'Está registrando una cotización existente',
- 'for' => 'para',
- 'sent' => 'Enviado',
- 'time(s)' => 'vez/veces',
-};
-
-$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',
- 'borrar_programación' => 'delete_schedule',
- 'guardar_programación' => 'save_schedule',
-};
-
-1;
-
diff --git a/locale/co_utf/arapprn b/locale/co_utf/arapprn
deleted file mode 100755
index f69ceb75..00000000
--- a/locale/co_utf/arapprn
+++ /dev/null
@@ -1,35 +0,0 @@
-$self{charset} = 'UTF-8';
-
-$self{texts} = {
- 'Account' => 'Cuenta',
- 'Amount' => 'Total',
- 'Continue' => 'Continuar',
- 'Date' => 'Fecha',
- 'Memo' => 'Memo',
- 'Nothing to print!' => '¡No hay nada que imprimir!',
- 'PDF' => 'PDF',
- 'Postscript' => 'Postscript',
- 'Printed' => 'Impreso',
- 'Scheduled' => 'Programado',
- 'Screen' => 'Pantalla',
- 'Select payment' => '¡Seleccione Pago!',
- 'Select postscript or PDF!' => '¡Seleccione postscript o PDF',
- 'Source' => 'Fuente',
-};
-
-$self{subs} = {
- 'customer_details' => 'customer_details',
- 'payment_selected' => 'payment_selected',
- 'print' => 'print',
- 'print_and_post' => 'print_and_post',
- 'print_check' => 'print_check',
- 'print_options' => 'print_options',
- 'print_receipt' => 'print_receipt',
- 'print_transaction' => 'print_transaction',
- 'select_payment' => 'select_payment',
- 'vendor_details' => 'vendor_details',
- 'continuar' => 'continue',
-};
-
-1;
-
diff --git a/locale/co_utf/bp b/locale/co_utf/bp
deleted file mode 100755
index 1c871f8e..00000000
--- a/locale/co_utf/bp
+++ /dev/null
@@ -1,70 +0,0 @@
-$self{charset} = 'UTF-8';
-
-$self{texts} = {
- 'Account' => 'Cuenta',
- 'Accounting Menu' => 'Menú general',
- 'Are you sure you want to remove the marked entries from the queue?' => 'Seguro que quieres remover las entradas seleccionadas de la cola?',
- 'Bin Lists' => 'Listas Empaque',
- 'Cannot remove files!' => 'No puedo borrar archivos!',
- 'Confirm!' => 'Confirmar',
- 'Continue' => 'Continuar',
- 'Current' => 'Actual',
- 'Customer' => 'Cliente',
- 'Date' => 'Fecha',
- 'Employee' => 'Colaborador/Empleado',
- 'From' => 'De',
- 'ID' => 'ID',
- 'Invoice' => 'Factura de Venta',
- 'Invoice Number' => 'Número de factura',
- 'Marked entries printed!' => 'Selección impresa',
- 'Month' => 'Mes',
- 'Order' => 'Orden',
- 'Order Number' => 'Número de orden',
- 'Packing Lists' => 'Lista de empaque',
- 'Period' => 'Periodo',
- 'Pick Lists' => 'Listas de Empaque',
- 'Print' => 'Imprimir',
- 'Printing' => 'Imprimiendo',
- 'Purchase Orders' => 'Pedidos',
- 'Quarter' => 'Trimestre',
- 'Quotation' => 'Cotización',
- 'Quotation Number' => 'Número cotización',
- 'Quotations' => 'Cotizaciones',
- 'RFQs' => 'Cotizaciones solicitados',
- 'Remove' => 'Eliminar',
- 'Removed spoolfiles!' => 'Archivos eliminados de la cola',
- 'Removing marked entries from queue ...' => 'Removiendo entradas sellecionads de la cola...',
- 'Sales Invoices' => 'Factura de Venta',
- 'Sales Orders' => 'Ordenes de Venta',
- 'Select all' => 'Guardar todo',
- 'Spoolfile' => 'Cola de Impresión',
- 'To' => 'Hasta ',
- 'Vendor' => 'Proveedor',
- 'Work Orders' => 'Ordenes de Trabajo',
- 'Year' => 'Año',
- 'Yes' => 'Si',
- 'done' => 'hecho',
-};
-
-$self{subs} = {
- 'acc_menu' => 'acc_menu',
- 'continue' => 'continue',
- 'display' => 'display',
- 'js_menu' => 'js_menu',
- 'list_spool' => 'list_spool',
- 'menubar' => 'menubar',
- 'print' => 'print',
- 'remove' => 'remove',
- 'search' => 'search',
- 'section_menu' => 'section_menu',
- 'select_all' => 'select_all',
- 'yes' => 'yes',
- 'continuar' => 'continue',
- 'imprimir' => 'print',
- 'eliminar' => 'remove',
- 'guardar_todo' => 'select_all',
- 'si' => 'yes',
-};
-
-1;
-
diff --git a/locale/co_utf/ca b/locale/co_utf/ca
deleted file mode 100755
index b6372d30..00000000
--- a/locale/co_utf/ca
+++ /dev/null
@@ -1,61 +0,0 @@
-$self{charset} = 'UTF-8';
-
-$self{texts} = {
- 'Account' => 'Cuenta',
- 'Apr' => 'Abr',
- 'April' => 'Abril',
- 'Aug' => 'Ago',
- 'August' => 'Agosto',
- 'Balance' => 'Balance',
- 'Chart of Accounts' => 'Plan de cuentas',
- 'Credit' => 'Crédito',
- 'Current' => 'Actual',
- 'Date' => 'Fecha',
- 'Debit' => 'Débito',
- 'Dec' => 'Dic',
- 'December' => 'Diciembre',
- 'Department' => 'Centro de Costos',
- 'Description' => 'Descripción',
- 'Feb' => 'Feb',
- 'February' => 'Febrero',
- 'From' => 'De',
- 'GIFI' => 'Plan Único de Cuentas (PUC)',
- 'Include in Report' => 'Incluir en informe',
- 'Jan' => 'Ene',
- 'January' => 'Enero',
- 'Jul' => 'Jul',
- 'July' => 'Julio',
- 'Jun' => 'Jun',
- 'June' => 'Junio',
- 'List Transactions' => '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/co_utf/cp b/locale/co_utf/cp
deleted file mode 100755
index f6f728d0..00000000
--- a/locale/co_utf/cp
+++ /dev/null
@@ -1,144 +0,0 @@
-$self{charset} = 'UTF-8';
-
-$self{texts} = {
- 'AP' => 'Facturas de Proveedores',
- 'AR' => 'Factura de Ventas',
- 'Account' => 'Cuenta',
- 'Accounting Menu' => 'Menú general',
- 'Address' => 'Dirección',
- 'All' => 'Todos',
- 'Amount' => 'Total',
- 'Amount Due' => 'Por Pagar',
- 'Bcc' => 'Bcc',
- 'Cannot post Payment!' => 'No puedo guardar pago',
- 'Cannot post Receipt!' => 'No puedo guardar recibo',
- 'Cannot post payment for a closed period!' => '¡No se puede registrar un pago en un periodo ya cerrado!',
- 'Cc' => 'Cc',
- 'Continue' => 'Continuar',
- 'Currency' => 'Moneda',
- 'Customer' => 'Cliente',
- 'Customer not on file!' => '¡El cliente no existe!',
- 'Date' => 'Fecha',
- 'Date missing!' => '¡Falta la fecha!',
- 'Delete Schedule' => 'Borrar Programación',
- 'Department' => 'Centro de Costos',
- 'Deposit' => 'Depósito',
- 'Description' => 'Descripción',
- 'Due Date' => 'Fecha de vencimiento',
- 'E-mail' => 'Correo electrónico',
- 'E-mail message' => 'Mensaje Email',
- 'Every' => 'Cada',
- 'Exchange Rate' => 'Tasa de Cambio',
- 'Exchange rate missing!' => 'Falta Tasa de Cambio',
- 'For' => 'Para',
- 'From' => 'De',
- 'Include Payment' => 'Incluir Pago',
- 'Invoice' => 'Factura de Venta',
- 'Invoices' => 'Facturas',
- 'Language' => 'Idioma',
- 'Memo' => 'Memo',
- 'Message' => 'Mensaje',
- 'Next Date' => 'Proxima Fecha',
- 'Number' => 'Número',
- 'PDF' => 'PDF',
- 'Payment' => 'Comprobante de Egreso',
- 'Payment posted!' => '¡Pago registrado!',
- 'Payments' => 'Pagos',
- 'Post' => 'Registrar',
- 'Postscript' => 'Postscript',
- 'Prepayment' => 'Anticipio',
- 'Print' => 'Imprimir',
- 'Project not on file!' => 'Proyecto no existe!',
- 'Receipt' => 'Recibo',
- 'Receipt posted!' => 'Recibo agregado',
- 'Receipts' => 'Recibos',
- 'Recurring Transaction' => 'Transacción Recurrente',
- 'Reference' => 'Referencia',
- 'Repeat' => 'Repetir',
- 'Save Schedule' => 'Guardar Programación',
- 'Screen' => 'Pantalla',
- 'Select' => 'Seleccionar',
- 'Select all' => 'Guardar todo',
- 'Select from one of the names below' => 'Seleccione uno de los nombres de la lista',
- 'Select from one of the projects below' => 'Selecciona uno de los proyectos abajo',
- 'Select postscript or PDF!' => '¡Seleccione postscript o PDF',
- 'Source' => 'Fuente',
- 'Startdate' => 'Fecha inicial',
- 'Subject' => 'Asunto',
- 'To' => 'Hasta ',
- 'Update' => 'Actualizar',
- 'Vendor' => 'Proveedor',
- 'Vendor not on file!' => '¡No se encuentra el proveedor en la base de datos!',
- 'Warning!' => 'Alerta!',
- 'You are posting an existing transaction!' => 'Está registrando una transacción existente!',
- 'You are printing and posting an existing transaction!' => 'Está imprimiendo registrando una transacción existente!',
- 'You are printing and saving an existing order' => 'Está imprimiendo y registrando un pedido existente',
- 'You are printing and saving an existing quotation' => 'Está imprimiendo y registrando una cotización existente',
- 'You are saving an existing order' => 'Está registrando un pedido existente',
- 'You are saving an existing quotation' => 'Está registrando una cotización existente',
- 'for' => 'para',
- 'sent' => 'Enviado',
- 'time(s)' => 'vez/veces',
-};
-
-$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',
- 'borrar_programación' => 'delete_schedule',
- 'registrar' => 'post',
- 'imprimir' => 'print',
- 'guardar_programación' => 'save_schedule',
- 'guardar_todo' => 'select_all',
- 'actualizar' => 'update',
-};
-
-1;
-
diff --git a/locale/co_utf/ct b/locale/co_utf/ct
deleted file mode 100755
index ba61541c..00000000
--- a/locale/co_utf/ct
+++ /dev/null
@@ -1,189 +0,0 @@
-$self{charset} = 'UTF-8';
-
-$self{texts} = {
- 'AP Transaction' => 'Transaccion Proveedor',
- 'AP Transactions' => 'Gestiones de pagos',
- 'AR Transaction' => 'Cuentas por Cobrar',
- 'AR Transactions' => 'Cuentas por Cobrar',
- 'Accounting Menu' => 'Menú general',
- 'Active' => 'Activo',
- 'Add Customer' => 'Añadir Cliente',
- 'Add Vendor' => 'Añadir Proveedor',
- 'Address' => 'Dirección',
- 'All' => 'Todos',
- 'Amount' => 'Total',
- 'BIC' => 'BIC',
- 'Bcc' => 'Bcc',
- 'Billing Address' => 'Dirección Factura',
- 'Break' => 'Pausa',
- 'Cannot delete customer!' => '¡No se puede borrar el cliente!',
- 'Cannot delete vendor!' => '¡No se puede borrar el vendedor!',
- 'Cc' => 'Cc',
- 'City' => 'Ciudad',
- 'Closed' => 'Cerrado',
- 'Company Name' => 'Nombre de la empresa',
- 'Contact' => 'Contacto',
- 'Continue' => 'Continuar',
- 'Cost' => 'Costo',
- 'Could not save pricelist!' => '¡No se pudo guradar lista de precios!',
- 'Country' => 'País',
- 'Credit Limit' => 'Limite de credito',
- 'Curr' => 'Mon.',
- 'Currency' => 'Moneda',
- 'Customer History' => 'Historial del Cliente',
- 'Customer Number' => 'Número 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' => 'Editar Cliente',
- 'Edit Vendor' => 'Editar Proveedor',
- 'Employee' => 'Colaborador/Empleado',
- 'Enddate' => 'Fecha final',
- 'Fax' => 'Fax',
- 'From' => 'De',
- 'GIFI' => 'Plan Único de Cuentas (PUC)',
- 'Group' => 'Grupo',
- 'IBAN' => 'IBAN',
- 'ID' => 'ID',
- 'Include in Report' => 'Incluir en informe',
- 'Invoice' => 'Factura de Venta',
- 'Item already on pricelist!' => '¡Artículo está incluido en la lista de precios!',
- 'Item not on file!' => 'El concepto no se encuentra en ningún archivo',
- 'Language' => 'Idioma',
- 'Leadtime' => 'Plazo',
- 'Manager' => 'Administrador',
- 'Name' => 'Nombre',
- 'Name missing!' => '¡Falta el nombre!',
- 'No.' => 'No.',
- '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' => 'Pedido',
- 'Purchase Orders' => 'Pedidos',
- 'Qty' => 'Cantidad',
- 'Quotation' => 'Cotización',
- 'Quotations' => 'Cotizaciones',
- 'RFQ' => 'Solicitar Cotización',
- 'Request for Quotations' => 'Solicitar Cotizaciones',
- 'SIC' => 'SIC',
- 'SKU' => 'SKU',
- 'Sales Invoice' => 'Facturas de Ventas',
- 'Sales Invoices' => 'Factura de 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',
- 'Select items' => 'Seleccionar Itemes',
- 'Sell Price' => 'Precio de venta',
- 'Serial Number' => 'Número del Serial',
- 'Shipping Address' => 'Dirección del envio',
- 'Startdate' => 'Fecha inicial',
- 'State' => 'Departamento',
- 'State/Province' => 'Departamento',
- 'Sub-contract GIFI' => 'Sub-Contrato PUC',
- 'Subtotal' => 'Subtotal',
- 'Summary' => 'Résumen',
- 'Tax' => 'Impuestos',
- 'Tax Included' => 'Impuestos Incluidos',
- 'Tax Number' => 'NIT/CC',
- 'Tax Number / SSN' => 'NIT./CC./CE.',
- 'Taxable' => 'Impuestos Gravables',
- 'Terms' => 'Condiciones',
- 'To' => 'Hasta ',
- 'Total' => 'Total',
- 'Type of Business' => 'Clase de Negocio',
- 'Unit' => 'Unidad',
- 'Update' => 'Actualizar',
- 'Vendor History' => 'Historial Proveedor',
- 'Vendor Invoice' => 'Factura de Proveedor',
- 'Vendor Invoices' => 'Facturas de Proveedor',
- 'Vendor Number' => 'Código Vendedor',
- 'Vendor deleted!' => '¡Proveedor borrado!',
- 'Vendor saved!' => '¡Proveedor guardado!',
- 'Vendors' => 'Proveedores',
- 'Zip/Postal Code' => 'Código Postal',
- 'days' => 'días',
-};
-
-$self{subs} = {
- 'acc_menu' => 'acc_menu',
- 'add' => 'add',
- 'add_customer' => 'add_customer',
- 'add_transaction' => 'add_transaction',
- 'add_vendor' => 'add_vendor',
- 'ap_transaction' => 'ap_transaction',
- 'ar_transaction' => 'ar_transaction',
- 'continue' => 'continue',
- 'customer_pricelist' => 'customer_pricelist',
- 'delete' => 'delete',
- 'display' => 'display',
- 'display_pricelist' => 'display_pricelist',
- 'edit' => 'edit',
- 'form_footer' => 'form_footer',
- 'form_header' => 'form_header',
- 'history' => 'history',
- 'include_in_report' => 'include_in_report',
- 'item_selected' => 'item_selected',
- 'js_menu' => 'js_menu',
- 'list_history' => 'list_history',
- 'list_names' => 'list_names',
- 'list_subtotal' => 'list_subtotal',
- 'menubar' => 'menubar',
- 'pos' => 'pos',
- 'pricelist' => 'pricelist',
- 'pricelist_footer' => 'pricelist_footer',
- 'pricelist_header' => 'pricelist_header',
- 'purchase_order' => 'purchase_order',
- 'quotation' => 'quotation',
- 'rfq' => 'rfq',
- 'sales_invoice' => 'sales_invoice',
- 'sales_order' => 'sales_order',
- 'save' => 'save',
- 'save_as_new' => 'save_as_new',
- 'save_pricelist' => 'save_pricelist',
- 'search' => 'search',
- 'search_name' => 'search_name',
- 'section_menu' => 'section_menu',
- 'select_item' => 'select_item',
- 'transactions' => 'transactions',
- 'update' => 'update',
- 'vendor_invoice' => 'vendor_invoice',
- 'vendor_pricelist' => 'vendor_pricelist',
- 'transaccion_proveedor' => 'ap_transaction',
- 'cuentas_por_cobrar' => 'ar_transaction',
- 'añadir_cliente' => 'add_customer',
- 'añadir_proveedor' => 'add_vendor',
- 'continuar' => 'continue',
- 'borrar' => 'delete',
- 'punto_de_venta' => 'pos',
- 'lista_de_precios' => 'pricelist',
- 'pedido' => 'purchase_order',
- 'cotización' => 'quotation',
- 'solicitar_cotización' => 'rfq',
- 'facturas_de_ventas' => '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/co_utf/gl b/locale/co_utf/gl
deleted file mode 100755
index 7cf9f41a..00000000
--- a/locale/co_utf/gl
+++ /dev/null
@@ -1,182 +0,0 @@
-$self{charset} = 'UTF-8';
-
-$self{texts} = {
- 'AP Transaction' => 'Transaccion Proveedor',
- 'AR Transaction' => 'Cuentas por Cobrar',
- 'Account' => 'Cuenta',
- 'Accounting Menu' => 'Menú general',
- 'Add Cash Transfer Transaction' => 'Agregar Transacción Efectivo',
- 'Add General Ledger Transaction' => 'Añadir Nota de Contabilidad',
- 'Address' => 'Dirección',
- 'All' => 'Todos',
- 'Amount' => 'Total',
- 'Apr' => 'Abr',
- 'April' => 'Abril',
- 'Are you sure you want to delete Transaction' => '¿Está seguro de que desea borrar la transacción?',
- 'Asset' => 'Activo',
- 'Aug' => 'Ago',
- 'August' => 'Agosto',
- 'Balance' => 'Balance',
- 'Bcc' => 'Bcc',
- 'Cannot delete transaction!' => '¡No se puede borrar la transacción!',
- 'Cannot post transaction for a closed period!' => '¡No se puede registrar una transacción para un periodo cerrado',
- 'Cannot post transaction!' => '¡No se puede registrar la transacción',
- 'Cc' => 'Cc',
- 'Confirm!' => 'Confirmar',
- 'Continue' => 'Continuar',
- 'Credit' => 'Crédito',
- 'Current' => 'Actual',
- 'Customer not on file!' => '¡El cliente no existe!',
- 'Date' => 'Fecha',
- 'Debit' => 'Débito',
- 'Dec' => 'Dic',
- 'December' => 'Diciembre',
- 'Delete' => 'Borrar',
- 'Delete Schedule' => 'Borrar Programación',
- 'Department' => 'Centro de Costos',
- 'Description' => 'Descripción',
- 'E-mail' => 'Correo electrónico',
- 'E-mail message' => 'Mensaje Email',
- 'Edit Cash Transfer Transaction' => 'Editar Transacción en Effectivo',
- 'Edit General Ledger Transaction' => 'Editar Notas Contables',
- 'Equity' => 'Balance',
- 'Every' => 'Cada',
- 'Expense' => 'Gastos',
- 'FX' => 'Tasa de Cambio',
- 'Feb' => 'Feb',
- 'February' => 'Febrero',
- 'For' => 'Para',
- 'From' => 'De',
- 'GIFI' => 'Plan Único de Cuentas (PUC)',
- 'GL Transaction' => 'Nota de Contabilidad',
- 'General Ledger' => 'Notas de Contabilidad',
- 'ID' => 'ID',
- 'Include Payment' => 'Incluir Pago',
- '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' => 'Memo',
- 'Message' => 'Mensaje',
- 'Month' => 'Mes',
- 'Next Date' => 'Proxima Fecha',
- 'Notes' => 'Notas',
- 'Nov' => 'Nov',
- 'November' => 'Noviembre',
- 'Number' => 'Número',
- 'Oct' => 'Oct',
- 'October' => 'Octubre',
- 'Out of balance transaction!' => 'Transacción fuera de Balance!',
- 'Period' => 'Periodo',
- 'Post' => 'Registrar',
- 'Post as new' => 'Registrar como Nuevo',
- 'Print' => 'Imprimir',
- 'Project' => 'Proyecto',
- 'Project not on file!' => 'Proyecto no existe!',
- 'Quarter' => 'Trimestre',
- 'R' => 'R',
- 'Recurring Transaction' => 'Transacción Recurrente',
- 'Reference' => 'Referencia',
- 'Repeat' => 'Repetir',
- 'Reports' => 'Informes',
- 'Sales Invoice ' => 'Facturas de Ventas ',
- 'Save Schedule' => 'Guardar Programación',
- 'Schedule' => 'Programar Recurrencia',
- 'Scheduled' => 'Programado',
- 'Select from one of the names below' => 'Seleccione uno de los nombres de la lista',
- 'Select from one of the projects below' => 'Selecciona uno de los proyectos abajo',
- 'Sep' => 'Sep',
- 'September' => 'Septiembre',
- 'Source' => 'Fuente',
- 'Startdate' => 'Fecha inicial',
- 'Subject' => 'Asunto',
- 'Subtotal' => 'Subtotal',
- 'To' => 'Hasta ',
- 'Transaction Date missing!' => 'No se ha definido la fecha de la transacción',
- 'Transaction deleted!' => '¡Transacción borrada!',
- 'Transaction posted!' => '¡Transacción registrada!',
- 'Update' => 'Actualizar',
- 'Vendor Invoice ' => 'Factura de Proveedor ',
- 'Vendor not on file!' => '¡No se encuentra el proveedor en la base de datos!',
- 'Warning!' => 'Alerta!',
- 'Year' => 'Año',
- 'Yes' => 'Si',
- 'You are posting an existing transaction!' => 'Está registrando una transacción existente!',
- 'You are printing and posting an existing transaction!' => 'Está imprimiendo registrando una transacción existente!',
- 'You are printing and saving an existing order' => 'Está imprimiendo y registrando un pedido existente',
- 'You are printing and saving an existing quotation' => 'Está imprimiendo y registrando una cotización existente',
- 'You are saving an existing order' => 'Está registrando un pedido existente',
- 'You are saving an existing quotation' => 'Está registrando una cotización existente',
- 'for' => 'para',
- 'sent' => 'Enviado',
- 'time(s)' => 'vez/veces',
-};
-
-$self{subs} = {
- 'acc_menu' => 'acc_menu',
- 'add' => 'add',
- 'add_transaction' => 'add_transaction',
- 'ap_transaction' => 'ap_transaction',
- 'ar_transaction' => 'ar_transaction',
- 'check_name' => 'check_name',
- 'check_project' => 'check_project',
- 'continue' => 'continue',
- 'create_links' => 'create_links',
- 'delete' => 'delete',
- 'delete_schedule' => 'delete_schedule',
- 'display' => 'display',
- 'display_form' => 'display_form',
- 'display_rows' => 'display_rows',
- 'edit' => 'edit',
- 'form_footer' => 'form_footer',
- 'form_header' => 'form_header',
- 'generate_report' => 'generate_report',
- 'gl_subtotal' => 'gl_subtotal',
- 'gl_transaction' => 'gl_transaction',
- 'js_menu' => 'js_menu',
- 'menubar' => 'menubar',
- 'name_selected' => 'name_selected',
- 'post' => 'post',
- 'post_as_new' => 'post_as_new',
- 'print_and_post_as_new' => 'print_and_post_as_new',
- 'project_selected' => 'project_selected',
- 'rebuild_vc' => 'rebuild_vc',
- 'repost' => 'repost',
- 'reprint' => 'reprint',
- 'sales_invoice_' => 'sales_invoice_',
- 'save_schedule' => 'save_schedule',
- 'schedule' => 'schedule',
- 'search' => 'search',
- 'section_menu' => 'section_menu',
- 'select_name' => 'select_name',
- 'select_project' => 'select_project',
- 'update' => 'update',
- 'vendor_invoice_' => 'vendor_invoice_',
- 'yes' => 'yes',
- 'transaccion_proveedor' => 'ap_transaction',
- 'cuentas_por_cobrar' => 'ar_transaction',
- 'continuar' => 'continue',
- 'borrar' => 'delete',
- 'borrar_programación' => 'delete_schedule',
- 'nota_de_contabilidad' => 'gl_transaction',
- 'registrar' => 'post',
- 'registrar_como_nuevo' => 'post_as_new',
- 'facturas_de_ventas_' => 'sales_invoice_',
- 'guardar_programación' => 'save_schedule',
- 'programar_recurrencia' => 'schedule',
- 'actualizar' => 'update',
- 'factura_de_proveedor_' => 'vendor_invoice_',
- 'si' => 'yes',
-};
-
-1;
-
diff --git a/locale/co_utf/hr b/locale/co_utf/hr
deleted file mode 100755
index 2bdb8652..00000000
--- a/locale/co_utf/hr
+++ /dev/null
@@ -1,120 +0,0 @@
-$self{charset} = 'UTF-8';
-
-$self{texts} = {
- 'AP' => 'Facturas de Proveedores',
- 'Above' => 'Encima de',
- 'Accounting Menu' => 'Menú general',
- 'Active' => 'Activo',
- 'Add Deduction' => 'Agregar Deducción',
- 'Add Employee' => 'Agregar Empleado',
- 'Address' => 'Dirección',
- 'Administrator' => 'Administrador',
- 'After Deduction' => 'Despues Deducción',
- 'All' => 'Todos',
- 'Allowances' => 'Permisos',
- 'Amount' => 'Total',
- 'Amount missing!' => 'Falta suma',
- 'BIC' => 'BIC',
- 'Based on' => 'Basado en',
- 'Before Deduction' => 'Antes de la Deducción',
- 'Below' => 'Debajo',
- 'City' => 'Ciudad',
- 'Continue' => 'Continuar',
- 'Country' => 'País',
- 'DOB' => 'Fecha de Nacimiento',
- 'Deduct after' => 'Deducir despues de',
- 'Deduction deleted!' => 'Deducción borrado!',
- 'Deduction saved!' => 'Deducción guardado',
- 'Deductions' => 'Deducciones',
- 'Delete' => 'Borrar',
- 'Description' => 'Descripción',
- 'Description missing!' => 'Falta Descripción',
- 'E-mail' => 'Correo electrónico',
- 'Edit Deduction' => 'Editar Deducción',
- 'Edit Employee' => 'Editar Empleado',
- 'Employee' => 'Colaborador/Empleado',
- 'Employee Name' => 'Nombre del Empleado',
- 'Employee Number' => 'Número de Empleado',
- 'Employee deleted!' => 'Empleado borrado!',
- 'Employee pays' => 'Empleado cancela',
- 'Employee saved!' => 'Empleado guardado!',
- 'Employees' => 'Empleados',
- 'Employer' => 'Empleador',
- 'Employer pays' => 'Empleador cancela',
- 'Enddate' => 'Fecha final',
- 'Expense' => 'Gastos',
- 'From' => 'De',
- 'Home Phone' => 'Teléfono residencia',
- 'IBAN' => 'IBAN',
- 'ID' => 'ID',
- 'Include in Report' => 'Incluir en informe',
- 'Login' => 'Entrar',
- 'Manager' => 'Administrador',
- 'Maximum' => 'Maximo',
- 'Name' => 'Nombre',
- 'Name missing!' => '¡Falta el nombre!',
- 'Notes' => 'Notas',
- 'Number' => 'Número',
- 'Orphaned' => 'Huérfano',
- 'Payroll Deduction' => 'Deducciones Nómina',
- 'Pos' => 'PdV',
- 'Rate' => 'Tarifa',
- 'Rate missing!' => 'Falta Tarifa!',
- 'Role' => 'Función',
- 'S' => 'S',
- 'SSN' => 'RIF',
- 'Sales' => 'Ventas',
- 'Save' => 'Guardar',
- 'Save as new' => 'Guardar como nuevo',
- 'Startdate' => 'Fecha inicial',
- '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_deducción' => '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/co_utf/ic b/locale/co_utf/ic
deleted file mode 100755
index b2104960..00000000
--- a/locale/co_utf/ic
+++ /dev/null
@@ -1,282 +0,0 @@
-$self{charset} = 'UTF-8';
-
-$self{texts} = {
- 'A' => 'A',
- 'Accounting Menu' => 'Menú general',
- 'Accounts' => 'Cuentas',
- 'Accrual' => 'Acumulado',
- 'Active' => 'Activo',
- 'Add' => 'Añadir',
- 'Add Assembly' => 'Añadir Compuesto',
- 'Add Labor/Overhead' => 'Agregar Honorarios',
- 'Add Part' => 'Añadir Artículo',
- 'Add Purchase Order' => 'Añadir Pedido',
- 'Add Quotation' => 'Agregar Cotización',
- 'Add Request for Quotation' => 'Pedir Cotización',
- 'Add Sales Order' => 'Añadir Cotización',
- 'Add Service' => 'Añadir Servicio',
- 'Address' => 'Dirección',
- 'Apr' => 'Abr',
- 'April' => 'Abril',
- 'Assemblies' => 'Compuestos',
- 'Assemblies restocked!' => '¡Compuestos actualizados en almacen!',
- 'Assembly' => 'Compuesto',
- 'Attachment' => 'Adjunto',
- 'Aug' => 'Ago',
- 'August' => 'Agosto',
- 'BOM' => 'Listado de piezas',
- 'Bcc' => 'Bcc',
- 'Billing Address' => 'Dirección Factura',
- 'Bin' => 'Empaque',
- 'Bin List' => 'Lista Empaque',
- 'Break' => 'Pausa',
- 'COGS' => 'Costo de los artículos',
- 'Cannot delete item!' => '¡No se puede borrar el artículo!',
- 'Cannot stock assemblies!' => '¡No se pueden almacenar los compuestos!',
- 'Cash' => 'Efectivo',
- 'Cc' => 'Cc',
- 'Check Inventory' => 'Revisar Inventario',
- 'City' => 'Ciudad',
- 'Closed' => 'Cerrado',
- 'Company Name' => 'Nombre de la empresa',
- 'Components' => 'Componentes',
- 'Contact' => 'Contacto',
- 'Continue' => 'Continuar',
- 'Copies' => 'Copias',
- 'Cost' => 'Costo',
- 'Country' => 'País',
- 'Curr' => 'Mon.',
- 'Currency' => 'Moneda',
- 'Customer' => 'Cliente',
- 'Customer Number' => 'Número 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' => 'Reintegro',
- 'E-mail' => 'Correo electrónico',
- 'E-mail address missing!' => 'No se ha definido el correo electrónico',
- 'E-mailed' => 'Enviado por mail',
- 'Edit Assembly' => 'Editar compuesto',
- 'Edit Labor/Overhead' => 'Editar Honorario',
- 'Edit Part' => 'Editar compuesto',
- 'Edit Service' => 'Editar Servicio',
- 'Employee' => 'Colaborador/Empleado',
- 'Expense' => 'Gastos',
- 'Extended' => 'Extendido',
- 'Fax' => 'Fax',
- 'Feb' => 'Feb',
- 'February' => 'Febrero',
- 'From' => 'De',
- 'Group' => 'Grupo',
- 'Image' => 'Imagen',
- 'In-line' => 'Incrustado',
- '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 cantidad en inventario debe ser cero antes de cambiar este compuesto a obsoleto',
- 'Inventory quantity must be zero before you can set this part obsolete!' => 'La cantidad en inventario debe ser cero antes de cambiar este artículo a obsoleto',
- 'Invoice' => 'Factura de Venta',
- 'Invoice Date missing!' => 'No se ha definido la fecha de la factura',
- 'Invoice Number' => 'Número de factura',
- 'Invoice Number missing!' => 'No se ha definido el número de la factura',
- 'Item deleted!' => '¡Concepto borrado!',
- 'Item not on file!' => 'El concepto no se encuentra en ningún archivo',
- 'Items' => 'Productos/Servicios',
- 'Jan' => 'Ene',
- 'January' => 'Enero',
- 'Jul' => 'Jul',
- 'July' => 'Julio',
- 'Jun' => 'Jun',
- 'June' => 'Junio',
- 'Labor/Overhead' => 'Honorarios',
- 'Leadtime' => 'Plazo',
- 'Line Total' => 'Total de la línea',
- 'Link Accounts' => 'Enlazar cuentas',
- 'List' => 'Lista',
- 'List Price' => 'Precio de Lista',
- 'Make' => 'Marca',
- 'Mar' => 'Mar',
- 'March' => 'Marzo',
- 'Markup' => 'Margen',
- 'May' => 'Mayo',
- 'May ' => 'Mayo',
- 'Message' => 'Mensaje',
- 'Microfiche' => 'Microficha',
- 'Model' => 'Modelo',
- 'Name' => 'Nombre',
- 'No.' => 'No.',
- 'Notes' => 'Notas',
- 'Nov' => 'Nov',
- 'November' => 'Noviembre',
- 'Number' => 'Número',
- 'Number missing in Row' => 'No se ha definido el número en la fila',
- 'Obsolete' => 'Obsoleto',
- 'Oct' => 'Oct',
- 'October' => 'Octubre',
- 'On Hand' => 'Disponible',
- 'Open' => 'Abierto',
- 'Order' => 'Orden',
- 'Order Date missing!' => 'No se ha definido la fecha de la elaboración',
- 'Order Number' => 'Número de orden',
- 'Order Number missing!' => 'No se ha definido el número de la orden',
- 'Orphaned' => 'Huérfano',
- 'PDF' => 'PDF',
- 'Packing List' => 'Albarán',
- 'Packing List Date missing!' => 'No se ha definido la fecha del albarán',
- 'Packing List Number missing!' => 'No se ha definido el número del albarán',
- 'Part' => 'Artículo',
- 'Parts' => 'Artículos',
- 'Period' => 'Periodo',
- 'Phone' => 'Teléfono',
- 'Pick List' => 'Lista de Empaque',
- 'Postscript' => 'Postscript',
- 'Price' => 'Precio',
- 'Pricegroup' => 'Grupo de Precios',
- 'Printed' => 'Impreso',
- 'Project' => 'Proyecto',
- 'Purchase Order' => 'Pedido',
- 'Purchase Orders' => 'Pedidos',
- 'Qty' => 'Cantidad',
- 'Quantity exceeds available units to stock!' => 'No hay esta cantidad disponible en el Inventario!',
- 'Quotation' => 'Cotización',
- 'Quotation Date missing!' => 'Falta fecha de cotización',
- 'Quotation Number missing!' => 'Falta número de cotización',
- 'Quotations' => 'Cotizaciones',
- 'RFQ' => 'Solicitar Cotización',
- 'ROP' => 'Tope de envio',
- 'Recd' => 'Cobrado',
- 'Required by' => 'Aceptado el',
- 'SKU' => 'SKU',
- 'Sales Invoice' => 'Facturas de Ventas',
- 'Sales Invoices' => 'Factura de Venta',
- 'Sales Order' => 'Orden de Venta',
- 'Sales Orders' => 'Ordenes de Venta',
- 'Save' => 'Guardar',
- 'Save as new' => 'Guardar como nuevo',
- 'Scheduled' => 'Programado',
- 'Screen' => 'Pantalla',
- 'Select from one of the names below' => 'Seleccione uno de los nombres de la lista',
- 'Select items' => 'Seleccionar Itemes',
- 'Select txt, postscript or PDF!' => '¡Seleccione txt, postscript o PDF!',
- 'Sell' => 'Vender',
- 'Sell Price' => 'Precio de venta',
- 'Sep' => 'Sep',
- 'September' => 'Septiembre',
- 'Serial No.' => 'No de Serial',
- 'Serial Number' => 'Número del Serial',
- 'Service' => 'Servicio',
- 'Services' => 'Servicios',
- 'Ship' => 'Envio',
- 'Ship to' => 'Destino',
- 'Shipping Address' => 'Dirección del envio',
- 'Short' => 'Corto',
- 'State/Province' => 'Departamento',
- 'Stock' => 'Inventario',
- 'Stock Assembly' => 'Inventariar Compuesto',
- 'Subject' => 'Asunto',
- 'Subtotal' => 'Subtotal',
- 'Summary' => 'Résumen',
- 'Tax' => 'Impuestos',
- 'Text' => 'Texto',
- '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 Vendedor',
- 'Vendor not on file!' => '¡No se encuentra el proveedor en la base de datos!',
- 'Warehouse' => 'Bodega',
- 'Weight' => 'Peso',
- 'What type of item is this?' => '¿De qué tipo es este concepto?',
- 'Work Order' => 'Orden de Trabajo',
- 'Year' => 'Año',
- 'Zip/Postal Code' => 'Código Postal',
- 'days' => 'días',
- 'sent' => 'Enviado',
-};
-
-$self{subs} = {
- 'acc_menu' => 'acc_menu',
- 'add' => 'add',
- 'add_assembly' => 'add_assembly',
- 'add_labor_overhead' => 'add_labor_overhead',
- 'add_part' => 'add_part',
- 'add_service' => 'add_service',
- 'assembly_row' => 'assembly_row',
- 'calc_markup' => 'calc_markup',
- 'check_customer' => 'check_customer',
- 'check_form' => 'check_form',
- 'check_vendor' => 'check_vendor',
- 'continue' => 'continue',
- 'create_form' => 'create_form',
- 'customer_details' => 'customer_details',
- 'customer_row' => 'customer_row',
- 'delete' => 'delete',
- 'display' => 'display',
- 'display_form' => 'display_form',
- 'display_row' => 'display_row',
- 'e_mail' => 'e_mail',
- 'edit' => 'edit',
- 'edit_assemblyitem' => 'edit_assemblyitem',
- 'form_footer' => 'form_footer',
- 'form_header' => 'form_header',
- 'generate_report' => 'generate_report',
- 'invoicetotal' => 'invoicetotal',
- 'item_selected' => 'item_selected',
- 'js_menu' => 'js_menu',
- 'link_part' => 'link_part',
- 'list_assemblies' => 'list_assemblies',
- 'makemodel_row' => 'makemodel_row',
- 'menubar' => 'menubar',
- 'name_selected' => 'name_selected',
- 'new_item' => 'new_item',
- 'parts_subtotal' => 'parts_subtotal',
- 'print' => 'print',
- 'print_form' => 'print_form',
- 'print_options' => 'print_options',
- 'purchase_order' => 'purchase_order',
- 'quotation' => 'quotation',
- 'requirements' => 'requirements',
- 'requirements_report' => 'requirements_report',
- 'restock_assemblies' => 'restock_assemblies',
- 'rfq' => 'rfq',
- 'sales_order' => 'sales_order',
- 'save' => 'save',
- 'save_as_new' => 'save_as_new',
- 'search' => 'search',
- 'section_menu' => 'section_menu',
- 'select_item' => 'select_item',
- 'select_name' => 'select_name',
- 'send_email' => 'send_email',
- 'ship_to' => 'ship_to',
- 'stock_assembly' => 'stock_assembly',
- 'update' => 'update',
- 'validate_items' => 'validate_items',
- 'vendor_details' => 'vendor_details',
- 'vendor_row' => 'vendor_row',
- 'añadir_compuesto' => 'add_assembly',
- 'agregar_honorarios' => 'add_labor_overhead',
- 'añadir_artículo' => 'add_part',
- 'añadir_servicio' => 'add_service',
- 'continuar' => 'continue',
- 'borrar' => 'delete',
- 'editar_compuesto' => 'edit_assembly',
- 'editar_compuesto' => 'edit_part',
- 'editar_servicio' => 'edit_service',
- 'guardar' => 'save',
- 'guardar_como_nuevo' => 'save_as_new',
- 'actualizar' => 'update',
-};
-
-1;
-
diff --git a/locale/co_utf/io b/locale/co_utf/io
deleted file mode 100755
index 8d2b5421..00000000
--- a/locale/co_utf/io
+++ /dev/null
@@ -1,135 +0,0 @@
-$self{charset} = 'UTF-8';
-
-$self{texts} = {
- 'Add Purchase Order' => 'Añadir Pedido',
- 'Add Quotation' => 'Agregar Cotización',
- 'Add Request for Quotation' => 'Pedir Cotización',
- 'Add Sales Order' => 'Añadir Cotización',
- 'Address' => 'Dirección',
- 'Apr' => 'Abr',
- 'April' => 'Abril',
- 'Attachment' => 'Adjunto',
- 'Aug' => 'Ago',
- 'August' => 'Agosto',
- 'Bcc' => 'Bcc',
- 'Billing Address' => 'Dirección Factura',
- 'Bin' => 'Empaque',
- 'Bin List' => 'Lista Empaque',
- 'Cc' => 'Cc',
- 'City' => 'Ciudad',
- 'Company Name' => 'Nombre de la empresa',
- 'Contact' => 'Contacto',
- 'Continue' => 'Continuar',
- 'Copies' => 'Copias',
- 'Country' => 'País',
- 'Customer Number' => 'Número 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!' => 'No se ha definido el correo electrónico',
- 'E-mailed' => 'Enviado por mail',
- 'Extended' => 'Extendido',
- 'Fax' => 'Fax',
- 'Feb' => 'Feb',
- 'February' => 'Febrero',
- 'Group' => 'Grupo',
- 'In-line' => 'Incrustado',
- 'Invoice' => 'Factura de Venta',
- 'Invoice Date missing!' => 'No se ha definido la fecha de la factura',
- 'Invoice Number missing!' => 'No se ha definido el número de la factura',
- 'Item not on file!' => 'El concepto no se encuentra en ningún archivo',
- 'Jan' => 'Ene',
- 'January' => 'Enero',
- 'Jul' => 'Jul',
- 'July' => 'Julio',
- 'Jun' => 'Jun',
- 'June' => 'Junio',
- 'Mar' => 'Mar',
- 'March' => 'Marzo',
- 'May' => 'Mayo',
- 'May ' => 'Mayo',
- 'Message' => 'Mensaje',
- 'Nov' => 'Nov',
- 'November' => 'Noviembre',
- 'Number' => 'Número',
- 'Number missing in Row' => 'No se ha definido el número en la fila',
- 'Oct' => 'Oct',
- 'October' => 'Octubre',
- 'Order Date missing!' => 'No se ha definido la fecha de la elaboración',
- 'Order Number missing!' => 'No se ha definido el número de la orden',
- 'PDF' => 'PDF',
- 'Packing List' => 'Albarán',
- 'Packing List Date missing!' => 'No se ha definido la fecha del albarán',
- 'Packing List Number missing!' => 'No se ha definido el número del albarán',
- 'Part' => 'Artículo',
- 'Phone' => 'Teléfono',
- 'Pick List' => 'Lista de Empaque',
- 'Postscript' => 'Postscript',
- 'Price' => 'Precio',
- 'Printed' => 'Impreso',
- 'Project' => 'Proyecto',
- 'Purchase Order' => 'Pedido',
- 'Qty' => 'Cantidad',
- 'Quotation' => 'Cotización',
- 'Quotation Date missing!' => 'Falta fecha de cotización',
- 'Quotation Number missing!' => 'Falta número de cotización',
- 'Recd' => 'Cobrado',
- 'Required by' => 'Aceptado el',
- 'SKU' => 'SKU',
- 'Sales Order' => 'Orden de Venta',
- 'Scheduled' => 'Programado',
- 'Screen' => 'Pantalla',
- 'Select items' => 'Seleccionar Itemes',
- 'Select txt, postscript or PDF!' => '¡Seleccione txt, postscript o PDF!',
- 'Sep' => 'Sep',
- 'September' => 'Septiembre',
- 'Serial No.' => 'No de Serial',
- 'Service' => 'Servicio',
- 'Ship' => 'Envio',
- 'Ship to' => 'Destino',
- 'Shipping Address' => 'Dirección del envio',
- 'State/Province' => 'Departamento',
- 'Subject' => 'Asunto',
- 'Subtotal' => 'Subtotal',
- 'Text' => 'Texto',
- 'To' => 'Hasta ',
- 'Translation not on file!' => 'No hay traducción',
- 'Unit' => 'Unidad',
- 'Vendor Number' => 'Código Vendedor',
- 'What type of item is this?' => '¿De qué tipo es este concepto?',
- 'Work Order' => 'Orden de Trabajo',
- 'Zip/Postal Code' => 'Código Postal',
- 'sent' => 'Enviado',
-};
-
-$self{subs} = {
- 'calc_markup' => 'calc_markup',
- 'check_form' => 'check_form',
- 'create_form' => 'create_form',
- 'customer_details' => 'customer_details',
- 'display_form' => 'display_form',
- 'display_row' => 'display_row',
- 'e_mail' => 'e_mail',
- 'invoicetotal' => 'invoicetotal',
- 'item_selected' => 'item_selected',
- 'new_item' => 'new_item',
- 'print' => 'print',
- 'print_form' => 'print_form',
- 'print_options' => 'print_options',
- 'purchase_order' => 'purchase_order',
- 'quotation' => 'quotation',
- 'rfq' => 'rfq',
- 'sales_order' => 'sales_order',
- 'select_item' => 'select_item',
- 'send_email' => 'send_email',
- 'ship_to' => 'ship_to',
- 'validate_items' => 'validate_items',
- 'vendor_details' => 'vendor_details',
- 'continuar' => 'continue',
-};
-
-1;
-
diff --git a/locale/co_utf/ir b/locale/co_utf/ir
deleted file mode 100755
index fb4bd97b..00000000
--- a/locale/co_utf/ir
+++ /dev/null
@@ -1,251 +0,0 @@
-$self{charset} = 'UTF-8';
-
-$self{texts} = {
- 'Account' => 'Cuenta',
- 'Accounting Menu' => 'Menú general',
- 'Add Purchase Order' => 'Añadir Pedido',
- 'Add Quotation' => 'Agregar Cotización',
- 'Add Request for Quotation' => 'Pedir Cotización',
- 'Add Sales Order' => 'Añadir Cotización',
- 'Add Vendor Invoice' => 'Agregar Factura de Proveedor',
- 'Address' => 'Dirección',
- 'Amount' => 'Total',
- 'Apr' => 'Abr',
- 'April' => 'Abril',
- 'Are you sure you want to delete Invoice Number' => '¿Esta seguro de que desea borrar la factura número',
- 'Attachment' => 'Adjunto',
- 'Aug' => 'Ago',
- 'August' => 'Agosto',
- 'Bcc' => 'Bcc',
- 'Billing Address' => 'Dirección Factura',
- 'Bin' => 'Empaque',
- 'Bin List' => 'Lista Empaque',
- 'Cannot delete invoice!' => '¡No se puede borrar la factura!',
- 'Cannot post invoice for a closed period!' => '¡No se puede registrar una factura en un periodo ya cerrado!',
- 'Cannot post invoice!' => '¡No se puede registrar la factura!',
- 'Cannot post payment for a closed period!' => '¡No se puede registrar un pago en un periodo ya cerrado!',
- 'Cc' => 'Cc',
- 'City' => 'Ciudad',
- 'Company Name' => 'Nombre de la empresa',
- 'Confirm!' => 'Confirmar',
- 'Contact' => 'Contacto',
- 'Continue' => 'Continuar',
- 'Copies' => 'Copias',
- 'Country' => 'País',
- 'Credit Limit' => 'Limite de credito',
- 'Currency' => 'Moneda',
- 'Customer Number' => 'Número del cliente',
- 'Customer not on file!' => '¡El cliente no existe!',
- 'Date' => 'Fecha',
- 'Dec' => 'Dic',
- 'December' => 'Diciembre',
- 'Delete' => 'Borrar',
- 'Delete Schedule' => 'Borrar Programación',
- 'Delivery Date' => 'Fecha de entrega',
- 'Department' => 'Centro de Costos',
- 'Description' => 'Descripción',
- 'Due Date' => 'Fecha de vencimiento',
- 'E-mail' => 'Correo electrónico',
- 'E-mail address missing!' => 'No se ha definido el correo electrónico',
- 'E-mail message' => 'Mensaje Email',
- 'E-mailed' => 'Enviado por mail',
- 'Edit Vendor Invoice' => 'Editar Factura de Proveedor',
- 'Every' => 'Cada',
- 'Exch' => 'Cambio',
- 'Exchange Rate' => 'Tasa de Cambio',
- 'Exchange rate for payment missing!' => 'Falta Tasa de Cambio',
- 'Exchange rate missing!' => 'Falta Tasa de Cambio',
- 'Extended' => 'Extendido',
- 'Fax' => 'Fax',
- 'Feb' => 'Feb',
- 'February' => 'Febrero',
- 'For' => 'Para',
- 'Group' => 'Grupo',
- 'In-line' => 'Incrustado',
- 'Include Payment' => 'Incluir Pago',
- 'Internal Notes' => 'Notas internas',
- 'Invoice' => 'Factura de Venta',
- 'Invoice Date' => 'Fecha de factura',
- 'Invoice Date missing!' => 'No se ha definido la fecha de la factura',
- 'Invoice Number' => 'Número de factura',
- 'Invoice Number missing!' => 'No se ha definido el número de la factura',
- 'Invoice deleted!' => '¡Factura borrada!',
- 'Item not on file!' => 'El concepto no se encuentra en ningún archivo',
- 'Jan' => 'Ene',
- 'January' => 'Enero',
- 'Jul' => 'Jul',
- 'July' => 'Julio',
- 'Jun' => 'Jun',
- 'June' => 'Junio',
- 'Language' => 'Idioma',
- 'Mar' => 'Mar',
- 'March' => 'Marzo',
- 'May' => 'Mayo',
- 'May ' => 'Mayo',
- 'Memo' => 'Memo',
- 'Message' => 'Mensaje',
- 'Next Date' => 'Proxima Fecha',
- 'Notes' => 'Notas',
- 'Nov' => 'Nov',
- 'November' => 'Noviembre',
- 'Number' => 'Número',
- 'Number missing in Row' => 'No se ha definido el número en la fila',
- 'Oct' => 'Oct',
- 'October' => 'Octubre',
- 'Order Date missing!' => 'No se ha definido la fecha de la elaboración',
- 'Order Number' => 'Número de orden',
- 'Order Number missing!' => 'No se ha definido el número de la orden',
- 'PDF' => 'PDF',
- 'PO Number' => 'Número pedido',
- 'Packing List' => 'Albarán',
- 'Packing List Date missing!' => 'No se ha definido la fecha del albarán',
- 'Packing List Number missing!' => 'No se ha definido el número del albarán',
- 'Part' => 'Artículo',
- 'Payment date missing!' => 'No se encuentra la fecha de pago',
- 'Payments' => 'Pagos',
- 'Phone' => 'Teléfono',
- 'Pick List' => 'Lista de Empaque',
- 'Post' => 'Registrar',
- 'Post as new' => 'Registrar como Nuevo',
- 'Postscript' => 'Postscript',
- 'Price' => 'Precio',
- 'Print' => 'Imprimir',
- 'Printed' => 'Impreso',
- 'Project' => 'Proyecto',
- 'Project not on file!' => 'Proyecto no existe!',
- 'Purchase Order' => 'Pedido',
- 'Qty' => 'Cantidad',
- 'Quotation' => 'Cotización',
- 'Quotation Date missing!' => 'Falta fecha de cotización',
- 'Quotation Number missing!' => 'Falta número de cotización',
- 'Recd' => 'Cobrado',
- 'Record in' => 'Registrar en',
- 'Recurring Transaction' => 'Transacción Recurrente',
- 'Reference' => 'Referencia',
- 'Remaining' => 'Resto',
- 'Repeat' => 'Repetir',
- 'Required by' => 'Aceptado el',
- 'SKU' => 'SKU',
- 'Sales Order' => 'Orden de Venta',
- 'Save Schedule' => 'Guardar Programación',
- 'Schedule' => 'Programar Recurrencia',
- 'Scheduled' => 'Programado',
- 'Screen' => 'Pantalla',
- 'Select from one of the names below' => 'Seleccione uno de los nombres de la lista',
- 'Select from one of the projects below' => 'Selecciona uno de los proyectos abajo',
- 'Select items' => 'Seleccionar Itemes',
- 'Select txt, postscript or PDF!' => '¡Seleccione txt, postscript o PDF!',
- 'Sep' => 'Sep',
- 'September' => 'Septiembre',
- 'Serial No.' => 'No de Serial',
- 'Service' => 'Servicio',
- 'Ship' => 'Envio',
- 'Ship to' => 'Destino',
- 'Shipping Address' => 'Dirección del envio',
- 'Source' => 'Fuente',
- 'Startdate' => 'Fecha inicial',
- 'State/Province' => 'Departamento',
- 'Subject' => 'Asunto',
- 'Subtotal' => 'Subtotal',
- 'Tax Included' => 'Impuestos Incluidos',
- 'Text' => 'Texto',
- 'To' => 'Hasta ',
- 'Total' => 'Total',
- 'Translation not on file!' => 'No hay traducción',
- 'Unit' => 'Unidad',
- 'Update' => 'Actualizar',
- 'Vendor' => 'Proveedor',
- 'Vendor Number' => 'Código Vendedor',
- 'Vendor missing!' => '¡Falta el proveedor!',
- 'Vendor not on file!' => '¡No se encuentra el proveedor en la base de datos!',
- 'Warning!' => 'Alerta!',
- 'What type of item is this?' => '¿De qué tipo es este concepto?',
- 'Work Order' => 'Orden de Trabajo',
- 'Yes' => 'Si',
- 'You are posting an existing transaction!' => 'Está registrando una transacción existente!',
- 'You are printing and posting an existing transaction!' => 'Está imprimiendo registrando una transacción existente!',
- 'You are printing and saving an existing order' => 'Está imprimiendo y registrando un pedido existente',
- 'You are printing and saving an existing quotation' => 'Está imprimiendo y registrando una cotización existente',
- 'You are saving an existing order' => 'Está registrando un pedido existente',
- 'You are saving an existing quotation' => 'Está registrando una cotización existente',
- 'Zip/Postal Code' => 'Código Postal',
- 'ea' => 'unid.',
- 'for' => 'para',
- 'posted!' => 'Guardado',
- 'sent' => 'Enviado',
- 'time(s)' => 'vez/veces',
-};
-
-$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',
- 'borrar_programación' => 'delete_schedule',
- 'registrar' => 'post',
- 'registrar_como_nuevo' => 'post_as_new',
- 'pedido' => 'purchase_order',
- 'guardar_programación' => 'save_schedule',
- 'programar_recurrencia' => 'schedule',
- 'actualizar' => 'update',
- 'si' => 'yes',
-};
-
-1;
-
diff --git a/locale/co_utf/is b/locale/co_utf/is
deleted file mode 100755
index 1779afca..00000000
--- a/locale/co_utf/is
+++ /dev/null
@@ -1,262 +0,0 @@
-$self{charset} = 'UTF-8';
-
-$self{texts} = {
- 'Account' => 'Cuenta',
- 'Accounting Menu' => 'Menú general',
- 'Add Purchase Order' => 'Añadir Pedido',
- 'Add Quotation' => 'Agregar Cotización',
- 'Add Request for Quotation' => 'Pedir Cotización',
- 'Add Sales Invoice' => 'Añadir Factura de Venta',
- 'Add Sales Order' => 'Añadir Cotización',
- 'Address' => 'Dirección',
- 'Amount' => 'Total',
- 'Apr' => 'Abr',
- 'April' => 'Abril',
- 'Are you sure you want to delete Invoice Number' => '¿Esta seguro de que desea borrar la factura número',
- 'Attachment' => 'Adjunto',
- 'Aug' => 'Ago',
- 'August' => 'Agosto',
- 'Bcc' => 'Bcc',
- 'Billing Address' => 'Dirección Factura',
- 'Bin' => 'Empaque',
- 'Bin List' => 'Lista Empaque',
- 'Business' => 'Empresa',
- 'Cannot delete invoice!' => '¡No se puede borrar la factura!',
- 'Cannot post invoice for a closed period!' => '¡No se puede registrar una factura en un periodo ya cerrado!',
- 'Cannot post invoice!' => '¡No se puede registrar la factura!',
- 'Cannot post payment for a closed period!' => '¡No se puede registrar un pago en un periodo ya cerrado!',
- 'Cc' => 'Cc',
- 'City' => 'Ciudad',
- 'Company Name' => 'Nombre de la empresa',
- 'Confirm!' => 'Confirmar',
- 'Contact' => 'Contacto',
- 'Continue' => 'Continuar',
- 'Copies' => 'Copias',
- 'Country' => 'País',
- 'Credit Limit' => 'Limite de credito',
- 'Currency' => 'Moneda',
- 'Customer' => 'Cliente',
- 'Customer Number' => 'Número del cliente',
- 'Customer missing!' => '¡Falta el cliente!',
- 'Customer not on file!' => '¡El cliente no existe!',
- 'Date' => 'Fecha',
- 'Dec' => 'Dic',
- 'December' => 'Diciembre',
- 'Delete' => 'Borrar',
- 'Delete Schedule' => 'Borrar Programación',
- 'Delivery Date' => 'Fecha de entrega',
- 'Department' => 'Centro de Costos',
- 'Description' => 'Descripción',
- 'Due Date' => 'Fecha de vencimiento',
- 'E-mail' => 'Correo electrónico',
- 'E-mail address missing!' => 'No se ha definido el correo electrónico',
- 'E-mail message' => 'Mensaje Email',
- 'E-mailed' => 'Enviado por mail',
- 'Edit Sales Invoice' => 'Editar Factura de Venta',
- 'Every' => 'Cada',
- 'Exch' => 'Cambio',
- 'Exchange Rate' => 'Tasa de Cambio',
- 'Exchange rate for payment missing!' => 'Falta Tasa de Cambio',
- 'Exchange rate missing!' => 'Falta Tasa de Cambio',
- 'Extended' => 'Extendido',
- 'Fax' => 'Fax',
- 'Feb' => 'Feb',
- 'February' => 'Febrero',
- 'For' => 'Para',
- 'Group' => 'Grupo',
- 'In-line' => 'Incrustado',
- 'Include Payment' => 'Incluir Pago',
- 'Internal Notes' => 'Notas internas',
- 'Invoice' => 'Factura de Venta',
- 'Invoice Date' => 'Fecha de factura',
- 'Invoice Date missing!' => 'No se ha definido la fecha de la factura',
- 'Invoice Number' => 'Número de factura',
- 'Invoice Number missing!' => 'No se ha definido el número de la factura',
- 'Invoice deleted!' => '¡Factura borrada!',
- 'Item not on file!' => 'El concepto no se encuentra en ningún archivo',
- 'Jan' => 'Ene',
- 'January' => 'Enero',
- 'Jul' => 'Jul',
- 'July' => 'Julio',
- 'Jun' => 'Jun',
- 'June' => 'Junio',
- 'Mar' => 'Mar',
- 'March' => 'Marzo',
- 'May' => 'Mayo',
- 'May ' => 'Mayo',
- 'Memo' => 'Memo',
- 'Message' => 'Mensaje',
- 'Next Date' => 'Proxima Fecha',
- 'Notes' => 'Notas',
- 'Nov' => 'Nov',
- 'November' => 'Noviembre',
- 'Number' => 'Número',
- 'Number missing in Row' => 'No se ha definido el número en la fila',
- 'Oct' => 'Oct',
- 'October' => 'Octubre',
- 'Order Date missing!' => 'No se ha definido la fecha de la elaboración',
- 'Order Number' => 'Número de orden',
- 'Order Number missing!' => 'No se ha definido el número de la orden',
- 'PDF' => 'PDF',
- 'PO Number' => 'Número pedido',
- 'Packing List' => 'Albarán',
- 'Packing List Date missing!' => 'No se ha definido la fecha del albarán',
- 'Packing List Number missing!' => 'No se ha definido el número del albarán',
- 'Part' => 'Artículo',
- 'Payment date missing!' => 'No se encuentra la fecha de pago',
- 'Payments' => 'Pagos',
- 'Phone' => 'Teléfono',
- 'Pick List' => 'Lista de Empaque',
- '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 existe!',
- 'Purchase Order' => 'Pedido',
- 'Qty' => 'Cantidad',
- 'Quotation' => 'Cotización',
- 'Quotation Date missing!' => 'Falta fecha de cotización',
- 'Quotation Number missing!' => 'Falta número de cotización',
- 'Recd' => 'Cobrado',
- 'Record in' => 'Registrar en',
- 'Recurring Transaction' => 'Transacción Recurrente',
- 'Reference' => 'Referencia',
- 'Remaining' => 'Resto',
- 'Repeat' => 'Repetir',
- 'Required by' => 'Aceptado el',
- 'SKU' => 'SKU',
- 'Sales Order' => 'Orden de Venta',
- 'Salesperson' => 'Vendedor',
- 'Save Schedule' => 'Guardar Programación',
- 'Schedule' => 'Programar Recurrencia',
- 'Scheduled' => 'Programado',
- 'Screen' => 'Pantalla',
- 'Select from one of the names below' => 'Seleccione uno de los nombres de la lista',
- 'Select from one of the projects below' => 'Selecciona uno de los proyectos abajo',
- 'Select items' => 'Seleccionar Itemes',
- 'Select postscript or PDF!' => '¡Seleccione postscript o PDF',
- 'Select txt, postscript or PDF!' => '¡Seleccione txt, postscript o PDF!',
- 'Sep' => 'Sep',
- 'September' => 'Septiembre',
- 'Serial No.' => 'No de Serial',
- 'Service' => 'Servicio',
- 'Ship' => 'Envio',
- 'Ship to' => 'Destino',
- 'Ship via' => 'Envio por',
- 'Shipping Address' => 'Dirección del envio',
- 'Shipping Point' => 'Destino',
- 'Source' => 'Fuente',
- 'Startdate' => 'Fecha inicial',
- 'State/Province' => 'Departamento',
- 'Subject' => 'Asunto',
- 'Subtotal' => 'Subtotal',
- 'Tax Included' => 'Impuestos Incluidos',
- 'Text' => 'Texto',
- 'To' => 'Hasta ',
- 'Total' => 'Total',
- 'Trade Discount' => 'Descuento',
- 'Translation not on file!' => 'No hay traducción',
- 'Unit' => 'Unidad',
- 'Update' => 'Actualizar',
- 'Vendor Number' => 'Código Vendedor',
- 'Vendor not on file!' => '¡No se encuentra el proveedor en la base de datos!',
- 'Warning!' => 'Alerta!',
- 'What type of item is this?' => '¿De qué tipo es este concepto?',
- 'Work Order' => 'Orden de Trabajo',
- 'Yes' => 'Si',
- 'You are posting an existing transaction!' => 'Está registrando una transacción existente!',
- 'You are printing and posting an existing transaction!' => 'Está imprimiendo registrando una transacción existente!',
- 'You are printing and saving an existing order' => 'Está imprimiendo y registrando un pedido existente',
- 'You are printing and saving an existing quotation' => 'Está imprimiendo y registrando una cotización existente',
- 'You are saving an existing order' => 'Está registrando un pedido existente',
- 'You are saving an existing quotation' => 'Está registrando una cotización existente',
- 'Zip/Postal Code' => 'Código Postal',
- 'ea' => 'unid.',
- 'for' => 'para',
- 'posted!' => 'Guardado',
- 'sent' => 'Enviado',
- 'time(s)' => 'vez/veces',
-};
-
-$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',
- 'borrar_programación' => 'delete_schedule',
- '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',
- 'guardar_programación' => 'save_schedule',
- 'programar_recurrencia' => 'schedule',
- 'destino' => 'ship_to',
- 'actualizar' => 'update',
- 'si' => 'yes',
-};
-
-1;
-
diff --git a/locale/co_utf/jc b/locale/co_utf/jc
deleted file mode 100755
index 781b4835..00000000
--- a/locale/co_utf/jc
+++ /dev/null
@@ -1,94 +0,0 @@
-$self{charset} = 'UTF-8';
-
-$self{texts} = {
- 'Accounting Menu' => 'Menú general',
- 'Amount' => 'Total',
- 'Closed' => 'Cerrado',
- 'Confirm!' => 'Confirmar',
- 'Continue' => 'Continuar',
- 'Cost' => 'Costo',
- 'Current' => 'Actual',
- 'Date' => 'Fecha',
- 'Date missing!' => '¡Falta la fecha!',
- 'Delete' => 'Borrar',
- 'Description' => 'Descripción',
- 'Employee' => 'Colaborador/Empleado',
- 'From' => 'De',
- '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 Registrar',
- 'Printed' => 'Impreso',
- 'Project Number' => 'Número del Proyecto',
- 'Project Number missing!' => '¡Falta el Número de Proyecto!',
- 'Qty' => 'Cantidad',
- 'Quarter' => 'Trimestre',
- 'Save' => 'Guardar',
- 'Save as new' => 'Guardar como nuevo',
- 'Screen' => 'Pantalla',
- 'Select postscript or PDF!' => '¡Seleccione postscript o PDF',
- 'Startdate' => 'Fecha inicial',
- 'Subtotal' => 'Subtotal',
- 'To' => 'Hasta ',
- 'Total' => 'Total',
- 'Update' => 'Actualizar',
- 'Warning!' => 'Alerta!',
- '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_registrar' => 'print_and_save',
- 'guardar' => 'save',
- 'guardar_como_nuevo' => 'save_as_new',
- 'actualizar' => 'update',
- 'si' => 'yes',
-};
-
-1;
-
diff --git a/locale/co_utf/locales.pl b/locale/co_utf/locales.pl
deleted file mode 100755
index 65674c9a..00000000
--- a/locale/co_utf/locales.pl
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/usr/bin/perl
-
-require "../../LedgerSMB/locales.pl"
diff --git a/locale/co_utf/login b/locale/co_utf/login
deleted file mode 100755
index a5f42688..00000000
--- a/locale/co_utf/login
+++ /dev/null
@@ -1,26 +0,0 @@
-$self{charset} = 'UTF-8';
-
-$self{texts} = {
- 'Company' => 'Empresa',
- 'Continue' => 'Continuar',
- 'Dataset is newer than version!' => 'La base de datos está más actual que la versión del programa',
- 'Incorrect Dataset version!' => 'Versión de base de datos incorrecta',
- 'Login' => 'Entrar',
- 'Name' => 'Nombre',
- 'Password' => 'Contraseña',
- 'Upgrading to Version' => 'Actulaizando a versión',
- 'Version' => 'Versión',
- 'You did not enter a name!' => 'No ha introducido el nombre',
- 'done' => 'hecho',
-};
-
-$self{subs} = {
- 'login' => 'login',
- 'login_screen' => 'login_screen',
- 'logout' => 'logout',
- 'selectdataset' => 'selectdataset',
- 'entrar' => 'login',
-};
-
-1;
-
diff --git a/locale/co_utf/menu b/locale/co_utf/menu
deleted file mode 100755
index a54ca911..00000000
--- a/locale/co_utf/menu
+++ /dev/null
@@ -1,139 +0,0 @@
-$self{charset} = 'UTF-8';
-
-$self{texts} = {
- 'AP' => 'Facturas de Proveedores',
- 'AP Aging' => 'Cartera',
- 'AP Transaction' => 'Transaccion Proveedor',
- 'AR' => 'Factura de Ventas',
- 'AR Aging' => 'Cartera ',
- 'AR Transaction' => 'Cuentas por Cobrar',
- 'Accounting Menu' => 'Menú general',
- 'Add Account' => 'Añadir Cuenta',
- 'Add Assembly' => 'Añadir Compuesto',
- 'Add Business' => 'Agregar Empresa',
- 'Add Customer' => 'Añadir Cliente',
- 'Add Department' => 'Agregar Centro de Costos',
- 'Add Employee' => 'Agregar Empleado',
- 'Add GIFI' => 'Añadir cuenta PUC',
- 'Add Group' => 'Agregar Grupo',
- 'Add Labor/Overhead' => 'Agregar Honorarios',
- 'Add Language' => 'Agregar Idioma',
- 'Add Part' => 'Añadir Artículo',
- 'Add Pricegroup' => 'Añadir Grupo de Precios',
- 'Add Project' => 'Añadir Proyecto',
- 'Add SIC' => 'Agregar SIC',
- 'Add Service' => 'Añadir Servicio',
- 'Add Transaction' => 'Añadir Transacción',
- 'Add Vendor' => 'Añadir Proveedor',
- 'Add Warehouse' => 'Agregar Bodega',
- 'All Items' => 'Todo',
- 'Assemblies' => 'Compuestos',
- 'Audit Control' => 'Control de Auditoría',
- 'Backup' => 'Copia de seguridad de los datos',
- 'Balance Sheet' => 'Hoja de balance',
- 'Bin List' => 'Lista Empaque',
- 'Bin Lists' => 'Listas Empaque',
- 'Cash' => 'Efectivo',
- 'Chart of Accounts' => 'Plan de cuentas',
- 'Check' => 'Cheque',
- 'Components' => 'Componentes',
- 'Customers' => 'Clientes',
- 'Defaults' => 'Preferencias',
- 'Departments' => 'Centro de Costos',
- 'Description' => 'Descripción',
- 'Employees' => 'Empleados',
- 'General Ledger' => 'Notas de Contabilidad',
- 'Generate' => 'Elaborar',
- 'Goods & Services' => 'Bienes y servicios',
- 'Groups' => 'Grupos',
- 'HR' => 'Recursos Humanos',
- 'HTML Templates' => 'Plantillas HTML',
- 'History' => 'Historial',
- 'Income Statement' => 'Estado de Resultados',
- 'Invoice' => 'Factura de Venta',
- 'LaTeX Templates' => 'Plantillas LaTeX',
- 'Labor/Overhead' => 'Honorarios',
- 'Language' => 'Idioma',
- 'List Accounts' => 'Mostrar Plan Único de Cuentas',
- 'List Businesses' => 'Mostrar empresas',
- 'List Departments' => 'Mostrar Centro de Costos',
- 'List GIFI' => 'Mostrar PUC',
- 'List Languages' => 'Mostrar Idiomas',
- 'List Projects' => 'Mostrar Projectos',
- 'List SIC' => 'Mostrar SIC',
- 'List Warehouses' => 'Mostar bodegas',
- 'Logout' => 'Salir',
- 'New Window' => 'Nueva Ventana',
- 'Non-taxable' => 'Sin Impuestos',
- 'Open' => 'Abierto',
- 'Order Entry' => 'Cotizaciones y pedidos',
- 'Outstanding' => 'Impagados',
- 'POS' => 'Punto de Venta',
- 'POS Invoice' => 'Factura Punto de Venta',
- 'Packing List' => 'Albarán',
- 'Packing Lists' => 'Lista de empaque',
- 'Parts' => 'Artículos',
- 'Payment' => 'Comprobante de Egreso',
- 'Payments' => 'Pagos',
- 'Pick List' => 'Lista de Empaque',
- 'Pick Lists' => 'Listas de Empaque',
- 'Preferences' => 'Preferencias',
- 'Pricegroups' => 'Grupos de Precios',
- 'Print' => 'Imprimir',
- 'Projects' => 'Proyectos',
- 'Purchase Order' => 'Pedido',
- 'Purchase Orders' => 'Pedidos',
- 'Quotation' => 'Cotización',
- 'Quotations' => 'Cotizaciones',
- 'RFQ' => 'Solicitar Cotización',
- 'RFQs' => 'Cotizaciones solicitados',
- 'Receipt' => 'Recibo',
- 'Receipts' => 'Recibos',
- 'Receive' => 'Recibir',
- 'Reconciliation' => 'Reconciliación',
- 'Recurring Transactions' => 'Transacciones Recurrentes',
- 'Reports' => 'Informes',
- 'SIC' => 'SIC',
- 'Sale' => 'Venta',
- 'Sales Invoice' => 'Facturas de Ventas',
- 'Sales Invoices' => 'Factura de 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' => 'Envio',
- 'Shipping' => 'Envio',
- 'Statement' => 'Estado de Cuenta',
- 'Stock Assembly' => 'Inventariar Compuesto',
- 'Stylesheet' => 'Hoja de Estilo',
- 'System' => 'Sistema',
- 'Tax collected' => 'Impuestos Cobrados Clientes',
- 'Tax paid' => 'Impuestos Pagados',
- 'Text Templates' => 'Plantillas de Texto',
- 'Transactions' => 'Transacciones',
- 'Transfer' => 'Transferencia',
- 'Transfer Inventory' => 'Transferir Inventario',
- 'Translations' => 'Traducciones',
- 'Trial Balance' => 'Balance de Comprobación',
- 'Type of Business' => 'Clase de Negocio',
- 'Vendor Invoice' => 'Factura de Proveedor',
- 'Vendors' => 'Proveedores',
- 'Version' => 'Versión',
- 'Warehouses' => 'Bodegas',
- 'Work Order' => 'Orden de Trabajo',
- 'Work Orders' => 'Ordenes de Trabajo',
- 'Yearend' => 'Fin del Año',
-};
-
-$self{subs} = {
- 'acc_menu' => 'acc_menu',
- 'display' => 'display',
- 'js_menu' => 'js_menu',
- 'menubar' => 'menubar',
- 'section_menu' => 'section_menu',
-};
-
-1;
-
diff --git a/locale/co_utf/oe b/locale/co_utf/oe
deleted file mode 100755
index 37bc19cc..00000000
--- a/locale/co_utf/oe
+++ /dev/null
@@ -1,361 +0,0 @@
-$self{charset} = 'UTF-8';
-
-$self{texts} = {
- 'Accounting Menu' => 'Menú general',
- 'Add Exchange Rate' => 'Agregar Tasa de Cambio',
- 'Add Purchase Order' => 'Añadir Pedido',
- 'Add Quotation' => 'Agregar Cotización',
- 'Add Request for Quotation' => 'Pedir Cotización',
- 'Add Sales Invoice' => 'Añadir Factura de Venta',
- 'Add Sales Order' => 'Añadir Cotización',
- 'Add Vendor Invoice' => 'Agregar Factura de Proveedor',
- 'Address' => 'Dirección',
- 'Amount' => 'Total',
- 'Apr' => 'Abr',
- 'April' => 'Abril',
- 'Are you sure you want to delete Order Number' => '¿Esta seguro de que desea borrar la orden número?',
- 'Are you sure you want to delete Quotation Number' => 'Seguro que quiere borrar la cotización número',
- 'Attachment' => 'Adjunto',
- 'Aug' => 'Ago',
- 'August' => 'Agosto',
- 'Bcc' => 'Bcc',
- 'Billing Address' => 'Dirección Factura',
- 'Bin' => 'Empaque',
- 'Bin List' => 'Lista Empaque',
- 'Business' => 'Empresa',
- 'C' => 'C',
- 'Cannot delete order!' => '¡No se puede borrar el pedido!',
- 'Cannot delete quotation!' => 'No puedo borrar cotización!',
- 'Cannot save order!' => '¡No se puede guardar el pedido!',
- 'Cannot save quotation!' => 'No puedo guardar cotización!',
- 'Cc' => 'Cc',
- 'City' => 'Ciudad',
- 'Closed' => 'Cerrado',
- 'Company Name' => 'Nombre de la empresa',
- 'Confirm!' => 'Confirmar',
- 'Contact' => 'Contacto',
- 'Continue' => 'Continuar',
- 'Copies' => 'Copias',
- 'Cost' => 'Costo',
- 'Could not save!' => 'No pude guardar',
- 'Could not transfer Inventory!' => 'No puedo transferir inventario!',
- 'Country' => 'País',
- 'Credit Limit' => 'Limite de credito',
- 'Curr' => 'Mon.',
- 'Currency' => 'Moneda',
- 'Current' => 'Actual',
- 'Customer' => 'Cliente',
- 'Customer Number' => 'Número del cliente',
- 'Customer missing!' => '¡Falta el cliente!',
- 'Customer not on file!' => '¡El cliente no existe!',
- 'Date' => 'Fecha',
- 'Date Received' => 'Fecha recibido',
- 'Date received missing!' => 'Faltas datos',
- 'Dec' => 'Dic',
- 'December' => 'Diciembre',
- 'Delete' => 'Borrar',
- 'Delete Schedule' => 'Borrar Programación',
- 'Delivery Date' => 'Fecha de entrega',
- 'Department' => 'Centro de Costos',
- 'Description' => 'Descripción',
- 'Done' => 'Hecho',
- 'E-mail' => 'Correo electrónico',
- 'E-mail address missing!' => 'No se ha definido el correo electrónico',
- 'E-mail message' => 'Mensaje Email',
- 'E-mailed' => 'Enviado por mail',
- 'Edit Purchase Order' => 'Editar Pedido',
- 'Edit Quotation' => 'Editar Cotización',
- 'Edit Request for Quotation' => 'Editar Solicitud de Cotización',
- 'Edit Sales Order' => 'Editar Cotización',
- 'Employee' => 'Colaborador/Empleado',
- 'Every' => 'Cada',
- 'Exchange Rate' => 'Tasa de Cambio',
- 'Exchange rate missing!' => 'Falta Tasa de Cambio',
- 'Extended' => 'Extendido',
- 'Fax' => 'Fax',
- 'Feb' => 'Feb',
- 'February' => 'Febrero',
- 'For' => 'Para',
- 'From' => 'De',
- 'Generate Orders' => 'Elaborar Pedidos',
- 'Generate Purchase Orders' => 'Elaborar Orden de Venta',
- 'Generate Purchase Orders from Sales Order' => 'Elaborar Orden de Compra de Orden de Venta',
- 'Generate Sales Order' => 'Elaborar Orden de Venta',
- 'Generate Sales Order from Purchase Orders' => 'Elaborar Orden de Venta de Orden de Compra',
- 'Group' => 'Grupo',
- 'ID' => 'ID',
- 'In-line' => 'Incrustado',
- 'Include Payment' => 'Incluir Pago',
- 'Include in Report' => 'Incluir en informe',
- 'Internal Notes' => 'Notas internas',
- 'Inventory saved!' => 'Inventario guardado!',
- 'Inventory transferred!' => 'Inventario transferido!',
- 'Invoice' => 'Factura de Venta',
- 'Invoice Date missing!' => 'No se ha definido la fecha de la factura',
- 'Invoice Number missing!' => 'No se ha definido el número de la factura',
- 'Item not on file!' => 'El concepto no se encuentra en ningún archivo',
- 'Jan' => 'Ene',
- 'January' => 'Enero',
- 'Jul' => 'Jul',
- 'July' => 'Julio',
- 'Jun' => 'Jun',
- 'June' => 'Junio',
- 'Lead' => 'Entrega',
- 'Manager' => 'Administrador',
- 'Mar' => 'Mar',
- 'March' => 'Marzo',
- 'May' => 'Mayo',
- 'May ' => 'Mayo',
- 'Message' => 'Mensaje',
- 'Month' => 'Mes',
- 'Next Date' => 'Proxima Fecha',
- 'No.' => 'No.',
- 'Notes' => 'Notas',
- 'Nothing entered!' => 'Información Incompleta',
- 'Nothing selected!' => '¡No es seleccionado nada!',
- 'Nothing to transfer!' => 'Nada para transferir',
- 'Nov' => 'Nov',
- 'November' => 'Noviembre',
- 'Number' => 'Número',
- 'Number missing in Row' => 'No se ha definido el número en la fila',
- 'O' => 'O',
- 'Oct' => 'Oct',
- 'October' => 'Octubre',
- 'Open' => 'Abierto',
- 'Order' => 'Orden',
- 'Order Date' => 'Fecha de elaboración',
- 'Order Date missing!' => 'No se ha definido la fecha de la elaboración',
- 'Order Number' => 'Número de orden',
- 'Order Number missing!' => 'No se ha definido el número de la orden',
- 'Order deleted!' => '¡Orden borrada!',
- 'Order generation failed!' => 'Fallo Elaboración Pedido',
- 'Order saved!' => 'Pedido guardado',
- 'PDF' => 'PDF',
- 'PO Number' => 'Número pedido',
- 'Packing List' => 'Albarán',
- 'Packing List Date missing!' => 'No se ha definido la fecha del albarán',
- 'Packing List Number missing!' => 'No se ha definido el número del albarán',
- 'Part' => 'Artículo',
- 'Period' => 'Periodo',
- 'Phone' => 'Teléfono',
- 'Pick List' => 'Lista de Empaque',
- 'Postscript' => 'Postscript',
- 'Price' => 'Precio',
- 'Print' => 'Imprimir',
- 'Print and Save' => 'Imprimir y Registrar',
- 'Printed' => 'Impreso',
- 'Project' => 'Proyecto',
- 'Project not on file!' => 'Proyecto no existe!',
- 'Purchase Order' => 'Pedido',
- 'Purchase Orders' => 'Pedidos',
- 'Qty' => 'Cantidad',
- 'Quarter' => 'Trimestre',
- 'Quotation' => 'Cotización',
- 'Quotation ' => 'Cotización ',
- 'Quotation Date' => 'Fecha de cotización',
- 'Quotation Date missing!' => 'Falta fecha de cotización',
- 'Quotation Number' => 'Número cotización',
- 'Quotation Number missing!' => 'Falta número de cotización',
- 'Quotation deleted!' => 'Cotización borrado',
- 'Quotations' => 'Cotizaciones',
- 'RFQ' => 'Solicitar Cotización',
- 'RFQ ' => 'Solicitud de Cotización ',
- 'RFQ Number' => 'Número de Cotización',
- 'Recd' => 'Cobrado',
- 'Receive Merchandise' => 'Recibir mercancia',
- 'Recurring Transaction' => 'Transacción Recurrente',
- 'Reference' => 'Referencia',
- 'Remaining' => 'Resto',
- 'Repeat' => 'Repetir',
- 'Req' => 'Pedido',
- 'Request for Quotation' => 'Solicitar Cotización',
- 'Request for Quotations' => 'Solicitar Cotizaciones',
- 'Required by' => 'Aceptado el',
- 'SKU' => 'SKU',
- 'Sales Invoice' => 'Facturas de Ventas',
- 'Sales Order' => 'Orden de Venta',
- 'Sales Orders' => 'Ordenes de Venta',
- 'Salesperson' => 'Vendedor',
- 'Save' => 'Guardar',
- 'Save Schedule' => 'Guardar Programación',
- 'Save as new' => 'Guardar como nuevo',
- 'Schedule' => 'Programar Recurrencia',
- 'Scheduled' => 'Programado',
- 'Screen' => 'Pantalla',
- 'Select Vendor' => 'Seleccionar Proveedor',
- 'Select from one of the names below' => 'Seleccione uno de los nombres de la lista',
- 'Select from one of the projects below' => 'Selecciona uno de los proyectos abajo',
- 'Select items' => 'Seleccionar Itemes',
- 'Select postscript or PDF!' => '¡Seleccione postscript o PDF',
- 'Select txt, postscript or PDF!' => '¡Seleccione txt, postscript o PDF!',
- 'Sep' => 'Sep',
- 'September' => 'Septiembre',
- 'Serial No.' => 'No de Serial',
- 'Service' => 'Servicio',
- 'Ship' => 'Envio',
- 'Ship Merchandise' => 'Enviar Mercancía',
- 'Ship to' => 'Destino',
- 'Ship via' => 'Envio por',
- 'Shipping Address' => 'Dirección del envio',
- 'Shipping Date' => 'Fecha del Envio',
- 'Shipping Date missing!' => 'Falta Fecha del Envio',
- 'Shipping Point' => 'Destino',
- 'Startdate' => 'Fecha inicial',
- 'State/Province' => 'Departamento',
- 'Subject' => 'Asunto',
- 'Subtotal' => 'Subtotal',
- 'Tax' => 'Impuestos',
- 'Tax Included' => 'Impuestos Incluidos',
- 'Terms' => 'Condiciones',
- 'Text' => 'Texto',
- 'To' => 'Hasta ',
- 'Total' => 'Total',
- 'Trade Discount' => 'Descuento',
- 'Transfer' => 'Transferencia',
- 'Transfer Inventory' => 'Transferir Inventario',
- '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 Vendedor',
- 'Vendor missing!' => '¡Falta el proveedor!',
- 'Vendor not on file!' => '¡No se encuentra el proveedor en la base de datos!',
- 'Warehouse' => 'Bodega',
- 'Warning!' => 'Alerta!',
- 'What type of item is this?' => '¿De qué tipo es este concepto?',
- 'Work Order' => 'Orden de Trabajo',
- 'Year' => 'Año',
- 'Yes' => 'Si',
- 'You are posting an existing transaction!' => 'Está registrando una transacción existente!',
- 'You are printing and posting an existing transaction!' => 'Está imprimiendo registrando una transacción existente!',
- 'You are printing and saving an existing order' => 'Está imprimiendo y registrando un pedido existente',
- 'You are printing and saving an existing quotation' => 'Está imprimiendo y registrando una cotización existente',
- 'You are saving an existing order' => 'Está registrando un pedido existente',
- 'You are saving an existing quotation' => 'Está registrando una cotización existente',
- 'Zip/Postal Code' => 'Código Postal',
- 'days' => 'días',
- 'ea' => 'unid.',
- 'for' => 'para',
- 'sent' => 'Enviado',
- 'time(s)' => 'vez/veces',
-};
-
-$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',
- 'borrar_programación' => 'delete_schedule',
- 'hecho' => 'done',
- 'correo_electrónico' => 'e_mail',
- 'elaborar_pedidos' => 'generate_orders',
- 'elaborar_orden_de_venta' => 'generate_purchase_orders',
- 'elaborar_orden_de_venta' => 'generate_sales_order',
- 'imprimir' => 'print',
- 'imprimir_y_registrar' => 'print_and_save',
- 'pedido' => 'purchase_order',
- 'cotización' => 'quotation',
- 'cotización_' => 'quotation_',
- 'solicitar_cotización' => 'rfq',
- 'solicitud_de_cotización_' => 'rfq_',
- 'facturas_de_ventas' => 'sales_invoice',
- 'orden_de_venta' => 'sales_order',
- 'guardar' => 'save',
- 'guardar_programación' => 'save_schedule',
- 'guardar_como_nuevo' => 'save_as_new',
- 'programar_recurrencia' => 'schedule',
- 'seleccionar_proveedor' => 'select_vendor',
- 'destino' => 'ship_to',
- 'transferencia' => 'transfer',
- 'actualizar' => 'update',
- 'factura_de_proveedor' => 'vendor_invoice',
- 'si' => 'yes',
-};
-
-1;
-
diff --git a/locale/co_utf/pe b/locale/co_utf/pe
deleted file mode 100755
index da2c8b86..00000000
--- a/locale/co_utf/pe
+++ /dev/null
@@ -1,143 +0,0 @@
-$self{charset} = 'UTF-8';
-
-$self{texts} = {
- 'Accounting Menu' => 'Menú general',
- 'Active' => 'Activo',
- 'Add' => 'Añadir',
- 'Add Group' => 'Agregar Grupo',
- 'Add Pricegroup' => 'Añadir Grupo de Precios',
- 'Add Project' => 'Añadir Proyecto',
- 'Address' => 'Dirección',
- 'All' => 'Todos',
- 'Amount' => 'Total',
- 'Assembly' => 'Compuesto',
- 'Bin' => 'Empaque',
- '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' => 'Descripción Traducción',
- 'Detail' => 'Detalle',
- 'Edit Description Translations' => 'Editar Descripción Traducción',
- 'Edit Group' => 'Editar Grupo',
- 'Edit Pricegroup' => 'Editar Grupo de Precios',
- 'Edit Project' => 'Editar Proyecto',
- 'Employee' => 'Colaborador/Empleado',
- 'Enddate' => 'Fecha final',
- 'From' => 'De',
- 'Group' => 'Grupo',
- 'Group Translations' => 'Traducción Grupos',
- 'Group deleted!' => 'Grupo eleminado!',
- 'Group missing!' => 'Falta el grupo',
- 'Group saved!' => 'Grupo guardado!',
- 'Groups' => 'Grupos',
- 'Income' => 'Ingreso',
- 'Language' => 'Idioma',
- 'Languages not defined!' => 'Idiomas no configuradas!',
- 'Link Accounts' => 'Enlazar cuentas',
- 'List Price' => 'Precio de Lista',
- 'Month' => 'Mes',
- 'Notes' => 'Notas',
- 'Nothing selected!' => '¡No es seleccionado nada!',
- 'Number' => 'Número',
- 'Orphaned' => 'Huérfano',
- 'Period' => 'Periodo',
- 'Pricegroup' => 'Grupo de Precios',
- 'Pricegroup deleted!' => 'Grupo Borrado!',
- 'Pricegroup missing!' => 'Falta Grupo!',
- 'Pricegroup saved!' => 'Guardado!',
- 'Pricegroups' => 'Grupos de Precios',
- 'Project' => 'Proyecto',
- 'Project Description Translations' => 'Descripción Traducción del Proyecto',
- 'Project Number' => 'Número del Proyecto',
- 'Project deleted!' => '¡Proyecto borrado!',
- 'Project saved!' => '¡Proyecto guardado ',
- 'Projects' => 'Proyectos',
- 'Qty' => 'Cantidad',
- 'Quarter' => 'Trimestre',
- 'Save' => 'Guardar',
- 'Select from one of the names below' => 'Seleccione uno de los nombres de la lista',
- 'Sell Price' => 'Precio de venta',
- 'Startdate' => 'Fecha inicial',
- 'Summary' => 'Résumen',
- 'Tax' => 'Impuestos',
- 'To' => 'Hasta ',
- 'Translation' => 'Traducción',
- 'Translation deleted!' => 'Traducción Borrada!',
- 'Translations saved!' => 'Guardado',
- 'Unit' => 'Unidad',
- 'Update' => 'Actualizar',
- 'Updated' => '¡Actualizado!',
- 'Vendor' => 'Proveedor',
- 'Vendor not on file!' => '¡No se encuentra el proveedor en la base de datos!',
- 'Weight' => 'Peso',
- 'Year' => 'Año',
-};
-
-$self{subs} = {
- 'acc_menu' => 'acc_menu',
- 'add' => 'add',
- 'add_group' => 'add_group',
- 'add_job' => 'add_job',
- 'add_pricegroup' => 'add_pricegroup',
- 'add_project' => 'add_project',
- 'continue' => 'continue',
- 'customer_selected' => 'customer_selected',
- 'delete' => 'delete',
- 'display' => 'display',
- 'display_form' => 'display_form',
- 'edit' => 'edit',
- 'edit_translation' => 'edit_translation',
- 'generate_sales_orders' => 'generate_sales_orders',
- 'jcitems' => 'jcitems',
- 'job_footer' => 'job_footer',
- 'job_header' => 'job_header',
- 'job_report' => 'job_report',
- 'js_menu' => 'js_menu',
- 'list_projects' => 'list_projects',
- 'list_stock' => 'list_stock',
- 'list_translations' => 'list_translations',
- 'menubar' => 'menubar',
- 'name_selected' => 'name_selected',
- 'partsgroup_footer' => 'partsgroup_footer',
- 'partsgroup_header' => 'partsgroup_header',
- 'partsgroup_report' => 'partsgroup_report',
- 'prepare_job' => 'prepare_job',
- 'prepare_partsgroup' => 'prepare_partsgroup',
- 'prepare_pricegroup' => 'prepare_pricegroup',
- 'prepare_project' => 'prepare_project',
- 'pricegroup_footer' => 'pricegroup_footer',
- 'pricegroup_header' => 'pricegroup_header',
- 'pricegroup_report' => 'pricegroup_report',
- 'project_footer' => 'project_footer',
- 'project_header' => 'project_header',
- 'project_jcitems_list' => 'project_jcitems_list',
- 'project_report' => 'project_report',
- 'project_sales_order' => 'project_sales_order',
- 'sales_order_footer' => 'sales_order_footer',
- 'sales_order_header' => 'sales_order_header',
- 'save' => 'save',
- 'search' => 'search',
- 'section_menu' => 'section_menu',
- 'select_customer' => 'select_customer',
- 'select_name' => 'select_name',
- 'stock' => 'stock',
- 'translation' => 'translation',
- 'translation_footer' => 'translation_footer',
- 'translation_header' => 'translation_header',
- 'update' => 'update',
- 'agregar_grupo' => 'add_group',
- 'añadir_grupo_de_precios' => 'add_pricegroup',
- 'añadir_proyecto' => 'add_project',
- 'continuar' => 'continue',
- 'borrar' => 'delete',
- 'guardar' => 'save',
- 'actualizar' => 'update',
-};
-
-1;
-
diff --git a/locale/co_utf/pos b/locale/co_utf/pos
deleted file mode 100755
index 2701bf1d..00000000
--- a/locale/co_utf/pos
+++ /dev/null
@@ -1,82 +0,0 @@
-$self{charset} = 'UTF-8';
-
-$self{texts} = {
- 'Accounting Menu' => 'Menú general',
- 'Add POS Invoice' => 'Agregar Factura PdV',
- 'Amount' => 'Total',
- 'Business' => 'Empresa',
- 'Cannot post transaction!' => '¡No se puede registrar la transacción',
- 'Change' => 'Cambiar',
- 'Continue' => 'Continuar',
- 'Credit Limit' => 'Limite de credito',
- 'Currency' => 'Moneda',
- 'Current' => 'Actual',
- 'Customer' => 'Cliente',
- 'Customer missing!' => '¡Falta el cliente!',
- 'Delete' => 'Borrar',
- 'Department' => 'Centro de Costos',
- 'Description' => 'Descripción',
- 'Edit POS Invoice' => 'Editar Factura Punto de Venta',
- 'Exchange Rate' => 'Tasa de Cambio',
- 'Exchange rate missing!' => 'Falta Tasa de Cambio',
- 'Extended' => 'Extendido',
- 'From' => 'De',
- 'Language' => 'Idioma',
- 'Memo' => 'Memo',
- 'Month' => 'Mes',
- 'Number' => 'Número',
- 'Open' => 'Abierto',
- 'Period' => 'Periodo',
- 'Post' => 'Registrar',
- 'Posted!' => 'Agregado!',
- 'Price' => 'Precio',
- 'Print' => 'Imprimir',
- 'Print and Post' => 'Imprimir y Registrar',
- 'Printed' => 'Impreso',
- 'Qty' => 'Cantidad',
- 'Quarter' => 'Trimestre',
- 'Receipts' => 'Recibos',
- 'Record in' => 'Registrar en',
- 'Remaining' => 'Resto',
- 'Salesperson' => 'Vendedor',
- 'Screen' => 'Pantalla',
- 'Source' => 'Fuente',
- 'Subtotal' => 'Subtotal',
- 'Tax Included' => 'Impuestos Incluidos',
- 'To' => 'Hasta ',
- 'Total' => 'Total',
- 'Trade Discount' => 'Descuento',
- '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/co_utf/ps b/locale/co_utf/ps
deleted file mode 100755
index cec8f5e1..00000000
--- a/locale/co_utf/ps
+++ /dev/null
@@ -1,385 +0,0 @@
-$self{charset} = 'UTF-8';
-
-$self{texts} = {
- 'AP Aging' => 'Cartera',
- 'AP Outstanding' => 'Impagados Proveedores',
- 'AP Transaction' => 'Transaccion Proveedor',
- 'AP Transactions' => 'Gestiones de pagos',
- 'AR Aging' => 'Cartera ',
- 'AR Outstanding' => 'Impagados Cartera',
- 'AR Transaction' => 'Cuentas por Cobrar',
- 'AR Transactions' => 'Cuentas por Cobrar',
- 'Account' => 'Cuenta',
- 'Account Number' => 'Número de cuenta',
- 'Accounting Menu' => 'Menú general',
- 'Accounts' => 'Cuentas',
- 'Accrual' => 'Acumulado',
- 'Add AP Transaction' => 'Añadir Transacción por Pagar',
- 'Add AR Transaction' => 'Añadir Transacción por Cobrar',
- 'Add POS Invoice' => 'Agregar Factura PdV',
- 'Add Purchase Order' => 'Añadir Pedido',
- 'Add Quotation' => 'Agregar Cotización',
- 'Add Request for Quotation' => 'Pedir Cotización',
- 'Add Sales Invoice' => 'Añadir Factura de Venta',
- 'Add Sales Order' => 'Añadir Cotización',
- 'Address' => 'Dirección',
- 'All Accounts' => 'Todas las Cuentas',
- 'Amount' => 'Total',
- 'Amount Due' => 'Por Pagar',
- 'Apr' => 'Abr',
- 'April' => 'Abril',
- 'Are you sure you want to delete Invoice Number' => '¿Esta seguro de que desea borrar la factura número',
- 'Are you sure you want to delete Transaction' => '¿Está seguro de que desea borrar la transacción?',
- 'Attachment' => 'Adjunto',
- 'Aug' => 'Ago',
- 'August' => 'Agosto',
- 'Balance' => 'Balance',
- 'Balance Sheet' => 'Hoja de balance',
- 'Bcc' => 'Bcc',
- 'Billing Address' => 'Dirección Factura',
- 'Bin' => 'Empaque',
- 'Bin List' => 'Lista Empaque',
- 'Business' => 'Empresa',
- 'Cannot delete invoice!' => '¡No se puede borrar la factura!',
- 'Cannot delete transaction!' => '¡No se puede borrar la transacción!',
- 'Cannot post invoice for a closed period!' => '¡No se puede registrar una factura en un periodo ya cerrado!',
- 'Cannot post invoice!' => '¡No se puede registrar la factura!',
- 'Cannot post payment for a closed period!' => '¡No se puede registrar un pago en un periodo ya cerrado!',
- 'Cannot post transaction for a closed period!' => '¡No se puede registrar una transacción para un periodo cerrado',
- 'Cannot post transaction!' => '¡No se puede registrar la transacción',
- 'Cash' => 'Efectivo',
- 'Cc' => 'Cc',
- 'Change' => 'Cambiar',
- 'Check' => 'Cheque',
- 'City' => 'Ciudad',
- 'Closed' => 'Cerrado',
- 'Company Name' => 'Nombre de la empresa',
- 'Compare to' => 'Comparar con',
- 'Confirm!' => 'Confirmar',
- 'Contact' => 'Contacto',
- 'Continue' => 'Continuar',
- 'Copies' => 'Copias',
- 'Country' => 'País',
- 'Credit' => 'Crédito',
- 'Credit Limit' => 'Limite de credito',
- 'Curr' => 'Mon.',
- 'Currency' => 'Moneda',
- 'Current' => 'Actual',
- 'Current Earnings' => 'Resultado del periodo',
- 'Customer' => 'Cliente',
- 'Customer Number' => 'Número 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' => 'Lugar de los decimales',
- 'Delete' => 'Borrar',
- 'Delete Schedule' => 'Borrar Programación',
- 'Delivery Date' => 'Fecha de entrega',
- 'Department' => 'Centro de Costos',
- 'Description' => 'Descripción',
- 'Detail' => 'Detalle',
- 'Due Date' => 'Fecha de vencimiento',
- 'Due Date missing!' => 'Falta la fecha de vencimiento',
- 'E-mail' => 'Correo electrónico',
- 'E-mail Statement to' => 'Enviar comprobante por correo electrónico a',
- 'E-mail address missing!' => 'No se ha definido el correo electrónico',
- 'E-mail message' => 'Mensaje Email',
- 'E-mailed' => 'Enviado por mail',
- 'Edit AP Transaction' => 'Editar Asiento de CxP',
- 'Edit AR Transaction' => 'Editar Asiento de CxC',
- 'Edit POS Invoice' => 'Editar Factura Punto de Venta',
- 'Edit Sales Invoice' => 'Editar Factura de Venta',
- 'Employee' => 'Colaborador/Empleado',
- 'Every' => 'Cada',
- 'Exch' => 'Cambio',
- 'Exchange Rate' => 'Tasa de Cambio',
- 'Exchange rate for payment missing!' => 'Falta Tasa de Cambio',
- 'Exchange rate missing!' => 'Falta Tasa de Cambio',
- 'Extended' => 'Extendido',
- 'Fax' => 'Fax',
- 'Feb' => 'Feb',
- 'February' => 'Febrero',
- 'For' => 'Para',
- 'From' => 'De',
- 'GIFI' => 'Plan Único de Cuentas (PUC)',
- 'Group' => 'Grupo',
- 'Heading' => 'Encabezado',
- 'ID' => 'ID',
- 'In-line' => 'Incrustado',
- 'Include Exchange Rate Difference' => 'Incluir Diferencia por Tasa de Cambio',
- 'Include Payment' => 'Incluir Pago',
- 'Include in Report' => 'Incluir en informe',
- 'Income Statement' => 'Estado de Resultados',
- 'Internal Notes' => 'Notas internas',
- 'Invoice' => 'Factura de Venta',
- 'Invoice Date' => 'Fecha de factura',
- 'Invoice Date missing!' => 'No se ha definido la fecha de la factura',
- 'Invoice Number' => 'Número de factura',
- 'Invoice Number missing!' => 'No se ha definido el número de la factura',
- 'Invoice deleted!' => '¡Factura borrada!',
- 'Item not on file!' => 'El concepto no se encuentra en ningún archivo',
- 'Jan' => 'Ene',
- 'January' => 'Enero',
- 'Jul' => 'Jul',
- 'July' => 'Julio',
- 'Jun' => 'Jun',
- 'June' => 'Junio',
- 'Language' => 'Idioma',
- 'Manager' => 'Administrador',
- 'Mar' => 'Mar',
- 'March' => 'Marzo',
- 'May' => 'Mayo',
- 'May ' => 'Mayo',
- 'Memo' => 'Memo',
- 'Message' => 'Mensaje',
- 'Method' => 'Metódo',
- 'Month' => 'Mes',
- 'N/A' => 'Sin respuesta',
- 'Next Date' => 'Proxima Fecha',
- 'No.' => 'No.',
- 'Non-taxable Purchases' => 'Compras sin Impuestos',
- 'Non-taxable Sales' => 'Ventas sin Impuestos',
- 'Notes' => 'Notas',
- 'Nothing selected!' => '¡No es seleccionado nada!',
- 'Nothing to print!' => '¡No hay nada que imprimir!',
- 'Nov' => 'Nov',
- 'November' => 'Noviembre',
- 'Number' => 'Número',
- 'Number missing in Row' => 'No se ha definido el número en la fila',
- 'Oct' => 'Oct',
- 'October' => 'Octubre',
- 'Open' => 'Abierto',
- 'Order' => 'Orden',
- 'Order Date missing!' => 'No se ha definido la fecha de la elaboración',
- 'Order Number' => 'Número de orden',
- 'Order Number missing!' => 'No se ha definido el número de la orden',
- 'PDF' => 'PDF',
- 'PO Number' => 'Número pedido',
- 'Packing List' => 'Albarán',
- 'Packing List Date missing!' => 'No se ha definido la fecha del albarán',
- 'Packing List Number missing!' => 'No se ha definido el número del albarán',
- 'Paid' => 'Pagado',
- 'Part' => 'Artículo',
- 'Payment date missing!' => 'No se encuentra la fecha de pago',
- 'Payments' => 'Pagos',
- 'Period' => 'Periodo',
- 'Phone' => 'Teléfono',
- 'Pick List' => 'Lista de Empaque',
- 'Post' => 'Registrar',
- 'Post as new' => 'Registrar como Nuevo',
- 'Posted!' => 'Agregado!',
- 'Postscript' => 'Postscript',
- 'Price' => 'Precio',
- 'Print' => 'Imprimir',
- 'Print and Post' => 'Imprimir y Registrar',
- 'Printed' => 'Impreso',
- 'Project' => 'Proyecto',
- 'Project Number' => 'Número del Proyecto',
- 'Project Transactions' => 'Transacciones del Projecto',
- 'Project not on file!' => 'Proyecto no existe!',
- 'Purchase Order' => 'Pedido',
- 'Qty' => 'Cantidad',
- 'Quarter' => 'Trimestre',
- 'Quotation' => 'Cotización',
- 'Quotation Date missing!' => 'Falta fecha de cotización',
- 'Quotation Number missing!' => 'Falta número de cotización',
- 'Recd' => 'Cobrado',
- 'Receipt' => 'Recibo',
- 'Receipts' => 'Recibos',
- 'Record in' => 'Registrar en',
- 'Recurring Transaction' => 'Transacción Recurrente',
- 'Reference' => 'Referencia',
- 'Remaining' => 'Resto',
- 'Repeat' => 'Repetir',
- 'Report for' => 'Informe para',
- 'Required by' => 'Aceptado el',
- 'SKU' => 'SKU',
- 'Sales Invoice.' => 'Factura de Ventas.',
- 'Sales Order' => 'Orden de Venta',
- 'Salesperson' => 'Vendedor',
- 'Save Schedule' => 'Guardar Programación',
- 'Schedule' => 'Programar Recurrencia',
- 'Scheduled' => 'Programado',
- 'Screen' => 'Pantalla',
- 'Select all' => 'Guardar todo',
- 'Select from one of the names below' => 'Seleccione uno de los nombres de la lista',
- 'Select from one of the projects below' => 'Selecciona uno de los proyectos abajo',
- 'Select items' => 'Seleccionar Itemes',
- 'Select payment' => '¡Seleccione Pago!',
- 'Select postscript or PDF!' => '¡Seleccione postscript o PDF',
- 'Select txt, postscript or PDF!' => '¡Seleccione txt, postscript o PDF!',
- 'Sep' => 'Sep',
- 'September' => 'Septiembre',
- 'Serial No.' => 'No de Serial',
- 'Service' => 'Servicio',
- 'Ship' => 'Envio',
- 'Ship to' => 'Destino',
- 'Ship via' => 'Envio por',
- 'Shipping Address' => 'Dirección del envio',
- 'Shipping Point' => 'Destino',
- 'Source' => 'Fuente',
- 'Standard' => 'Estándard',
- 'Startdate' => 'Fecha inicial',
- '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' => 'Résumen',
- 'Tax' => 'Impuestos',
- 'Tax Included' => 'Impuestos Incluidos',
- 'Tax collected' => 'Impuestos Cobrados Clientes',
- 'Tax paid' => 'Impuestos Pagados',
- 'Text' => 'Texto',
- 'Till' => 'Caja',
- 'To' => 'Hasta ',
- 'Total' => 'Total',
- 'Trade Discount' => 'Descuento',
- 'Transaction' => 'Asiento',
- 'Transaction deleted!' => '¡Transacción borrada!',
- 'Transaction posted!' => '¡Transacción registrada!',
- 'Translation not on file!' => 'No hay traducción',
- 'Trial Balance' => 'Balance de Comprobación',
- 'Unit' => 'Unidad',
- 'Update' => 'Actualizar',
- 'Vendor' => 'Proveedor',
- 'Vendor Invoice.' => 'Factura de Proveedor.',
- 'Vendor Number' => 'Código Vendedor',
- 'Vendor missing!' => '¡Falta el proveedor!',
- 'Vendor not on file!' => '¡No se encuentra el proveedor en la base de datos!',
- 'Warning!' => 'Alerta!',
- 'What type of item is this?' => '¿De qué tipo es este concepto?',
- 'Work Order' => 'Orden de Trabajo',
- 'Year' => 'Año',
- 'Yes' => 'Si',
- 'You are posting an existing transaction!' => 'Está registrando una transacción existente!',
- 'You are printing and posting an existing transaction!' => 'Está imprimiendo registrando una transacción existente!',
- 'You are printing and saving an existing order' => 'Está imprimiendo y registrando un pedido existente',
- 'You are printing and saving an existing quotation' => 'Está imprimiendo y registrando una cotización existente',
- 'You are saving an existing order' => 'Está registrando un pedido existente',
- 'You are saving an existing quotation' => 'Está registrando una cotización existente',
- 'Zip/Postal Code' => 'Código Postal',
- 'as at' => 'al',
- 'ea' => 'unid.',
- 'for' => 'para',
- 'for Period' => 'para el periodo',
- 'posted!' => 'Guardado',
- 'sent' => 'Enviado',
- 'time(s)' => 'vez/veces',
-};
-
-$self{subs} = {
- 'acc_menu' => 'acc_menu',
- 'add' => 'add',
- 'add_transaction' => 'add_transaction',
- 'aging' => 'aging',
- 'ap_transaction' => 'ap_transaction',
- 'ar_transaction' => 'ar_transaction',
- 'calc_markup' => 'calc_markup',
- 'check_form' => 'check_form',
- 'check_name' => 'check_name',
- 'check_project' => 'check_project',
- 'continue' => 'continue',
- 'create_form' => 'create_form',
- 'create_links' => 'create_links',
- 'customer_details' => 'customer_details',
- 'delete' => 'delete',
- 'delete_schedule' => 'delete_schedule',
- 'display' => 'display',
- 'display_form' => 'display_form',
- 'display_row' => 'display_row',
- 'e_mail' => 'e_mail',
- 'edit' => 'edit',
- 'form_footer' => 'form_footer',
- 'form_header' => 'form_header',
- 'generate_ap_aging' => 'generate_ap_aging',
- 'generate_ar_aging' => 'generate_ar_aging',
- 'generate_balance_sheet' => 'generate_balance_sheet',
- 'generate_income_statement' => 'generate_income_statement',
- 'generate_projects' => 'generate_projects',
- 'generate_tax_report' => 'generate_tax_report',
- 'generate_trial_balance' => 'generate_trial_balance',
- 'gl_transaction' => 'gl_transaction',
- 'invoice_links' => 'invoice_links',
- 'invoicetotal' => 'invoicetotal',
- 'item_selected' => 'item_selected',
- 'js_menu' => 'js_menu',
- 'list_accounts' => 'list_accounts',
- 'list_payments' => 'list_payments',
- 'lookup_partsgroup' => 'lookup_partsgroup',
- 'menubar' => 'menubar',
- 'name_selected' => 'name_selected',
- 'new_item' => 'new_item',
- 'openinvoices' => 'openinvoices',
- 'payment_selected' => 'payment_selected',
- 'payment_subtotal' => 'payment_subtotal',
- 'post' => 'post',
- 'post_as_new' => 'post_as_new',
- 'prepare_invoice' => 'prepare_invoice',
- 'print' => 'print',
- 'print_and_post' => 'print_and_post',
- 'print_and_post_as_new' => 'print_and_post_as_new',
- 'print_check' => 'print_check',
- 'print_form' => 'print_form',
- 'print_options' => 'print_options',
- 'print_receipt' => 'print_receipt',
- 'print_transaction' => 'print_transaction',
- 'project_selected' => 'project_selected',
- 'purchase_order' => 'purchase_order',
- 'quotation' => 'quotation',
- 'rebuild_vc' => 'rebuild_vc',
- 'receipts' => 'receipts',
- 'report' => 'report',
- 'repost' => 'repost',
- 'reprint' => 'reprint',
- 'rfq' => 'rfq',
- 'sales_invoice_' => 'sales_invoice_',
- 'sales_order' => 'sales_order',
- 'save_schedule' => 'save_schedule',
- 'schedule' => 'schedule',
- 'search' => 'search',
- 'section_menu' => 'section_menu',
- 'select_all' => 'select_all',
- 'select_item' => 'select_item',
- 'select_name' => 'select_name',
- 'select_payment' => 'select_payment',
- 'select_project' => 'select_project',
- 'send_email' => 'send_email',
- 'ship_to' => 'ship_to',
- 'statement_details' => 'statement_details',
- 'subtotal' => 'subtotal',
- 'tax_subtotal' => 'tax_subtotal',
- 'transactions' => 'transactions',
- 'update' => 'update',
- 'validate_items' => 'validate_items',
- 'vendor_details' => 'vendor_details',
- 'vendor_invoice_' => 'vendor_invoice_',
- 'yes' => 'yes',
- 'transaccion_proveedor' => 'ap_transaction',
- 'cuentas_por_cobrar' => 'ar_transaction',
- 'continuar' => 'continue',
- 'borrar' => 'delete',
- 'borrar_programación' => 'delete_schedule',
- 'correo_electrónico' => 'e_mail',
- 'registrar' => 'post',
- 'registrar_como_nuevo' => 'post_as_new',
- 'imprimir' => 'print',
- 'imprimir_y_registrar' => 'print_and_post',
- 'factura_de_ventas_' => 'sales_invoice_',
- 'orden_de_venta' => 'sales_order',
- 'guardar_programación' => 'save_schedule',
- 'programar_recurrencia' => 'schedule',
- 'guardar_todo' => 'select_all',
- 'destino' => 'ship_to',
- 'actualizar' => 'update',
- 'factura_de_proveedor_' => 'vendor_invoice_',
- 'si' => 'yes',
-};
-
-1;
-
diff --git a/locale/co_utf/pw b/locale/co_utf/pw
deleted file mode 100755
index b7af4f87..00000000
--- a/locale/co_utf/pw
+++ /dev/null
@@ -1,15 +0,0 @@
-$self{charset} = 'UTF-8';
-
-$self{texts} = {
- 'Continue' => 'Continuar',
- 'Password' => 'Contraseña',
- 'Session expired!' => '¡Sesión Expiró!',
-};
-
-$self{subs} = {
- 'getpassword' => 'getpassword',
- 'continuar' => 'continue',
-};
-
-1;
-
diff --git a/locale/co_utf/rc b/locale/co_utf/rc
deleted file mode 100755
index aa127fc0..00000000
--- a/locale/co_utf/rc
+++ /dev/null
@@ -1,81 +0,0 @@
-$self{charset} = 'UTF-8';
-
-$self{texts} = {
- 'Account' => 'Cuenta',
- 'Accounting Menu' => 'Menú general',
- 'Apr' => 'Abr',
- 'April' => 'Abril',
- 'Aug' => 'Ago',
- 'August' => 'Agosto',
- 'Balance' => 'Balance',
- 'Beginning Balance' => 'Balance Inicial',
- 'Cleared' => 'Borrado',
- 'Continue' => 'Continuar',
- 'Credit' => 'Crédito',
- 'Current' => 'Actual',
- 'Date' => 'Fecha',
- 'Debit' => 'Débito',
- 'Dec' => 'Dic',
- 'December' => 'Diciembre',
- 'Description' => 'Descripción',
- 'Detail' => 'Detalle',
- 'Difference' => 'Diferencia',
- 'Done' => 'Hecho',
- 'Feb' => 'Feb',
- 'February' => 'Febrero',
- 'From' => 'De',
- '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' => 'Impagados',
- 'Period' => 'Periodo',
- 'Quarter' => 'Trimestre',
- 'R' => 'R',
- 'Reconciliation' => 'Reconciliación',
- 'Reconciliation Report' => 'Reporte de Reconciliación',
- 'Select all' => 'Guardar todo',
- 'Sep' => 'Sep',
- 'September' => 'Septiembre',
- 'Source' => 'Fuente',
- 'Statement Balance' => 'Balance de Cuenta',
- 'Summary' => 'Résumen',
- 'To' => 'Hasta ',
- 'Update' => 'Actualizar',
- 'Year' => 'Año',
-};
-
-$self{subs} = {
- 'acc_menu' => 'acc_menu',
- 'continue' => 'continue',
- 'display' => 'display',
- 'display_form' => 'display_form',
- 'done' => 'done',
- 'get_payments' => 'get_payments',
- 'js_menu' => 'js_menu',
- 'menubar' => 'menubar',
- 'reconciliation' => 'reconciliation',
- 'section_menu' => 'section_menu',
- 'select_all' => 'select_all',
- 'update' => 'update',
- 'continuar' => 'continue',
- 'hecho' => 'done',
- 'guardar_todo' => 'select_all',
- 'actualizar' => 'update',
-};
-
-1;
-
diff --git a/locale/co_utf/rp b/locale/co_utf/rp
deleted file mode 100755
index e4bde14a..00000000
--- a/locale/co_utf/rp
+++ /dev/null
@@ -1,200 +0,0 @@
-$self{charset} = 'UTF-8';
-
-$self{texts} = {
- 'AP Aging' => 'Cartera',
- 'AR Aging' => 'Cartera ',
- 'Account' => 'Cuenta',
- 'Account Number' => 'Número de cuenta',
- 'Accounting Menu' => 'Menú general',
- 'Accounts' => 'Cuentas',
- 'Accrual' => 'Acumulado',
- 'Address' => 'Dirección',
- 'All Accounts' => 'Todas las Cuentas',
- 'Amount' => 'Total',
- 'Apr' => 'Abr',
- 'April' => 'Abril',
- 'Attachment' => 'Adjunto',
- 'Aug' => 'Ago',
- 'August' => 'Agosto',
- 'Balance' => 'Balance',
- 'Balance Sheet' => 'Hoja de balance',
- 'Bcc' => 'Bcc',
- 'Cash' => 'Efectivo',
- 'Cc' => 'Cc',
- 'Compare to' => 'Comparar con',
- 'Continue' => 'Continuar',
- 'Copies' => 'Copias',
- 'Credit' => 'Crédito',
- 'Curr' => 'Mon.',
- 'Current' => 'Actual',
- 'Current Earnings' => 'Resultado del periodo',
- 'Customer' => 'Cliente',
- 'Customer not on file!' => '¡El cliente no existe!',
- 'Date' => 'Fecha',
- 'Debit' => 'Débito',
- 'Dec' => 'Dic',
- 'December' => 'Diciembre',
- 'Decimalplaces' => 'Lugar de los decimales',
- 'Delete Schedule' => 'Borrar Programación',
- 'Department' => 'Centro de Costos',
- 'Description' => 'Descripción',
- 'Detail' => 'Detalle',
- 'Due Date' => 'Fecha de vencimiento',
- 'E-mail' => 'Correo electrónico',
- 'E-mail Statement to' => 'Enviar comprobante por correo electrónico a',
- 'E-mail address missing!' => 'No se ha definido el correo electrónico',
- 'E-mail message' => 'Mensaje Email',
- 'Every' => 'Cada',
- 'Feb' => 'Feb',
- 'February' => 'Febrero',
- 'For' => 'Para',
- 'From' => 'De',
- 'GIFI' => 'Plan Único de Cuentas (PUC)',
- 'Heading' => 'Encabezado',
- 'ID' => 'ID',
- 'In-line' => 'Incrustado',
- 'Include Exchange Rate Difference' => 'Incluir Diferencia por Tasa de Cambio',
- 'Include Payment' => 'Incluir Pago',
- 'Include in Report' => 'Incluir en informe',
- 'Income Statement' => 'Estado de Resultados',
- 'Invoice' => 'Factura de Venta',
- 'Jan' => 'Ene',
- 'January' => 'Enero',
- 'Jul' => 'Jul',
- 'July' => 'Julio',
- 'Jun' => 'Jun',
- 'June' => 'Junio',
- 'Language' => 'Idioma',
- 'Mar' => 'Mar',
- 'March' => 'Marzo',
- 'May' => 'Mayo',
- 'May ' => 'Mayo',
- 'Memo' => 'Memo',
- 'Message' => 'Mensaje',
- 'Method' => 'Metódo',
- 'Month' => 'Mes',
- 'N/A' => 'Sin respuesta',
- 'Next Date' => 'Proxima Fecha',
- 'Non-taxable Purchases' => 'Compras sin Impuestos',
- 'Non-taxable Sales' => 'Ventas sin Impuestos',
- 'Nothing selected!' => '¡No es seleccionado 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' => 'Transacciones del Projecto',
- 'Project not on file!' => 'Proyecto no existe!',
- 'Quarter' => 'Trimestre',
- 'Receipts' => 'Recibos',
- 'Recurring Transaction' => 'Transacción Recurrente',
- 'Reference' => 'Referencia',
- 'Repeat' => 'Repetir',
- 'Report for' => 'Informe para',
- 'Salesperson' => 'Vendedor',
- 'Save Schedule' => 'Guardar Programación',
- 'Screen' => 'Pantalla',
- 'Select all' => 'Guardar todo',
- 'Select from one of the names below' => 'Seleccione uno de los nombres de la lista',
- 'Select from one of the projects below' => 'Selecciona uno de los proyectos abajo',
- 'Select postscript or PDF!' => '¡Seleccione postscript o PDF',
- 'Sep' => 'Sep',
- 'September' => 'Septiembre',
- 'Source' => 'Fuente',
- 'Standard' => 'Estándard',
- 'Startdate' => 'Fecha inicial',
- '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' => 'Résumen',
- 'Tax' => 'Impuestos',
- 'Tax collected' => 'Impuestos Cobrados Clientes',
- 'Tax paid' => 'Impuestos Pagados',
- 'Till' => 'Caja',
- 'To' => 'Hasta ',
- 'Total' => 'Total',
- 'Trial Balance' => 'Balance de Comprobación',
- 'Vendor' => 'Proveedor',
- 'Vendor not on file!' => '¡No se encuentra el proveedor en la base de datos!',
- 'Warning!' => 'Alerta!',
- 'Year' => 'Año',
- 'You are posting an existing transaction!' => 'Está registrando una transacción existente!',
- 'You are printing and posting an existing transaction!' => 'Está imprimiendo registrando una transacción existente!',
- 'You are printing and saving an existing order' => 'Está imprimiendo y registrando un pedido existente',
- 'You are printing and saving an existing quotation' => 'Está imprimiendo y registrando una cotización existente',
- 'You are saving an existing order' => 'Está registrando un pedido existente',
- 'You are saving an existing quotation' => 'Está registrando una cotización existente',
- 'as at' => 'al',
- 'for' => 'para',
- 'for Period' => 'para el periodo',
- 'sent' => 'Enviado',
- 'time(s)' => 'vez/veces',
-};
-
-$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',
- 'borrar_programación' => 'delete_schedule',
- 'correo_electrónico' => 'e_mail',
- 'imprimir' => 'print',
- 'guardar_programación' => 'save_schedule',
- 'guardar_todo' => 'select_all',
-};
-
-1;
-