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' |
20 'adm', 'meta', 'user', 'page', 'comment', 'onpage', 'etc', 'editor', 'history', |
21 ], |
21 ], |
22 strings: { |
22 strings: { |
23 meta: { |
23 meta: { |
|
24 adm: 'Administration panel nav menu', |
24 meta: 'Language category strings', |
25 meta: 'Language category strings', |
25 user: 'Login, logout, and authentication', |
26 user: 'Login, logout, and authentication', |
26 page: 'Page creation and control', |
27 page: 'Page creation and control', |
27 comment: 'Comment display', |
28 comment: 'Comment display', |
28 onpage: 'On-page controls', |
29 onpage: 'On-page controls', |
|
30 etc: 'Miscellaneous strings', |
|
31 editor: 'Page editor interface', |
|
32 history: 'Page history and log viewer', |
29 plural: 's' |
33 plural: 's' |
30 }, |
34 }, |
31 user: { |
35 user: { |
32 login_message_short: 'Please enter your username and password to log in.', |
36 login_message_short: 'Please enter your username and password to log in.', |
33 login_message_short_elev: 'Please re-enter your login details', |
37 login_message_short_elev: 'Please re-enter your login details', |
148 msg_delete_confirm: 'Do you really want to delete this comment?', |
152 msg_delete_confirm: 'Do you really want to delete this comment?', |
149 |
153 |
150 postform_title: 'Got something to say?', |
154 postform_title: 'Got something to say?', |
151 postform_blurb: 'If you have comments or suggestions on this article, you can shout it out here.', |
155 postform_blurb: 'If you have comments or suggestions on this article, you can shout it out here.', |
152 postform_blurb_unapp: 'Before your post will be visible to the public, a moderator will have to approve it.', |
156 postform_blurb_unapp: 'Before your post will be visible to the public, a moderator will have to approve it.', |
|
157 postform_blurb_captcha: 'Because you are not logged in, you will need to enter a visual confirmation before your comment will be posted.', |
153 postform_blurb_link: 'Leave a comment...', |
158 postform_blurb_link: 'Leave a comment...', |
154 postform_field_name: 'Your name/screen name:', |
159 postform_field_name: 'Your name/screen name:', |
155 postform_field_subject: 'Comment subject:', |
160 postform_field_subject: 'Comment subject:', |
156 postform_field_comment: 'Comment:', |
161 postform_field_comment: 'Comment:', |
157 postform_field_captcha_title: 'Visual confirmation:', |
162 postform_field_captcha_title: 'Visual confirmation:', |
158 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.', |
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.', |
159 postform_field_captcha_label: 'Confirmation code:', |
164 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.', |
|
166 postform_field_captcha_cantread_nojs: 'If you can\'t read the code, please refresh this page to generate a new one.', |
160 postform_btn_submit: 'Submit comment', |
167 postform_btn_submit: 'Submit comment', |
161 }, |
168 }, |
162 adm: { |
169 adm: { |
163 cat_general: 'General', |
170 cat_general: 'General', |
164 cat_content: 'Content', |
171 cat_content: 'Content', |
192 btn_keepalive_off: 'Turn on keep-alive', |
199 btn_keepalive_off: 'Turn on keep-alive', |
193 btn_keepalive_on: 'Turn off keep-alive', |
200 btn_keepalive_on: 'Turn off keep-alive', |
194 btn_keepalive_about: 'About keep-alive', |
201 btn_keepalive_about: 'About keep-alive', |
195 btn_keepalive_loading: 'Loading keep-alive button...' |
202 btn_keepalive_loading: 'Loading keep-alive button...' |
196 }, |
203 }, |
197 admhome: { |
204 editor: { |
|
205 msg_revert_confirm: 'Do you really want to revert your changes?', |
|
206 msg_discard_confirm: 'Do you really want to discard your changes?', |
|
207 msg_unload: 'If you do, any changes that you have made to this page will be lost.', |
|
208 btn_graphical: 'graphical editor', |
|
209 btn_wikitext: 'wikitext editor', |
|
210 lbl_edit_summary: 'Edit summary:', |
|
211 lbl_minor_edit: 'This is a minor edit', |
|
212 btn_save: 'Save changes', |
|
213 btn_preview: 'Show preview', |
|
214 btn_revert: 'Revert changes', |
|
215 btn_cancel: 'Cancel and return to page', |
|
216 btn_closeviewer: 'Close viewer', |
|
217 }, |
|
218 history: { |
|
219 summary_clearlogs: 'Automatic backup created when logs were purged', |
|
220 page_subtitle: 'History of edits and actions', |
|
221 heading_edits: 'Edits:', |
|
222 heading_other: 'Other changes:', |
|
223 no_entries: 'No history entries in this category.', |
|
224 btn_compare: 'Compare selected revisions', |
|
225 col_diff: 'Diff', |
|
226 col_datetime: 'Date/time', |
|
227 col_user: 'User', |
|
228 col_summary: 'Edit summary', |
|
229 col_minor: 'Minor', |
|
230 col_actions: 'Actions', |
|
231 col_action_taken: 'Action taken', |
|
232 col_extra: 'Extra info', |
|
233 extra_reason: 'Reason:', |
|
234 extra_oldtitle: 'Old title:', |
|
235 tip_rdns: 'Click cell background for reverse DNS info', |
|
236 action_view: 'View', |
|
237 action_contrib: 'User contribs', |
|
238 action_restore: 'Restore', |
|
239 action_revert: 'Revert action', |
|
240 log_protect: 'Protected page', |
|
241 log_unprotect: 'Unprotected page', |
|
242 log_semiprotect: 'Semi-protected page', |
|
243 log_rename: 'Renamed page', |
|
244 log_create: 'Created page', |
|
245 log_delete: 'Deleted page', |
|
246 log_uploadnew: 'Uploaded new file version', |
|
247 lbl_comparingrevisions: 'Comparing revisions:', |
198 }, |
248 }, |
199 etc: { |
249 etc: { |
200 redirect_title: 'Redirecting...', |
250 redirect_title: 'Redirecting...', |
201 redirect_body: 'Please wait while you are redirected.', |
251 redirect_body: 'Please wait while you are redirected.', |
202 redirect_timeout: 'If you are not redirected within %timeout% seconds, please <a href="%redirect_url%">click here</a>.', |
252 redirect_timeout: 'If you are not redirected within %timeout% seconds, please <a href="%redirect_url%">click here</a>.', |
|
253 // Generic "Save Changes" button |
|
254 save_changes: 'Save changes', |
203 }, |
255 }, |
204 } |
256 } |
205 }; |
257 }; |
206 |
258 |
207 // All done! :-) |
259 // All done! :-) |