mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
$lang_takereseed = array
|
||||
(
|
||||
'head_reseed_request' => "Żądanie reseingu!",
|
||||
'std_it_worked' => "To działa! Wiadomość jest wysyłana do użytkowników, którzy zepchnęli ten torrent.",
|
||||
'std_error' => "Błąd",
|
||||
'std_torrent_not_dead' => "Torrent nie jest martwy.",
|
||||
'std_reseed_sent_recently' => "Ktoś już poprosił o resetowanie tego torrenta w ciągu ostatnich 15 minut. Proszę cierpliwie poczekać, aż użytkownicy zresetują.",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user