15 // be trimmed. So you can use a limited amount of Javascript in this so that the language can be imported |
15 // be trimmed. So you can use a limited amount of Javascript in this so that the language can be imported |
16 // via Javascript as well. |
16 // via Javascript as well. |
17 |
17 |
18 var enano_lang = { |
18 var enano_lang = { |
19 categories: [ |
19 categories: [ |
20 'adm', 'meta', 'user', 'page', 'comment', 'onpage', 'etc', 'editor', 'history', |
20 'adm', 'meta', 'user', 'page', 'comment', 'onpage', 'etc', 'editor', 'history', 'catedit', 'tags', 'delvote', 'ajax', |
21 ], |
21 ], |
22 strings: { |
22 strings: { |
23 meta: { |
23 meta: { |
24 adm: 'Administration panel nav menu', |
24 adm: 'Administration panel nav menu', |
25 meta: 'Language category strings', |
25 meta: 'Language category strings', |
26 user: 'Login, logout, and authentication', |
26 user: 'Login, logout, and authentication', |
27 page: 'Page creation and control', |
27 page: 'Page creation and control', |
28 comment: 'Comment display', |
28 comment: 'Comment display', |
29 onpage: 'On-page controls', |
29 onpage: 'On-page buttons and controls', |
30 etc: 'Miscellaneous strings', |
30 etc: 'Miscellaneous strings', |
31 editor: 'Page editor interface', |
31 editor: 'Page editor interface', |
32 history: 'Page history and log viewer', |
32 history: 'Page history and log viewer', |
|
33 catedit: 'Categorization box and editor', |
|
34 tags: 'Page tagging interface', |
|
35 delvote: 'Page deletion vote interface', |
|
36 ajax: 'On-page AJAX applets', |
33 plural: 's' |
37 plural: 's' |
34 }, |
38 }, |
35 user: { |
39 user: { |
36 login_message_short: 'Please enter your username and password to log in.', |
40 login_message_short: 'Please enter your username and password to log in.', |
37 login_message_short_elev: 'Please re-enter your login details', |
41 login_message_short_elev: 'Please re-enter your login details', |
163 postform_field_captcha_blurb: 'Please enter the confirmation code seen in the image on the right into the box. If you cannot read the code, please click on the image to generate a new one. This helps to prevent automated bot posting.', |
167 postform_field_captcha_blurb: 'Please enter the confirmation code seen in the image on the right into the box. If you cannot read the code, please click on the image to generate a new one. This helps to prevent automated bot posting.', |
164 postform_field_captcha_label: 'Confirmation code:', |
168 postform_field_captcha_label: 'Confirmation code:', |
165 postform_field_captcha_cantread_js: 'If you can\'t read the code, click on the image to generate a new one.', |
169 postform_field_captcha_cantread_js: 'If you can\'t read the code, click on the image to generate a new one.', |
166 postform_field_captcha_cantread_nojs: 'If you can\'t read the code, please refresh this page to generate a new one.', |
170 postform_field_captcha_cantread_nojs: 'If you can\'t read the code, please refresh this page to generate a new one.', |
167 postform_btn_submit: 'Submit comment', |
171 postform_btn_submit: 'Submit comment', |
|
172 |
|
173 on_friend_list: 'On your friend list', |
|
174 on_foe_list: 'On your foe list', |
168 }, |
175 }, |
169 adm: { |
176 adm: { |
170 cat_general: 'General', |
177 cat_general: 'General', |
171 cat_content: 'Content', |
178 cat_content: 'Content', |
172 cat_appearance: 'Appearance', |
179 cat_appearance: 'Appearance', |
212 btn_save: 'Save changes', |
219 btn_save: 'Save changes', |
213 btn_preview: 'Show preview', |
220 btn_preview: 'Show preview', |
214 btn_revert: 'Revert changes', |
221 btn_revert: 'Revert changes', |
215 btn_cancel: 'Cancel and return to page', |
222 btn_cancel: 'Cancel and return to page', |
216 btn_closeviewer: 'Close viewer', |
223 btn_closeviewer: 'Close viewer', |
|
224 preview_blurb: '<b>Reminder:</b> This is only a preview - your changes to this page have not yet been saved.', |
217 }, |
225 }, |
218 history: { |
226 history: { |
219 summary_clearlogs: 'Automatic backup created when logs were purged', |
227 summary_clearlogs: 'Automatic backup created when logs were purged', |
220 page_subtitle: 'History of edits and actions', |
228 page_subtitle: 'History of edits and actions', |
221 heading_edits: 'Edits:', |
229 heading_edits: 'Edits:', |
244 log_create: 'Created page', |
252 log_create: 'Created page', |
245 log_delete: 'Deleted page', |
253 log_delete: 'Deleted page', |
246 log_uploadnew: 'Uploaded new file version', |
254 log_uploadnew: 'Uploaded new file version', |
247 lbl_comparingrevisions: 'Comparing revisions:', |
255 lbl_comparingrevisions: 'Comparing revisions:', |
248 }, |
256 }, |
|
257 catedit: { |
|
258 title: 'Select which categories this page should be included in.', |
|
259 no_categories: 'There are no categories on this site yet.', |
|
260 catbox_lbl_categories: 'Categories:', |
|
261 catbox_lbl_uncategorized: '(Uncategorized)', |
|
262 catbox_link_edit: 'edit categorization', |
|
263 catbox_link_showcategorization: 'show page categorization', |
|
264 }, |
|
265 tags: { |
|
266 catbox_link: 'show page tags', |
|
267 lbl_page_tags: 'Page tags:', |
|
268 lbl_no_tags: 'No tags on this page', |
|
269 btn_add_tag: '(add a tag)', |
|
270 lbl_add_tag: 'Add a tag:', |
|
271 btn_add: '+ Add', |
|
272 }, |
|
273 delvote: { |
|
274 lbl_votes_one: 'There is one user that thinks this page should be deleted.', |
|
275 lbl_votes_plural: 'There are %num_users% users that think this page should be deleted.', |
|
276 lbl_users_that_voted: 'Users that voted:', |
|
277 btn_deletepage: 'Delete page', |
|
278 btn_resetvotes: 'Reset votes', |
|
279 }, |
|
280 ajax: { |
|
281 // Client-side messages |
|
282 protect_prompt_reason: 'Reason for (un)protecting:', |
|
283 rename_prompt: 'What title should this page be renamed to?\nNote: This does not and will never change the URL of this page, that must be done from the admin panel.', |
|
284 delete_prompt_reason: 'Please enter your reason for deleting this page.', |
|
285 delete_confirm: 'You are about to REVERSIBLY delete this page. Do you REALLY want to do this?\n\n(Comments and categorization data, as well as any attached files, will be permanently lost)', |
|
286 delvote_confirm: 'Are you sure that you want to vote that this page be deleted?', |
|
287 delvote_reset_confirm: 'This will reset the number of votes against this page to zero. Do you really want to do this?', |
|
288 clearlogs_confirm: 'You are about to DESTROY all log entries for this page. As opposed to (example) deleting this page, this action is completely IRREVERSIBLE and should not be used except in dire circumstances. Do you REALLY want to do this?', |
|
289 clearlogs_confirm_nag: 'You\'re ABSOLUTELY sure???', |
|
290 changestyle_select: '[Select]', |
|
291 changestyle_title: 'Change your theme', |
|
292 changestyle_pleaseselect_theme: 'Please select a theme from the list.', |
|
293 changestyle_success: 'Your theme preference has been changed.\nWould you like to reload the page now to see the changes?', |
|
294 killphp_confirm: 'Are you really sure you want to do this? Some pages might not function if this emergency-only feature is activated.', |
|
295 killphp_success: 'Embedded PHP in pages has been disabled.', |
|
296 |
|
297 // Server-side responses |
|
298 rename_too_short: 'The name you entered is too short. Please enter a longer name for this page.', |
|
299 rename_success: 'The page "%page_name_old%" has been renamed to "%page_name_new%". You are encouraged to leave a comment explaining your action.\n\nYou will see the change take effect the next time you reload this page.', |
|
300 clearlogs_success: 'The logs for this page have been cleared. A backup of this page has been added to the logs table so that this page can be restored in case of vandalism or spam later.', |
|
301 delete_need_reason: 'Invalid reason for deletion passed. Please enter a reason for deleting this page.', |
|
302 delete_success: 'This page has been deleted. Note that there is still a log of edits and actions in the database, and anyone with admin rights can raise this page from the dead unless the log is cleared. If the deleted file is an image, there may still be cached thumbnails of it in the cache/ directory, which is inaccessible to users.', |
|
303 delvote_success: 'Your vote to have this page deleted has been cast.\nYou are encouraged to leave a comment explaining the reason for your vote.', |
|
304 delvote_already_voted: 'It appears that you have already voted to have this page deleted.', |
|
305 delvote_reset_success: 'The number of votes for having this page deleted has been reset to zero.', |
|
306 password_success: 'The password for this page has been set.', |
|
307 password_disable_success: 'The password for this page has been disabled.', |
|
308 |
|
309 }, |
249 etc: { |
310 etc: { |
250 redirect_title: 'Redirecting...', |
311 redirect_title: 'Redirecting...', |
251 redirect_body: 'Please wait while you are redirected.', |
312 redirect_body: 'Please wait while you are redirected.', |
252 redirect_timeout: 'If you are not redirected within %timeout% seconds, please <a href="%redirect_url%">click here</a>.', |
313 redirect_timeout: 'If you are not redirected within %timeout% seconds, please <a href="%redirect_url%">click here</a>.', |
253 // Generic "Save Changes" button |
314 // Generic "Save Changes" button |
254 save_changes: 'Save changes', |
315 save_changes: 'Save changes', |
|
316 // Generic "Cancel" button |
|
317 cancel: 'Cancel', |
|
318 // Generic "Notice:" label |
|
319 lbl_notice: 'Notice:', |
|
320 // Generic "Access denied" |
|
321 access_denied: 'Access to the specified file, resource, or action is denied.', |
255 }, |
322 }, |
256 } |
323 } |
257 }; |
324 }; |
258 |
325 |
259 // All done! :-) |
326 // All done! :-) |