mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
27 lines
1012 B
PHP
27 lines
1012 B
PHP
<?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"
|
|
);
|
|
|
|
?>
|