mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
14 lines
193 B
PHP
14 lines
193 B
PHP
<?php
|
|
|
|
return [
|
|
'notify' => [
|
|
'title' => 'يخطر',
|
|
],
|
|
'smsnotify' => [
|
|
'title' => 'Smsnotify',
|
|
],
|
|
'template' => [
|
|
'title' => 'قالب',
|
|
],
|
|
];
|