mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
33 lines
754 B
PHP
33 lines
754 B
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',
|
|
|
|
'moduleTitle' => 'Orders',
|
|
'pedido' => 'Order',
|
|
'pedidos' => 'Orders',
|
|
'pedidosList' => 'Orders List',
|
|
|
|
'validation' => [
|
|
|
|
],
|
|
]; |