mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
ot dev
This commit is contained in:
16
ci4/app/Language/en/Produccion.php
Normal file
16
ci4/app/Language/en/Produccion.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
"ot" => "Orden de trabajo",
|
||||
"ots" => "Órdenes de trabajo",
|
||||
"btn_pedido_produccion_accion" => "Pasar a producción",
|
||||
"datatable" => [
|
||||
"pedido_id"=> "Order ID",
|
||||
"fecha_encuadernacion"=> "Bookbinding date",
|
||||
"cliente"=> "Client",
|
||||
"titulo"=> "Title",
|
||||
"ubicacion"=> "Location",
|
||||
"tirada"=> "Runs",
|
||||
"impresion"=> "Printing",
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user