mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
$lang_fastdelete = array
|
||||
(
|
||||
'std_delete_failed' => "Usunięcie nie powiodło się!",
|
||||
'std_missing_form_data' => "brakujące dane formularza",
|
||||
'text_no_permission' => "Nie masz uprawnień do usunięcia tego torrenta, tylko moderatorzy lub nowsi mogą to zrobić. Skontaktuj się z jednym jeśli jest to twój torrent i chcesz go usunąć.\n",
|
||||
'std_delete_torrent' => "Usuń torrent",
|
||||
'std_delete_torrent_note' => "Sprawdzanie sanitarne: Zamierzasz usunąć torrent. Kliknij",
|
||||
'std_here_if_sure' => " tutaj</a> jeśli jesteś pewien."
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user