'Edit Here', * * - Example 2 - * Old: 'advertisement' => 'Advertisement', * New: 'advertisement' => 'Sponsored Links', * * */ $ot_lang = array( // Date Format 'date_format' => 'F j, Y', // Header 'header_home' => 'Home', 'header_search' => 'Search...', // Header for the Featured Video Box 'featured_video' => 'Featured Video', // Header for the Advertisement Box 'advertisement' => 'Advertisement', // Header for the Hot Conversation Box 'hot_conversation' => 'Hot Conversation', // Header and Text for the Subscribe Box 'subscribe' => 'Subscribe', 'subscribe_detail' => 'Want it delivered? Subscribe to the RSS feed and get site updates immediately.', // Widgets 'tag_cloud' => 'Tag Cloud', 'search' => 'Search', // Author Details 'viewing_profile' => 'Viewing Profile', 'author_about' => 'About', // Author Name 'written_by' => 'Written by', 'last_updated' => 'Last Updated', 'by' => 'By', 'on' => 'on', 'authors_latest' => 'Latest Posts by', // Visit Author's Website 'author_visit' => 'Visit', 'author_website' => 'website', // View Author's Profile 'author_view' => 'View', 'author_profile' => 'Profile', // Category Pages 'subscribe_section' => 'Subscribe to this section', 'search_archives' => 'Search the archives...', // Related Articles, Social Bookmarking, and Tags (Post Detail Page) 'related' => 'Related', 'bookmarks' => 'Bookmarks', 'tags' => 'Tags', // Comments 'at' => 'at', 'leave_comment' => 'Leave a Comment', 'comments_word' => ' Comments', 'no_comments' => 'No Comments', '1_comments' => '1 Comment', 'comments_name' => '- Name', 'comments_mail' => '- Mail (will not be published)', 'comments_website' => '- Website', 'comments_trackback' => 'Trackback', 'post_reply' => 'Post Reply', 'submit_comment' => 'Submit Comment', 'awaiting_moderation' => 'Your comment is awaiting moderation.', 'comments_closed' => 'Comments are currently closed.', 'protected_comment' => 'Protected: Enter the password to view comments.', 'logged_in' => 'Logged in as', 'user_logout' => 'Logout', 'you_must_be' => 'You must be', 'logged_in_link' => 'logged in', 'to_post_comment' => 'to post a comment.', // Pagination Text 'newer' => '« Newer', 'older' => 'Older »', // Footer Text 'copyright' => 'Copyright © ' . date('Y') . ' ' . get_option('blogname'), 'powered_by' => 'Powered by', // Wordpress 'enhanced_by' => 'enhanced by', // One Theme 'footer_home' => 'Home', 'footer_top' => 'Top', // Contact Form 'contact' => 'Contact', 'contact_name' => 'Name', 'contact_email' => 'Email Address', 'contact_subject' => 'Subject', 'contact_message' => 'Message', 'contact_error' => 'Sorry, you must fill out the form completely.', 'contact_send' => 'Send Email', // Search Page 'no_results' => 'Sorry, we couldn\'t find anything that matched your search criteria.', 'search_again' => 'Search Again...', 'search_results' => 'Search Results', 'search_keywords' => 'Enter Search Keywords...', 'enter_keywords' => 'Enter search keywords...', 'nothing_found' => 'Nothing Found!', // News Layout Specific 'news_most_recent' => 'Most Recent Articles', // Default Sidebar (Not Using Widgets) 'sidebar_categories' => 'Categories', 'sidebar_pages' => 'Pages', 'sidebar_cloud' => 'Tag Cloud', 'sidebar_archives' => 'Archives', 'sidebar_blogroll' => 'Blogroll', 'sidebar_rss' => 'RSS', 'sidebar_meta' => 'Meta', // Misc 'go' => 'GO', 'edit_this' => 'Edit', 'back_top' => 'Back to Top', 'sitemap_pages' => 'Pages', 'sitemap_categories' => 'Categories', 'archive_month' => 'Archives by Month:', 'archive_subject' => 'Archives by Subject:', 'error_error' => 'Error!', 'sorry_error' => 'Sorry, but you are looking for something that isn\'t here.', 'most_recent' => 'Most Recent', 'error_404' => 'Error: 404', '404_search' => 'Search', 'subscribe_via' => 'Subscribe via', 'subscribe_email' => 'Enter Your Email...', 'not_accessible' => 'The page you requested is not accessible.' ); function ot_lang( $term ) { global $ot_lang; return $ot_lang[$term]; }