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', 'catedit', 'tags', 'delvote', 'ajax', |
20 'adm', 'meta', 'user', 'page', 'comment', 'onpage', 'etc', 'editor', 'history', 'catedit', 'tags', 'delvote', 'ajax', 'sidebar', |
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', |
32 history: 'Page history and log viewer', |
32 history: 'Page history and log viewer', |
33 catedit: 'Categorization box and editor', |
33 catedit: 'Categorization box and editor', |
34 tags: 'Page tagging interface', |
34 tags: 'Page tagging interface', |
35 delvote: 'Page deletion vote interface', |
35 delvote: 'Page deletion vote interface', |
36 ajax: 'On-page AJAX applets', |
36 ajax: 'On-page AJAX applets', |
|
37 sidebar: 'Default sidebar blocks and buttons', |
37 plural: 's' |
38 plural: 's' |
38 }, |
39 }, |
39 user: { |
40 user: { |
40 login_message_short: 'Please enter your username and password to log in.', |
41 login_message_short: 'Please enter your username and password to log in.', |
41 login_message_short_elev: 'Please re-enter your login details', |
42 login_message_short_elev: 'Please re-enter your login details', |
85 |
86 |
86 type_guest: 'Guest', |
87 type_guest: 'Guest', |
87 type_member: 'Member', |
88 type_member: 'Member', |
88 type_mod: 'Moderator', |
89 type_mod: 'Moderator', |
89 type_admin: 'Administrator', |
90 type_admin: 'Administrator', |
|
91 |
|
92 msg_elev_timed_out: '<b>Your administrative session has timed out.</b> <a href="%login_link%">Log in again</a>', |
90 }, |
93 }, |
91 onpage: { |
94 onpage: { |
92 lbl_pagetools: 'Page tools', |
95 lbl_pagetools: 'Page tools', |
93 lbl_page_article: 'article', |
96 lbl_page_article: 'article', |
94 lbl_page_admin: 'administration page', |
97 lbl_page_admin: 'administration page', |
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?', |
291 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???', |
292 clearlogs_confirm_nag: 'You\'re ABSOLUTELY sure???', |
290 changestyle_select: '[Select]', |
293 changestyle_select: '[Select]', |
291 changestyle_title: 'Change your theme', |
294 changestyle_title: 'Change your theme', |
292 changestyle_pleaseselect_theme: 'Please select a theme from the list.', |
295 changestyle_pleaseselect_theme: 'Please select a theme from the list.', |
|
296 changestyle_lbl_theme: 'Theme:', |
|
297 changestyle_lbl_style: 'Style:', |
293 changestyle_success: 'Your theme preference has been changed.\nWould you like to reload the page now to see the changes?', |
298 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.', |
299 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.', |
300 killphp_success: 'Embedded PHP in pages has been disabled.', |
296 |
301 |
297 // Server-side responses |
302 // Server-side responses |
305 delvote_reset_success: 'The number of votes for having this page deleted has been reset to zero.', |
310 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.', |
311 password_success: 'The password for this page has been set.', |
307 password_disable_success: 'The password for this page has been disabled.', |
312 password_disable_success: 'The password for this page has been disabled.', |
308 |
313 |
309 }, |
314 }, |
|
315 sidebar: { |
|
316 title_navigation: 'Navigation', |
|
317 title_tools: 'Tools', |
|
318 title_search: 'Search', |
|
319 title_links: 'Links', |
|
320 |
|
321 btn_home: 'Home', |
|
322 btn_createpage: 'Create a page', |
|
323 btn_uploadfile: 'Upload file', |
|
324 btn_specialpages: 'Special pages', |
|
325 btn_administration: 'Administration', |
|
326 btn_editsidebar: 'Edit the sidebar', |
|
327 btn_search_go: 'Go', |
|
328 |
|
329 btn_userpage: 'User page', |
|
330 btn_mycontribs: 'My contributions', |
|
331 btn_preferences: 'Preferences', |
|
332 btn_privatemessages: 'Private messages', |
|
333 btn_groupcp: 'Group control panel', |
|
334 btn_register: 'Create an account', |
|
335 btn_login: 'Log in', |
|
336 btn_logout: 'Log out', |
|
337 btn_changestyle: 'Change theme', |
|
338 }, |
310 etc: { |
339 etc: { |
311 redirect_title: 'Redirecting...', |
340 redirect_title: 'Redirecting...', |
312 redirect_body: 'Please wait while you are redirected.', |
341 redirect_body: 'Please wait while you are redirected.', |
313 redirect_timeout: 'If you are not redirected within %timeout% seconds, please <a href="%redirect_url%">click here</a>.', |
342 redirect_timeout: 'If you are not redirected within %timeout% seconds, please <a href="%redirect_url%">click here</a>.', |
314 // Generic "Save Changes" button |
343 // Generic "Save Changes" button |
315 save_changes: 'Save changes', |
344 save_changes: 'Save changes', |
316 // Generic "Cancel" button |
|
317 cancel: 'Cancel', |
|
318 // Generic "Notice:" label |
345 // Generic "Notice:" label |
319 lbl_notice: 'Notice:', |
346 lbl_notice: 'Notice:', |
320 // Generic "Access denied" |
347 // Generic "Access denied" |
321 access_denied: 'Access to the specified file, resource, or action is denied.', |
348 access_denied: 'Access to the specified file, resource, or action is denied.', |
|
349 // Message box buttons |
|
350 ok: 'OK', |
|
351 cancel: 'Cancel', |
|
352 yes: 'Yes', |
|
353 no: 'No' |
322 }, |
354 }, |
323 } |
355 } |
324 }; |
356 }; |
325 |
357 |
326 // All done! :-) |
358 // All done! :-) |