Files
nexusphp/lang/ru/lang_takeedit.php
2025-04-22 19:35:05 +07:00

12 lines
556 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
$lang_takeedit = array
(
'std_edit_failed' => "Не удалось изменить!",
'std_missing_form_data' => "отсутствуют данные формы",
'std_not_owner' => "Вы не владелец! Как это случилось?",
'std_nfo_too_big' => "НФО слишком большое! Максимум 65,535 байт.",
'std_cannot_move_torrent' => "У вас нет разрешения на перемещение торрентов в другой раздел. BTW, как вы получаете здесь?"
);
?>