Files
safekat/ci4/app/Language/en/Wiki.php
2025-02-25 18:41:59 +01:00

23 lines
639 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",
'save' => "Save",
'release' => "Release",
'preview' => "Preview",
'edit' => "Edit",
'new_section' => "New section",
'errors' => [
'publish_before_save' => "You have to save before publish the content"
],
'published' => 'Released',
'not_published' => 'Not released'
];