CMXX - Translations - updates

This commit is contained in:
“VeLiTi”
2025-01-09 14:45:23 +01:00
parent 30b60c8652
commit e3d2b4e768
13 changed files with 670 additions and 217 deletions

56
rma.php
View File

@@ -6,63 +6,7 @@ if (debug && debug_id == $_SESSION['id']){
ini_set('display_startup_errors', '1');
error_reporting(E_ALL);
}
//__________________________________________
//MOVE TO TRANSLATION FILES:
//__________________________________________
$button_create_rma = 'Create RMA';
//RMA
$rmas_h2 = 'Return Material';
$rmas_p = 'View, manage, and search RMA details.';
$rma_h2 = 'Return Material Request';
$message_rma_1 = 'RMA created successfully!';
$message_rma_2 = 'RMA updated successfully!';
$message_rma_3 = 'RMA deleted successfully!';
$message_no_rma = 'There is no RMA';
$rma_search = 'Search RMA...';
$rma_rowID = 'Request number';
$rma_status = 'Status';
$rma_status0_text = 'New';
$rma_status1_text = 'In Progress';
$rma_status2_text = 'Approved';
$rma_status3_text = 'Completed';
$rma_status4_text = 'Cancelled';
$rma_sw_version_latest = 'Latest software version';
$rma_servicereport_latest = 'Servicereport created last 7days';
$rma_information = 'RMA information';
$rma_return_reason = 'Return reason';
$rma_return_reason0_text = '';
$rma_return_reason1_text = '';
$rma_return_reason2_text = '';
$rma_return_reason3_text = '';
$rma_return_reason4_text = '';
$rma_return_reason5_text = '';
$rma_return_reasons_notes = 'Return reason notes';
$rma_return_tab1 = 'Return reason';
$rma_return_tab2 = 'Questions';
$rma_question_allowed_label1 = 'Yes';
$rma_question_allowed_label2 = 'No';
$rma_question_header_1 = '';
$rma_question_1 = 'Batteries working?';
$rma_question_2 = 'Button correctly working';
$rma_question_3 = '';
$rma_question_4 = '';
$rma_question_5 = '';
$rma_question_6 = '';
$rma_question_7 = '';
//__________________________________________
//__________________________________________
//__________________________________________
include_once './assets/functions.php';
include_once './settings/settings.php';
include_once './settings/systemrma.php';