mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-03 11:49:03 +00:00
10 lines
239 B
PHP
10 lines
239 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'category_threads_enabled' => 'La categoría debe tener hilos habilitados.',
|
|
'category_has_no_threads' => 'La categoría no debe contener hilos.',
|
|
'category_is_empty' => 'La categoría debe estar vacía.',
|
|
|
|
];
|