can't set $p without $cgi
[freeside.git] / sql-ledger / old / sql-ledger / locale / ve / io
1 $self{texts} = {
2   'Add Purchase Order'          => 'Agregar Orden de Compra',
3   'Add Sales Order'             => 'Agregar Pedido',
4   'Address'                     => 'Dirección',
5   'Apr'                         => 'abr',
6   'April'                       => 'de abril',
7   'Attachment'                  => 'Anexo',
8   'Aug'                         => 'ago',
9   'August'                      => 'de agosto',
10   'Bcc'                         => 'Bcc',
11   'Bin'                         => 'Ubicación',
12   'Cc'                          => 'Cc',
13   'Contact'                     => 'Contacto',
14   'Continue'                    => 'Continuar',
15   'Copies'                      => 'Copias',
16   'Dec'                         => 'dic',
17   'December'                    => 'de diciembre',
18   'Delivery Date'               => 'Fecha de Entrega',
19   'Description'                 => 'Descripción',
20   'E-mail'                      => 'E-mail',
21   'E-mail address missing!'     => 'Falta dirección E-mail!',
22   'Extended'                    => 'Extendido',
23   'Fax'                         => 'Fax',
24   'Feb'                         => 'feb',
25   'February'                    => 'de febrero',
26   'In-line'                     => 'Incorporado',
27   'Invoice'                     => 'Factura',
28   'Invoice Date missing!'       => 'Falta Fecha Factura!',
29   'Invoice Number missing!'     => 'Falta Número Factura!',
30   'Item not on file!'           => 'Item no archivado!',
31   'Jan'                         => 'ene',
32   'January'                     => 'de enero',
33   'Jul'                         => 'jul',
34   'July'                        => 'de julio',
35   'Jun'                         => 'jun',
36   'June'                        => 'de junio',
37   'Mar'                         => 'mar',
38   'March'                       => 'de marzo',
39   'May'                         => 'may',
40   'May '                        => 'de mayo',
41   'Message'                     => 'Mensaje',
42   'Name'                        => 'Nombre',
43   'No.'                         => 'No.',
44   'Nov'                         => 'nov',
45   'November'                    => 'de noviembre',
46   'Number'                      => 'Número',
47   'Number missing in Row'       => 'Falta número en Hilera',
48   'Oct'                         => 'oct',
49   'October'                     => 'de octubre',
50   'Order'                       => 'Orden',
51   'Order Date missing!'         => 'Falta Fecha Pedido!',
52   'Order Number missing!'       => 'Falta Número de Orden',
53   'PDF'                         => 'PDF',
54   'Packing List'                => 'Lista de Empaque',
55   'Packing List Date missing!'  => 'Falta Fecha en Nota de Entrega',
56   'Packing List Number missing!' => 'Falta Número en Nota de Entrega',
57   'Part'                        => 'Item',
58   'Phone'                       => 'Teléfono',
59   'Postscript'                  => 'Postscript',
60   'Price'                       => 'Precio',
61   'Printer'                     => 'Impresora',
62   'Project'                     => 'Proyecto',
63   'Purchase Order'              => 'Orden de Compra',
64   'Qty'                         => 'Cnt',
65   'Recd'                        => 'Rec',
66   'Required by'                 => 'Requerido para el',
67   'Sales Order'                 => 'Pedido',
68   'Screen'                      => 'Pantalla',
69   'Select from one of the items below' => 'Seleccione uno de los ítems listados',
70   'Select postscript or PDF!'   => 'Seleccione postscript o PDF',
71   'Sep'                         => 'sep',
72   'September'                   => 'de septiembre',
73   'Service'                     => 'Servicio',
74   'Ship'                        => 'Envíe',
75   'Ship to'                     => 'Envíe a',
76   'Subject'                     => 'Materia',
77   'To'                          => 'Hasta',
78   'Unit'                        => 'Unidad',
79   'What type of item is this?'  => '¿Qué tipo de ítem es éste?',
80   'emailed to'                  => 'enviado por email a',
81   'sent to printer'             => 'enviado a 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;