Files
nexusphp/lang/sv/lang_moforums.php
2025-04-22 19:35:05 +07:00

27 lines
1008 B
PHP

<?php
$lang_moforums = array
(
'head_overforum_management' => "Overforum Hantering",
'text_forum_management' => "Hantering av forum",
'text_overforum_management' => "Overforum Hantering",
'col_name' => "Namn",
'col_viewed_by' => "Visad av",
'col_modify' => "Ändra",
'text_edit' => "Redigera",
'text_delete' => "Radera",
'js_sure_to_delete_overforum' => "Är du säker på att du vill ta bort detta överforum?",
'text_no_records_found' => "Tyvärr, inga poster hittades!",
'text_new_overforum' => "Nytt överforum",
'text_overforum_name' => "Överforums namn",
'text_overforum_description' => "Overforum beskrivning",
'text_minimum_view_permission' => "Minsta visningsbehörighet",
'text_overforum_order' => "Överforums beställning",
'text_overforum_order_note' => "Ordning efter nummer stigande. Det vill säga, 0 visas högst upp",
'submit_make_overforum' => "Skapa överforum",
'text_edit_overforum' => "Redigera överforum",
'submit_edit_overforum' => "Redigera överforum"
);
?>