mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
27 lines
874 B
PHP
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: </b>",
|
|
'text_topic' => "<b>Ämne: </b>",
|
|
'text_post' => "<b>inlägg: </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: </b>",
|
|
'text_comment' => "<b>Kommentar: ",
|
|
'std_history_error' => "Fel i historik",
|
|
'std_unkown_action' => "Okänd åtgärd",
|
|
'std_invalid_or_no_query' => "Ogiltig eller ingen fråga."
|
|
);
|
|
|
|
?>
|