mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 19:28:55 +00:00
10 lines
228 B
PHP
10 lines
228 B
PHP
<?php
|
||
|
||
return [
|
||
|
||
'category_threads_enabled' => 'Kategori etkin Konuları olması gerekir.',
|
||
'category_has_no_threads' => 'Kategori konuları içermemelidir.',
|
||
'category_is_empty' => 'Kategori boş olmalıdır.',
|
||
|
||
];
|