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

11 lines
338 B
PHP

<?php
$lang_takeflush = array
(
'std_failed' => "Неудачный",
'std_success' => "Успешно",
'std_ghost_torrents_cleaned' => "The hotel was very clean and the staff were very friendly.",
'std_cannot_flush_others' => "Вы можете очистить только свои собственные торренты"
);
?>