openclassify/addons/default/visiosoft/defaultadmin-theme/resources/lang/fa/help.php
2020-05-12 13:11:40 +03:00

15 lines
818 B
PHP

<?php
return [
'title' => 'Helpful Resources',
'description' => 'Find help and discover features with these helpful resources.',
'documentation_link' => 'OpenClassify Documentation',
'documentation_description' => 'Find documentation for OpenClassify, developing addons, and using addons too.',
'slack_link' => 'Slack Team',
'slack_description' => 'Find and communicate with other OpenClassify users and developers.',
'forum_link' => 'Discussion Forum',
'forum_description' => 'Find answers and post questions about using and developing with OpenClassify.',
'addons_link' => 'Available Addons',
'addons_description' => 'Discover addons available for OpenClassify.',
];