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,12 @@
|
||||
<?php
|
||||
|
||||
$lang_takeedit = array
|
||||
(
|
||||
'std_edit_failed' => "Edycja nieudana!",
|
||||
'std_missing_form_data' => "brakujące dane formularza",
|
||||
'std_not_owner' => "Nie jesteś właścicielem! Jak to się stało?",
|
||||
'std_nfo_too_big' => "NFO jest za duże! Maksymalnie 65,535 bajtów.",
|
||||
'std_cannot_move_torrent' => "Nie masz uprawnień do przenoszenia torrentów do innej sekcji. BTW, jak tu dotrzeć?"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user