mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
trabajando tabla tiradas!
This commit is contained in:
28
ci4/app/Language/en/TarifaEncuadernacionTiradas.php
Normal file
28
ci4/app/Language/en/TarifaEncuadernacionTiradas.php
Normal file
@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'id' => 'ID',
|
||||
'moduleTitle' => 'Printings Binding rates',
|
||||
'deleteLine' => 'the selected register',
|
||||
'proveedor' => 'Supplier',
|
||||
'seleccion' => 'Selection',
|
||||
'tiradaMax' => 'Max Printing',
|
||||
'tiradaMin' => 'Min Printing',
|
||||
'validation' => [
|
||||
'error_tirada_overlap' => 'El rango [Tirada Min, Tirada Max] se solapa con otro existente para el tipo seleccionado.',
|
||||
'error_tirada_range' => 'El campo Tirada Min debe ser menor que el campo Tirada Max',
|
||||
'tirada_max' => [
|
||||
'integer' => 'The {field} field must contain a integer number.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'paginas_min' => [
|
||||
'integer' => 'The {field} field must contain a integer number.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
]
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user