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