PageRenderTime 57ms CodeModel.GetById 21ms RepoModel.GetById 1ms app.codeStats 0ms

/Themes/default/languages/Errors.english.php

https://github.com/smf-portal/SMF2.1
PHP | 421 lines | 361 code | 56 blank | 4 comment | 0 complexity | 9c2f7bc19ace5007be4da53b1575f8b8 MD5 | raw file
  1. <?php
  2. // Version: 2.1; Errors
  3. global $scripturl, $modSettings;
  4. $txt['no_access'] = 'You are not allowed to access this section';
  5. $txt['wireless_error_notyet'] = 'Sorry, this section isn\'t available for wireless users at this time.';
  6. $txt['mods_only'] = 'Only Moderators can use the direct remove function, please remove this message through the modify feature.';
  7. $txt['no_name'] = 'You didn\'t fill the name field out. It is required.';
  8. $txt['no_email'] = 'You didn\'t fill the email field out. It is required.';
  9. $txt['topic_locked'] = 'This topic is locked, you are not allowed to post or modify messages...';
  10. $txt['no_password'] = 'Password field empty';
  11. $txt['already_a_user'] = 'The username you tried to use already exists.';
  12. $txt['cant_move'] = 'You are not allowed to move topics...';
  13. $txt['login_to_post'] = 'To post you must be logged in. If you don\'t have an account yet, please <a href="' . $scripturl . '?action=register">register</a>.';
  14. $txt['passwords_dont_match'] = 'Passwords aren\'t the same.';
  15. $txt['register_to_use'] = 'Sorry, you must register before using this feature.';
  16. $txt['password_invalid_character'] = 'Invalid character used in password.';
  17. $txt['name_invalid_character'] = 'Invalid character used in name.';
  18. $txt['email_invalid_character'] = 'Invalid character used in email.';
  19. $txt['username_reserved'] = 'The username you tried to use contains the reserved name \'%1$s\'. Please try another username.';
  20. $txt['numbers_one_to_nine'] = 'This field only accepts numbers from 0-9';
  21. $txt['not_a_user'] = 'The user whose profile you are trying to view does not exist.';
  22. $txt['not_a_topic'] = 'This topic doesn\'t exist on this board.';
  23. $txt['not_approved_topic'] = 'This topic has not been approved yet.';
  24. $txt['email_in_use'] = 'That email address (%1$s) is being used by a registered member already. If you feel this is a mistake, go to the login page and use the password reminder with that address.';
  25. $txt['didnt_select_vote'] = 'You didn\'t select a vote option.';
  26. $txt['poll_error'] = 'Either that poll doesn\'t exist, the poll has been locked, or you tried to vote twice.';
  27. $txt['members_only'] = 'This option is only available to registered members.';
  28. $txt['locked_by_admin'] = 'This was locked by an administrator. You cannot unlock it.';
  29. $txt['not_enough_posts_karma'] = 'Sorry, you don\'t have enough posts to modify karma - you need at least %1$d.';
  30. $txt['cant_change_own_karma'] = 'Sorry, you are not permitted to modify your own karma.';
  31. $txt['karma_wait_time'] = 'Sorry, you can\'t repeat a karma action without waiting %1$s %2$s.';
  32. $txt['feature_disabled'] = 'Sorry, this feature is disabled.';
  33. $txt['feature_no_exists'] = 'Sorry, this feature doesn\'t exist.';
  34. $txt['couldnt_connect'] = 'Could not connect to server or could not find file';
  35. $txt['no_board'] = 'The board you specified doesn\'t exist';
  36. $txt['no_message'] = 'The message is no longer available';
  37. $txt['cant_split'] = 'You are not allowed to split topics';
  38. $txt['cant_merge'] = 'You are not allowed to merge topics';
  39. $txt['no_topic_id'] = 'You specified an invalid topic ID.';
  40. $txt['split_first_post'] = 'You cannot split a topic at the first post.';
  41. $txt['topic_one_post'] = 'This topic only contains one message and cannot be split.';
  42. $txt['no_posts_selected'] = 'No messages selected';
  43. $txt['selected_all_posts'] = 'Unable to split. You have selected every message.';
  44. $txt['cant_find_messages'] = 'Unable to find messages';
  45. $txt['cant_find_user_email'] = 'Unable to find user\'s email address.';
  46. $txt['cant_insert_topic'] = 'Unable to insert topic';
  47. $txt['already_a_mod'] = 'You have chosen a username of an already existing moderator. Please choose another username';
  48. $txt['session_timeout'] = 'Your session timed out while posting. Please go back and try again.';
  49. $txt['session_verify_fail'] = 'Session verification failed. Please try logging out and back in again, and then try again.';
  50. $txt['verify_url_fail'] = 'Unable to verify referring url. Please go back and try again.';
  51. $txt['token_verify_fail'] = 'Token verification failed. Please go back and try again.';
  52. $txt['guest_vote_disabled'] = 'Guests cannot vote in this poll.';
  53. $txt['cannot_access_mod_center'] = 'You do not have permission to access the moderation center.';
  54. $txt['cannot_admin_forum'] = 'You are not allowed to administrate this forum.';
  55. $txt['cannot_announce_topic'] = 'You are not allowed to announce topics on this board.';
  56. $txt['cannot_approve_posts'] = 'You do not have permission to approve items.';
  57. $txt['cannot_post_unapproved_attachments'] = 'You do not have permission to post unapproved attachments.';
  58. $txt['cannot_post_unapproved_topics'] = 'You do not have permission to post unapproved topics.';
  59. $txt['cannot_post_unapproved_replies_own'] = 'You do not have permission to post unapproved replies to your topics.';
  60. $txt['cannot_post_unapproved_replies_any'] = 'You do not have permission to post unapproved replies to other users\' topics.';
  61. $txt['cannot_calendar_edit_any'] = 'You cannot edit calendar events.';
  62. $txt['cannot_calendar_edit_own'] = 'You don\'t have the privileges necessary to edit your own events.';
  63. $txt['cannot_calendar_post'] = 'Event posting isn\'t allowed - sorry.';
  64. $txt['cannot_calendar_view'] = 'Sorry, but you are not allowed to view the calendar.';
  65. $txt['cannot_remove_any'] = 'Sorry, but you don\'t have the privilege to remove just any topic. Check to make sure this topic wasn\'t just moved to another board.';
  66. $txt['cannot_remove_own'] = 'You cannot delete your own topics in this board. Check to make sure this topic wasn\'t just moved to another board.';
  67. $txt['cannot_edit_news'] = 'You are not allowed to edit news items on this forum.';
  68. $txt['cannot_pm_read'] = 'Sorry, you can\'t read your personal messages.';
  69. $txt['cannot_pm_send'] = 'You are not allowed to send personal messages.';
  70. $txt['cannot_karma_edit'] = 'You aren\'t permitted to modify other people\'s karma.';
  71. $txt['cannot_lock_any'] = 'You are not allowed to lock just any topic here.';
  72. $txt['cannot_lock_own'] = 'Apologies, but you cannot lock your own topics here.';
  73. $txt['cannot_make_sticky'] = 'You don\'t have permission to sticky this topic.';
  74. $txt['cannot_manage_attachments'] = 'You\'re not allowed to manage attachments or avatars.';
  75. $txt['cannot_manage_bans'] = 'You\'re not allowed to change the list of bans.';
  76. $txt['cannot_manage_boards'] = 'You are not allowed to manage boards and categories.';
  77. $txt['cannot_manage_membergroups'] = 'You don\'t have permission to modify or assign membergroups.';
  78. $txt['cannot_manage_permissions'] = 'You don\'t have permission to manage permissions.';
  79. $txt['cannot_manage_smileys'] = 'You\'re not allowed to manage smileys and message icons.';
  80. $txt['cannot_mark_any_notify'] = 'You don\'t have the permissions necessary to get notifications from this topic.';
  81. $txt['cannot_mark_notify'] = 'Sorry, but you are not permitted to request notifications from this board.';
  82. $txt['cannot_merge_any'] = 'You aren\'t allowed to merge topics on one of the selected board(s).';
  83. $txt['cannot_moderate_forum'] = 'You are not allowed to moderate this forum.';
  84. $txt['cannot_moderate_board'] = 'You are not allowed to moderate this board.';
  85. $txt['cannot_modify_any'] = 'You aren\'t allowed to modify just any post.';
  86. $txt['cannot_modify_own'] = 'Sorry, but you aren\'t allowed to edit your own posts.';
  87. $txt['cannot_modify_replies'] = 'Even though this post is a reply to your topic, you cannot edit it.';
  88. $txt['cannot_move_own'] = 'You are not allowed to move your own topics in this board.';
  89. $txt['cannot_move_any'] = 'You are not allowed to move topics in this board.';
  90. $txt['cannot_poll_add_own'] = 'Sorry, you aren\'t allowed to add polls to your own topics in this board.';
  91. $txt['cannot_poll_add_any'] = 'You don\'t have the access to add polls to this topic.';
  92. $txt['cannot_poll_edit_own'] = 'You cannot edit this poll, even though it is your own.';
  93. $txt['cannot_poll_edit_any'] = 'You have been denied access to editing polls in this board.';
  94. $txt['cannot_poll_lock_own'] = 'You are not allowed to lock your own polls in this board.';
  95. $txt['cannot_poll_lock_any'] = 'Sorry, but you aren\'t allowed to lock just any poll.';
  96. $txt['cannot_poll_post'] = 'You aren\'t allowed to post polls in the current board.';
  97. $txt['cannot_poll_remove_own'] = 'You are not permitted to remove this poll from your topic.';
  98. $txt['cannot_poll_remove_any'] = 'You cannot remove just any poll on this board.';
  99. $txt['cannot_poll_view'] = 'You are not allowed to view polls in this board.';
  100. $txt['cannot_poll_vote'] = 'Sorry, but you cannot vote in polls in this board.';
  101. $txt['cannot_post_attachment'] = 'You don\'t have permission to post attachments here.';
  102. $txt['cannot_post_new'] = 'Sorry, you cannot post new topics in this board.';
  103. $txt['cannot_post_reply_any'] = 'You are not permitted to post replies to topics on this board.';
  104. $txt['cannot_post_reply_own'] = 'You are not allowed to post replies even to your own topics in this board.';
  105. $txt['cannot_profile_remove_own'] = 'Sorry, but you aren\'t allowed to delete your own account.';
  106. $txt['cannot_profile_remove_any'] = 'You don\'t have the approriate permissions to remove accounts.';
  107. $txt['cannot_profile_extra_any'] = 'You are not permitted to modify profile settings.';
  108. $txt['cannot_profile_identity_any'] = 'You aren\'t allowed to edit account settings.';
  109. $txt['cannot_profile_title_any'] = 'You cannot edit people\'s custom titles.';
  110. $txt['cannot_profile_extra_own'] = 'Sorry, but you don\'t have the necessary permissions to edit your profile data.';
  111. $txt['cannot_profile_identity_own'] = 'You can\'t change your identity at the current moment.';
  112. $txt['cannot_profile_title_own'] = 'You are not allowed to change your custom title.';
  113. $txt['cannot_profile_server_avatar'] = 'You are not permitted to use a server stored avatar.';
  114. $txt['cannot_profile_upload_avatar'] = 'You do not have permission to upload an avatar.';
  115. $txt['cannot_profile_remote_avatar'] = 'You don\'t have the privilege of using a remote avatar.';
  116. $txt['cannot_profile_view_own'] = 'Many apologies, but you can\'t view your own profile.';
  117. $txt['cannot_profile_view_any'] = 'Many apologies, but you can\'t view just any profile.';
  118. $txt['cannot_delete_own'] = 'You are not, on this board, allowed to delete your own posts.';
  119. $txt['cannot_delete_replies'] = 'Sorry, but you cannot remove these posts, even though they are replies to your topic.';
  120. $txt['cannot_delete_any'] = 'Deleting just any posts in this board is not allowed.';
  121. $txt['cannot_report_any'] = 'You are not allowed to report posts in this board.';
  122. $txt['cannot_search_posts'] = 'You are not allowed to search for posts in this forum.';
  123. $txt['cannot_send_mail'] = 'You don\'t have the privilege of sending out emails to everyone.';
  124. $txt['cannot_issue_warning'] = 'Sorry, you do not have permission to issue warnings to members.';
  125. $txt['cannot_send_topic'] = 'Sorry, but the administrator has disallowed sending topics on this board.';
  126. $txt['cannot_send_email_to_members'] = 'Sorry, but the administrator has disallowed sending emails on this board.';
  127. $txt['cannot_split_any'] = 'Splitting just any topic is not allowed in this board.';
  128. $txt['cannot_view_attachments'] = 'It seems that you are not allowed to download or view attachments on this board.';
  129. $txt['cannot_view_mlist'] = 'You can\'t view the memberlist because you don\'t have permission to.';
  130. $txt['cannot_view_stats'] = 'You aren\'t allowed to view the forum statistics.';
  131. $txt['cannot_who_view'] = 'Sorry - you don\'t have the proper permissions to view the Who\'s Online list.';
  132. $txt['no_theme'] = 'That theme does not exist.';
  133. $txt['theme_dir_wrong'] = 'The default theme\'s directory is wrong, please correct it by clicking this text.';
  134. $txt['registration_disabled'] = 'Sorry, registration is currently disabled.';
  135. $txt['registration_agreement_missing'] = 'The registration agreement file, agreement.txt, is either missing or empty. Registrations have been disable until this is fixed';
  136. $txt['registration_no_secret_question'] = 'Sorry, there is no secret question set for this member.';
  137. $txt['poll_range_error'] = 'Sorry, the poll must run for more than 0 days.';
  138. $txt['delFirstPost'] = 'You are not allowed to delete the first post in a topic.<p>If you want to delete this topic, click on the Remove Topic link, or ask a moderator/administrator to do it for you.</p>';
  139. $txt['parent_error'] = 'Unable to create board!';
  140. $txt['login_cookie_error'] = 'You were unable to login. Please check your cookie settings.';
  141. $txt['incorrect_answer'] = 'Sorry, but you did not answer your question correctly. Please click back to try again, or click back twice to use the default method of obtaining your password.';
  142. $txt['no_mods'] = 'No moderators found!';
  143. $txt['parent_not_found'] = 'Board structure corrupt: unable to find parent board';
  144. $txt['modify_post_time_passed'] = 'You may not modify this post as the time limit for edits has passed.';
  145. $txt['calendar_off'] = 'You cannot access the calendar right now because it is disabled.';
  146. $txt['calendar_export_off'] = 'You cannot export calendar events because that feature is currently disabled.';
  147. $txt['invalid_month'] = 'Invalid month value.';
  148. $txt['invalid_year'] = 'Invalid year value.';
  149. $txt['invalid_day'] = 'Invalid day value.';
  150. $txt['event_month_missing'] = 'Event month is missing.';
  151. $txt['event_year_missing'] = 'Event year is missing.';
  152. $txt['event_day_missing'] = 'Event day is missing.';
  153. $txt['event_title_missing'] = 'Event title is missing.';
  154. $txt['invalid_date'] = 'Invalid date.';
  155. $txt['no_event_title'] = 'No event title was entered.';
  156. $txt['missing_event_id'] = 'Missing event ID.';
  157. $txt['cant_edit_event'] = 'You do not have permission to edit this event.';
  158. $txt['missing_board_id'] = 'Board ID is missing.';
  159. $txt['missing_topic_id'] = 'Topic ID is missing.';
  160. $txt['topic_doesnt_exist'] = 'Topic doesn\'t exist.';
  161. $txt['not_your_topic'] = 'You are not the owner of this topic.';
  162. $txt['board_doesnt_exist'] = 'The board does not exist.';
  163. $txt['no_span'] = 'The span feature is currently disabled.';
  164. $txt['invalid_days_numb'] = 'Invalid number of days to span.';
  165. $txt['moveto_noboards'] = 'There are no boards to move this topic to!';
  166. $txt['topic_already_moved'] = 'This topic %1$s has been moved to the board %2$s, please check its new location before moving it again.';
  167. $txt['already_activated'] = 'Your account has already been activated.';
  168. $txt['still_awaiting_approval'] = 'Your account is still awaiting admin approval.';
  169. $txt['invalid_email'] = 'Invalid email address / email address range.<br />Example of a valid email address: evil.user@badsite.com.<br />Example of a valid email address range: *@*.badsite.com';
  170. $txt['invalid_expiration_date'] = 'Expiration date is not valid';
  171. $txt['invalid_hostname'] = 'Invalid host name / host name range.<br />Example of a valid host name: proxy4.badhost.com<br />Example of a valid host name range: *.badhost.com';
  172. $txt['invalid_ip'] = 'Invalid IP / IP range.<br />Example of a valid IP address: 127.0.0.1<br />Example of a valid IP range: 127.0.0-20.*';
  173. $txt['invalid_tracking_ip'] = 'Invalid IP / IP range.<br />Example of a valid IP address: 127.0.0.1<br />Example of a valid IP range: 127.0.0.*';
  174. $txt['invalid_username'] = 'Member name not found';
  175. $txt['no_user_selected'] = 'Member not found';
  176. $txt['no_ban_admin'] = 'You may not ban an admin - You must demote them first!';
  177. $txt['no_bantype_selected'] = 'No ban type was selected';
  178. $txt['ban_not_found'] = 'Ban not found';
  179. $txt['ban_unknown_restriction_type'] = 'Restriction type unknown';
  180. $txt['ban_name_empty'] = 'The name of the ban was left empty';
  181. $txt['ban_name_exists'] = 'The name of this ban (%1$s) already exists. Please choose a different name.';
  182. $txt['ban_trigger_already_exists'] = 'This ban trigger (%1$s) already exists in %2$s.';
  183. $txt['recycle_no_valid_board'] = 'No valid board selected for recycled topics';
  184. $txt['post_already_deleted'] = 'The topic or message has already been moved to the recycle board. Are you sure you want to delete it completely?<br />If so follow <a href="%1$s">this link</a>';
  185. $txt['login_threshold_fail'] = 'Sorry, you are out of login chances. Please come back and try again later.';
  186. $txt['login_threshold_brute_fail'] = 'Sorry, but you\'ve reached your login attempts threshold. Please wait 30 seconds and try again later.';
  187. $txt['who_off'] = 'You cannot access Who\'s Online right now because it is disabled.';
  188. $txt['merge_create_topic_failed'] = 'Error creating a new topic.';
  189. $txt['merge_need_more_topics'] = 'Merge topics require at least two topics to merge.';
  190. $txt['post_WaitTime_broken'] = 'The last posting from your IP was less than %1$d seconds ago. Please try again later.';
  191. $txt['register_WaitTime_broken'] = 'You already registered just %1$d seconds ago!';
  192. $txt['login_WaitTime_broken'] = 'You will have to wait about %1$d seconds to login again, sorry.';
  193. $txt['pm_WaitTime_broken'] = 'The last personal message from your IP was less than %1$d seconds ago. Please try again later.';
  194. $txt['reporttm_WaitTime_broken'] = 'The last topic report from your IP was less than %1$d seconds ago. Please try again later.';
  195. $txt['sendtopic_WaitTime_broken'] = 'The last topic sent from your IP was less than %1$d seconds ago. Please try again later.';
  196. $txt['sendmail_WaitTime_broken'] = 'The last email sent from your IP was less than %1$d seconds ago. Please try again later.';
  197. $txt['search_WaitTime_broken'] = 'Your last search was less than %1$d seconds ago. Please try again later.';
  198. $txt['remind_WaitTime_broken'] = 'Your last reminder was less than %1$d seconds ago. Please try again later.';
  199. $txt['email_missing_data'] = 'You must enter something in both the subject and message boxes.';
  200. $txt['topic_gone'] = 'The topic or board you are looking for appears to be either missing or off limits to you.';
  201. $txt['theme_edit_missing'] = 'The file you are trying to edit can\'t be found.';
  202. $txt['no_dump_database'] = 'Only administrators can make database backups.';
  203. $txt['pm_not_yours'] = 'The personal message you\'re trying to quote is not your own or does not exist, please go back and try again.';
  204. $txt['mangled_post'] = 'Mangled form data - please go back and try again.';
  205. $txt['too_many_groups'] = 'Sorry, you selected too many groups, please remove some.';
  206. $txt['post_upload_error'] = 'The post data is missing. This error is can be caused by trying to submit a file larger than allowed by the server. Please contact your administrator if this problem continues.';
  207. $txt['quoted_post_deleted'] = 'The post you are trying to quote either does not exist, was deleted, or is no longer viewable by you.';
  208. $txt['pm_too_many_per_hour'] = 'You have exceeded the limit of %1$d personal messages per hour.';
  209. $txt['labels_too_many'] = 'Sorry, %1$s messages already had the maximum amount of labels allowed!';
  210. $txt['register_only_once'] = 'Sorry, but you\'re not allowed to register multiple accounts at the same time from the same computer.';
  211. $txt['admin_setting_coppa_require_contact'] = 'You must enter either a postal or fax contact if parent/guardian approval is required.';
  212. $txt['error_long_name'] = 'The name you tried to use was too long.';
  213. $txt['error_no_name'] = 'No name was provided.';
  214. $txt['error_bad_name'] = 'The name you submitted cannot be used, because it is or contains a reserved name.';
  215. $txt['error_no_email'] = 'No email address was provided.';
  216. $txt['error_bad_email'] = 'An invalid email address was given.';
  217. $txt['error_no_event'] = 'No event name has been given.';
  218. $txt['error_no_subject'] = 'No subject was filled in.';
  219. $txt['error_no_question'] = 'No question was filled in for this poll.';
  220. $txt['error_no_message'] = 'The message body was left empty.';
  221. $txt['error_long_message'] = 'The message exceeds the maximum allowed length (%1$d characters).';
  222. $txt['error_no_comment'] = 'The comment field was left empty.';
  223. $txt['error_session_timeout'] = 'Your session timed out while posting. Please try to re-submit your message.';
  224. $txt['error_no_to'] = 'No recipients specified.';
  225. $txt['error_bad_to'] = 'One or more \'to\'-recipients could not be found.';
  226. $txt['error_bad_bcc'] = 'One or more \'bcc\'-recipients could not be found.';
  227. $txt['error_form_already_submitted'] = 'You already submitted this post! You might have accidentally double clicked or tried to refresh the page.';
  228. $txt['error_poll_few'] = 'You must have at least two choices!';
  229. $txt['error_poll_many'] = 'You must have no more than 256 choices.';
  230. $txt['error_need_qr_verification'] = 'Please complete the verification section below to complete your post.';
  231. $txt['error_wrong_verification_code'] = 'The letters you typed don\'t match the letters that were shown in the picture.';
  232. $txt['error_wrong_verification_answer'] = 'You did not answer the verification questions correctly.';
  233. $txt['error_need_verification_code'] = 'Please enter the verification code below to continue to the results.';
  234. $txt['error_bad_file'] = 'Sorry but the file specified could not be opened: %1$s';
  235. $txt['error_bad_line'] = 'The line you specified is invalid.';
  236. $txt['error_draft_not_saved'] = 'There was an error saving the draft';
  237. $txt['smiley_not_found'] = 'Smiley not found.';
  238. $txt['smiley_has_no_code'] = 'No code for this smiley was given.';
  239. $txt['smiley_has_no_filename'] = 'No filename for this smiley was given.';
  240. $txt['smiley_not_unique'] = 'A smiley with that code already exists.';
  241. $txt['smiley_set_already_exists'] = 'A smiley set with that URL already exists';
  242. $txt['smiley_set_not_found'] = 'Smiley set not found';
  243. $txt['smiley_set_dir_not_found'] = 'The directory of the smiley set %1$s is either invalid or cannot be accessed';
  244. $txt['smiley_set_path_already_used'] = 'The URL of the smiley set is already being used by another smiley set.';
  245. $txt['smiley_set_unable_to_import'] = 'Unable to import smiley set. Either the directory is invalid or cannot be accessed.';
  246. $txt['smileys_upload_error'] = 'Failed to upload file.';
  247. $txt['smileys_upload_error_blank'] = 'All smiley sets must have an image.';
  248. $txt['smileys_upload_error_name'] = 'All smileys must have the same filename.';
  249. $txt['smileys_upload_error_illegal'] = 'Illegal Type.';
  250. $txt['search_invalid_weights'] = 'Search weights are not properly configured. At least one weight should be configure to be non-zero. Please report this error to an administrator.';
  251. $txt['unable_to_create_temporary'] = 'The search function was unable to create temporary tables. Please try again.';
  252. $txt['package_no_file'] = 'Unable to find package file!';
  253. $txt['packageget_unable'] = 'Unable to connect to the server. Please try using <a href="%1$s" target="_blank" class="new_win">this URL</a> instead.';
  254. $txt['not_on_simplemachines'] = 'Sorry, packages can only be downloaded like this from the simplemachines.org server.';
  255. $txt['package_cant_uninstall'] = 'This package was either never installed or was already uninstalled - you can\'t uninstall it now.';
  256. $txt['package_cant_download'] = 'You cannot download or install new packages because the Packages directory or one of the files in it are not writable!';
  257. $txt['package_upload_error_nofile'] = 'You did not select a package to upload.';
  258. $txt['package_upload_error_failed'] = 'Could not upload package, please check directory permissions!';
  259. $txt['package_upload_error_exists'] = 'The file you are uploading already exists on the server. Please delete it first then try again.';
  260. $txt['package_upload_error_supports'] = 'The package manager currently allows only these file types: %1$s.';
  261. $txt['package_upload_error_broken'] = 'Package upload failed due to the following error:<br />&quot;%1$s&quot;';
  262. $txt['package_get_error_not_found'] = 'The package you are trying to install cannot be located. You may want to manually upload the package to your Packages directory.';
  263. $txt['package_get_error_missing_xml'] = 'The package you are attempting to install is missing the package-info.xml that must be in the root package directory.';
  264. $txt['package_get_error_is_zero'] = 'Although the package was downloaded to the server it appears to be empty. Please check the Packages directory, and the &quot;temp&quot; sub-directory are both writable. If you continue to experience this problem you should try extracting the package on your PC and uploading the extracted files into a subdirectory in your Packages directory and try again. For example, if the package was called shout.tar.gz you should:<br />1) Download the package to your local PC and extract it into files.<br />2) Using an FTP client create a new directory in your &quot;Packages&quot; folder, in this example you may call it "shout".<br />3) Upload all the files from the extracted package to this directory.<br />4) Go back to the package manager browse page and the package will be automatically found by SMF.';
  265. $txt['package_get_error_packageinfo_corrupt'] = 'SMF was unable to find any valid information within the package-info.xml file included within the Package. There may be an error with the modification, or the package may be corrupt.';
  266. $txt['package_get_error_is_theme'] = 'You can\'t install a Theme from this section, please use the <a href="{MANAGETHEMEURL}">Themes and Layout</a> management page to upload it';
  267. $txt['no_membergroup_selected'] = 'No membergroup selected';
  268. $txt['membergroup_does_not_exist'] = 'The membergroup doesn\'t exist or is invalid.';
  269. $txt['at_least_one_admin'] = 'There must be at least one administrator on a forum!';
  270. $txt['error_functionality_not_windows'] = 'Sorry, this functionality is currently not available for servers running Windows.';
  271. // Don't use entities in the below string.
  272. $txt['attachment_not_found'] = 'Attachment Not Found';
  273. $txt['error_no_boards_selected'] = 'No valid boards were selected.';
  274. $txt['error_invalid_search_string'] = 'Did you forget to put something to search for?';
  275. $txt['error_invalid_search_string_blacklist'] = 'Your search query contained too trivial words. Please try again with a different query.';
  276. $txt['error_search_string_small_words'] = 'Each word must be at least two characters long.';
  277. $txt['error_query_not_specific_enough'] = 'Your search query didn\'t return any matches.';
  278. $txt['error_no_messages_in_time_frame'] = 'No messages found in selected time frame.';
  279. $txt['error_no_labels_selected'] = 'No labels were selected.';
  280. $txt['error_no_search_daemon'] = 'Unable to access the search daemon';
  281. $txt['profile_errors_occurred'] = 'The following errors occurred when trying to save your profile';
  282. $txt['profile_error_bad_offset'] = 'The time offset is out of range';
  283. $txt['profile_error_no_name'] = 'The name field was left blank';
  284. $txt['profile_error_digits_only'] = 'The \'number of posts\' box can only contain digits.';
  285. $txt['profile_error_name_taken'] = 'The selected username/display name has already been taken';
  286. $txt['profile_error_name_too_long'] = 'The selected name is too long. It should be no greater than 60 characters long';
  287. $txt['profile_error_no_email'] = 'The email field was left blank';
  288. $txt['profile_error_bad_email'] = 'You have not entered a valid email address';
  289. $txt['profile_error_email_taken'] = 'Another user is already registered with that email address';
  290. $txt['profile_error_no_password'] = 'You did not enter your password';
  291. $txt['profile_error_bad_new_password'] = 'The new passwords you entered do not match';
  292. $txt['profile_error_bad_password'] = 'The password you entered was not correct';
  293. $txt['profile_error_bad_avatar'] = 'The avatar you have selected is either too large or not an avatar';
  294. $txt['profile_error_password_short'] = 'Your password must be at least ' . (empty($modSettings['password_strength']) ? 4 : 8) . ' characters long.';
  295. $txt['profile_error_password_restricted_words'] = 'Your password must not contain your username, email address or other commonly used words.';
  296. $txt['profile_error_password_chars'] = 'Your password must contain a mix of upper and lower case letters, as well as digits.';
  297. $txt['profile_error_already_requested_group'] = 'You already have an outstanding request for this group!';
  298. $txt['profile_error_openid_in_use'] = 'Another user is already using that OpenID authentication URL';
  299. $txt['profile_error_signature_not_yet_saved'] = 'The signature has not been saved.';
  300. $txt['profile_error_aim_too_long'] = 'The AIM nickname is too long.';
  301. $txt['profile_error_personal_text_too_long'] = 'The personal text is too long.';
  302. $txt['profile_error_user_title_too_long'] = 'The custom title is too long.';
  303. $txt['mysql_error_space'] = ' - check database storage space or contact the server administrator.';
  304. $txt['icon_not_found'] = 'The icon image could not be found in the default theme - please ensure the image has been uploaded and try again.';
  305. $txt['icon_after_itself'] = 'The icon cannot be positioned after itself.';
  306. $txt['icon_name_too_long'] = 'Icon filenames cannot be more than 16 characters long';
  307. $txt['name_censored'] = 'Sorry, the name you tried to use, %1$s, contains words which have been censored. Please try another name.';
  308. $txt['poll_already_exists'] = 'A topic can only have one poll associated with it.';
  309. $txt['poll_not_found'] = 'There is no poll associated with this topic!';
  310. $txt['error_while_adding_poll'] = 'The following error or errors occurred while adding this poll';
  311. $txt['error_while_editing_poll'] = 'The following error or errors occurred while editing this poll';
  312. $txt['loadavg_search_disabled'] = 'Due to high stress on the server, the search function has been automatically and temporarily disabled. Please try again in a short while.';
  313. $txt['loadavg_generic_disabled'] = 'Sorry, because of high stress on the server, this feature is currently unavailable.';
  314. $txt['loadavg_allunread_disabled'] = 'The server\'s resources are temporarily under too high a demand to find all the topics you have not read.';
  315. $txt['loadavg_unreadreplies_disabled'] = 'The server is currently under high stress. Please try again shortly.';
  316. $txt['loadavg_show_posts_disabled'] = 'Please try again later. This member\'s posts are not currently available due to high load on the server.';
  317. $txt['loadavg_unread_disabled'] = 'The server\'s resources are temporarily under too high a demand to list out the topics you have not read.';
  318. $txt['loadavg_userstats_disabled'] = 'Please try again later. This member\'s statistics are not currently available due to high load on the server.';
  319. $txt['cannot_edit_permissions_inherited'] = 'You cannot edit inherited permissions directly, you must either edit the parent group or edit the membergroup inheritance.';
  320. $txt['mc_no_modreport_specified'] = 'You need to specify which report you wish to view.';
  321. $txt['mc_no_modreport_found'] = 'The specified report either doesn\'t exist or is off limits to you';
  322. $txt['st_cannot_retrieve_file'] = 'Could not retrieve the file %1$s.';
  323. $txt['admin_file_not_found'] = 'Could not load the requested file: %1$s.';
  324. $txt['themes_none_selectable'] = 'At least one theme must be selectable.';
  325. $txt['themes_default_selectable'] = 'The overall forum default theme must be a selectable theme.';
  326. $txt['ignoreboards_disallowed'] = 'The option to ignore boards has not been enabled.';
  327. $txt['mboards_delete_error'] = 'No category selected.';
  328. $txt['mboards_delete_board_error'] = 'No board selected.';
  329. $txt['mboards_parent_own_child_error'] = 'You can not make a parent its own child.';
  330. $txt['mboards_board_own_child_error'] = 'You can not make a board its own child.';
  331. $txt['smileys_upload_error_notwritable'] = 'The following smiley directories are not writable: %1$s';
  332. $txt['smileys_upload_error_types'] = 'Smiley images can only have the following extensions: %1$s.';
  333. $txt['change_email_success'] = 'Your email address has been changed, and a new activation email has been sent to it.';
  334. $txt['resend_email_success'] = 'A new activation email has successfully been sent.';
  335. $txt['custom_option_need_name'] = 'The profile option must have a name.';
  336. $txt['custom_option_not_unique'] = 'Field name is not unique.';
  337. $txt['custom_option_regex_error'] = 'The regex you entered is not valid';
  338. $txt['warning_no_reason'] = 'You must enter a reason for altering the warning state of a member';
  339. $txt['warning_notify_blank'] = 'You selected to notify the user but did not fill in the subject/message fields';
  340. $txt['cannot_connect_doc_site'] = 'Could not connect to the Simple Machines Online Manual. Please check that your server configuration allows external internet connections and try again later.';
  341. $txt['movetopic_no_reason'] = 'You must enter a reason for moving the topic, or uncheck the option to \'post a redirection topic\'.';
  342. // OpenID error strings
  343. $txt['openid_server_bad_response'] = 'The requested identifier did not return the proper information.';
  344. $txt['openid_return_no_mode'] = 'The identity provider did not respond with the OpenID mode.';
  345. $txt['openid_not_resolved'] = 'The identity provider did not approve your request.';
  346. $txt['openid_no_assoc'] = 'Could not find the requested association with the identity provider.';
  347. $txt['openid_sig_invalid'] = 'The signature from the identity provider is invalid.';
  348. $txt['openid_load_data'] = 'Could not load the data from your login request. Please try again.';
  349. $txt['openid_not_verified'] = 'The OpenID address given has not been verified yet. Please log in to verify.';
  350. $txt['error_custom_field_too_long'] = 'The &quot;%1$s&quot; field cannot be greater than %2$d characters in length.';
  351. $txt['error_custom_field_invalid_email'] = 'The &quot;%1$s&quot; field must be a valid email address.';
  352. $txt['error_custom_field_not_number'] = 'The &quot;%1$s&quot; field must be numeric.';
  353. $txt['error_custom_field_inproper_format'] = 'The &quot;%1$s&quot; field is an invalid format.';
  354. $txt['error_custom_field_empty'] = 'The &quot;%1$s&quot; field cannot be left blank.';
  355. $txt['email_no_template'] = 'The email template &quot;%1$s&quot; could not be found.';
  356. $txt['search_api_missing'] = 'The search API could not be found. Please contact the admin to check they have uploaded the correct files.';
  357. $txt['search_api_not_compatible'] = 'The selected search API the forum is using is out of date - falling back to standard search. Please check file %1$s.';
  358. // Restore topic/posts
  359. $txt['cannot_restore_first_post'] = 'You cannot restore the first post in a topic.';
  360. $txt['parent_topic_missing'] = 'The parent topic of the post you are trying to restore has been deleted.';
  361. $txt['restored_disabled'] = 'The restoration of topics has been disabled.';
  362. $txt['restore_not_found'] = 'The following messages could not be restored; the original topic may have been removed:<ul style="margin-top: 0px;">%1$s</ul>You will need to move these manually.';
  363. $txt['error_invalid_dir'] = 'The directory you entered is invalid.';
  364. $txt['error_sqlite_optimizing'] = 'Sqlite is optimizing the database, the forum can not be accessed until it has finished. Please try refreshing this page momentarily.';
  365. ?>