[ Index ]

PHP Cross Reference of MyBB

title

Body

[close]

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

   1  <?php
   2  /**
   3   * MyBB 1.6 English Language Pack
   4   * Copyright 2010 MyBB Group, All Rights Reserved
   5   *
   6   * $Id: private.lang.php 5828 2012-05-08 16:06:16Z Tomm $
   7   */
   8  
   9  $l['nav_pms'] = "Private Messages";
  10  $l['nav_send'] = "Compose";
  11  $l['nav_tracking'] = "Message Tracking";
  12  $l['nav_folders'] = "Folder Management";
  13  $l['nav_empty'] = "Empty Folders";
  14  $l['nav_export'] = "Export Messages";
  15  $l['nav_search'] = "Search";
  16  $l['nav_results'] = "Results";
  17  
  18  $l['new_pm'] = "New Message";
  19  $l['old_pm'] = "Old Message";
  20  $l['reply_pm'] = "Replied To";
  21  $l['fwd_pm'] = "Forwarded Message";
  22  
  23  $l['pms_disabled'] = "You cannot use the private messaging functionality as it has been disabled by the Administrator.";
  24  
  25  $l['private_messaging'] = "Private Messaging";
  26  $l['inbox'] = "Inbox";
  27  $l['compose_message2'] = "Compose Message";
  28  $l['manage_folders'] = "Manage Folders";
  29  $l['pms_in_folder'] = "Private Messages in folder <em>{1}</em>";
  30  $l['pm_search_results'] = "Private Message Search Results";
  31  $l['message_title'] = "Message Title";
  32  $l['sender'] = "Sender";
  33  $l['sentto'] = "Sent To";
  34  $l['date_sent'] = "Date/Time Sent";
  35  $l['delete_pm'] = "Delete";
  36  $l['move_to'] = "Move To";
  37  $l['or'] = "or";
  38  $l['selected_messages'] = "the selected messages";
  39  $l['go'] = "Go!";
  40  $l['pmspaceused'] = "of PM space used.";
  41  $l['jump_folder'] = "Jump to Folder:";
  42  $l['archive_messages'] = "Export Private Messages";
  43  $l['archive_note'] = "The following tool will let you mass download your private messages out of a selected folder, messages sent after a particular date, your read messages, and drafted messages for later viewing.";
  44  $l['folders'] = "Folders:";
  45  $l['all_folders'] = "All Folders";
  46  $l['date_limit'] = "Date Limitation:";
  47  $l['date_limit_older'] = "Export messages older than";
  48  $l['date_limit_newer'] = "Export messages newer than";
  49  $l['date_limit_disregard'] = "Disregard date";
  50  $l['date_limit_days'] = "days";
  51  $l['export_unread'] = "Export Unread Messages?";
  52  $l['delete_archived'] = "Delete Exported Messages?";
  53  $l['delete_archived_note'] = "Do you want to delete the messages from your folders once they have been exported?";
  54  $l['export_format'] = "Export File Format";
  55  $l['export_format_note'] = "Please choose the file type of which to download attachments.";
  56  $l['export_html'] = "HTML File (.html)";
  57  $l['export_txt'] = "Text File (.txt)";
  58  $l['export_csv'] = "Importable MS Excel File (.csv)";
  59  $l['private_messages_for'] = "Private Messages for {1}";
  60  $l['exported_date']  = "Exported: {1}, {2}";
  61  $l['subject'] = "Subject:";
  62  $l['to'] = "To:";
  63  $l['from'] = "From:";
  64  $l['sent'] = "Sent:";
  65  $l['export_messages2'] = "Download Messages";
  66  $l['empty_folders'] = "Empty Private Messaging Folders";
  67  $l['empty_folders2'] = "Empty Folders";
  68  $l['empty_note'] = "Here you can delete private messages from selected folders at one time. Simply select the folders you wish the messages to be deleted from and click 'Delete'. You cannot undo these changes.<br /><strong>Note: Once these messages are deleted there is no way to recover them.</strong>";
  69  $l['num_messages'] = "No. Messages:";
  70  $l['nobody'] = "Nobody";
  71  $l['empty_q'] = "Empty?";
  72  $l['keep_unread'] = "Keep Unread Messages";
  73  $l['pm_folders'] = "Private Messaging Folders";
  74  $l['existing_folders'] = "Existing Folders";
  75  $l['edit_folder_note'] = "You can change the names of your current private messaging folders here. To delete a folder, delete the name of the folder. Some folders cannot be removed.<br /><strong>Note: Deleting a folder will also delete any messages in it.</strong>";
  76  $l['new_folders'] = "Add New Folders";
  77  $l['add_folders_note'] = "Here you can create additional message folders. You do not have to fill in all of the text boxes.";
  78  $l['update_folders'] = "Update Folders";
  79  $l['cannot_be_removed'] = "Cannot be removed";
  80  $l['reached_warning'] = "Warning. You have reached your message limit.";
  81  $l['reached_warning2'] = "To be able to receive messages you will need to delete old messages.";
  82  $l['deny_receipt'] = "[deny receipt]";
  83  $l['viewing_pm'] = "Viewing PM:";
  84  $l['reply'] = "Reply";
  85  $l['reply_to_all'] = "Reply to All";
  86  $l['forward'] = "Forward";
  87  $l['compose_pm'] = "Compose a Private Message";
  88  $l['compose_to'] = "Recipients:";
  89  $l['compose_bcc'] = "BCC:";
  90  $l['compose_bcc_show'] = "BCC";
  91  $l['compose_bcc_show_title'] = "Show the BCC input box allowing you to blind carbon copy messages to other users.";
  92  $l['separate_names'] = "Separate multiple user names with a comma.";
  93  $l['max_recipients'] = "<br />You may send this message to a maximum of <strong>{1}</strong> people.";
  94  $l['compose_subject'] = "Subject:";
  95  $l['compose_message'] = "Message:";
  96  $l['compose_options'] = "Options:";
  97  $l['message_icon'] = "Message Icon:";
  98  $l['options_sig'] = "<strong>Signature:</strong> include your signature in this message.";
  99  $l['options_disable_smilies'] = "<strong>Disable Smilies:</strong> disable smilies from showing in this message.";
 100  $l['options_save_copy'] = "<strong>Save a Copy:</strong> save a copy of this message in your Sent Items folder.";
 101  $l['options_read_receipt'] = "<strong>Request Read Receipt:</strong> receive a message when this message is read.";
 102  $l['send_message'] = "Send Message";
 103  $l['save_draft'] = "Save as Draft";
 104  $l['preview'] = "Preview";
 105  $l['select_buddy'] = "Or Select a Buddy:";
 106  $l['pm_tracking'] = "Private Message Tracking";
 107  $l['read_messages'] = "Read Messages";
 108  $l['unread_messages'] = "Unread Messages";
 109  $l['q'] = "?";
 110  $l['dateread'] = "Date Read";
 111  $l['stop_tracking'] = "Stop Tracking";
 112  $l['datesent'] = "Date Sent";
 113  $l['cancel'] = "Cancel";
 114  $l['export_date_sent'] = "Date";
 115  $l['export_folder'] = "Folder";
 116  $l['export_subject'] = "Subject";
 117  $l['export_to'] = "To";
 118  $l['export_from'] ="From";
 119  $l['export_message'] = "Message";
 120  $l['not_sent'] = "N/A (not sent)";
 121  $l['at'] = "at";
 122  $l['nomessages'] = "There are no private messages in this folder.";
 123  $l['details'] = "Details";
 124  $l['message'] = "Message";
 125  $l['buddy_list'] = "Buddy List";
 126  $l['multiple_recipients'] = "<em>Multiple recipients</em>";
 127  $l['bcc'] = "BCC:";
 128  $l['reply_title'] = "Reply to this private message";
 129  $l['forward_title'] = "Forward this private message to another user";
 130  $l['delete_title'] = "Delete this private message";
 131  $l['you_replied_on'] = "You replied to this message on {1}";
 132  $l['you_forwarded_on'] = "You forwarded this message on {1}";
 133  $l['you_replied'] = "You replied to this message {1}";
 134  $l['you_forwarded'] = "You forwarded this message {1}";
 135  $l['select_from_buddies'] = "Select from Buddies";
 136  $l['no_readmessages'] = "You currently do not have any read messages being tracked.";
 137  $l['no_unreadmessages'] = "You currently do not have any unread messages being tracked.";
 138  
 139  $l['enter_keywords'] = "Enter Keywords";
 140  $l['advanced_search'] = "Advanced Search";
 141  $l['search_pms'] = "Search PMs";
 142  $l['advanced_private_message_search'] = "Advanced Private Message Search";
 143  $l['search_criteria'] = "Search Criteria";
 144  $l['keywords'] = "Keywords";
 145  $l['search_in_subject'] = "Search in Subject";
 146  $l['search_in_message'] = "Search in Message";
 147  $l['message_status'] = "Message Status";
 148  $l['message_status_new'] = "New";
 149  $l['message_status_replied_to'] = "Replied to";
 150  $l['message_status_forwarded'] = "Forwarded";
 151  $l['message_status_read'] = "Read";
 152  $l['folder'] = "Folder";
 153  $l['search_options'] = "Search Options";
 154  $l['sort_by'] = "Sort By";
 155  $l['sort_by_subject'] = "Sort By: Subject";
 156  $l['sort_by_sender'] = "Sort By: Sender";
 157  $l['sort_by_date'] = "Sort By: Date";
 158  $l['ascending_order'] = "Ascending Order";
 159  $l['descending_order'] = "Descending Order";
 160  $l['search_private_messages'] = "Search Private Messages";
 161  $l['check_all'] = "Check All";
 162  
 163  $l['error_nopmsarchive'] = "Sorry, but there are no private messages matching the criteria you specified.";
 164  $l['error_invalidpmfoldername'] = "Sorry, but a folder name you have entered contains characters which are not allowed.";
 165  $l['error_emptypmfoldername'] = "Sorry, but a folder name you have entered does not contain any text.  Please enter a name for the folder, or completely blank the name to delete the folder.";
 166  $l['error_invalidpmrecipient'] = "The recipient you entered is either invalid or doesn't exist. Please go back and enter a correct one.";
 167  $l['error_invalidpm'] = "Invalid PM";
 168  $l['error_pmrecipientreachedquota'] = "You cannot send a private message to {1} because he/she has reached their private messaging quota. They cannot be sent any message until their messages have been cleared out. An email has been sent to the user about this. Please try sending your message at a later stage.";
 169  $l['error_recipientpmturnedoff'] = "{1} has chosen not to receive private messages or may not be allowed to do so. Therefore you may not send your private message to this user.";
 170  $l['error_pmsturnedoff'] = "You currently have private messages disabled in your profile.<br />To be able to use the private messaging system this setting must be enabled.";
 171  $l['error_recipientignoring'] = "We are sorry but we cannot process your private message to {1}. You do not have permission to perform this action.";
 172  $l['error_pm_already_submitted'] = "You have already submitted the same private message to the same recipient within the last 5 minutes.";
 173  
 174  $l['error_minsearchlength'] = "One or more of your search terms were shorter than the minimum length. The minimum search term length is {1} characters.<br /><br />If you're trying to search for an entire phrase, enclose it within double quotes. For example \"The quick brown fox jumps over the lazy dog\".";
 175  $l['error_nosearchresults'] = "Sorry, but no results were returned using the query information you provided. Please redefine your search terms and try again.";
 176  $l['error_no_search_support'] = "This database engine does not support searching.";
 177  $l['error_nosearchterms'] = "You did not enter any search terms. At a minimum, you must enter either some search terms or a username to search by.";
 178  $l['error_searchflooding_1'] = "Sorry, but you can only perform one search every {1} seconds. Please wait another 1 second before attempting to search again.";
 179  $l['error_searchflooding'] = "Sorry, but you can only perform one search every {1} seconds. Please wait another {2} seconds before attempting to search again.";
 180  $l['error_invalidsearch'] = "An invalid search was specified.  Please go back and try again.";
 181  
 182  $l['redirect_pmsaved'] = "The private message has been saved in your Drafts folder.";
 183  $l['redirect_pmstrackingstopped'] = "Tracking of the selected PMs has been stopped.";
 184  $l['redirect_pmstrackingcanceled'] = "The selected unread PMs have been deleted from the recipient's inbox.";
 185  $l['redirect_pmsmoved'] = "The selected private messages have been moved.";
 186  $l['redirect_pmsdeleted'] = "The selected private messages have been deleted.";
 187  $l['redirect_pmsent'] = "Thank you, your private message has successfully been sent.<br />You will now be returned to your private message inbox.";
 188  $l['redirect_pmfoldersupdated'] = "Thank you, your private messaging folders have successfully been updated.<br />You will now be returned to your private message Inbox.";
 189  $l['redirect_pmfoldersemptied'] = "The selected private messaging folders have successfully been emptied.<br />You will now be taken back to your Private Messaging Inbox.";
 190  $l['redirect_searchresults'] = "Thank you, your search has been submitted and you will now be taken to the results list.";
 191  
 192  ?>


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