mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
añadidos entidades y modelos. Hecha lista de todos
This commit is contained in:
27
ci4/app/Language/en/Pedidos.php
Normal file
27
ci4/app/Language/en/Pedidos.php
Normal file
@ -0,0 +1,27 @@
|
||||
<?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',
|
||||
|
||||
'moduleTitle' => 'Orders',
|
||||
'pedido' => 'Order',
|
||||
'pedidos' => 'Orders',
|
||||
'pedidosList' => 'Orders List',
|
||||
|
||||
'validation' => [
|
||||
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user