mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
<?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"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user