Files
nexusphp/lang/el/lang_takereseed.php
2025-05-05 21:27:48 +07:00

13 lines
660 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_takereseed = array
(
'head_reseed_request' => "Αίτημα Ανησυχίας!",
'std_it_worked' => "Λειτουργεί! Ένα μήνυμα αποστέλλεται σε χρήστες που έχουν άρπαξε αυτό το torrent.",
'std_error' => "Σφάλμα",
'std_torrent_not_dead' => "Το χείμαρρο δεν είναι νεκρό.",
'std_reseed_sent_recently' => "Κάποιος ζήτησε ήδη την επανάληψη αυτού του torrent τα τελευταία 15 λεπτά. Παρακαλώ περιμένετε υπομονετικά για τους χρήστες να επανέλθουν.",
);
?>