can't set $p without $cgi
[freeside.git] / sql-ledger / old / sql-ledger / locale / es / io
1 $self{texts} = {
2   'Add Purchase Order'          => 'Añadir pedido',
3   'Add Sales Order'             => 'Añadir presupuesto',
4   'Address'                     => 'Dirección',
5   'Apr'                         => 'Abr',
6   'April'                       => 'Abril',
7   'Attachment'                  => 'Adjunto',
8   'Aug'                         => 'Ago',
9   'August'                      => 'Agosto',
10   'Bcc'                         => 'Bcc',
11   'Bin'                         => 'Bin',
12   'Cc'                          => 'Cc',
13   'Contact'                     => 'Contacto',
14   'Continue'                    => 'Continuar',
15   'Copies'                      => 'Copias',
16   'Dec'                         => 'Dic',
17   'December'                    => 'Diciembre',
18   'Delivery Date'               => 'Fecha de entrega',
19   'Description'                 => 'Descripción',
20   'E-mail'                      => 'Correo electrónico',
21   'E-mail address missing!'     => 'No se ha definido el correo electrónico',
22   'Extended'                    => 'Extendido',
23   'Fax'                         => 'Fax',
24   'Feb'                         => 'Feb',
25   'February'                    => 'Febrero',
26   'In-line'                     => 'Incrustado',
27   'Invoice'                     => 'Factura',
28   'Invoice Date missing!'       => 'No se ha definido la fecha de la factura',
29   'Invoice Number missing!'     => 'No se ha definido el número de la factura',
30   'Item not on file!'           => 'El concepto no se encuentra en ningún archivo',
31   'Jan'                         => 'Ene',
32   'January'                     => 'Enero',
33   'Jul'                         => 'Jul',
34   'July'                        => 'Julio',
35   'Jun'                         => 'Jun',
36   'June'                        => 'Junio',
37   'Mar'                         => 'Mar',
38   'March'                       => 'Marzo',
39   'May'                         => 'May',
40   'May '                        => 'Mayo',
41   'Message'                     => 'Mensaje',
42   'Name'                        => 'Nombre',
43   'No.'                         => 'No.',
44   'Nov'                         => 'Nov',
45   'November'                    => 'Noviembre',
46   'Number'                      => 'Número',
47   'Number missing in Row'       => 'No se ha definido el número en la fila',
48   'Oct'                         => 'Oct',
49   'October'                     => 'Octubre',
50   'Order'                       => 'Orden',
51   'Order Date missing!'         => 'No se ha definido la fecha de la elaboración',
52   'Order Number missing!'       => 'No se ha definido el número de la orden',
53   'PDF'                         => 'PDF',
54   'Packing List'                => 'Albarán',
55   'Packing List Date missing!'  => 'No se ha definido la fecha del albarán',
56   'Packing List Number missing!' => 'No se ha definido el número del albarán',
57   'Part'                        => 'Artículo',
58   'Phone'                       => 'Teléfono',
59   'Postscript'                  => 'Postscript',
60   'Price'                       => 'Precio',
61   'Printer'                     => 'Impresora',
62   'Project'                     => 'Proyecto',
63   'Purchase Order'              => 'Pedido',
64   'Qty'                         => 'Cantidad',
65   'Recd'                        => 'Cobrado',
66   'Required by'                 => 'Aceptado el',
67   'Sales Order'                 => 'Presupuesto',
68   'Screen'                      => 'Pantalla',
69   'Select from one of the items below' => 'Seleccione uno de los artículos siguientes',
70   'Select postscript or PDF!'   => '¡Seleccione postscript o PDF',
71   'Sep'                         => 'Sep',
72   'September'                   => 'Septiembre',
73   'Service'                     => 'Servicio',
74   'Ship'                        => 'Envio',
75   'Ship to'                     => 'Destino',
76   'Subject'                     => 'Asunto',
77   'To'                          => 'Hasta ',
78   'Unit'                        => 'Unidad',
79   'What type of item is this?'  => '¿De qué tipo es este concepto?',
80   'emailed to'                  => 'enviado por correo electrónico a',
81   'sent to printer'             => 'enviado a la impresora',
82 };
83
84 $self{subs} = {
85   'check_form'                  => 'check_form',
86   'customer_details'            => 'customer_details',
87   'display_form'                => 'display_form',
88   'display_row'                 => 'display_row',
89   'e_mail'                      => 'e_mail',
90   'invoicetotal'                => 'invoicetotal',
91   'item_selected'               => 'item_selected',
92   'new_item'                    => 'new_item',
93   'order'                       => 'order',
94   'post_as_new'                 => 'post_as_new',
95   'print'                       => 'print',
96   'print_form'                  => 'print_form',
97   'print_options'               => 'print_options',
98   'select_item'                 => 'select_item',
99   'send_email'                  => 'send_email',
100   'ship_to'                     => 'ship_to',
101   'validate_items'              => 'validate_items',
102   'vendor_details'              => 'vendor_details',
103   'continuar'                   => 'continue',
104 };
105
106 1;