Files
godot-question2answer/qa-plugin/q2a-code-prettify/qa-code-prettify-lang-default.php
Emi 07ec659385 Importing project into Git
This project lived only on the server without version control. This is now the starting point for the repository.
2023-05-23 20:03:24 +02:00

17 lines
382 B
PHP

<?php
if (!defined('QA_VERSION')) { // don't allow this page to be requested directly from browser
header('Location: ../../');
exit;
}
return array(
/*languages for admin panel*/
'enable' => 'Enable the Google Code Prettifier Plugin' ,
'select_a_theme' => 'Select a prettifier theme ' ,
);
/*
Omit PHP closing tag to help avoid accidental output
*/