CMXX - Translations - updates
This commit is contained in:
59
rmas.php
59
rmas.php
@@ -1,65 +1,6 @@
|
||||
<?php
|
||||
defined(page_security_key) or exit;
|
||||
|
||||
//__________________________________________
|
||||
//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_sw_version_latest = 'Latest software version';
|
||||
$rma_servicereport_latest = 'Servicereport created last 7days';
|
||||
|
||||
$rma_status0_text = 'New';
|
||||
$rma_status1_text = 'In Progress';
|
||||
$rma_status2_text = 'Approved';
|
||||
$rma_status3_text = 'Completed';
|
||||
$rma_status4_text = 'Cancelled';
|
||||
|
||||
$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 = '';
|
||||
//__________________________________________
|
||||
//__________________________________________
|
||||
//__________________________________________
|
||||
|
||||
|
||||
if (debug && debug_id == $_SESSION['id']){
|
||||
ini_set('display_errors', '1');
|
||||
ini_set('display_startup_errors', '1');
|
||||
|
||||
Reference in New Issue
Block a user