mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-18 13:03:29 -05:00
10 lines
171 B
PHP
10 lines
171 B
PHP
<?php
|
|
|
|
return [
|
|
'new_comment' => 'New Comment',
|
|
'send_comment' => 'Send Comment',
|
|
'reset' => 'Reset',
|
|
'revert' => 'Revert',
|
|
'approve' => 'Approve',
|
|
];
|