mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
add lang fi + fr
This commit is contained in:
17
lang/fi/lang_delete.php
Normal file
17
lang/fi/lang_delete.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
$lang_delete = array
|
||||
(
|
||||
'std_delete_failed' => "Poistaminen epäonnistui!",
|
||||
'std_missing_form_date' => "lomaketiedot puuttuvat",
|
||||
'std_not_owner' => "Et ole omistaja! Miten näin tapahtui?",
|
||||
'std_invalid_reason' => "Virheellinen syy ",
|
||||
'std_describe_violated_rule' => "Kuvailkaa rikkonutta sääntöä.",
|
||||
'std_enter_reason' => "Syötä syy tämän torrentin poistamiseen.",
|
||||
'head_torrent_deleted' => "Torrentti poistettu!",
|
||||
'text_go_back' => "Mene takaisin mistä olet tullut",
|
||||
'text_back_to_index' => "Takaisin indeksiin",
|
||||
'text_torrent_deleted' => "Torrentti poistettu!"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user