[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

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

   1  <?php
   2  /**
   3   * MyBB 1.8 English Language Pack
   4   * Copyright 2014 MyBB Group, All Rights Reserved
   5   *
   6   */
   7  
   8  $l['nav_pms'] = "Private Messages";
   9  $l['nav_send'] = "Compose";
  10  $l['nav_tracking'] = "Message Tracking";
  11  $l['nav_folders'] = "Folder Management";
  12  $l['nav_empty'] = "Empty Folders";
  13  $l['nav_export'] = "Export Messages";
  14  $l['nav_search'] = "Search";
  15  $l['nav_results'] = "Results";
  16  
  17  $l['new_pm'] = "New Message";
  18  $l['old_pm'] = "Old Message";
  19  $l['reply_pm'] = "Replied To";
  20  $l['fwd_pm'] = "Forwarded Message";
  21  
  22  $l['pms_disabled'] = "You cannot use the private messaging functionality as it has been disabled by the Administrator.";
  23  
  24  $l['private_messaging'] = "Private Messaging";
  25  $l['inbox'] = "Inbox";
  26  $l['compose_message2'] = "Compose Message";
  27  $l['manage_folders'] = "Manage Folders";
  28  $l['pm_search_results'] = "Private Message Search Results";
  29  $l['message_title'] = "Message Title";
  30  $l['sender'] = "Sender";
  31  $l['sentto'] = "Sent To";
  32  $l['date_sent'] = "Date/Time Sent";
  33  $l['desc'] = "desc";
  34  $l['asc'] = "asc";
  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'] = "Message Count";
  70  $l['empty_q'] = "Empty Folder?";
  71  $l['keep_unread'] = "Keep Unread Messages";
  72  $l['pm_folders'] = "Private Messaging Folders";
  73  $l['existing_folders'] = "Existing Folders";
  74  $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>";
  75  $l['new_folders'] = "Add New Folders";
  76  $l['add_folders_note'] = "Here you can create additional message folders. You do not have to fill in all of the text boxes.";
  77  $l['update_folders'] = "Update Folders";
  78  $l['cannot_be_removed'] = "Cannot be removed";
  79  $l['reached_warning'] = "Warning. You have reached your message limit.";
  80  $l['reached_warning2'] = "To be able to receive messages you will need to delete old messages.";
  81  $l['deny_receipt'] = "[Deny Receipt]";
  82  $l['viewing_pm'] = "Viewing PM:";
  83  $l['reply'] = "Reply";
  84  $l['reply_to_all'] = "Reply to All";
  85  $l['forward'] = "Forward";
  86  $l['compose_pm'] = "Compose a Private Message";
  87  $l['compose_to'] = "Recipients:";
  88  $l['compose_bcc'] = "BCC:";
  89  $l['compose_bcc_show'] = "BCC";
  90  $l['compose_bcc_show_title'] = "Show the BCC input box allowing you to blind carbon copy messages to other users.";
  91  $l['separate_names'] = "Separate multiple user names with a comma.";
  92  $l['max_recipients'] = "<br />You may send this message to a maximum of <strong>{1}</strong> people.";
  93  $l['compose_subject'] = "Subject:";
  94  $l['compose_message'] = "Message:";
  95  $l['compose_options'] = "Options:";
  96  $l['message_icon'] = "Message Icon:";
  97  $l['options_sig'] = "<strong>Signature:</strong> include your signature in this message.";
  98  $l['options_disable_smilies'] = "<strong>Disable Smilies:</strong> disable smilies from showing in this message.";
  99  $l['options_save_copy'] = "<strong>Save a Copy:</strong> save a copy of this message in your Sent Items folder.";
 100  $l['options_read_receipt'] = "<strong>Request Read Receipt:</strong> receive a message when this message is read.";
 101  $l['send_message'] = "Send Message";
 102  $l['save_draft'] = "Save as Draft";
 103  $l['preview'] = "Preview";
 104  $l['select_buddy'] = "Or Select a Buddy:";
 105  $l['pm_tracking'] = "Private Message Tracking";
 106  $l['read_messages'] = "Read Messages";
 107  $l['unread_messages'] = "Unread Messages";
 108  $l['q'] = "?";
 109  $l['dateread'] = "Date Read";
 110  $l['stop_tracking'] = "Stop Tracking";
 111  $l['datesent'] = "Date Sent";
 112  $l['cancel'] = "Cancel";
 113  $l['export_date_sent'] = "Date";
 114  $l['export_folder'] = "Folder";
 115  $l['export_subject'] = "Subject";
 116  $l['export_to'] = "To";
 117  $l['export_from'] = "From";
 118  $l['export_message'] = "Message";
 119  $l['not_sent'] = "N/A (not sent)";
 120  $l['at'] = "at";
 121  $l['nomessages'] = "There are no private messages in this folder.";
 122  $l['details'] = "Details";
 123  $l['message'] = "Message";
 124  $l['buddy_list'] = "Buddy List";
 125  $l['multiple_recipients'] = "<em>Multiple recipients</em>";
 126  $l['bcc'] = "BCC:";
 127  $l['reply_title'] = "Reply to this private message";
 128  $l['forward_title'] = "Forward this private message to another user";
 129  $l['delete_title'] = "Delete this private message";
 130  $l['you_replied_on'] = "You replied to this message on {1}";
 131  $l['you_forwarded_on'] = "You forwarded this message on {1}";
 132  $l['you_replied'] = "You replied to this message {1}";
 133  $l['you_forwarded'] = "You forwarded this message {1}";
 134  $l['select_from_buddies'] = "Select from Buddies";
 135  $l['no_readmessages'] = "You currently do not have any read messages being tracked.";
 136  $l['no_unreadmessages'] = "You currently do not have any unread messages being tracked.";
 137  $l['stop_tracking_all'] = "Stop Tracking all messages";
 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_invalidmovefid'] = "The folder you are trying to move your message(s) to is invalid. Please go back and try again.";
 168  $l['error_invalidpm'] = "Invalid PM";
 169  $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.";
 170  $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.";
 171  $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.";
 172  $l['error_recipientignoring'] = "We are sorry but we cannot process your private message to {1}. You do not have permission to perform this action.";
 173  $l['error_pm_already_submitted'] = "You have already submitted the same private message to the same recipient within the last 5 hours.";
 174  $l['error_nopms'] = "You must have one or more private messages in order to access this function.";
 175  
 176  $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\".";
 177  $l['error_nosearchresults'] = "Sorry, but no results were returned using the query information you provided. Please redefine your search terms and try again.";
 178  $l['error_no_search_support'] = "This database engine does not support searching.";
 179  $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.";
 180  $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.";
 181  $l['error_searchflooding'] = "Sorry, but you can only perform one search every {1} seconds. Please wait another {2} seconds before attempting to search again.";
 182  $l['error_invalidsearch'] = "An invalid search was specified. Please go back and try again.";
 183  
 184  $l['redirect_pmsaved'] = "The private message has been saved in your Drafts folder.";
 185  $l['redirect_pmstrackingstopped'] = "Tracking of the selected PMs has been stopped.";
 186  $l['redirect_pmstrackingcanceled'] = "The selected unread PMs have been deleted from the recipient's inbox.";
 187  $l['redirect_allpmstrackingstopped'] = "Tracking of all read PMs has been stopped.";
 188  $l['redirect_pmsmoved'] = "The selected private messages have been moved.";
 189  $l['redirect_pmsdeleted'] = "The selected private messages have been deleted.";
 190  $l['redirect_pmsent'] = "Thank you, your private message has successfully been sent.<br />You will now be returned to your private message inbox.";
 191  $l['redirect_pmfoldersupdated'] = "Thank you, your private messaging folders have successfully been updated.<br />You will now be returned to your private message Inbox.";
 192  $l['redirect_pmfoldersemptied'] = "The selected private messaging folders have successfully been emptied.<br />You will now be taken back to your Private Messaging Inbox.";
 193  $l['redirect_searchresults'] = "Thank you, your search has been submitted and you will now be taken to the results list.";
 194  
 195  $l['quick_reply'] = "Quick Reply";
 196  $l['message_note'] = "Type your reply to this message here.";
 197  $l['send_reply'] = "Send Reply";
 198  $l['quickreply_signature'] = "Signature";
 199  $l['quickreply_disable_smilies'] = "Disable Smilies";
 200  $l['quickreply_save_copy'] = "Save a Copy";
 201  $l['quickreply_read_receipt'] = "Request Read Receipt";
 202  


2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup Cross-referenced by PHPXref