mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
wiki features
This commit is contained in:
18
ci4/app/Language/en/Wiki.php
Normal file
18
ci4/app/Language/en/Wiki.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?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'
|
||||
];
|
||||
18
ci4/app/Language/es/Wiki.php
Normal file
18
ci4/app/Language/es/Wiki.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'intro' => "Introducción",
|
||||
'presupuesto-cliente' => "Presupuesto cliente",
|
||||
'presupuesto-administrador' => "Presupuesto admin",
|
||||
'pedidos' => "Pedidos",
|
||||
'facturacion' => "Facturación",
|
||||
'logistica' => "Logística",
|
||||
'tarifas' => "Tarifas",
|
||||
'config' => "Configuración",
|
||||
'messages' => "Mensajería",
|
||||
'errors' => [
|
||||
'publish_before_save' => "Es necesario guardar antes de publicar"
|
||||
],
|
||||
'published' => 'Publicado',
|
||||
'not_published' => 'Sin publicar'
|
||||
];
|
||||
Reference in New Issue
Block a user