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

27 lines
874 B
PHP

<?php
$lang_userhistory = array
(
'std_error' => "Fel",
'std_permission_denied' => "Åtkomst nekad",
'std_no_posts_found' => "Inga inlägg hittades",
'head_posts_history' => "Inlägg historik",
'text_posts_history_for' => "Posta historik för ",
'text_forum' => "<b>Forum:&nbsp;</b>",
'text_topic' => "<b>Ämne:&nbsp;</b>",
'text_post' => "<b>inlägg:&nbsp;</b>",
'text_new' => "NY!",
'text_last_edited' => "Senast redigerad av ",
'text_at' => " vid ",
'std_no_comments_found' => "Inga kommentarer hittades",
'head_comments_history' => "Kommentarer historik",
'text_comments_history_for' => "Kommentarer historik för ",
'text_torrent' => "<b>Torrent:&nbsp;</b>",
'text_comment' => "<b>Kommentar:&nbsp;",
'std_history_error' => "Fel i historik",
'std_unkown_action' => "Okänd åtgärd",
'std_invalid_or_no_query' => "Ogiltig eller ingen fråga."
);
?>