mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 11:18:56 +00:00
10 lines
238 B
PHP
10 lines
238 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'category_threads_enabled' => 'Categoria trebuie să aibă fire activat.',
|
|
'category_has_no_threads' => 'Categoria nu trebuie să conțină fire.',
|
|
'category_is_empty' => 'Categoria trebuie să fie gol.',
|
|
|
|
];
|