Files
safekat/ci4/app/Language/en/Pedidos.php
2024-06-13 19:23:50 +02:00

47 lines
1.1 KiB
PHP

<?php
return [
'id' => 'Number',
'fecha' => 'Date',
'fecha_entrega' => 'Delivery Date',
'cliente' => 'Client',
'comercial' => 'Commercial',
'titulo' => 'Title',
'ubicacion' => 'Location',
'inc_rei' => 'Inc/Rei', // This seems to be a specific term, left as is
'num_paginas' => 'Number of Pages',
'tiradas' => 'Print Runs',
'total_presupuesto' => 'Total Budget',
'estado' => 'Status',
'validacion' => 'Validation',
'produccion' => 'Production',
'finalizado' => 'Finished',
'enviado' => 'Sent',
'cancelado' => 'Cancelled',
'datosPedido' => 'Order Details',
'totales' => 'Totales',
'total_precio' => 'Total price',
"total_tirada" => 'Total print',
'fechas' => "Dates",
'fecha_entrega_real' => 'Actual Delivery Date',
'fecha_impresion' => 'Printing Date',
'fecha_encuadernado' => 'Binding Date',
'fecha_entrega_externo' => 'External Delivery Date',
'lineas' => 'Lines',
'moduleTitle' => 'Orders',
'pedido' => 'Order',
'pedidos' => 'Orders',
'pedidosList' => 'Orders List',
'validation' => [
],
];