mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
18 lines
502 B
PHP
18 lines
502 B
PHP
<?php
|
|
|
|
return [
|
|
'intro' => "Introduction",
|
|
'presupuesto-cliente' => "Cliente budget",
|
|
'presupuesto-administrador' => "Admin budget",
|
|
'pedidos' => "Orders",
|
|
'facturacion' => "Invoice",
|
|
'logistica' => "Logistic",
|
|
'tarifas' => "Tariff",
|
|
'config' => "Configuration",
|
|
'messages' => "Messages",
|
|
'errors' => [
|
|
'publish_before_save' => "You have to save before publish the content"
|
|
],
|
|
'published' => 'Released',
|
|
'not_published' => 'Not released'
|
|
]; |