|
1 /* |
|
2 * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between |
|
3 * Version 1.1.1 |
|
4 * Copyright (C) 2006-2007 Dan Fuhry |
|
5 * |
|
6 * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License |
|
7 * as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
|
8 * |
|
9 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied |
|
10 * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details. |
|
11 */ |
|
12 |
|
13 // This is the main language file for Enano. Feel free to use it as a base for your own translations. |
|
14 // All text in this file before the first left curly brace and all text after the last curly brace will |
|
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. |
|
17 |
|
18 var enano_lang = { |
|
19 categories: [ |
|
20 'page', 'comment', 'onpage', 'etc', 'editor', 'history', 'catedit', 'tags', 'delvote', 'ajax', 'sidebar', 'perm' |
|
21 ], |
|
22 strings: { |
|
23 meta: { |
|
24 page: 'Page creation and control', |
|
25 comment: 'Comment display', |
|
26 onpage: 'On-page buttons and controls', |
|
27 etc: 'Miscellaneous strings', |
|
28 editor: 'Page editor interface', |
|
29 history: 'Page history and log viewer', |
|
30 catedit: 'Categorization box and editor', |
|
31 tags: 'Page tagging interface', |
|
32 delvote: 'Page deletion vote interface', |
|
33 ajax: 'On-page AJAX applets', |
|
34 sidebar: 'Default sidebar blocks and buttons', |
|
35 perm: 'Page actions (for ACLs)', |
|
36 plural: 's', |
|
37 enano_about_poweredby: '<p>This website is powered by <a href="http://enanocms.org/">Enano</a>, the lightweight and open source CMS that everyone can use. Enano is copyright © 2006-2007 Dan Fuhry. For legal information, along with a list of libraries that Enano uses, please see <a href="http://enanocms.org/Legal_information">Legal Information</a>.</p><p>The developers and maintainers of Enano strongly believe that software should not only be free to use, but free to be modified, distributed, and used to create derivative works. For more information about Free Software, check out the <a href="http://en.wikipedia.org/wiki/Free_Software" onclick="window.open(this.href); return false;">Wikipedia page</a> or the <a href="http://www.fsf.org/" onclick="window.open(this.href); return false;">Free Software Foundation\'s</a> homepage.</p>', |
|
38 enano_about_gpl: '<p>This program is Free Software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.</p><p>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.</p><p>You should have received <a href="%gpl_link%">a copy of the GNU General Public License</a> along with this program; if not, write to:</p><p style="margin-left 2em;">Free Software Foundation, Inc.,<br />51 Franklin Street, Fifth Floor<br />Boston, MA 02110-1301, USA</p><p>Alternatively, you can <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">read it online</a>.</p>', |
|
39 enano_about_lbl_enanoversion: '<a href="http://enanocms.org">Enano</a> version:', |
|
40 enano_about_lbl_webserver: 'Web server:', |
|
41 enano_about_lbl_serverplatform: 'Server platform:', |
|
42 enano_about_lbl_phpversion: '<a href="http://www.php.net/">PHP</a> version:', |
|
43 enano_about_lbl_mysqlversion: '<a href="http://www.mysql.com/">MySQL</a> version:', |
|
44 }, |
|
45 page: { |
|
46 protect_lbl_success_title: 'Page protected', |
|
47 protect_lbl_success_body: 'The protection setting has been applied. <a href="%page_link%">Return to the page</a>.', |
|
48 protect_err_need_reason: 'Error: you must enter a reason for protecting this page.', |
|
49 protect_lbl_reason: 'Reason for protecting the page:', |
|
50 protect_lbl_level: 'Protecion level to be applied:', |
|
51 protect_lbl_level_none: 'No protection', |
|
52 protect_lbl_level_semi: 'Semi-protection', |
|
53 protect_lbl_level_full: 'Full protection', |
|
54 protect_btn_submit: 'Protect page', |
|
55 |
|
56 rename_err_need_name: 'Error: you must enter a new name for this page.', |
|
57 rename_lbl: 'Please enter a new name for this page:', |
|
58 rename_btn_submit: 'Rename page', |
|
59 rename_success_title: 'Page renamed', |
|
60 |
|
61 flushlogs_warning_stern: '<h3>You are about to <span style="color: red;">destroy</span> all logged edits and actions on this page.</h3><p>Unlike deleting or editing this page, this action is <u>not reversible</u>! You should only do this if you are desparate for database space.</p><p>Do you really want to continue?</p>', |
|
62 flushlogs_btn_submit: 'Flush logs', |
|
63 |
|
64 delvote_warning_stern: '<h3>Your vote counts.</h3><p>If you think that this page is not relavent to the content on this site, or if it looks like this page was only created in an attempt to spam the site, you can request that this page be deleted by an administrator.</p><p>After you vote, you should leave a comment explaining the reason for your vote, especially if you are the first person to vote against this page.</p>', |
|
65 |
|
66 delvote_count_zero: 'So far, no one has voted for the deletion of this page.', |
|
67 delvote_count_one: 'So far, one person has voted to delete this page.', |
|
68 delvote_count_plural: 'So far, %delvotes% people have voted to delete this page.', |
|
69 delvote_btn_submit: 'Vote to delete this page', |
|
70 delvote_reset_btn_submit: 'Reset votes', |
|
71 |
|
72 delete_warning_stern: '<h3>You are about to <span style="color: red;">destroy</span> this page.</h3><p>While the deletion of the page itself is completely reversible, it is impossible to recover any comments or category information on this page. If this is a file page, the file along with all older revisions of it will be permanently deleted. Also, any custom information that this page is tagged with, such as a custom name, protection status, or additional settings such as whether to allow comments, will be permanently lost.</p><p>Are you <u>absolutely sure</u> that you want to continue?<br />You will not be asked again.</p>', |
|
73 delete_btn_submit: 'Delete this page', |
|
74 delete_lbl_reason: 'Reason for deleting:', |
|
75 |
|
76 wikimode_success_redirect: 'Wiki mode for this page has been set. Redirecting you to the page...', |
|
77 wikimode_level_on: 'Wiki features will be enabled.', |
|
78 wikimode_level_off: 'Wiki features will be disabled.', |
|
79 wikimode_level_global: 'Wiki features will be synchronized to the global setting.', |
|
80 wikimode_heading: 'You are changing wiki mode for this page.', |
|
81 wikimode_warning: 'If you want to continue, please click the button below.', |
|
82 wikimode_blurb_disable: 'Because this will disable the wiki behavior on this page, several features, most notably the ability for users to vote to have this page deleted, will be disabled as they are not relevant to non-wiki pages. In addition, users will not be able to edit this page unless an ACL rule specifically permits them.', |
|
83 wikimode_blurb_enable: 'Because this will enable the wiki behavior on this page, users will gain the ability to freely edit this page unless an ACL rule specifically denies them. If your site is public and gets good traffic, you should be aware of the possiblity of vandalism, and you need to be ready to revert malicious edits to this page.', |
|
84 wikimode_btn_submit: 'Set wiki mode', |
|
85 |
|
86 detag_err_page_exists: 'The detag action is only valid for pages that have been deleted in the past.', |
|
87 detag_success_title: 'Page detagged', |
|
88 detag_success_body: 'All stale tags have been removed from this page.', |
|
89 |
|
90 err_custompage_function_missing_title: 'Page backend not found', |
|
91 err_custompage_function_missing_body: 'The administration page you are looking for was properly registered using the page API, but the backend function (<tt>%function_name%</tt>) was not found. If this is a plugin page, then this is almost certainly a bug with the plugin.', |
|
92 err_redirects_exceeded: 'The maximum number of internal redirects has been exceeded.', |
|
93 err_redirect_to_nonexistent: 'This page redirects to another page that doesn\'t exist.', |
|
94 err_redirect_infinite_loop: 'This page infinitely redirects with another page (or another series of pages), and the infinite redirect was trapped.', |
|
95 err_redirect_to_special: 'This page redirects to a Special or Administration page, which is not allowed.', |
|
96 err_access_denied_title: 'You don\'t have permission to view this page.', |
|
97 err_access_denied_body: '<p>Your user account doesn\'t have the necessary permission to view this page. There are a number of possible reasons for this:</p> |
|
98 <ul> |
|
99 <li>You aren\'t logged in. Some pages are restricted to logged-in users.</li> |
|
100 <li>The page you\'re trying to view is protected so that only members of a specific usergroup are allowed to read it.</li> |
|
101 </ul> |
|
102 <p>If you would like to inquire further about this message, you may contact the %site_administration%.</p>', |
|
103 err_access_denied_siteadmin: 'site administrator', |
|
104 msg_this_is_a_redirector: '<b>This page is a <i>redirector</i>.</b><br /> |
|
105 This means that this page will not show its own content by default. Instead it will display the contents of the page it redirects to.<br /><br /> |
|
106 To create a redirect page, make the <i>first characters</i> in the page content <tt>#redirect [[Page_ID]]</tt>. For more information, see the |
|
107 Enano <a href="http://enanocms.org/Help:Wiki_formatting" onclick="window.open(this.href); return false;">Wiki formatting guide</a>.<br /><br /> |
|
108 This page redirects to %redirect_target%.' |
|
109 }, |
|
110 comment: { |
|
111 lbl_subject: 'Subject', |
|
112 lbl_mod_options: 'Moderator options:', |
|
113 heading: 'Article comments', |
|
114 btn_send_privmsg: 'Send private message', |
|
115 btn_add_buddy: 'Add to buddy list', |
|
116 btn_edit: 'edit', |
|
117 btn_delete: 'delete', |
|
118 btn_mod_approve: 'Approve', |
|
119 btn_mod_unapprove: 'Unapprove', |
|
120 btn_mod_delete: 'Delete', |
|
121 btn_save: 'save', |
|
122 |
|
123 msg_comment_posted: 'Your comment has been posted. If it does not appear right away, it is probably awaiting approval.', |
|
124 |
|
125 msg_count_zero: 'There are <span id="comment_count_inner">no</span> comments on this %page_type%.', |
|
126 msg_count_one: 'There is <span id="comment_count_inner">1</span> comment on this %page_type%.', |
|
127 msg_count_plural: 'There are <span id="comment_count_inner">%num_comments%</span> comments on this %page_type%.', |
|
128 |
|
129 msg_count_unapp_mod: '<span id="comment_count_unapp_inner">%num_unapp%</span> of those are unapproved.', |
|
130 msg_count_unapp_one: 'However, there is <span id="comment_count_unapp_inner">1</span> additional comment awaiting approval.', |
|
131 msg_count_unapp_plural: 'However, there are <span id="comment_count_unapp_inner">%num_unapp%</span> additional comments awaiting approval.', |
|
132 |
|
133 msg_note_unapp: '(Unapproved)', |
|
134 |
|
135 msg_delete_confirm: 'Do you really want to delete this comment?', |
|
136 |
|
137 postform_title: 'Got something to say?', |
|
138 postform_blurb: 'If you have comments or suggestions on this article, you can shout it out here.', |
|
139 postform_blurb_unapp: 'Before your post will be visible to the public, a moderator will have to approve it.', |
|
140 postform_blurb_captcha: 'Because you are not logged in, you will need to enter a visual confirmation before your comment will be posted.', |
|
141 postform_blurb_link: 'Leave a comment...', |
|
142 postform_field_name: 'Your name/screen name:', |
|
143 postform_field_subject: 'Comment subject:', |
|
144 postform_field_comment: 'Comment:', |
|
145 postform_field_captcha_title: 'Visual confirmation:', |
|
146 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.', |
|
147 postform_field_captcha_label: 'Confirmation code:', |
|
148 postform_field_captcha_cantread_js: 'If you can\'t read the code, click on the image to generate a new one.', |
|
149 postform_field_captcha_cantread_nojs: 'If you can\'t read the code, please refresh this page to generate a new one.', |
|
150 postform_btn_submit: 'Submit comment', |
|
151 |
|
152 on_friend_list: 'On your friend list', |
|
153 on_foe_list: 'On your foe list', |
|
154 }, |
|
155 onpage: { |
|
156 lbl_pagetools: 'Page tools', |
|
157 lbl_page_article: 'article', |
|
158 lbl_page_admin: 'administration page', |
|
159 lbl_page_system: 'system message', |
|
160 lbl_page_file: 'uploaded file', |
|
161 lbl_page_help: 'documentation page', |
|
162 lbl_page_user: 'user page', |
|
163 lbl_page_special: 'special page', |
|
164 lbl_page_template: 'template', |
|
165 lbl_page_project: 'project page', |
|
166 lbl_page_category: 'category', |
|
167 |
|
168 btn_discussion: 'discussion (%num_comments%)', |
|
169 btn_discussion_unapp: 'discussion (%num_comments% total, %num_unapp% unapp.)', |
|
170 btn_edit: 'edit this page', |
|
171 btn_viewsource: 'view source', |
|
172 btn_history: 'history', |
|
173 btn_moreoptions: 'more options', |
|
174 |
|
175 btn_rename: 'rename', |
|
176 btn_printable: 'view printable version', |
|
177 btn_votedelete: 'vote to delete this page', |
|
178 btn_votedelete_reset: 'reset deletion votes', |
|
179 lbl_wikimode: 'page wiki mode:', |
|
180 btn_wikimode_on: 'on', |
|
181 btn_wikimode_off: 'off', |
|
182 btn_wikimode_global: 'global', |
|
183 lbl_protect: 'protection:', |
|
184 btn_protect_on: 'on', |
|
185 btn_protect_off: 'off', |
|
186 btn_protect_semi: 'semi', |
|
187 btn_clearlogs: 'clear page logs', |
|
188 btn_deletepage: 'delete this page', |
|
189 btn_deletepage_votes: ' (<b>%num_votes%</b> vote%plural%)', |
|
190 lbl_password: 'page password:', |
|
191 btn_password_set: 'set', |
|
192 btn_acl: 'manage page access', |
|
193 btn_admin: 'administrative options', |
|
194 |
|
195 tip_article: 'View the page contents, all of the page contents, and nothing but the page contents (alt-a)', |
|
196 tip_comments: 'View the comments that other users have posted about this page (alt-c)', |
|
197 tip_edit: 'Edit the contents of this page (alt-e)', |
|
198 tip_viewsource: 'View the source code (wiki markup) that this page uses (alt-e)', |
|
199 tip_history: 'View a log of actions taken on this page (alt-h)', |
|
200 tip_rename: 'Change the display name of this page (alt-r)', |
|
201 tip_delvote: 'Vote to have this page deleted (alt-d)', |
|
202 tip_resetvotes: 'Clear the list of votes for deletion against this page (alt-y)', |
|
203 tip_printable: 'View a version of this page that is suitable for printing', |
|
204 tip_protect_on: 'Prevents all non-administrators from editing this page. [alt-i]', |
|
205 tip_protect_off: 'Allows everyone to edit this page. [alt-o]', |
|
206 tip_protect_semi: 'Allows only users who have been registered for 4 days to edit this page. [alt-p]', |
|
207 tip_flushlogs: 'Remove all edit and action logs for this page from the database. IRREVERSIBLE! (alt-l)', |
|
208 tip_deletepage: 'Delete this page. This is always reversible unless the logs are cleared. (alt-k)', |
|
209 tip_adminoptions: 'Administrative options for this page', |
|
210 tip_moreoptions: 'Additional options for working with this page', |
|
211 tip_password: 'Require a password in order for this page to be viewed', |
|
212 tip_aclmanager: 'Manage who can do what with this page (alt-m)', |
|
213 }, |
|
214 editor: { |
|
215 msg_revert_confirm: 'Do you really want to revert your changes?', |
|
216 msg_discard_confirm: 'Do you really want to discard your changes?', |
|
217 msg_unload: 'If you do, any changes that you have made to this page will be lost.', |
|
218 btn_graphical: 'graphical editor', |
|
219 btn_wikitext: 'wikitext editor', |
|
220 lbl_edit_summary: 'Edit summary:', |
|
221 lbl_minor_edit: 'This is a minor edit', |
|
222 btn_save: 'Save changes', |
|
223 btn_preview: 'Show preview', |
|
224 btn_revert: 'Revert changes', |
|
225 btn_cancel: 'Cancel and return to page', |
|
226 btn_closeviewer: 'Close viewer', |
|
227 preview_blurb: '<b>Reminder:</b> This is only a preview - your changes to this page have not yet been saved.', |
|
228 msg_save_success_title: 'Changes saved', |
|
229 msg_save_success_body: 'Your changes to this page have been saved. Redirecting...', |
|
230 }, |
|
231 history: { |
|
232 summary_clearlogs: 'Automatic backup created when logs were purged', |
|
233 page_subtitle: 'History of edits and actions', |
|
234 heading_edits: 'Edits:', |
|
235 heading_other: 'Other changes:', |
|
236 no_entries: 'No history entries in this category.', |
|
237 btn_compare: 'Compare selected revisions', |
|
238 col_diff: 'Diff', |
|
239 col_datetime: 'Date/time', |
|
240 col_user: 'User', |
|
241 col_summary: 'Edit summary', |
|
242 col_minor: 'Minor', |
|
243 col_actions: 'Actions', |
|
244 col_action_taken: 'Action taken', |
|
245 col_extra: 'Extra info', |
|
246 extra_reason: 'Reason:', |
|
247 extra_oldtitle: 'Old title:', |
|
248 tip_rdns: 'Click cell background for reverse DNS info', |
|
249 action_view: 'View', |
|
250 action_contrib: 'User contribs', |
|
251 action_restore: 'Restore', |
|
252 action_revert: 'Revert action', |
|
253 log_protect: 'Protected page', |
|
254 log_unprotect: 'Unprotected page', |
|
255 log_semiprotect: 'Semi-protected page', |
|
256 log_rename: 'Renamed page', |
|
257 log_create: 'Created page', |
|
258 log_delete: 'Deleted page', |
|
259 log_uploadnew: 'Uploaded new file version', |
|
260 lbl_comparingrevisions: 'Comparing revisions:', |
|
261 }, |
|
262 catedit: { |
|
263 title: 'Select which categories this page should be included in.', |
|
264 no_categories: 'There are no categories on this site yet.', |
|
265 catbox_lbl_categories: 'Categories:', |
|
266 catbox_lbl_uncategorized: '(Uncategorized)', |
|
267 catbox_link_edit: 'edit categorization', |
|
268 catbox_link_showcategorization: 'show page categorization', |
|
269 }, |
|
270 tags: { |
|
271 catbox_link: 'show page tags', |
|
272 lbl_page_tags: 'Page tags:', |
|
273 lbl_no_tags: 'No tags on this page', |
|
274 btn_add_tag: '(add a tag)', |
|
275 lbl_add_tag: 'Add a tag:', |
|
276 btn_add: '+ Add', |
|
277 }, |
|
278 delvote: { |
|
279 lbl_votes_one: 'There is one user that thinks this page should be deleted.', |
|
280 lbl_votes_plural: 'There are %num_users% users that think this page should be deleted.', |
|
281 lbl_users_that_voted: 'Users that voted:', |
|
282 btn_deletepage: 'Delete page', |
|
283 btn_resetvotes: 'Reset votes', |
|
284 }, |
|
285 ajax: { |
|
286 // Client-side messages |
|
287 protect_prompt_reason: 'Reason for (un)protecting:', |
|
288 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.', |
|
289 delete_prompt_reason: 'Please enter your reason for deleting this page.', |
|
290 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)', |
|
291 delvote_confirm: 'Are you sure that you want to vote that this page be deleted?', |
|
292 delvote_reset_confirm: 'This action will reset the number of votes against this page to zero. Do you really want to do this?', |
|
293 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?', |
|
294 clearlogs_confirm_nag: 'You\'re ABSOLUTELY sure???', |
|
295 changestyle_select: '[Select]', |
|
296 changestyle_title: 'Change your theme', |
|
297 changestyle_pleaseselect_theme: 'Please select a theme from the list.', |
|
298 changestyle_lbl_theme: 'Theme:', |
|
299 changestyle_lbl_style: 'Style:', |
|
300 changestyle_success: 'Your theme preference has been changed.\nWould you like to reload the page now to see the changes?', |
|
301 killphp_confirm: 'Are you really sure you want to do this? Some pages might not function if this emergency-only feature is activated.', |
|
302 killphp_success: 'Embedded PHP in pages has been disabled.', |
|
303 lbl_moreoptions_nojs: 'More options for this page', |
|
304 |
|
305 // Server-side responses |
|
306 rename_too_short: 'The name you entered is too short. Please enter a longer name for this page.', |
|
307 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.', |
|
308 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.', |
|
309 delete_need_reason: 'Invalid reason for deletion passed. Please enter a reason for deleting this page.', |
|
310 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.', |
|
311 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.', |
|
312 delvote_already_voted: 'It appears that you have already voted to have this page deleted.', |
|
313 delvote_reset_success: 'The number of votes for having this page deleted has been reset to zero.', |
|
314 password_success: 'The password for this page has been set.', |
|
315 password_disable_success: 'The password for this page has been disabled.', |
|
316 |
|
317 }, |
|
318 sidebar: { |
|
319 title_navigation: 'Navigation', |
|
320 title_tools: 'Tools', |
|
321 title_search: 'Search', |
|
322 title_links: 'Links', |
|
323 |
|
324 btn_home: 'Home', |
|
325 btn_createpage: 'Create a page', |
|
326 btn_uploadfile: 'Upload file', |
|
327 btn_specialpages: 'Special pages', |
|
328 btn_administration: 'Administration', |
|
329 btn_editsidebar: 'Edit the sidebar', |
|
330 btn_search_go: 'Go', |
|
331 |
|
332 btn_userpage: 'User page', |
|
333 btn_mycontribs: 'My contributions', |
|
334 btn_preferences: 'Preferences', |
|
335 btn_privatemessages: 'Private messages', |
|
336 btn_groupcp: 'Group control panel', |
|
337 btn_register: 'Create an account', |
|
338 btn_login: 'Log in', |
|
339 btn_logout: 'Log out', |
|
340 btn_changestyle: 'Change theme', |
|
341 }, |
|
342 perm: { |
|
343 read: 'Read page(s)', |
|
344 post_comments: 'Post comments', |
|
345 edit_comments: 'Edit own comments', |
|
346 edit_page: 'Edit page', |
|
347 view_source: 'View source', |
|
348 mod_comments: 'Moderate comments', |
|
349 history_view: 'View history/diffs', |
|
350 history_rollback: 'Rollback history', |
|
351 history_rollback_extra: 'Undelete page(s)', |
|
352 protect: 'Protect page(s)', |
|
353 rename: 'Rename page(s)', |
|
354 clear_logs: 'Clear page logs (dangerous)', |
|
355 vote_delete: 'Vote to delete', |
|
356 vote_reset: 'Reset delete votes', |
|
357 delete_page: 'Delete page(s)', |
|
358 tag_create: 'Tag page(s)', |
|
359 tag_delete_own: 'Remove own page tags', |
|
360 tag_delete_other: 'Remove others\' page tags', |
|
361 set_wiki_mode: 'Set per-page wiki mode', |
|
362 password_set: 'Set password', |
|
363 password_reset: 'Disable/reset password', |
|
364 mod_misc: 'Super moderator (generate SQL backtraces, view IP addresses, and send large numbers of private messages)', |
|
365 edit_cat: 'Edit categorization', |
|
366 even_when_protected: 'Allow editing, renaming, and categorization even when protected', |
|
367 upload_files: 'Upload files', |
|
368 upload_new_version: 'Upload new versions of files', |
|
369 create_page: 'Create pages', |
|
370 php_in_pages: 'Embed PHP code in pages', |
|
371 edit_acl: 'Edit access control lists', |
|
372 }, |
|
373 etc: { |
|
374 redirect_title: 'Redirecting...', |
|
375 redirect_body: 'Please wait while you are redirected.', |
|
376 redirect_timeout: 'If you are not redirected within %timeout% seconds, please <a href="%redirect_url%">click here</a>.', |
|
377 // Generic "Save Changes" button |
|
378 save_changes: 'Save changes', |
|
379 // Generic "Cancel changes" button |
|
380 cancel_changes: 'Cancel changes', |
|
381 // Generic wizard buttons |
|
382 wizard_next: 'Next >', |
|
383 wizard_back: '< Back', |
|
384 wizard_previous: '< Previous', |
|
385 // Generic "Notice:" label |
|
386 lbl_notice: 'Notice:', |
|
387 // Generic "Access denied" |
|
388 access_denied: 'Access to the specified file, resource, or action is denied.', |
|
389 access_denied_short: 'Access denied', |
|
390 return_to_page: 'Return to the page', |
|
391 invalid_request_short: 'Invalid request', |
|
392 // Message box buttons |
|
393 ok: 'OK', |
|
394 cancel: 'Cancel', |
|
395 yes: 'Yes', |
|
396 no: 'No', |
|
397 unit_bytes: 'bytes', |
|
398 unit_kilobytes: 'kilobytes', |
|
399 unit_megabytes: 'megabytes', |
|
400 unit_gigabytes: 'gigabytes', |
|
401 unit_terabytes: 'terabytes', |
|
402 unit_kilobytes_short: 'KB', |
|
403 unit_megabytes_short: 'MB', |
|
404 unit_gigabytes_short: 'GB', |
|
405 unit_terabytes_short: 'TB', |
|
406 } |
|
407 } |
|
408 }; |
|
409 |
|
410 // All done! :-) |
|
411 |