mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
16 lines
414 B
PHP
Executable File
16 lines
414 B
PHP
Executable File
<?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",
|
|
]
|
|
]; |