<?php
/*
+---------------------------------------------------------------------------
|   MyNetwork Profile System
|   =============================================
|   by Tom Moore (www.xekko.co.uk)
|   Copyright 2010 Mooseypx Design / Xekko
|   =============================================
+---------------------------------------------------------------------------
|   > $Id: $
+---------------------------------------------------------------------------
*/

$l['ps_profile'] = "{1}'s Profile";
$l['ps_about_user'] = "All about {1}...";
$l['ps_additional_info'] = "Additional Info";
$l['ps_about_me'] = "About Me";
$l['ps_colon'] = ":";
$l['ps_status'] = "Status";
$l['ps_birthday'] = "Birthday";
$l['ps_not_known'] = "Unknown";
$l['ps_birthdayhidden'] = "Hidden";
$l['ps_membdayage'] = "({1} years old)";
$l['ps_timeonline'] = "Time Online";
$l['ps_posts'] = "Posts";
$l['ps_ppd_percent_total'] = "{1} posts per day ({2}% of all posts)";
$l['ps_users_signature'] = "{1}'s Signature";
$l['ps_users_forum_info'] = "Forum Info";
$l['ps_joined'] = "Joined";
$l['ps_lastvisit'] = "Last Visit";
$l['ps_localtime'] = "Local Time";
$l['ps_warning_level'] = "Warning Level";
$l['ps_warn'] = "Warn";
$l['ps_contact_info'] = "Contact Info";
$l['ps_message'] = "Message";
$l['ps_send_message'] = "Send a Private Message";
$l['ps_email'] = "Email";
$l['ps_send_email'] = "Send an Email";
$l['ps_icq'] = "ICQ";
$l['ps_aim'] = "AIM";
$l['ps_yahoo_id'] = "Yahoo ID";
$l['ps_live'] = "Live ID";
$l['ps_homepage'] = "Homepage";
$l['ps_referrals'] = "Referrals";
$l['ps_admin_options'] = "Admin Options";
$l['ps_admin_edit_in_acp'] = "Edit via the ACP";
$l['ps_admin_ban_in_acp'] = "Ban via the ACP";
$l['ps_mod_options'] = "Moderator Options";
$l['ps_edit_in_mcp'] = "Edit via the Mod CP";
$l['ps_ban_in_mcp'] = "Ban via the Mod CP";
$l['ps_edit_usernotes'] = "Edit User Notes";
$l['ps_reputation'] = "Reputation";
$l['ps_reputation_vote'] = "Rate";
$l['ps_reputation_details'] = "Details";
$l['ps_post'] = "post";
$l['ps_posts_string'] = "posts";
$l['ps_reply'] = "reply";
$l['ps_replies'] = "replies";
$l['ps_views'] = "views";
$l['ps_view'] = "view";
$l['ps_star'] = "star";
$l['ps_stars'] = "stars";
$l['ps_vote'] = "vote";
$l['ps_votes'] = "votes";
$l['ps_no_profile_bio'] = "{1} hasn't written anything about themselves yet...";

$l['ps_user_posts'] = "{1}'s latest Posts...";
$l['ps_visit_thread_post'] = "Go to the Post in it's Thread";
$l['ps_thread_read_more'] = "[ <em><a href=\"{1}\">Visit the Thread</a> to read more</em> ]";
$l['ps_user_threads'] = "{1}'s latest Threads...";
$l['ps_visit_thread'] = "Go to this Thread";
$l['ps_thread_lastpost'] = "Lastpost";
$l['ps_thread_views_replies'] = "{1} {2} &middot; {3} {4}";
$l['ps_threads_statistics'] = "Thread Statistics";
$l['ps_threads_created'] = "Threads";
$l['ps_threads_most_views'] = "Most Viewed Thread";
$l['ps_threads_most_replied'] = "Most Replied To Thread";
$l['ps_threads_highest_rated'] = "Highest Rated Thread";
$l['ps_most_viewed_thread_counters'] = "({1} {2})";
$l['ps_most_viewed_thread_stars'] = "({1} {2} &middot; {3} {4})";
$l['ps_post_statistics'] = "Post Statistics";
$l['ps_posts_per_day'] = "Posts Per Day";
$l['ps_highest_rated_post'] = "Highest Rated Post";
$l['ps_highest_rated_post_post'] = "<a href=\"{2}#pid{1}\">Post #{1} - {3}</a>";
$l['ps_highest_rated_post_rating'] = "({1})";
$l['ps_most_posted_forum'] = "Favourite Forum";
$l['ps_favourite_forum_forum'] = "<a href=\"{1}\">{2}</a>";
$l['ps_favourite_forum_posts'] = "{1} {2}";
$l['ps_favourite_forum_percent'] = " ({1}%)";
$l['ps_find_all_posts'] = "Find All Posts";
$l['ps_find_more_posts'] = "Find More Posts";
$l['ps_find_all_threads'] = "Find All Threads";
$l['ps_find_more_threads'] = "Find More Threads";

$l['ps_error_no_latest_posts_title'] = "Error";
$l['ps_error_no_latest_posts_message'] = "{1} hasn't made any posts yet, so no posts can be displayed...";
$l['ps_error_no_latest_threads_title'] = "Error";
$l['ps_error_no_latest_threads_message'] = "{1} hasn't started any threads...";
?>