mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
15 lines
834 B
PHP
15 lines
834 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Handige bronnen',
|
|
'description' => 'Vind hulp en ontdek functies met deze handige bronnen.',
|
|
'documentation_link' => 'OpenClassify-documentatie',
|
|
'documentation_description' => 'Zoek documentatie voor OpenClassify, ontwikkel add-ons en gebruik ook add-ons.',
|
|
'slack_link' => 'Slack Team',
|
|
'slack_description' => 'Vind en communiceer met andere OpenClassify-gebruikers en ontwikkelaars.',
|
|
'forum_link' => 'Discussieforum',
|
|
'forum_description' => 'Vind antwoorden en stel vragen over het gebruik en de ontwikkeling met OpenClassify.',
|
|
'addons_link' => 'Beschikbare add-ons',
|
|
'addons_description' => 'Ontdek add-ons die beschikbaar zijn voor OpenClassify.',
|
|
];
|