mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
10 lines
226 B
PHP
10 lines
226 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'category_threads_enabled' => 'U kategoriji moraju biti omogućene teme.',
|
|
'category_has_no_threads' => 'Kategorija ne sme da ima teme.',
|
|
'category_is_empty' => 'Kategorija mora biti prazna.',
|
|
|
|
];
|