mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
13 lines
470 B
PHP
13 lines
470 B
PHP
<?php
|
|
|
|
$lang_takereseed = array
|
|
(
|
|
'head_reseed_request' => "Palautettu Pyynnö!",
|
|
'std_it_worked' => "Se toimii! Viesti lähetetään käyttäjille, jotka ovat napanneet tämän torrentin.",
|
|
'std_error' => "Virhe",
|
|
'std_torrent_not_dead' => "Torrentti ei ole kuollut.",
|
|
'std_reseed_sent_recently' => "Joku on jo pyytänyt torrenttia uudelleen viimeisten 15 minuutin aikana. Ole hyvä ja odota kärsivällisesti, että käyttäjät voivat nousta uudelleen.",
|
|
);
|
|
|
|
?>
|