mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
27 lines
830 B
PHP
27 lines
830 B
PHP
<?php
|
|
|
|
$lang_userhistory = array
|
|
(
|
|
'std_error' => "Error",
|
|
'std_permission_denied' => "Permission denied",
|
|
'std_no_posts_found' => "No posts found",
|
|
'head_posts_history' => "Posts history",
|
|
'text_posts_history_for' => "Post history for ",
|
|
'text_forum' => "<b>Forum: </b>",
|
|
'text_topic' => "<b>Topic: </b>",
|
|
'text_post' => "<b>Post: </b>",
|
|
'text_new' => "NEW!",
|
|
'text_last_edited' => "Last edited by ",
|
|
'text_at' => " at ",
|
|
'std_no_comments_found' => "No comments found",
|
|
'head_comments_history' => "Comments history",
|
|
'text_comments_history_for' => "Comments history for ",
|
|
'text_torrent' => "<b>Torrent: </b>",
|
|
'text_comment' => "<b>Comment: ",
|
|
'std_history_error' => "History Error",
|
|
'std_unkown_action' => "Unknown action",
|
|
'std_invalid_or_no_query' => "Invalid or no query."
|
|
);
|
|
|
|
?>
|