summaryrefslogtreecommitdiff
path: root/locale/co_utf/arap
diff options
context:
space:
mode:
authorchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-01 01:16:38 +0000
committerchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-01 01:16:38 +0000
commitac5b087ea2d9ba7428d367aaeb288534158fee9a (patch)
tree2dbe0bdea0b653a215ba9ddfdf627cb57855050d /locale/co_utf/arap
Initial Import
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/ledger-smb@1 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'locale/co_utf/arap')
-rwxr-xr-xlocale/co_utf/arap72
1 files changed, 72 insertions, 0 deletions
diff --git a/locale/co_utf/arap b/locale/co_utf/arap
new file mode 100755
index 00000000..2d9ee106
--- /dev/null
+++ b/locale/co_utf/arap
@@ -0,0 +1,72 @@
+$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;
+