mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
add lang fi + fr
This commit is contained in:
41
lang/fi/lang_reports.php
Normal file
41
lang/fi/lang_reports.php
Normal file
@@ -0,0 +1,41 @@
|
||||
<?php
|
||||
|
||||
$lang_reports = array
|
||||
(
|
||||
'std_oho' => "Oho!",
|
||||
'std_no_report' => "Ei raporttia.",
|
||||
'head_reports' => "Raportit",
|
||||
'text_reports' => "Raportit",
|
||||
'col_added' => "Lisätty",
|
||||
'col_reporter' => "Raportoija",
|
||||
'col_reporting' => "Raportointi",
|
||||
'col_type' => "Tyyppi",
|
||||
'col_reason' => "Syy",
|
||||
'col_dealt_with' => "Dealt Kanssa",
|
||||
'col_action' => "Laki",
|
||||
'text_yes' => "Kyllä",
|
||||
'text_no' => "Ei",
|
||||
'text_torrent' => "Torrentti",
|
||||
'text_torrent_does_not_exist' => "Torrenttia ei ole olemassa tai se on poistettu.",
|
||||
'text_user' => "Käyttäjä",
|
||||
'text_user_does_not_exist' => "Käyttäjää ei ole olemassa tai se on poistettu.",
|
||||
'text_offer' => "Tarjous",
|
||||
'text_offer_does_not_exist' => "Tarjousta ei ole olemassa tai se on poistettu.",
|
||||
'text_forum_post' => "Foorumin Viesti",
|
||||
'text_post_does_not_exist' => "Foorumiviestiä ei ole olemassa tai se on poistettu.",
|
||||
'text_post_id' => "Viestin Tunnus ",
|
||||
'text_of_topic' => " aiheeseen ",
|
||||
'text_by' => " mennessä ",
|
||||
'text_comment' => "Kommentti",
|
||||
'text_comment_does_not_exist' => "Kommenttia ei ole olemassa tai se on poistettu.",
|
||||
'text_of_torrent' => " torrentti ",
|
||||
'text_of_offer' => " tarjous ",
|
||||
'text_comment_id' => "Kommentin Tunniste ",
|
||||
'text_subtitle' => "Tekstitys",
|
||||
'text_subtitle_does_not_exist' => "Tekstitystä ei ole olemassa tai se on poistettu.",
|
||||
'text_for_torrent_id' => " torrent ID ",
|
||||
'submit_set_dealt' => "Aseta Dealtti",
|
||||
'submit_delete' => "Poista",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user