mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 22:20:57 +08:00
12 lines
383 B
PHP
12 lines
383 B
PHP
<?php
|
|
|
|
$lang_takeedit = array
|
|
(
|
|
'std_edit_failed' => "Muokkaus epäonnistui!",
|
|
'std_missing_form_data' => "lomaketiedot puuttuvat",
|
|
'std_not_owner' => "Et ole omistaja! Miten näin tapahtui?",
|
|
'std_nfo_too_big' => "NFO on liian suuri! Max 65,535 tavua.",
|
|
'std_cannot_move_torrent' => "Sinulla ei ole lupaa siirtää torrentteja toiseen osioon. BTW, miten saat täältä?"
|
|
);
|
|
|
|
?>
|