add some time-worked reporting
[freeside.git] / sql-ledger / locale / sv / io
1 $self{texts} = {
2   'Add Purchase Order'          => 'Agregar Orden de Compra',
3   'Add Sales Order'             => 'Agregar Nota de Remisión',
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   'Date'                        => 'Fecha',
17   'Dec'                         => 'Dic',
18   'December'                    => 'Diciembre',
19   'Delivery Date'               => 'Fecha de Entrega',
20   'Description'                 => 'Descripción',
21   'E-mail'                      => 'Correo Electrónico',
22   'E-mail address missing!'     => 'Falta E-mail!',
23   'Extended'                    => 'Extendido',
24   'Fax'                         => 'Fax',
25   'Feb'                         => 'Feb',
26   'February'                    => 'Febrero',
27   'Group'                       => 'Grupo',
28   'Group Items'                 => 'Elementos de Grupo',
29   'In-line'                     => 'En linea',
30   'Invoice'                     => 'Factura',
31   'Invoice Date missing!'       => 'Falta la Fecha de la Factura!',
32   'Invoice Number missing!'     => 'Falta el Número de Factura!',
33   'Item not on file!'           => '¡El artículo no se encuentra en archivo!',
34   'Jan'                         => 'Ene',
35   'January'                     => 'Enero',
36   'Jul'                         => 'Jul',
37   'July'                        => 'Julio',
38   'Jun'                         => 'Jun',
39   'June'                        => 'Junio',
40   'Mar'                         => 'Mar',
41   'March'                       => 'Marzo',
42   'May'                         => 'May',
43   'May '                        => 'Mayo',
44   'Message'                     => 'Mensaje',
45   'No.'                         => ' No ',
46   'Nov'                         => 'Nov',
47   'November'                    => 'Noviembre',
48   'Number'                      => 'Número',
49   'Number missing in Row'       => 'No se encuentra el número en la fila',
50   'Oct'                         => 'Oct',
51   'October'                     => 'Octubre',
52   'Order Date missing!'         => 'No se encuentra la fecha de orden!',
53   'Order Number missing!'       => 'No se encuentra el número de orden!',
54   'PDF'                         => 'PDF',
55   'Packing List'                => 'Lista de Empaque',
56   'Packing List Date missing!'  => '!Falta fecha en lista de empaque!',
57   'Packing List Number missing!' => '!Falta nzmero en lista de empaque!',
58   'Part'                        => 'Partes',
59   'Phone'                       => 'Teléfono',
60   'Postscript'                  => 'Postscript',
61   'Price'                       => 'Precio',
62   'Project'                     => 'Proyecto',
63   'Purchase Order'              => 'Orden de Compra',
64   'Qty'                         => 'Cant.',
65   'Recd'                        => 'Rec',
66   'Required by'                 => 'Requerido por',
67   'Sales Order'                 => 'Orden de venta',
68   'Screen'                      => 'Pantalla',
69   'Select from one of the items below' => 'Seleccione uno de los elementos',
70   'Sep'                         => 'Sep',
71   'September'                   => 'Septiembre',
72   'Service'                     => 'Servicio',
73   'Ship'                        => 'Envíe',
74   'Ship to'                     => 'Envíe a',
75   'Subject'                     => 'Asunto',
76   'Subtotal'                    => 'Subtotal',
77   'To'                          => 'Hasta ',
78   'Unit'                        => 'Unidad',
79   'What type of item is this?'  => '¿Que tipo de Item es este?',
80 };
81
82 $self{subs} = {
83   'calc_markup'                 => 'calc_markup',
84   'check_form'                  => 'check_form',
85   'create_form'                 => 'create_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   'post_as_new'                 => 'post_as_new',
94   'print'                       => 'print',
95   'print_form'                  => 'print_form',
96   'print_options'               => 'print_options',
97   'purchase_order'              => 'purchase_order',
98   'quotation'                   => 'quotation',
99   'rfq'                         => 'rfq',
100   'sales_order'                 => 'sales_order',
101   'select_item'                 => 'select_item',
102   'send_email'                  => 'send_email',
103   'ship_to'                     => 'ship_to',
104   'validate_items'              => 'validate_items',
105   'vendor_details'              => 'vendor_details',
106   'continuar'                   => 'continue',
107 };
108
109 1;