mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 00:01:21 +00:00
10 lines
232 B
PHP
10 lines
232 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'category_threads_enabled' => 'A categoria deve ter tópicos ativado.',
|
|
'category_has_no_threads' => 'A categoria não deve conter tópicos.',
|
|
'category_is_empty' => 'A categoria deve estar vazia.',
|
|
|
|
];
|