Create information area for bug reports or errors to the Support Team (#6876)
* initial commit for system information bug report data * add javascript to copy to clipboard * add javascript to copy to clipboard * Update copy_to_clipboard.js * Update system.php * Update app_languages.php Add other languages * move function file to resources/functions directory * use the array returned from system_information function * Update app_languages.php * update path locations * remove require files * Merge origin/create_json_page_for_bug_report into create_json_page_for_bug_report
This commit is contained in:
@@ -771,4 +771,76 @@ $text['header-sys-status']['zh-cn'] = "系统状况";
|
||||
$text['header-sys-status']['ja-jp'] = "システムステータス";
|
||||
$text['header-sys-status']['ko-kr'] = "시스템 상태";
|
||||
|
||||
$text['label-support']['en-us'] = "Support Information";
|
||||
$text['label-support']['en-gb'] = "Support Information";
|
||||
$text['label-support']['ar-eg'] = "";
|
||||
$text['label-support']['de-at'] = "";
|
||||
$text['label-support']['de-ch'] = "";
|
||||
$text['label-support']['de-de'] = "";
|
||||
$text['label-support']['es-cl'] = "";
|
||||
$text['label-support']['es-mx'] = "";
|
||||
$text['label-support']['fr-ca'] = "";
|
||||
$text['label-support']['fr-fr'] = "";
|
||||
$text['label-support']['he-il'] = "";
|
||||
$text['label-support']['it-it'] = "";
|
||||
$text['label-support']['nl-nl'] = "";
|
||||
$text['label-support']['pl-pl'] = "";
|
||||
$text['label-support']['pt-br'] = "";
|
||||
$text['label-support']['pt-pt'] = "";
|
||||
$text['label-support']['ro-ro'] = "";
|
||||
$text['label-support']['ru-ru'] = "";
|
||||
$text['label-support']['sv-se'] = "";
|
||||
$text['label-support']['uk-ua'] = "";
|
||||
$text['label-support']['zh-cn'] = "";
|
||||
$text['label-support']['ja-jp'] = "";
|
||||
$text['label-support']['ko-kr'] = "";
|
||||
|
||||
$text['label-json']['en-us'] = "JSON";
|
||||
$text['label-json']['en-gb'] = "JSON";
|
||||
$text['label-json']['ar-eg'] = "JSON";
|
||||
$text['label-json']['de-at'] = "JSON";
|
||||
$text['label-json']['de-ch'] = "JSON";
|
||||
$text['label-json']['de-de'] = "JSON";
|
||||
$text['label-json']['es-cl'] = "JSON";
|
||||
$text['label-json']['es-mx'] = "JSON";
|
||||
$text['label-json']['fr-ca'] = "JSON";
|
||||
$text['label-json']['fr-fr'] = "JSON";
|
||||
$text['label-json']['he-il'] = "JSON";
|
||||
$text['label-json']['it-it'] = "JSON";
|
||||
$text['label-json']['nl-nl'] = "JSON";
|
||||
$text['label-json']['pl-pl'] = "JSON";
|
||||
$text['label-json']['pt-br'] = "JSON";
|
||||
$text['label-json']['pt-pt'] = "JSON";
|
||||
$text['label-json']['ro-ro'] = "JSON";
|
||||
$text['label-json']['ru-ru'] = "JSON";
|
||||
$text['label-json']['sv-se'] = "JSON";
|
||||
$text['label-json']['uk-ua'] = "JSON";
|
||||
$text['label-json']['zh-cn'] = "JSON";
|
||||
$text['label-json']['ja-jp'] = "JSON";
|
||||
$text['label-json']['ko-kr'] = "JSON";
|
||||
|
||||
$text['label-copy_to_clipboard']['en-us'] = "Copy to Clipboard";
|
||||
$text['label-copy_to_clipboard']['en-gb'] = "Copy to Clipboard";
|
||||
$text['label-copy_to_clipboard']['ar-eg'] = "";
|
||||
$text['label-copy_to_clipboard']['de-at'] = "";
|
||||
$text['label-copy_to_clipboard']['de-ch'] = "";
|
||||
$text['label-copy_to_clipboard']['de-de'] = "";
|
||||
$text['label-copy_to_clipboard']['es-cl'] = "";
|
||||
$text['label-copy_to_clipboard']['es-mx'] = "";
|
||||
$text['label-copy_to_clipboard']['fr-ca'] = "";
|
||||
$text['label-copy_to_clipboard']['fr-fr'] = "";
|
||||
$text['label-copy_to_clipboard']['he-il'] = "";
|
||||
$text['label-copy_to_clipboard']['it-it'] = "";
|
||||
$text['label-copy_to_clipboard']['nl-nl'] = "";
|
||||
$text['label-copy_to_clipboard']['pl-pl'] = "";
|
||||
$text['label-copy_to_clipboard']['pt-br'] = "";
|
||||
$text['label-copy_to_clipboard']['pt-pt'] = "";
|
||||
$text['label-copy_to_clipboard']['ro-ro'] = "";
|
||||
$text['label-copy_to_clipboard']['ru-ru'] = "";
|
||||
$text['label-copy_to_clipboard']['sv-se'] = "";
|
||||
$text['label-copy_to_clipboard']['uk-ua'] = "";
|
||||
$text['label-copy_to_clipboard']['zh-cn'] = "";
|
||||
$text['label-copy_to_clipboard']['ja-jp'] = "";
|
||||
$text['label-copy_to_clipboard']['ko-kr'] = "";
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user