mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
11 lines
358 B
PHP
Executable File
11 lines
358 B
PHP
Executable File
<?php
|
|
|
|
|
|
|
|
return [
|
|
'papel_impresion_maquinas' => 'Printing papers',
|
|
'activo' => 'Active',
|
|
'gramaje_duplicado' => 'It can not be selected two pieces of paper with the same grammage',
|
|
'sureToChangeRotativaTitle' => 'Are you sure to change this option?',
|
|
'sureToChangeRotativaText' => 'This operation can\'t undone and the paper list will change.',
|
|
]; |