Advertisement
Guest User

Untitled

a guest
Jul 5th, 2018
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.72 KB | None | 0 0
  1. <?php
  2. /**
  3. * MyBB 1.8 English Language Pack
  4. * Copyright 2014 MyBB Group, All Rights Reserved
  5. *
  6. */
  7.  
  8. $l['nav_usercp'] = "User Control Panel";
  9. $l['nav_profile'] = "Edit Profile";
  10. $l['nav_options'] = "Edit Options";
  11. $l['nav_email'] = "Change Email Address";
  12. $l['nav_password'] = "Change Password";
  13. $l['nav_changename'] = "Change Username";
  14. $l['nav_subthreads'] = "Subscribed Threads";
  15. $l['nav_forumsubscriptions'] = "Subscribed Forums";
  16. $l['nav_editsig'] = "Edit Signature";
  17. $l['nav_avatar'] = "Change Avatar";
  18. $l['nav_notepad'] = "Personal Notepad";
  19. $l['nav_editlists'] = "Manage Buddy and Ignore Lists";
  20. $l['nav_drafts'] = "Saved Drafts";
  21. $l['nav_usergroups'] = "Group Memberships";
  22. $l['nav_attachments'] = "Attachment Manager";
  23. $l['nav_addsubscription'] = "Add Subscription";
  24.  
  25. $l['resend_activation'] = "Resend Activation Email";
  26. $l['away_notice_away'] = "You have been marked away since {1}";
  27. $l['away_notice'] = "This option will allow you to select whether you are away or not.";
  28. $l['already_uploaded_avatar'] = "You are currently using an uploaded image. If you choose to use another one, your old avatar image will be deleted from the server.";
  29. $l['using_remote_avatar'] = "You are currently using an image from a remote site. If you choose to use another one, your old avatar URL will be emptied.";
  30. $l['na_deleted'] = "N/A - Been Deleted";
  31. $l['user_cp'] = "User Control Panel";
  32. $l['user_cp_welcome'] = "This is your user control panel. You can access your profile, subscriptions, and private messaging all from here.<br />The main page has information on your account.";
  33. $l['account_summary'] = "Your Account Summary";
  34. $l['username'] = "Username:";
  35. $l['user_id'] = "User ID:";
  36. $l['title'] = "User Title:";
  37. $l['postnum'] = "Posts:";
  38. $l['posts_day'] = "({1} per day | {2} percent of total posts)";
  39. $l['additional_contact_details'] = "Additional Contact Information";
  40. $l['email'] = "Email:";
  41. $l['reputation'] = "Reputation:";
  42. $l['website'] = "Website:";
  43. $l['usergroup'] = "User Group:";
  44. $l['birthday'] = "Date of Birth:";
  45. $l['birthdayprivacy'] = "Date of Birth Privacy:";
  46. $l['birthdayprivacyall'] = "Display Age and Date of Birth";
  47. $l['birthdayprivacynone'] = "Hide Age and Date of Birth";
  48. $l['birthdayprivacyage'] = "Display Only Age";
  49. $l['avatar'] = "Avatar:";
  50. $l['avatar_mine'] = "This is your Avatar";
  51. $l['change_avatar'] = "Change Avatar";
  52. $l['avatar_url'] = "Avatar URL:";
  53. $l['avatar_url_note'] = "Enter the URL of an avatar on the internet.";
  54. $l['avatar_url_gravatar'] = "To use a <a href=\"https://gravatar.com\" target=\"_blank\" rel=\"noopener\">Gravatar</a> enter your Gravatar email.";
  55. $l['avatar_upload'] = "Upload Avatar:";
  56. $l['avatar_upload_note'] = "Choose an avatar on your local computer to upload.";
  57. $l['no_avatar'] = "No Avatar";
  58. $l['no_avatar_note'] = "Select this option if you don't want an avatar.";
  59. $l['change_username'] = "Change Username";
  60. $l['new_username'] = "New Username:";
  61. $l['update_username'] = "Update Username";
  62. $l['edit_lists'] = "Edit Buddy and Ignore Lists";
  63. $l['edit_buddy_list'] = "Edit Buddy List";
  64. $l['edit_ignore_list'] = "Edit Ignore List";
  65. $l['users_added_to_ignore_list'] = "The selected user(s) have been added to your ignore list";
  66. $l['users_added_to_buddy_list'] = "The selected user(s) have been added to your buddy list";
  67. $l['removed_from_ignore_list'] = "{1} has been removed from your ignore list";
  68. $l['removed_from_buddy_list'] = "{1} has been removed from your buddy list";
  69. $l['cant_add_self_to_ignore_list'] = "You cannot add yourself to your ignore list.";
  70. $l['cant_add_self_to_buddy_list'] = "You cannot add yourself to your buddy list.";
  71. $l['users_already_on_ignore_list'] = "One or more users you added are already on your ignore list.";
  72. $l['users_already_on_ignore_list_alt'] = "One or more users you added is on your buddy list. Please remove them as a buddy before ignoring them.";
  73. $l['users_already_on_buddy_list'] = "One or more users you added are already on your buddy list.";
  74. $l['users_already_on_buddy_list_alt'] = "One or more users you added is on your ignore list. Please remove them from the list before adding them as a buddy.";
  75. $l['invalid_user_selected'] = "One or more of the selected users were not found.";
  76. $l['ignore_list_empty'] = "Your ignore list is currently empty. To add one or more users to your ignore list, please use the field above.";
  77. $l['buddy_list_empty'] = "Your buddy list is currently empty. To add one or more users to your buddy list, please use the field above.";
  78. $l['confirm_remove_buddy'] = "Remove this user from your buddy list?";
  79. $l['confirm_remove_ignored'] = "Remove this user from your ignore list?";
  80. $l['adding_buddy'] = "Adding Buddy..";
  81. $l['adding_ignored'] = "Adding to Ignored..";
  82. $l['add_buddies'] = "Add Users to your Buddy List";
  83. $l['add_buddies_desc'] = "To add one or more users to your buddy list, enter their usernames below. Separate multiple usernames with a comma.";
  84. $l['username_or_usernames'] = "Username(s):";
  85. $l['add_to_buddies'] = "Add to Buddies";
  86. $l['current_buddies'] = "You currently have <span id=\"buddy_count\">{1}</span> user(s) on your buddy list";
  87. $l['add_ignored_users'] = "Add Users to your Ignore List";
  88. $l['add_ignored_users_desc'] = "To ignore posts and private messages from specific users, enter their username below. You can separate multiple names with a comma.";
  89. $l['ignore_users'] = "Ignore User(s)";
  90. $l['current_ignored_users'] = "You currently have <span id=\"ignored_count\">{1}</span> user(s) on ignore";
  91. $l['online'] = "Online";
  92. $l['offline'] = "Offline";
  93. $l['remove_from_list'] = "Remove from list";
  94. $l['edit_sig'] = "Edit Signature";
  95. $l['edit_sig_note'] = "Here you can enter a short message which will be automatically appended to the bottom of your posts.";
  96. $l['edit_sig_note2'] = "Smilies are {1}.<br />MyCode is {2}.<br />[img] tags are {3}.<br />HTML is {4}.<br />Max. length is {5} characters.";
  97. $l['edit_sig_error_title'] = "An error has occurred:";
  98. $l['edit_sig_no_permission'] = "You do not have permission to edit your signature.";
  99. $l['characters_remaining'] = "characters remaining";
  100. $l['enable_sig_posts'] = "Enable my signature in all of my existing posts.";
  101. $l['disable_sig_posts'] = "Disable my signature in all of my existing posts.";
  102. $l['leave_sig_settings'] = "No action.";
  103. $l['update_sig'] = "Update Signature";
  104. $l['preview'] = "Preview Signature";
  105. $l['current_sig'] = "Your Current Signature";
  106. $l['sig_preview'] = "Signature Preview";
  107.  
  108. $l['sig_suspended'] = "Your ability to add a signature has been suspended.";
  109. $l['sig_suspended_posts'] = "You must have at least {1} posts before adding a signature.";
  110.  
  111. $l['change_email'] = "Change Email Address";
  112. $l['please_enter_confirm_new_email'] = "Please Enter and Confirm Your New Email Address";
  113. $l['new_email'] = "New Email Address:";
  114. $l['confirm_email'] = "Confirm Email Address:";
  115. $l['update_email'] = "Update Email Address";
  116. $l['thread'] = "Thread";
  117. $l['author'] = "Author";
  118. $l['replies'] = "Replies";
  119. $l['views'] = "Views";
  120. $l['lastpost'] = "Last Post";
  121. $l['post_reply'] = "Post Reply";
  122. $l['forum_subscriptions'] = "Forum Subscriptions";
  123. $l['posts'] = "Posts";
  124. $l['forum'] = "Forum";
  125. $l['threads'] = "Threads";
  126. $l['unsubscribe'] = "Unsubscribe";
  127. $l['new_thread'] = "New Thread";
  128. $l['personal_notepad'] = "Personal Notepad";
  129. $l['update_notepad'] = "Update Notepad";
  130. $l['edit_options'] = "Edit Options";
  131. $l['login_cookies_privacy'] = "Privacy";
  132. $l['invisible_mode'] = "Hide me from the Who's Online list.";
  133. $l['invisible_mode_desc'] = "Selecting yes will hide you from the online users list.";
  134. $l['messaging_notification'] = "Messaging and Notification";
  135. $l['allow_notices'] = "Receive emails from the Administrators.";
  136. $l['allow_notices_desc'] = "Selecting yes will allow Administrators to send you notices and board newsletters.";
  137. $l['allow_emails'] = "Hide your email from other members.";
  138. $l['allow_emails_desc'] = "Selecting yes will allow other members to send you emails through this board.";
  139. $l['email_notify'] = "Automatically subscribe to threads you post in.";
  140. $l['email_notify_desc'] = "Selecting yes will automatically subscribe you to threads when you make a post in them.";
  141. $l['receive_pms'] = "Receive private messages from other users.";
  142. $l['receive_pms_desc'] = "Enables you to send and receive Private Messages.";
  143. $l['receive_from_buddy'] = "Only receive private messages from users on my <a href=\"#\" onclick=\"MyBB.popupWindow('/misc.php?action=buddypopup'); return false;\" target=\"_blank\">Buddy List</a>. This setting has no effect unless there is at least one buddy on the list.";
  144. $l['pm_notice'] = "Alert me with a notice when I receive a Private Message.";
  145. $l['pm_notify'] = "Notify me by email when I receive a new Private Message.";
  146. $l['show_codebuttons'] = "Show the MyCode formatting options on the posting pages.";
  147. $l['source_editor'] = "Put the editor in source mode by default";
  148. $l['show_redirect'] = "Show friendly redirect pages.";
  149. $l['thread_view_options'] = "Thread View Options";
  150. $l['thread_mode'] = "Thread View Mode:";
  151. $l['thread_mode_desc'] = "The style of threads shown to you. Selecting 'Use Default' will use the boards default mode.";
  152. $l['use_default'] = "Use Default";
  153. $l['threaded'] = "Threaded";
  154. $l['linear'] = "Linear";
  155. $l['show_classic_postbit'] = "Display posts in classic mode.";
  156. $l['show_images'] = "Display images in posts.";
  157. $l['show_videos'] = "Display videos in posts.";
  158. $l['show_sigs'] = "Display users' signatures in their posts.";
  159. $l['show_sigs_desc'] = "Do you want to view user's signatures in their posts?";
  160. $l['show_avatars'] = "Display users' avatars in their posts.";
  161. $l['show_avatars_desc'] = "Do you want to view user's avatars in their posts?";
  162. $l['show_quick_reply'] = "Show the quick reply box on the view thread page.";
  163. $l['show_quick_reply_desc'] = "The quick reply box enables you to make a 'quick reply' to threads using the reply box provided at the end of a thread";
  164. $l['forum_display_options'] = "Forum Display Options";
  165. $l['thread_view'] = "Default Thread View:";
  166. $l['thread_view_lastday'] = "Show threads from last day";
  167. $l['thread_view_5days'] = "Show threads from last 5 days";
  168. $l['thread_view_10days'] = "Show threads from last 10 days";
  169. $l['thread_view_20days'] = "Show threads from last 20 days";
  170. $l['thread_view_50days'] = "Show threads from last 50 days";
  171. $l['thread_view_75days'] = "Show threads from last 75 days";
  172. $l['thread_view_100days'] = "Show threads from last 100 days";
  173. $l['thread_view_year'] = "Show threads from the last year";
  174. $l['thread_view_all'] = "Show all threads";
  175. $l['date_time_options'] = "Date and Time Options";
  176. $l['date_format'] = "Date Format:";
  177. $l['date_format_desc'] = "The format that dates will be shown in.";
  178. $l['time_format'] = "Time Format:";
  179. $l['time_format_desc'] = "The format that times will be shown in.";
  180. $l['time_offset'] = "Time Zone (<abbr title=\"Daylight Saving Time\">DST</abbr> correction excluded):";
  181. $l['time_offset_desc'] = "If you live in a time zone which differs to what this board is set at, you can select it from the list below.";
  182. $l['gmt'] = "GMT";
  183. $l['dst_correction'] = "Daylight Saving Time correction:";
  184. $l['dst_correction_auto'] = "Automatically detect DST settings";
  185. $l['dst_correction_enabled'] = "Always use DST correction";
  186. $l['dst_correction_disabled'] = "Never use DST correction";
  187. $l['board_language'] = "Board Language";
  188. $l['other_options'] = "Other Options";
  189. $l['style'] = "Board Style:";
  190. $l['style_desc'] = "If you don't like the default style of this board you can change how you view it here.";
  191. $l['update_options'] = "Update Options";
  192. $l['tpp_option'] = "Show {1} threads per page";
  193. $l['ppp_option'] = "Show {1} posts per page";
  194. $l['ppp'] = "Posts Per Page:";
  195. $l['ppp_desc'] = "Allows you to select the amount of posts to be shown per page in a thread.";
  196. $l['tpp'] = "Threads Per Page:";
  197. $l['tpp_desc'] = "Allows you to select the amount of threads to be shown per page in the thread listing.";
  198. $l['change_password'] = "Change Password";
  199. $l['current_password'] = "Current Password:";
  200. $l['password_confirmation'] = "Password Confirmation";
  201. $l['please_enter_confirm_new_password'] = "Please Enter and Confirm Your New Password";
  202. $l['new_password'] = "New Password:";
  203. $l['confirm_password'] = "Confirm Password:";
  204. $l['update_password'] = "Update Password";
  205. $l['edit_profile'] = "Edit Profile";
  206. $l['profile_required'] = "Required Fields";
  207. $l['change_email_notice'] = "To change your email address please click <a href=\"usercp.php?action=email\">here</a>";
  208. $l['profile_optional'] = "Optional Fields";
  209. $l['website_url'] = "Your Website URL:";
  210. $l['birthdate'] = "Birthdate:";
  211. $l['contact_field_icq'] = "ICQ Number:";
  212. $l['contact_field_yahoo'] = "Yahoo ID:";
  213. $l['contact_field_skype'] = "Skype ID:";
  214. $l['contact_field_google'] = "Google Hangouts ID:";
  215. $l['additional_information'] = "Additional Information";
  216. $l['update_profile'] = "Update Profile";
  217. $l['away_information'] = "Away Information";
  218. $l['away_status'] = "Away Status:";
  219. $l['away_status_desc'] = "Allows you to leave an away message if you are going away for a while.";
  220. $l['im_away'] = "I'm Away";
  221. $l['im_here'] = "I'm Here";
  222. $l['away_reason'] = "Away Reason:";
  223. $l['away_reason_desc'] = "Allows you to enter a small description of why you are away (max 200 characters).";
  224. $l['return_date'] = "Return Date:";
  225. $l['return_date_desc'] = "If you know when you will be back, you can enter your return date here.";
  226. $l['subscriptions'] = "Thread Subscriptions";
  227. $l['remove_all_subscriptions'] = "Remove All Subscriptions";
  228. $l['no_thread_subscriptions'] = "You're currently not subscribed to any threads.<p>To subscribe to a thread:</p><ol><li>Navigate to the thread you wish to subscribe to.</li><li>Click the 'Subscribe to this thread' link towards the bottom of the page.</li></ol>";
  229. $l['no_forum_subscriptions'] = "You're currently not subscribed to any forums.<p>To subscribe to a forum:</p><ol><li>Navigate to the forum you wish to subscribe to.</li><li>Click the 'Subscribe to this forum' link just above, towards the right side of, the list of threads in that forum.</li></ol>";
  230. $l['no_drafts'] = "You do not currently have any draft threads or posts.<p>To save a draft thread or post:</p><ol><li>Proceed to the normal posting pages for the action you wish to perform (post a new thread or reply to an existing one).</li><li>Fill in as much or as little as you want on the posting page.</li><li>Click the 'Save as Draft' button below the posting area.</li></ol>";
  231. $l['drafts'] = "Saved Drafts";
  232. $l['drafts_count'] = "Saved Drafts ({1})";
  233. $l['draft_saved'] = "Saved";
  234. $l['edit_draft'] = "Edit Draft";
  235. $l['draft_title'] = "Draft Title";
  236. $l['delete_drafts'] = "Delete Selected Drafts";
  237. $l['draft_options'] = "Draft Options";
  238. $l['selected_drafts_deleted'] = "The selected drafts have been deleted.<br />You will be now taken back to the drafts listing.";
  239. $l['no_drafts_selected'] = "You did not select any drafts to delete";
  240. $l['group_memberships'] = "Group Memberships";
  241. $l['not_member_of_group'] = "Sorry, you cannot perform that action because you are currently not a member of that group.";
  242. $l['cannot_set_displaygroup'] = "This group cannot be set as a display group.";
  243. $l['display_group_changed'] = "Your display group has been updated.<br />You will be now taken back to the group memberships page.";
  244. $l['usergroups_memberof'] = "Groups You're a Member Of";
  245. $l['usertitle'] = "User Title";
  246. $l['usergroup_leave'] = "Leave Group";
  247. $l['usergroup_leave_primary'] = "(You cannot leave your primary group)";
  248. $l['usergroup_leave_leader'] = "(You are a leader of this group)";
  249. $l['usergroup_joins_moderated'] = "A group leader is required to moderate joins to this group.";
  250. $l['usergroup_joins_invite'] = "A group leader must invite you to join this group.";
  251. $l['usergroup_cannot_leave'] = "(You cannot leave this user group)";
  252. $l['usergroup_joins_anyone'] = "Anyone is free to join this group.";
  253. $l['usergroup_leaders'] = "Group led by:";
  254. $l['usergroups_joinable'] = "Groups You Can Join";
  255. $l['join_conditions'] = "Join Conditions";
  256. $l['join_group'] = "Join Group";
  257. $l['join_group_applied'] = "You applied to join this group: {1}";
  258. $l['pending_invitation'] = "You have been invited to this group: <a href=\"usercp.php?action=usergroups&amp;acceptinvite={1}&amp;my_post_key={2}\">Accept Invite</a>";
  259. $l['usergroups_leader'] = "Groups You Lead";
  260. $l['usergroup_members'] = "Group Members";
  261. $l['join_requests'] = "Pending Join Requests";
  262. $l['request_join_usergroup'] = "Request Group Membership";
  263. $l['join_group_moderate_note'] = "All joins to this group must first be approved by a moderator.";
  264. $l['user_group'] = "Group:";
  265. $l['usergroups_usergroup'] = "User Group";
  266. $l['join_reason'] = "Reason:";
  267. $l['send_join_request'] = "Send Join Request";
  268. $l['cannot_join_group'] = "Sorry, but you cannot join this group as it is not a publicly join-able group.";
  269. $l['cannot_join_invite_group'] = "In order to join this group, you must be invited by a group leader.";
  270. $l['no_pending_invitation'] = "You do not have any pending invitation to this group.";
  271. $l['already_accepted_invite'] = "You have already accepted an invite to join this group.";
  272. $l['already_member_of_group'] = "You cannot join a group of which you are already a member of.";
  273. $l['already_sent_join_request'] = "You have already sent a request to join this group and it is yet to be moderated.";
  274. $l['joinreason_too_long'] = "Specified Join Reason is too long. A maximum of 250 characters is allowed. Please remove {1} character(s) from this field.";
  275. $l['group_join_requestsent'] = "Your join request has been successfully sent. Once your membership is approved you will be automatically joined to this user group.<br />You will be now taken to the group memberships page.";
  276. $l['joined_group'] = "You have successfully joined the specified group.<br />You will be now taken back to the group management page.";
  277. $l['cannot_leave_primary_group'] = "Sorry, but you cannot leave your primary group.";
  278. $l['left_group'] = "You have successfully left the specified group.<br />You will be now taken back to the group management page.";
  279. $l['avatar_note'] = "An avatar is a small identifying image shown under the author's name whenever they make a post.";
  280. $l['avatar_note_dimensions'] = "The maximum dimensions for avatars are: {1}x{2} pixels.";
  281. $l['avatar_note_size'] = "The maximum file size for avatars is {1}.";
  282. $l['custom_avatar'] = "Custom Avatar";
  283. $l['remove_avatar'] = "Remove Avatar";
  284. $l['attachments_manager'] ="Attachments Manager";
  285. $l['attachments_attachment'] ="Attachment";
  286. $l['attachments_post'] = "Post";
  287. $l['delete_attachments'] = "Delete Selected Attachments";
  288. $l['attachment_size_downloads'] = "({1}, {2} Downloads)";
  289. $l['attachment_thread'] = "Thread:";
  290. $l['no_attachments'] = "You currently do not have any files attached to your posts.";
  291. $l['date_uploaded'] ="Posted";
  292. $l['no_attachments_selected'] = "You did not select any attachments to delete.";
  293. $l['attachments_deleted'] = "The selected attachments have been successfully deleted.<br />You will be now redirected to the attachments manager.";
  294. $l['attachments_usage_quota'] = "- Using {1} of {2} in {3} Attachments";
  295. $l['attachments_usage_percent'] = " ({1}%)";
  296. $l['attachments_usage'] = "- {1} in {2} Attachments";
  297. $l['attachments_stats'] = "Your Attachment Statistics";
  298. $l['attachstats_attachs'] = "Number of Attachments";
  299. $l['attachstats_spaceused'] = "Space Used";
  300. $l['attachstats_quota'] = "Attachment Quota";
  301. $l['attachstats_totaldl'] = "Total Downloads";
  302. $l['attachstats_bandwidth'] = "Approximate Bandwidth Usage";
  303. $l['error_avatartoobig'] = "Sorry, but we cannot change your avatar as the new avatar you specified is too big. The maximum dimensions are {1}x{2} (width x height)";
  304. $l['error_invalidavatarurl'] = "The URL you entered for your avatar does not appear to be valid. Please ensure you enter a valid URL.";
  305. $l['error_remote_avatar_not_allowed'] = "Remote avatar URLs have been disabled by the forum administrator.";
  306. $l['custom_usertitle'] = "Custom User Title";
  307. $l['new_custom_usertitle'] = "New Custom User Title: (leave blank to use existing)";
  308. $l['custom_usertitle_note'] = "Here you can assign yourself a custom user title which will overwrite the one based on your display group.";
  309. $l['default_usertitle'] = "Default User Title:";
  310. $l['current_custom_usertitle'] = "Current Custom User Title:";
  311. $l['revert_usertitle'] = "Revert to group default";
  312. $l['primary_usergroup'] = "Primary User Group:";
  313. $l['display_group'] = "Display Group";
  314. $l['set_as_display_group'] = "Set as Display Group";
  315. $l['registration_date'] ="Registration Date:";
  316. $l['view_members'] = "View Members";
  317. $l['view_requests'] = "Join Requests";
  318. $l['cannot_leave_group'] = "You cannot leave this group because it is not a publicly join-able group.";
  319. $l['details'] = "Details";
  320. $l['members_referred'] = "Members Referred:";
  321. $l['referral_link'] = "<br />To refer a member to this board, direct them to {1}/member.php?action=register&amp;referrer={2}";
  322. $l['redirect_subscriptionsremoved'] = "Your thread subscriptions list has been cleared.<br />You will be now returned to the thread subscriptions list.";
  323. $l['redirect_forumsubscriptionsremoved'] = "Your forum subscriptions list has now been cleared.<br />You will be now returned to where you came from.";
  324. $l['redirect_subscriptionadded'] = "The selected thread has been added to your subscriptions list.<br />You will be now returned to the location you came from.";
  325. $l['redirect_optionsupdated'] = "You have successfully updated your options.<br />You will be now returned to the edit options page.";
  326. $l['redirect_subscriptionremoved'] = "The selected thread has been removed from your subscriptions list.<br /> You will be now returned to the thread subscriptions list.";
  327. $l['redirect_sigupdated'] = "Your signature has been successfully updated.<br />You will be now returned to the signature settings.";
  328. $l['redirect_notepadupdated'] = "Your personal notepad has been updated.<br />You will be now returned to the User CP.";
  329. $l['redirect_profileupdated'] = "Your profile has been successfully updated.<br />You will be now returned to the profile settings.";
  330. $l['redirect_forumsubscriptionadded'] = "The selected forum has been added to your forum subscriptions list.<br />You will be now returned to where you came from.";
  331. $l['redirect_forumsubscriptionremoved'] = "The selected forum has been removed from your forum subscriptions list.<br />You will be now returned to where you came from.";
  332. $l['redirect_namechanged'] = "Your name has been successfully changed.<br />You will be now returned to the username settings.";
  333. $l['redirect_emailupdated'] = "Your email address has been successfully updated.<br />You will be now returned to the email settings.";
  334. $l['redirect_passwordupdated'] = "Your password has been successfully updated.<br />You will be now returned to the password settings.";
  335. $l['redirect_changeemail_activation'] = "Your email address has been successfully updated. For your new email address to become active, we require that you complete a validation process.<p>Please check the new email address you specified for further instructions on how to complete the account activation process.</p>";
  336. $l['redirect_avatarupdated'] = "Your avatar has been successfully changed.<br />You will be now returned to the avatar settings.";
  337. $l['error_noavatar'] = "You did not choose an avatar. Please go back and do so now. If you don't want an avatar, select the \"No avatar\" option.";
  338. $l['error_avatartype'] = "Invalid file type. An uploaded avatar must be in GIF, JPEG, BMP or PNG format.";
  339. $l['error_alreadyingroup'] = "The user specified is already a part of the user group.";
  340. $l['error_usercp_return_date_past'] = "You cannot return in the past!";
  341. $l['error_avatarresizefailed'] = "Your avatar was unable to be resized so that it is within the required dimensions.";
  342. $l['error_avataruserresize'] = "You can also try checking the 'attempt to resize my avatar' check box and uploading the same image again.";
  343. $l['avatar_auto_resize_note'] = "If your avatar is too large, it will automatically be resized.";
  344. $l['avatar_auto_resize_option'] = "Try to resize my avatar if it is too large.";
  345. $l['subscribe_to_thread'] = "Subscribe to Thread: {1}";
  346. $l['notification_method'] = "Notification Method:";
  347. $l['no_notification'] = "No Notification";
  348. $l['no_notification_desc'] = "You will not receive any automatic notifications of replies to this thread.";
  349. $l['email_notification'] = "Instant Email Notification";
  350. $l['email_notification_desc'] = "You will receive instant notification via email of any replies made to this thread.";
  351. $l['pm_notification'] = "Instant PM Notification";
  352. $l['pm_notification_desc'] = "You will receive instant notification via PM of any replies made to this thread.";
  353. $l['do_subscribe'] = "Subscribe to Thread";
  354. $l['subscription_method'] = "Default Thread Subscription Mode:";
  355. $l['no_auto_subscribe'] = "Do not subscribe";
  356. $l['no_subscribe'] = "No notification";
  357. $l['instant_email_subscribe'] = "Instant email notification";
  358. $l['instant_pm_subscribe'] = "Instant PM notification";
  359. $l['with_selected'] = "With Selected:";
  360. $l['delete_subscriptions'] = "Delete subscriptions";
  361. $l['update_no_notification'] = "Change to no notification";
  362. $l['update_email_notification'] = "Change to email notification";
  363. $l['update_pm_notification'] = "Change to PM notification";
  364. $l['no_subscriptions_selected'] = "You did not select any subscriptions to perform the selected action on.";
  365. $l['redirect_subscriptions_updated'] = "The selected subscriptions have been updated.<br />You will be now returned to the thread subscriptions list.";
  366. $l['latest_threads'] = "Your Latest Threads";
  367. $l['find_all_threads'] = "Find All of Your Threads";
  368. $l['new_thread_subscriptions'] = "Thread Subscriptions With New Posts";
  369. $l['view_all_subscriptions'] = "View All Subscriptions";
  370. $l['latest_warnings'] = "Latest Warnings Received";
  371. $l['current_warning_level'] = "Current warning level: <strong>{1}%</strong> ({2}/{3})";
  372. $l['warning'] = "Warning";
  373. $l['date_issued'] = "Date Issued";
  374. $l['expiry_date'] = "Expiry Date";
  375. $l['issued_by'] = "Issued By";
  376. $l['warning_for_post'] = "for post: ";
  377. $l['warning_revoked'] = "Revoked";
  378. $l['already_expired'] = "Expired";
  379. $l['warning_points'] = "({1} points)";
  380. $l['new_posts_thread'] = "New Posts";
  381. $l['new_hot_thread'] = "Hot Thread (New)";
  382. $l['posts_by_you'] = "Contains Posts by You";
  383. $l['no_new_thread'] = "No New Posts";
  384. $l['hot_thread'] = "Hot Thread (No New)";
  385. $l['closed_thread'] = "Closed Thread";
  386. $l['icon_dot'] = "Contains posts by you. "; // The spaces for the icon labels are strategically placed so that there should be no extra space at the beginning or end of the resulting label and that spaces separate each 'status' ;)
  387. $l['icon_no_new'] = "No new posts.";
  388. $l['icon_new'] = "New posts.";
  389. $l['icon_hot'] = " Hot thread.";
  390. $l['icon_close'] = " Closed thread.";
  391.  
  392. $l['buddylist_error'] = 'There was an error fetching the buddy list. ';
  393.  
  394. $l['buddyrequests_sent'] = 'Buddy Requests Sent';
  395. $l['buddyrequests_received'] = 'Buddy Requests Received';
  396. $l['from'] = 'From';
  397. $l['to'] = 'To';
  398. $l['date'] = 'Date';
  399. $l['options'] = 'Options';
  400. $l['accept'] = 'Accept';
  401. $l['decline'] = 'Decline';
  402. $l['cancel'] = 'Cancel';
  403. $l['no_requests'] = 'No requests found.';
  404. $l['buddyrequests_pm'] = 'Receive PM notifications for new buddy requests.';
  405. $l['buddyrequests_auto'] = 'Automatically accept buddy requests (if the above checkbox is ticked, a PM is sent informing of the new buddy connection)';
  406. $l['buddyrequest_received'] = 'Buddy request received';
  407. $l['buddyrequest_new_buddy'] = 'You have a new buddy';
  408. $l['buddyrequest_new_buddy_message'] = "Hi,\n\nI have been automatically added to your buddy list.";
  409. $l['buddyrequest_accepted_request'] = 'I have accepted your buddy request';
  410. $l['buddyrequest_accepted_request_message'] = "Hi,\n\nI have accepted your buddy request.";
  411. $l['buddyrequest_received_message'] = "I have just sent you a buddy request.\nYou can view your pending requests from User Control Panel -> Buddy/Ignore List.";
  412. $l['users_already_sent_request'] = "You have already sent a buddy request to one of the users you added.";
  413. $l['users_already_rec_request'] = "You have a pending buddy request from one of the users you added.";
  414. $l['users_already_sent_request_alt'] = "You have sent a buddy request to one of the users you added. Please cancel the buddy request before adding the user to the ignore list.";
  415. $l['users_already_rec_request_alt'] = "You have a pending buddy request from one of the users you added. Please decline the buddy request before adding the user to the ignore list.";
  416. $l['invalid_request'] = 'You have selected an invalid buddy request.';
  417. $l['buddyrequest_cancelled'] = 'The selected buddy request has been cancelled.';
  418. $l['buddyrequest_accepted'] = 'The selected buddy request has been accepted.';
  419. $l['buddyrequest_declined'] = 'The selected buddy request has been declined.';
  420. $l['user_doesnt_exist'] = 'The end user no longer exists.';
  421. $l['buddyrequests_sent_success'] = 'Buddy requests sent successfully.';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement