mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 04:20:49 +08:00
add lang fi + fr
This commit is contained in:
26
lang/fi/lang_moforums.php
Normal file
26
lang/fi/lang_moforums.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
$lang_moforums = array
|
||||
(
|
||||
'head_overforum_management' => "Overforum Hallinta",
|
||||
'text_forum_management' => "Foorumin Hallinta",
|
||||
'text_overforum_management' => "Overforum Hallinta",
|
||||
'col_name' => "Nimi",
|
||||
'col_viewed_by' => "Katsottu",
|
||||
'col_modify' => "Muokkaa",
|
||||
'text_edit' => "Muokkaa",
|
||||
'text_delete' => "Poista",
|
||||
'js_sure_to_delete_overforum' => "Oletko varma, että haluat poistaa tämän ylifoorumin?",
|
||||
'text_no_records_found' => "Valitettavasti tietueita ei löytynyt!",
|
||||
'text_new_overforum' => "Uusi Ylifoorumi",
|
||||
'text_overforum_name' => "Ylifoorumin nimi",
|
||||
'text_overforum_description' => "Päällekkäinen kuvaus",
|
||||
'text_minimum_view_permission' => "Miniminäkymän käyttöoikeus",
|
||||
'text_overforum_order' => "Overforum tilaus",
|
||||
'text_overforum_order_note' => "Järjestä numeron mukaan ylöspäin. Se on, 0 näyttää ylimpänä",
|
||||
'submit_make_overforum' => "Tee Ylifoorumi",
|
||||
'text_edit_overforum' => "Muokkaa Ylifoorumia",
|
||||
'submit_edit_overforum' => "Muokkaa Ylifoorumia"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user