8 lines
111 B
PHP
8 lines
111 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
|
||
|
'all' => 'Tüm Kategoriler',
|
||
|
'all_types' => 'Tümü'
|
||
|
];
|