CMXX - Initial translation engine
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user