[ Index ]

PHP Cross Reference of MyBB

title

Body

[close]

/inc/languages/english/ -> misc.lang.php (source)

   1  <?php
   2  /**
   3   * MyBB 1.6 English Language Pack
   4   * Copyright 2010 MyBB Group, All Rights Reserved
   5   * 
   6   * $Id: misc.lang.php 5297 2010-12-28 22:01:14Z Tomm $
   7   */
   8  
   9  $l['nav_helpdocs'] = "Help Documents";
  10  $l['nav_smilies'] = "Smilie Listing";
  11  $l['nav_syndication'] = "Latest Thread Syndication (RSS)";
  12  
  13  $l['aol_im'] = "AOL IM";
  14  $l['msn'] = "MSN Messenger";
  15  $l['yahoo_im'] = "Yahoo IM";
  16  $l['msn_messenger_center'] = "MSN Messenger Center";
  17  $l['msn_address_is'] = "{1}'s MSN Address is:";
  18  $l['yahoo_center'] = "Yahoo! Center";
  19  $l['send_y_message'] = "Send {1} a Yahoo! Message.";
  20  $l['view_y_profile'] = "View {1}'s Yahoo! Profile.";
  21  $l['aim_center'] = "AOL IM Center";
  22  
  23  $l['download_aim'] = "Download AIM";
  24  $l['aim_remote'] = "AIM Remote";
  25  $l['send_me_instant'] = "Send me an Instant Message";
  26  $l['add_me_buddy_list'] = "Add me to Your Buddy List";
  27  $l['add_remote_to_page'] = "Add Remote to Your Page";
  28  $l['download_aol_im'] = "Download AOL Instant Messenger";
  29  
  30  $l['buddy_list'] = "Buddy List";
  31  $l['online'] = "Online";
  32  $l['offline'] = "Offline";
  33  $l['delete_buddy'] = "X";
  34  $l['pm_buddy'] = "Send Private Message";
  35  $l['last_active'] = "<strong>Last Active:</strong> {1}";
  36  $l['close'] = "Close";
  37  $l['no_buddies'] = "<em>Your buddy list is currently empty. Use your User CP or visit a user profile to add users to your buddy list.</em>";
  38  
  39  $l['help_docs'] = "Help Documents";
  40  
  41  $l['smilies_listing'] = "Smilies Listing";
  42  $l['name'] = "Name";
  43  $l['abbreviation'] = "Abbreviation";
  44  $l['click_to_add'] = "Click a smilie to insert it into your message";
  45  $l['close_window'] = "close window";
  46  
  47  $l['who_posted'] = "Who Posted?";
  48  $l['total_posts'] = "Total Posts:";
  49  $l['user'] = "User";
  50  $l['num_posts'] = "# Posts";
  51  
  52  $l['forum_rules'] = "{1} - Rules";
  53  
  54  $l['error_invalid_limit'] = "The feed item limit you entered is invalid. Please specify a valid limit.";
  55  
  56  $l['syndication'] = "Latest Thread Syndication";
  57  $l['syndication_generated_url'] = "Your Generated Syndication URL:";
  58  $l['syndication_note'] = "Below you can generate links to specific RSS syndication feeds. Links can be generated for all forums, per forum, or for a specific number of forums. You will then be presented with a link which you can copy in to an RSS reader such as <a href=\"http://www.sharpreader.net/\">SharpReader</a>. <i><a href=\"http://www.xml.com/pub/a/2002/12/18/dive-into-xml.html\">What is RSS?</a></i>";
  59  $l['syndication_forum'] = "Forum to Syndicate:";
  60  $l['syndication_forum_desc'] = "Please select a forum from the right. Use the CTRL key to select multiple forums.";
  61  $l['syndication_version'] = "Feed Version:";
  62  $l['syndication_version_desc'] = "Please select the version of the feeds you wish to generate.";
  63  $l['syndication_version_atom1'] = "Atom 1.0";
  64  $l['syndication_version_rss2'] = "RSS 2.00 (Default)";
  65  $l['syndication_generate'] = "Generate Syndication URL";
  66  $l['syndication_limit'] = "Limit:";
  67  $l['syndication_limit_desc'] = "The amount of threads to download at one time. Not recommended to be beyond 50.";
  68  $l['syndication_threads_time'] = "threads at a time";
  69  $l['syndicate_all_forums'] = "Syndicate All Forums";
  70  
  71  $l['redirect_markforumread'] = "The selected forum has been marked as read.";
  72  $l['redirect_markforumsread'] = "All the forums have been marked as read.";
  73  $l['redirect_forumpasscleared'] = "The stored password for this forum has been cleared.";
  74  $l['redirect_cookiescleared'] = "All cookies have been cleared.";
  75  
  76  $l['error_invalidimtype'] = "This user does not have this type of instant messenger account specified in their profile.";
  77  $l['error_invalidhelpdoc'] = "The specified help document does not appear to exist.";
  78  $l['error_invalidkey'] = "You could not be verified to clear cookies.  This may have been because a malicious Javascript was attempting to clear your cookies automatically. If you intended to clear your cookies, please view the \"Use of Cookies on MyBB\" help document.";
  79  
  80  $l['dst_settings_updated'] = "Your daylight saving time settings have automatically been adjusted.<br /><br />You will now be taken back to the forum index.";
  81  ?>


Generated: Tue Oct 8 19:19:50 2013 Cross-referenced by PHPXref 0.7.1