mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
10 lines
231 B
PHP
10 lines
231 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'category_threads_enabled' => 'The category must have threads enabled.',
|
|
'category_has_no_threads' => 'The category must not contain threads.',
|
|
'category_is_empty' => 'The category must be empty.',
|
|
|
|
];
|