CMXX - Initial translation engine

This commit is contained in:
“VeLiTi”
2025-01-08 13:20:09 +01:00
parent 2c44556567
commit 30b60c8652
7 changed files with 457 additions and 14 deletions

View File

@@ -16,7 +16,7 @@ $sales_sub = array('accounts','contracts');
$products_sub = array('products');
$admin_sub = array('users','communications','partners');
$reporting_sub = array('report_build','report_contracts_billing','report_healthindex','report_usage');
$settings_sub = array('config','language','logfile','maintenance','profiles');
$settings_sub = array('config','translations','logfile','maintenance','profiles');
//URLS
$urls = array(
@@ -122,11 +122,11 @@ $urls = array(
"icon" => "fas fa-tools",
"name" => "menu_config"
),
"language" => array(
"url" => "language",
"selected" => "language",
"translations" => array(
"url" => "translations",
"selected" => "translations",
"icon" => "fas fa-tachometer-alt",
"name" => "menu_language"
"name" => "menu_translations"
),
"logfile" => array(
"url" => "logfile",
@@ -218,6 +218,7 @@ $page_rows_cartest = 25 ;// list contracts
$page_rows_equipment_servicereporst = 5 ;// Number of service reports on equipment
$page_rows_changelog = 50 ;// Number of changelogs returned
$page_rows_rma = 25; // list RMA
$page_rows_translations = 50; //list translation variables
//------------------------------------------
// Languages supported