author | Dan |
Sun, 02 Dec 2007 16:00:10 -0500 | |
changeset 304 | e2cb5f1432c8 |
parent 265 | 7e0cdf71b1bb |
child 314 | 474f8be55943 |
permissions | -rw-r--r-- |
205 | 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: [ |
|
218 | 20 |
'adm', 'meta', 'user', 'page', 'comment', 'onpage', 'etc', 'editor', 'history', 'catedit', 'tags', 'delvote', 'ajax', 'sidebar', 'acl', |
21 |
'perm', |
|
205 | 22 |
], |
23 |
strings: { |
|
24 |
meta: { |
|
213
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
25 |
adm: 'Administration panel nav menu', |
205 | 26 |
meta: 'Language category strings', |
27 |
user: 'Login, logout, and authentication', |
|
28 |
page: 'Page creation and control', |
|
29 |
comment: 'Comment display', |
|
214 | 30 |
onpage: 'On-page buttons and controls', |
213
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
31 |
etc: 'Miscellaneous strings', |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
32 |
editor: 'Page editor interface', |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
33 |
history: 'Page history and log viewer', |
214 | 34 |
catedit: 'Categorization box and editor', |
35 |
tags: 'Page tagging interface', |
|
36 |
delvote: 'Page deletion vote interface', |
|
37 |
ajax: 'On-page AJAX applets', |
|
215 | 38 |
sidebar: 'Default sidebar blocks and buttons', |
218 | 39 |
acl: 'Access control list editor', |
40 |
perm: 'Page actions (for ACLs)', |
|
221
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
41 |
plural: 's', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
42 |
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>', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
43 |
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>', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
44 |
enano_about_lbl_enanoversion: '<a href="http://enanocms.org">Enano</a> version:', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
45 |
enano_about_lbl_webserver: 'Web server:', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
46 |
enano_about_lbl_serverplatform: 'Server platform:', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
47 |
enano_about_lbl_phpversion: '<a href="http://www.php.net/">PHP</a> version:', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
48 |
enano_about_lbl_mysqlversion: '<a href="http://www.mysql.com/">MySQL</a> version:', |
205 | 49 |
}, |
50 |
user: { |
|
51 |
login_message_short: 'Please enter your username and password to log in.', |
|
52 |
login_message_short_elev: 'Please re-enter your login details', |
|
209 | 53 |
login_body: 'Logging in enables you to use your preferences and access member information. If you don\'t have a username and password here, you can <a href="%reg_link%">create an account</a>.', |
54 |
login_body_elev: 'You are requesting that a sensitive operation be performed. To continue, please re-enter your password to confirm your identity.', |
|
55 |
login_field_username: 'Username', |
|
56 |
login_field_password: 'Password', |
|
57 |
login_forgotpass_blurb: 'Forgot your password? <a href="%forgotpass_link%">No problem.</a>', |
|
58 |
login_createaccount_blurb: 'Maybe you need to <a href="%reg_link%">create an account</a>.', |
|
59 |
login_field_captcha: 'Code in image', |
|
210
2b283402e4e4
Added language export to JSON page and localization for Javascript using $lang.get(). Localized AJAX login interface.
Dan
parents:
209
diff
changeset
|
60 |
login_nocrypt_title: 'Important note regarding cryptography:', |
209 | 61 |
login_nocrypt_body: 'Some countries do not allow the import or use of cryptographic technology. If you live in one of the countries listed below, you should <a href="%nocrypt_link%">log in without using encryption</a>.', |
62 |
login_nocrypt_countrylist: 'This restriction applies to the following countries: Belarus, China, India, Israel, Kazakhstan, Mongolia, Pakistan, Russia, Saudi Arabia, Singapore, Tunisia, Venezuela, and Vietnam.', |
|
210
2b283402e4e4
Added language export to JSON page and localization for Javascript using $lang.get(). Localized AJAX login interface.
Dan
parents:
209
diff
changeset
|
63 |
login_usecrypt_title: 'Encryption is currently turned off.', |
2b283402e4e4
Added language export to JSON page and localization for Javascript using $lang.get(). Localized AJAX login interface.
Dan
parents:
209
diff
changeset
|
64 |
login_usecrypt_body: 'If you are not in one of the countries listed below, you should <a href="%usecrypt_link%">enable encryption</a> to secure the logon process.', |
2b283402e4e4
Added language export to JSON page and localization for Javascript using $lang.get(). Localized AJAX login interface.
Dan
parents:
209
diff
changeset
|
65 |
login_usecrypt_countrylist: 'The cryptography restriction applies to the following countries: Belarus, China, India, Israel, Kazakhstan, Mongolia, Pakistan, Russia, Saudi Arabia, Singapore, Tunisia, Venezuela, and Vietnam.', |
2b283402e4e4
Added language export to JSON page and localization for Javascript using $lang.get(). Localized AJAX login interface.
Dan
parents:
209
diff
changeset
|
66 |
login_success_title: 'Login successful', |
2b283402e4e4
Added language export to JSON page and localization for Javascript using $lang.get(). Localized AJAX login interface.
Dan
parents:
209
diff
changeset
|
67 |
login_success_body: 'You have successfully logged into the %config.site_name% site as "%username%". Redirecting to %redir_target%...', |
221
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
68 |
login_success_body_mainpage: 'the main page', |
304 | 69 |
login_success_short: 'Success.', |
210
2b283402e4e4
Added language export to JSON page and localization for Javascript using $lang.get(). Localized AJAX login interface.
Dan
parents:
209
diff
changeset
|
70 |
|
2b283402e4e4
Added language export to JSON page and localization for Javascript using $lang.get(). Localized AJAX login interface.
Dan
parents:
209
diff
changeset
|
71 |
login_ajax_fetching_key: 'Fetching an encryption key...', |
2b283402e4e4
Added language export to JSON page and localization for Javascript using $lang.get(). Localized AJAX login interface.
Dan
parents:
209
diff
changeset
|
72 |
login_ajax_prompt_title: 'Please enter your username and password to continue.', |
2b283402e4e4
Added language export to JSON page and localization for Javascript using $lang.get(). Localized AJAX login interface.
Dan
parents:
209
diff
changeset
|
73 |
login_ajax_prompt_title_elev: 'You are requesting a sensitive operation.', |
2b283402e4e4
Added language export to JSON page and localization for Javascript using $lang.get(). Localized AJAX login interface.
Dan
parents:
209
diff
changeset
|
74 |
login_ajax_prompt_body_elev: 'Please re-enter your login details, to verify your identity.', |
2b283402e4e4
Added language export to JSON page and localization for Javascript using $lang.get(). Localized AJAX login interface.
Dan
parents:
209
diff
changeset
|
75 |
login_ajax_link_fullform: 'Trouble logging in? Try the <a href="%link_full_form%">full login form</a>.', |
2b283402e4e4
Added language export to JSON page and localization for Javascript using $lang.get(). Localized AJAX login interface.
Dan
parents:
209
diff
changeset
|
76 |
login_ajax_link_forgotpass: 'Did you <a href="%forgotpass_link%">forget your password</a>?', |
2b283402e4e4
Added language export to JSON page and localization for Javascript using $lang.get(). Localized AJAX login interface.
Dan
parents:
209
diff
changeset
|
77 |
login_ajax_loggingin: 'Logging in...', |
2b283402e4e4
Added language export to JSON page and localization for Javascript using $lang.get(). Localized AJAX login interface.
Dan
parents:
209
diff
changeset
|
78 |
|
2b283402e4e4
Added language export to JSON page and localization for Javascript using $lang.get(). Localized AJAX login interface.
Dan
parents:
209
diff
changeset
|
79 |
err_key_not_found: 'Enano couldn\'t look up the encryption key used to encrypt your password. This most often happens if a cache rotation occurred during your login attempt, or if you refreshed the login page.', |
304 | 80 |
err_key_not_found_cleared: 'It seems that the list of encryption keys used for login information has reached its maximum length, thus preventing new keys from being inserted. The list has been automatically cleared. Please try logging in again; if you are still unable to log in, please contact the site administration.', |
210
2b283402e4e4
Added language export to JSON page and localization for Javascript using $lang.get(). Localized AJAX login interface.
Dan
parents:
209
diff
changeset
|
81 |
err_key_wrong_length: 'The encryption key was the wrong length.', |
2b283402e4e4
Added language export to JSON page and localization for Javascript using $lang.get(). Localized AJAX login interface.
Dan
parents:
209
diff
changeset
|
82 |
err_too_big_for_britches: 'You are trying to authenticate at a level that your user account does not permit.', |
2b283402e4e4
Added language export to JSON page and localization for Javascript using $lang.get(). Localized AJAX login interface.
Dan
parents:
209
diff
changeset
|
83 |
err_invalid_credentials: 'You have entered an invalid username or password. Please enter your login details again.', |
2b283402e4e4
Added language export to JSON page and localization for Javascript using $lang.get(). Localized AJAX login interface.
Dan
parents:
209
diff
changeset
|
84 |
err_invalid_credentials_lockout: ' You have used up %fails% out of %config.lockout_threshold% login attempts. After you have used up all %config.lockout_threshold% login attempts, you will be locked out from logging in for %config.lockout_duration% minutes.', |
2b283402e4e4
Added language export to JSON page and localization for Javascript using $lang.get(). Localized AJAX login interface.
Dan
parents:
209
diff
changeset
|
85 |
err_invalid_credentials_lockout_captcha: ' You have used up %lockout_fails% out of %config.lockout_threshold% login attempts. After you have used up all %config.lockout_threshold% login attempts, you will have to enter a visual confirmation code while logging in, effective for %config.lockout_duration% minutes.', |
2b283402e4e4
Added language export to JSON page and localization for Javascript using $lang.get(). Localized AJAX login interface.
Dan
parents:
209
diff
changeset
|
86 |
err_backend_fail: 'You entered the right credentials and everything was validated, but for some reason Enano couldn\'t register your session. This is an internal problem with the site and you are encouraged to contact site administration.', |
2b283402e4e4
Added language export to JSON page and localization for Javascript using $lang.get(). Localized AJAX login interface.
Dan
parents:
209
diff
changeset
|
87 |
err_locked_out: 'You have used up all %config.lockout_threshold% allowed login attempts. Please wait %time_rem% minute%plural% before attempting to log in again%captcha_blurb%.', |
2b283402e4e4
Added language export to JSON page and localization for Javascript using $lang.get(). Localized AJAX login interface.
Dan
parents:
209
diff
changeset
|
88 |
err_locked_out_captcha_blurb: ', or enter the visual confirmation code shown above in the appropriate box', |
2b283402e4e4
Added language export to JSON page and localization for Javascript using $lang.get(). Localized AJAX login interface.
Dan
parents:
209
diff
changeset
|
89 |
|
2b283402e4e4
Added language export to JSON page and localization for Javascript using $lang.get(). Localized AJAX login interface.
Dan
parents:
209
diff
changeset
|
90 |
logout_success_title: 'Logged out', |
2b283402e4e4
Added language export to JSON page and localization for Javascript using $lang.get(). Localized AJAX login interface.
Dan
parents:
209
diff
changeset
|
91 |
logout_success_body: 'You have been successfully logged out, and all cookies have been cleared. You will now be transferred to the main page.', |
2b283402e4e4
Added language export to JSON page and localization for Javascript using $lang.get(). Localized AJAX login interface.
Dan
parents:
209
diff
changeset
|
92 |
logout_confirm_title: 'Are you sure you want to log out?', |
2b283402e4e4
Added language export to JSON page and localization for Javascript using $lang.get(). Localized AJAX login interface.
Dan
parents:
209
diff
changeset
|
93 |
logout_confirm_body: 'If you log out, you will no longer be able to access your user preferences, your private messages, or certain areas of this site until you log in again.', |
2b283402e4e4
Added language export to JSON page and localization for Javascript using $lang.get(). Localized AJAX login interface.
Dan
parents:
209
diff
changeset
|
94 |
logout_confirm_title_elev: 'Are you sure you want to de-authenticate?', |
2b283402e4e4
Added language export to JSON page and localization for Javascript using $lang.get(). Localized AJAX login interface.
Dan
parents:
209
diff
changeset
|
95 |
logout_confirm_body_elev: 'If you de-authenticate, you will no longer be able to use the administration panel until you re-authenticate again. You may do so at any time using the Administration button on the sidebar.', |
221
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
96 |
logout_err_title: 'An error occurred during the logout process.', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
97 |
// Unused at this point |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
98 |
logout_err_not_loggedin: 'You don\'t seem to be logged in.', |
211 | 99 |
|
100 |
keepalive_info_title: 'About the keep-alive feature', |
|
101 |
keepalive_info_body: 'Keep-alive is a new Enano feature that keeps your administrative session from timing out while you are using the administration panel. This feature can be useful if you are editing a large page or doing something in the administration interface that will take longer than 15 minutes.<br /><br />For security reasons, Enano mandates that high-privilege logins last only 15 minutes, with the time being reset each time a page is loaded (or, more specifically, each time the session API is started). The consequence of this is that if you are performing an action in the administration panel that takes more than 15 minutes, your session may be terminated. The keep-alive feature attempts to relieve this by sending a "ping" to the server every 10 minutes.<br /><br />Please note that keep-alive state is determined by a cookie. Thus, if you log out and then back in as a different administrator, keep-alive will use the same setting that was used when you were logged in as the first administrative user. In the same way, if you log into the administration panel under your account from another computer, keep-alive will be set to "off".<br /><br /><b>For more information:</b><br /><a href="http://docs.enanocms.org/Help:Appendix_B" onclick="window.open(this.href); return false;">Overview of Enano\'s security model</a>', |
|
212
30b857a6b811
Reworked comment system to not use HACKISH FIXES; AJAX comment framework is completely localized now
Dan
parents:
211
diff
changeset
|
102 |
|
30b857a6b811
Reworked comment system to not use HACKISH FIXES; AJAX comment framework is completely localized now
Dan
parents:
211
diff
changeset
|
103 |
type_guest: 'Guest', |
30b857a6b811
Reworked comment system to not use HACKISH FIXES; AJAX comment framework is completely localized now
Dan
parents:
211
diff
changeset
|
104 |
type_member: 'Member', |
30b857a6b811
Reworked comment system to not use HACKISH FIXES; AJAX comment framework is completely localized now
Dan
parents:
211
diff
changeset
|
105 |
type_mod: 'Moderator', |
30b857a6b811
Reworked comment system to not use HACKISH FIXES; AJAX comment framework is completely localized now
Dan
parents:
211
diff
changeset
|
106 |
type_admin: 'Administrator', |
215 | 107 |
|
108 |
msg_elev_timed_out: '<b>Your administrative session has timed out.</b> <a href="%login_link%">Log in again</a>', |
|
221
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
109 |
|
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
110 |
reg_err_captcha: 'The confirmation code you entered was incorrect.', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
111 |
reg_err_disabled_title: 'Registration disabled', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
112 |
reg_err_disabled_body: 'The administrator has disabled the registration of new accounts on this site.', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
113 |
reg_err_disabled_body_adminblurb: 'Oops...it seems that you <em>are</em> the administrator...hehe...you can also <a href="%reg_link%">force account registration to work</a>.', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
114 |
reg_err_username_invalid: 'Your username must be at least two characters in length and may not contain any of the following characters: < > _ & ? \' " % / \\.', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
115 |
// Not exactly an error |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
116 |
reg_err_password_good: 'The password you entered is valid.', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
117 |
reg_err_alert_password_tooshort: 'Your password must be 6 characters or greater in length.', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
118 |
reg_err_alert_password_nomatch: 'The passwords you entered do not match.', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
119 |
reg_err_missing_key: 'Couldn\'t look up public encryption key', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
120 |
|
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
121 |
reg_msg_greatercontrol: 'A user account enables you to have greater control over your browsing experience.', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
122 |
reg_msg_table_title: 'Create a user account', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
123 |
reg_msg_table_subtitle: 'Please tell us a little bit about yourself.', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
124 |
reg_msg_username_checking: 'Checking availability...', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
125 |
reg_msg_username_available: 'This username is available.', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
126 |
reg_msg_username_unavailable: 'This username is already taken.', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
127 |
reg_msg_password_length: 'Your password must be at least six characters in length.', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
128 |
reg_msg_password_score: 'It needs to score at least <b>%config.pw_strength_minimum%</b> for your registration to be accepted.', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
129 |
reg_msg_password_needmatch: 'The passwords you entered do not match.', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
130 |
reg_msg_email_activuser: 'An e-mail with an account activation key will be sent to this address, so please ensure that it is correct.', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
131 |
reg_msg_realname_optional: 'Giving your real name is totally optional. If you choose to provide your real name, it will be used to provide attribution for any edits or contributions you may make to this site.', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
132 |
reg_msg_captcha_pleaseenter: 'Please enter the code shown in the image to the right into the text box. This process helps to ensure that this registration is not being performed by an automated bot. If the image to the right is illegible, you can <a %regen_flags%>generate a new image</a>.', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
133 |
reg_msg_captcha_blind: 'If you are visually impaired or otherwise cannot read the text shown to the right, please contact the site management and they will create an account for you.', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
134 |
reg_msg_success_title: 'Registration successful', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
135 |
reg_msg_success_body: 'Thank you for registering, your user account has been created.', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
136 |
reg_msg_success_activ_none: 'You may now <a href="%login_link%">log in</a> with the username and password that you created.', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
137 |
reg_msg_success_activ_user: 'Because this site requires account activation, you have been sent an e-mail with further instructions. Please follow the instructions in that e-mail to continue your registration.', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
138 |
reg_msg_success_activ_admin: 'Because this site requires administrative account activation, you cannot use your account at the moment. A notice has been sent to the site administration team that will alert them that your account has been created.', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
139 |
reg_msg_success_activ_coppa: 'However, in compliance with the Childrens\' Online Privacy Protection Act, you must have your parent or legal guardian activate your account. Please ask them to check their e-mail for further information.', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
140 |
|
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
141 |
reg_lbl_field_username: 'Preferred username:', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
142 |
reg_lbl_field_password: 'Password:', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
143 |
reg_lbl_field_password_confirm: 'Enter your password again to confirm.', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
144 |
reg_lbl_field_email: 'E-mail address:', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
145 |
reg_lbl_field_email_coppa: 'Your parent or guardian\'s e-mail address:', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
146 |
reg_lbl_field_realname: 'Real name:', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
147 |
reg_lbl_field_captcha: 'Visual confirmation', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
148 |
reg_lbl_field_captcha_code: 'Code:', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
149 |
|
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
150 |
reg_coppa_title: 'Before you can register, please tell us your age.', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
151 |
reg_coppa_link_atleast13: 'I was born <b>on or before</b> %yo13_date% and am <b>at least</b> 13 years of age', |
e5302cb1945c
Localized a good part, if not all, of the registration page and a couple other things.
Dan
parents:
220
diff
changeset
|
152 |
reg_coppa_link_not13: 'I was born <b>after</b> %yo13_date% and am <b>less than</b> 13 years of age', |
205 | 153 |
}, |
211 | 154 |
onpage: { |
155 |
lbl_pagetools: 'Page tools', |
|
156 |
lbl_page_article: 'article', |
|
157 |
lbl_page_admin: 'administration page', |
|
158 |
lbl_page_system: 'system message', |
|
159 |
lbl_page_file: 'uploaded file', |
|
160 |
lbl_page_help: 'documentation page', |
|
161 |
lbl_page_user: 'user page', |
|
162 |
lbl_page_special: 'special page', |
|
163 |
lbl_page_template: 'template', |
|
164 |
lbl_page_project: 'project page', |
|
165 |
lbl_page_category: 'category', |
|
166 |
||
167 |
btn_discussion: 'discussion (%num_comments%)', |
|
168 |
btn_discussion_unapp: 'discussion (%num_comments% total, %num_unapp% unapp.)', |
|
169 |
btn_edit: 'edit this page', |
|
170 |
btn_viewsource: 'view source', |
|
171 |
btn_history: 'history', |
|
172 |
btn_moreoptions: 'more options', |
|
173 |
||
174 |
btn_rename: 'rename', |
|
175 |
btn_printable: 'view printable version', |
|
176 |
btn_votedelete: 'vote to delete this page', |
|
177 |
btn_votedelete_reset: 'reset deletion votes', |
|
178 |
lbl_wikimode: 'page wiki mode:', |
|
179 |
btn_wikimode_on: 'on', |
|
180 |
btn_wikimode_off: 'off', |
|
181 |
btn_wikimode_global: 'global', |
|
182 |
lbl_protect: 'protection:', |
|
183 |
btn_protect_on: 'on', |
|
184 |
btn_protect_off: 'off', |
|
185 |
btn_protect_semi: 'semi', |
|
186 |
btn_clearlogs: 'clear page logs', |
|
187 |
btn_deletepage: 'delete this page', |
|
188 |
btn_deletepage_votes: ' (<b>%num_votes%</b> vote%plural%)', |
|
189 |
lbl_password: 'page password:', |
|
190 |
btn_password_set: 'set', |
|
191 |
btn_acl: 'manage page access', |
|
192 |
btn_admin: 'administrative options', |
|
265
7e0cdf71b1bb
Some (not much) progress with localizing tooltips on the pagebar. Still aways to go and committing so as to merge changes from stable
Dan
parents:
221
diff
changeset
|
193 |
|
7e0cdf71b1bb
Some (not much) progress with localizing tooltips on the pagebar. Still aways to go and committing so as to merge changes from stable
Dan
parents:
221
diff
changeset
|
194 |
tip_article: 'View the page contents, all of the page contents, and nothing but the page contents (alt-a)', |
7e0cdf71b1bb
Some (not much) progress with localizing tooltips on the pagebar. Still aways to go and committing so as to merge changes from stable
Dan
parents:
221
diff
changeset
|
195 |
tip_comments: 'View the comments that other users have posted about this page (alt-c)', |
7e0cdf71b1bb
Some (not much) progress with localizing tooltips on the pagebar. Still aways to go and committing so as to merge changes from stable
Dan
parents:
221
diff
changeset
|
196 |
tip_edit: 'Edit the contents of this page (alt-e)', |
7e0cdf71b1bb
Some (not much) progress with localizing tooltips on the pagebar. Still aways to go and committing so as to merge changes from stable
Dan
parents:
221
diff
changeset
|
197 |
tip_viewsource: 'View the source code (wiki markup) that this page uses (alt-e)', |
7e0cdf71b1bb
Some (not much) progress with localizing tooltips on the pagebar. Still aways to go and committing so as to merge changes from stable
Dan
parents:
221
diff
changeset
|
198 |
tip_history: 'View a log of actions taken on this page (alt-h)', |
7e0cdf71b1bb
Some (not much) progress with localizing tooltips on the pagebar. Still aways to go and committing so as to merge changes from stable
Dan
parents:
221
diff
changeset
|
199 |
tip_rename: 'Change the display name of this page (alt-r)', |
7e0cdf71b1bb
Some (not much) progress with localizing tooltips on the pagebar. Still aways to go and committing so as to merge changes from stable
Dan
parents:
221
diff
changeset
|
200 |
tip_delvote: 'Vote to have this page deleted (alt-d)', |
7e0cdf71b1bb
Some (not much) progress with localizing tooltips on the pagebar. Still aways to go and committing so as to merge changes from stable
Dan
parents:
221
diff
changeset
|
201 |
tip_resetvotes: 'Clear the list of votes for deletion against this page (alt-y)', |
7e0cdf71b1bb
Some (not much) progress with localizing tooltips on the pagebar. Still aways to go and committing so as to merge changes from stable
Dan
parents:
221
diff
changeset
|
202 |
tip_printable: 'View a version of this page that is suitable for printing', |
7e0cdf71b1bb
Some (not much) progress with localizing tooltips on the pagebar. Still aways to go and committing so as to merge changes from stable
Dan
parents:
221
diff
changeset
|
203 |
tip_protect_on: 'Prevents all non-administrators from editing this page. [alt-i]', |
7e0cdf71b1bb
Some (not much) progress with localizing tooltips on the pagebar. Still aways to go and committing so as to merge changes from stable
Dan
parents:
221
diff
changeset
|
204 |
tip_protect_off: 'Allows everyone to edit this page. [alt-o]', |
7e0cdf71b1bb
Some (not much) progress with localizing tooltips on the pagebar. Still aways to go and committing so as to merge changes from stable
Dan
parents:
221
diff
changeset
|
205 |
tip_protect_semi: 'Allows only users who have been registered for 4 days to edit this page. [alt-p]', |
7e0cdf71b1bb
Some (not much) progress with localizing tooltips on the pagebar. Still aways to go and committing so as to merge changes from stable
Dan
parents:
221
diff
changeset
|
206 |
tip_flushlogs: 'Remove all edit and action logs for this page from the database. IRREVERSIBLE! (alt-l)', |
7e0cdf71b1bb
Some (not much) progress with localizing tooltips on the pagebar. Still aways to go and committing so as to merge changes from stable
Dan
parents:
221
diff
changeset
|
207 |
tip_password: 'Require a password in order for this page to be viewed', |
7e0cdf71b1bb
Some (not much) progress with localizing tooltips on the pagebar. Still aways to go and committing so as to merge changes from stable
Dan
parents:
221
diff
changeset
|
208 |
tip_aclmanager: 'Manage who can do what with this page (alt-m)', |
7e0cdf71b1bb
Some (not much) progress with localizing tooltips on the pagebar. Still aways to go and committing so as to merge changes from stable
Dan
parents:
221
diff
changeset
|
209 |
|
205 | 210 |
}, |
209 | 211 |
comment: { |
212
30b857a6b811
Reworked comment system to not use HACKISH FIXES; AJAX comment framework is completely localized now
Dan
parents:
211
diff
changeset
|
212 |
lbl_subject: 'Subject', |
30b857a6b811
Reworked comment system to not use HACKISH FIXES; AJAX comment framework is completely localized now
Dan
parents:
211
diff
changeset
|
213 |
lbl_mod_options: 'Moderator options:', |
30b857a6b811
Reworked comment system to not use HACKISH FIXES; AJAX comment framework is completely localized now
Dan
parents:
211
diff
changeset
|
214 |
heading: 'Article comments', |
30b857a6b811
Reworked comment system to not use HACKISH FIXES; AJAX comment framework is completely localized now
Dan
parents:
211
diff
changeset
|
215 |
btn_send_privmsg: 'Send private message', |
30b857a6b811
Reworked comment system to not use HACKISH FIXES; AJAX comment framework is completely localized now
Dan
parents:
211
diff
changeset
|
216 |
btn_add_buddy: 'Add to buddy list', |
30b857a6b811
Reworked comment system to not use HACKISH FIXES; AJAX comment framework is completely localized now
Dan
parents:
211
diff
changeset
|
217 |
btn_edit: 'edit', |
30b857a6b811
Reworked comment system to not use HACKISH FIXES; AJAX comment framework is completely localized now
Dan
parents:
211
diff
changeset
|
218 |
btn_delete: 'delete', |
30b857a6b811
Reworked comment system to not use HACKISH FIXES; AJAX comment framework is completely localized now
Dan
parents:
211
diff
changeset
|
219 |
btn_mod_approve: 'Approve', |
30b857a6b811
Reworked comment system to not use HACKISH FIXES; AJAX comment framework is completely localized now
Dan
parents:
211
diff
changeset
|
220 |
btn_mod_unapprove: 'Unapprove', |
30b857a6b811
Reworked comment system to not use HACKISH FIXES; AJAX comment framework is completely localized now
Dan
parents:
211
diff
changeset
|
221 |
btn_mod_delete: 'Delete', |
30b857a6b811
Reworked comment system to not use HACKISH FIXES; AJAX comment framework is completely localized now
Dan
parents:
211
diff
changeset
|
222 |
btn_save: 'save', |
30b857a6b811
Reworked comment system to not use HACKISH FIXES; AJAX comment framework is completely localized now
Dan
parents:
211
diff
changeset
|
223 |
|
30b857a6b811
Reworked comment system to not use HACKISH FIXES; AJAX comment framework is completely localized now
Dan
parents:
211
diff
changeset
|
224 |
msg_comment_posted: 'Your comment has been posted. If it does not appear right away, it is probably awaiting approval.', |
30b857a6b811
Reworked comment system to not use HACKISH FIXES; AJAX comment framework is completely localized now
Dan
parents:
211
diff
changeset
|
225 |
|
30b857a6b811
Reworked comment system to not use HACKISH FIXES; AJAX comment framework is completely localized now
Dan
parents:
211
diff
changeset
|
226 |
msg_count_zero: 'There are <span id="comment_count_inner">no</span> comments on this %page_type%.', |
30b857a6b811
Reworked comment system to not use HACKISH FIXES; AJAX comment framework is completely localized now
Dan
parents:
211
diff
changeset
|
227 |
msg_count_one: 'There is <span id="comment_count_inner">1</span> comment on this %page_type%.', |
30b857a6b811
Reworked comment system to not use HACKISH FIXES; AJAX comment framework is completely localized now
Dan
parents:
211
diff
changeset
|
228 |
msg_count_plural: 'There are <span id="comment_count_inner">%num_comments%</span> comments on this %page_type%.', |
30b857a6b811
Reworked comment system to not use HACKISH FIXES; AJAX comment framework is completely localized now
Dan
parents:
211
diff
changeset
|
229 |
|
30b857a6b811
Reworked comment system to not use HACKISH FIXES; AJAX comment framework is completely localized now
Dan
parents:
211
diff
changeset
|
230 |
msg_count_unapp_mod: '<span id="comment_count_unapp_inner">%num_unapp%</span> of those are unapproved.', |
30b857a6b811
Reworked comment system to not use HACKISH FIXES; AJAX comment framework is completely localized now
Dan
parents:
211
diff
changeset
|
231 |
msg_count_unapp_one: 'However, there is <span id="comment_count_unapp_inner">1</span> additional comment awaiting approval.', |
30b857a6b811
Reworked comment system to not use HACKISH FIXES; AJAX comment framework is completely localized now
Dan
parents:
211
diff
changeset
|
232 |
msg_count_unapp_plural: 'However, there are <span id="comment_count_unapp_inner">%num_unapp%</span> additional comments awaiting approval.', |
30b857a6b811
Reworked comment system to not use HACKISH FIXES; AJAX comment framework is completely localized now
Dan
parents:
211
diff
changeset
|
233 |
|
30b857a6b811
Reworked comment system to not use HACKISH FIXES; AJAX comment framework is completely localized now
Dan
parents:
211
diff
changeset
|
234 |
msg_note_unapp: '(Unapproved)', |
30b857a6b811
Reworked comment system to not use HACKISH FIXES; AJAX comment framework is completely localized now
Dan
parents:
211
diff
changeset
|
235 |
|
30b857a6b811
Reworked comment system to not use HACKISH FIXES; AJAX comment framework is completely localized now
Dan
parents:
211
diff
changeset
|
236 |
msg_delete_confirm: 'Do you really want to delete this comment?', |
30b857a6b811
Reworked comment system to not use HACKISH FIXES; AJAX comment framework is completely localized now
Dan
parents:
211
diff
changeset
|
237 |
|
30b857a6b811
Reworked comment system to not use HACKISH FIXES; AJAX comment framework is completely localized now
Dan
parents:
211
diff
changeset
|
238 |
postform_title: 'Got something to say?', |
30b857a6b811
Reworked comment system to not use HACKISH FIXES; AJAX comment framework is completely localized now
Dan
parents:
211
diff
changeset
|
239 |
postform_blurb: 'If you have comments or suggestions on this article, you can shout it out here.', |
30b857a6b811
Reworked comment system to not use HACKISH FIXES; AJAX comment framework is completely localized now
Dan
parents:
211
diff
changeset
|
240 |
postform_blurb_unapp: 'Before your post will be visible to the public, a moderator will have to approve it.', |
213
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
241 |
postform_blurb_captcha: 'Because you are not logged in, you will need to enter a visual confirmation before your comment will be posted.', |
212
30b857a6b811
Reworked comment system to not use HACKISH FIXES; AJAX comment framework is completely localized now
Dan
parents:
211
diff
changeset
|
242 |
postform_blurb_link: 'Leave a comment...', |
30b857a6b811
Reworked comment system to not use HACKISH FIXES; AJAX comment framework is completely localized now
Dan
parents:
211
diff
changeset
|
243 |
postform_field_name: 'Your name/screen name:', |
30b857a6b811
Reworked comment system to not use HACKISH FIXES; AJAX comment framework is completely localized now
Dan
parents:
211
diff
changeset
|
244 |
postform_field_subject: 'Comment subject:', |
30b857a6b811
Reworked comment system to not use HACKISH FIXES; AJAX comment framework is completely localized now
Dan
parents:
211
diff
changeset
|
245 |
postform_field_comment: 'Comment:', |
30b857a6b811
Reworked comment system to not use HACKISH FIXES; AJAX comment framework is completely localized now
Dan
parents:
211
diff
changeset
|
246 |
postform_field_captcha_title: 'Visual confirmation:', |
30b857a6b811
Reworked comment system to not use HACKISH FIXES; AJAX comment framework is completely localized now
Dan
parents:
211
diff
changeset
|
247 |
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.', |
30b857a6b811
Reworked comment system to not use HACKISH FIXES; AJAX comment framework is completely localized now
Dan
parents:
211
diff
changeset
|
248 |
postform_field_captcha_label: 'Confirmation code:', |
213
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
249 |
postform_field_captcha_cantread_js: 'If you can\'t read the code, click on the image to generate a new one.', |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
250 |
postform_field_captcha_cantread_nojs: 'If you can\'t read the code, please refresh this page to generate a new one.', |
212
30b857a6b811
Reworked comment system to not use HACKISH FIXES; AJAX comment framework is completely localized now
Dan
parents:
211
diff
changeset
|
251 |
postform_btn_submit: 'Submit comment', |
214 | 252 |
|
253 |
on_friend_list: 'On your friend list', |
|
254 |
on_foe_list: 'On your foe list', |
|
209 | 255 |
}, |
211 | 256 |
adm: { |
257 |
cat_general: 'General', |
|
258 |
cat_content: 'Content', |
|
259 |
cat_appearance: 'Appearance', |
|
260 |
cat_users: 'Users', |
|
261 |
cat_security: 'Security', |
|
262 |
cat_plugins: 'Plugin configuration', |
|
263 |
||
264 |
page_general_config: 'General configuration', |
|
265 |
page_file_uploads: 'File uploads', |
|
266 |
page_file_types: 'Allowed file types', |
|
267 |
page_plugins: 'Manage plugins', |
|
268 |
page_db_backup: 'Backup database', |
|
269 |
||
270 |
page_manager: 'Manage pages', |
|
271 |
page_editor: 'Edit page content', |
|
272 |
page_pg_groups: 'Manage page groups', |
|
273 |
||
274 |
page_themes: 'Manage themes', |
|
275 |
||
276 |
page_users: 'Manage users', |
|
277 |
page_user_groups: 'Edit user groups', |
|
278 |
page_coppa: 'COPPA support', |
|
279 |
page_mass_email: 'Mass e-mail', |
|
280 |
||
281 |
page_security_log: 'Security log', |
|
282 |
page_ban_control: 'Ban control', |
|
283 |
||
284 |
btn_home: 'Administration panel home', |
|
285 |
btn_logout: 'Log out of admin panel', |
|
286 |
btn_keepalive_off: 'Turn on keep-alive', |
|
287 |
btn_keepalive_on: 'Turn off keep-alive', |
|
288 |
btn_keepalive_about: 'About keep-alive', |
|
217
2b13497fe820
... properly this time. Nighthawk is giving me crap so I'm moving to the laptop for now.
Dan
parents:
215
diff
changeset
|
289 |
btn_keepalive_loading: 'Loading keep-alive button...', |
2b13497fe820
... properly this time. Nighthawk is giving me crap so I'm moving to the laptop for now.
Dan
parents:
215
diff
changeset
|
290 |
|
2b13497fe820
... properly this time. Nighthawk is giving me crap so I'm moving to the laptop for now.
Dan
parents:
215
diff
changeset
|
291 |
err_not_auth_title: 'Error: Not authenticated', |
2b13497fe820
... properly this time. Nighthawk is giving me crap so I'm moving to the laptop for now.
Dan
parents:
215
diff
changeset
|
292 |
err_not_auth_body: 'It looks like your administration session is invalid or you are not authorized to access this administration page. Please <a href="%login_link%">re-authenticate</a> to continue.', |
211 | 293 |
}, |
213
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
294 |
editor: { |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
295 |
msg_revert_confirm: 'Do you really want to revert your changes?', |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
296 |
msg_discard_confirm: 'Do you really want to discard your changes?', |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
297 |
msg_unload: 'If you do, any changes that you have made to this page will be lost.', |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
298 |
btn_graphical: 'graphical editor', |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
299 |
btn_wikitext: 'wikitext editor', |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
300 |
lbl_edit_summary: 'Edit summary:', |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
301 |
lbl_minor_edit: 'This is a minor edit', |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
302 |
btn_save: 'Save changes', |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
303 |
btn_preview: 'Show preview', |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
304 |
btn_revert: 'Revert changes', |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
305 |
btn_cancel: 'Cancel and return to page', |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
306 |
btn_closeviewer: 'Close viewer', |
214 | 307 |
preview_blurb: '<b>Reminder:</b> This is only a preview - your changes to this page have not yet been saved.', |
304 | 308 |
msg_save_success_title: 'Changes saved', |
309 |
msg_save_success_body: 'Your changes to this page have been saved. Redirecting...', |
|
213
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
310 |
}, |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
311 |
history: { |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
312 |
summary_clearlogs: 'Automatic backup created when logs were purged', |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
313 |
page_subtitle: 'History of edits and actions', |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
314 |
heading_edits: 'Edits:', |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
315 |
heading_other: 'Other changes:', |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
316 |
no_entries: 'No history entries in this category.', |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
317 |
btn_compare: 'Compare selected revisions', |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
318 |
col_diff: 'Diff', |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
319 |
col_datetime: 'Date/time', |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
320 |
col_user: 'User', |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
321 |
col_summary: 'Edit summary', |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
322 |
col_minor: 'Minor', |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
323 |
col_actions: 'Actions', |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
324 |
col_action_taken: 'Action taken', |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
325 |
col_extra: 'Extra info', |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
326 |
extra_reason: 'Reason:', |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
327 |
extra_oldtitle: 'Old title:', |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
328 |
tip_rdns: 'Click cell background for reverse DNS info', |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
329 |
action_view: 'View', |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
330 |
action_contrib: 'User contribs', |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
331 |
action_restore: 'Restore', |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
332 |
action_revert: 'Revert action', |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
333 |
log_protect: 'Protected page', |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
334 |
log_unprotect: 'Unprotected page', |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
335 |
log_semiprotect: 'Semi-protected page', |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
336 |
log_rename: 'Renamed page', |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
337 |
log_create: 'Created page', |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
338 |
log_delete: 'Deleted page', |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
339 |
log_uploadnew: 'Uploaded new file version', |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
340 |
lbl_comparingrevisions: 'Comparing revisions:', |
205 | 341 |
}, |
220
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
342 |
page: { |
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
343 |
protect_lbl_success_title: 'Page protected', |
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
344 |
protect_lbl_success_body: 'The protection setting has been applied. <a href="%page_link%">Return to the page</a>.', |
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
345 |
protect_err_need_reason: 'Error: you must enter a reason for protecting this page.', |
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
346 |
protect_lbl_reason: 'Reason for protecting the page:', |
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
347 |
protect_lbl_level: 'Protecion level to be applied:', |
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
348 |
protect_lbl_level_none: 'No protection', |
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
349 |
protect_lbl_level_semi: 'Semi-protection', |
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
350 |
protect_lbl_level_full: 'Full protection', |
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
351 |
protect_btn_submit: 'Protect page', |
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
352 |
|
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
353 |
rename_err_need_name: 'Error: you must enter a new name for this page.', |
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
354 |
rename_lbl: 'Please enter a new name for this page:', |
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
355 |
rename_btn_submit: 'Rename page', |
304 | 356 |
rename_success_title: 'Page renamed', |
220
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
357 |
|
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
358 |
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>', |
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
359 |
flushlogs_btn_submit: 'Flush logs', |
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
360 |
|
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
361 |
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>', |
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
362 |
|
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
363 |
delvote_count_zero: 'So far, no one has voted for the deletion of this page.', |
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
364 |
delvote_count_one: 'So far, one person has voted to delete this page.', |
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
365 |
delvote_count_plural: 'So far, %delvotes% people have voted to delete this page.', |
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
366 |
delvote_btn_submit: 'Vote to delete this page', |
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
367 |
delvote_reset_btn_submit: 'Reset votes', |
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
368 |
|
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
369 |
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>', |
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
370 |
delete_btn_submit: 'Delete this page', |
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
371 |
delete_lbl_reason: 'Reason for deleting:', |
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
372 |
|
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
373 |
wikimode_success_redirect: 'Wiki mode for this page has been set. Redirecting you to the page...', |
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
374 |
wikimode_level_on: 'Wiki features will be enabled.', |
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
375 |
wikimode_level_off: 'Wiki features will be disabled.', |
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
376 |
wikimode_level_global: 'Wiki features will be synchronized to the global setting.', |
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
377 |
wikimode_heading: 'You are changing wiki mode for this page.', |
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
378 |
wikimode_warning: 'If you want to continue, please click the button below.', |
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
379 |
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.', |
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
380 |
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.', |
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
381 |
wikimode_btn_submit: 'Set wiki mode', |
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
382 |
|
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
383 |
detag_err_page_exists: 'The detag action is only valid for pages that have been deleted in the past.', |
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
384 |
detag_success_title: 'Page detagged', |
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
385 |
detag_success_body: 'All stale tags have been removed from this page.', |
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
386 |
}, |
214 | 387 |
catedit: { |
388 |
title: 'Select which categories this page should be included in.', |
|
389 |
no_categories: 'There are no categories on this site yet.', |
|
390 |
catbox_lbl_categories: 'Categories:', |
|
391 |
catbox_lbl_uncategorized: '(Uncategorized)', |
|
392 |
catbox_link_edit: 'edit categorization', |
|
393 |
catbox_link_showcategorization: 'show page categorization', |
|
394 |
}, |
|
395 |
tags: { |
|
396 |
catbox_link: 'show page tags', |
|
397 |
lbl_page_tags: 'Page tags:', |
|
398 |
lbl_no_tags: 'No tags on this page', |
|
399 |
btn_add_tag: '(add a tag)', |
|
400 |
lbl_add_tag: 'Add a tag:', |
|
401 |
btn_add: '+ Add', |
|
402 |
}, |
|
403 |
delvote: { |
|
404 |
lbl_votes_one: 'There is one user that thinks this page should be deleted.', |
|
405 |
lbl_votes_plural: 'There are %num_users% users that think this page should be deleted.', |
|
406 |
lbl_users_that_voted: 'Users that voted:', |
|
407 |
btn_deletepage: 'Delete page', |
|
408 |
btn_resetvotes: 'Reset votes', |
|
409 |
}, |
|
410 |
ajax: { |
|
411 |
// Client-side messages |
|
412 |
protect_prompt_reason: 'Reason for (un)protecting:', |
|
413 |
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.', |
|
414 |
delete_prompt_reason: 'Please enter your reason for deleting this page.', |
|
415 |
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)', |
|
416 |
delvote_confirm: 'Are you sure that you want to vote that this page be deleted?', |
|
220
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
417 |
delvote_reset_confirm: 'This action will reset the number of votes against this page to zero. Do you really want to do this?', |
214 | 418 |
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?', |
419 |
clearlogs_confirm_nag: 'You\'re ABSOLUTELY sure???', |
|
420 |
changestyle_select: '[Select]', |
|
421 |
changestyle_title: 'Change your theme', |
|
422 |
changestyle_pleaseselect_theme: 'Please select a theme from the list.', |
|
215 | 423 |
changestyle_lbl_theme: 'Theme:', |
424 |
changestyle_lbl_style: 'Style:', |
|
214 | 425 |
changestyle_success: 'Your theme preference has been changed.\nWould you like to reload the page now to see the changes?', |
426 |
killphp_confirm: 'Are you really sure you want to do this? Some pages might not function if this emergency-only feature is activated.', |
|
427 |
killphp_success: 'Embedded PHP in pages has been disabled.', |
|
220
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
428 |
lbl_moreoptions_nojs: 'More options for this page', |
214 | 429 |
|
430 |
// Server-side responses |
|
431 |
rename_too_short: 'The name you entered is too short. Please enter a longer name for this page.', |
|
432 |
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.', |
|
433 |
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.', |
|
434 |
delete_need_reason: 'Invalid reason for deletion passed. Please enter a reason for deleting this page.', |
|
435 |
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.', |
|
436 |
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.', |
|
437 |
delvote_already_voted: 'It appears that you have already voted to have this page deleted.', |
|
438 |
delvote_reset_success: 'The number of votes for having this page deleted has been reset to zero.', |
|
439 |
password_success: 'The password for this page has been set.', |
|
440 |
password_disable_success: 'The password for this page has been disabled.', |
|
441 |
||
442 |
}, |
|
215 | 443 |
sidebar: { |
444 |
title_navigation: 'Navigation', |
|
445 |
title_tools: 'Tools', |
|
446 |
title_search: 'Search', |
|
447 |
title_links: 'Links', |
|
448 |
||
449 |
btn_home: 'Home', |
|
450 |
btn_createpage: 'Create a page', |
|
451 |
btn_uploadfile: 'Upload file', |
|
452 |
btn_specialpages: 'Special pages', |
|
453 |
btn_administration: 'Administration', |
|
454 |
btn_editsidebar: 'Edit the sidebar', |
|
455 |
btn_search_go: 'Go', |
|
456 |
||
457 |
btn_userpage: 'User page', |
|
458 |
btn_mycontribs: 'My contributions', |
|
459 |
btn_preferences: 'Preferences', |
|
460 |
btn_privatemessages: 'Private messages', |
|
461 |
btn_groupcp: 'Group control panel', |
|
462 |
btn_register: 'Create an account', |
|
463 |
btn_login: 'Log in', |
|
464 |
btn_logout: 'Log out', |
|
465 |
btn_changestyle: 'Change theme', |
|
466 |
}, |
|
218 | 467 |
acl: { |
468 |
err_access_denied: 'You are not authorized to view or edit access control lists.', |
|
469 |
err_missing_template: 'It seems that (a) the file acledit.tpl is missing from this theme, and (b) the JSON response is working.', |
|
470 |
err_user_not_found: 'The username you entered was not found.', |
|
471 |
err_bad_group_id: 'The group ID you submitted is not valid.', |
|
472 |
err_demo: 'Editing access control lists is disabled in the administration demo.', |
|
473 |
err_zero_list: 'Supplied rule list has a length of zero', |
|
474 |
err_pleaseselect_targettype: 'Please select a target type.', |
|
475 |
err_pleaseselect_username: 'Please enter a username.', |
|
476 |
||
477 |
radio_usergroup: 'A usergroup', |
|
478 |
radio_user: 'A specific user', |
|
479 |
radio_scope_thispage: 'Only this page', |
|
480 |
radio_scope_wholesite: 'The entire website', |
|
481 |
radio_scope_pagegroup: 'A group of pages', |
|
482 |
||
483 |
lbl_scope: 'What should this access rule control?', |
|
484 |
lbl_welcome_title: 'Manage page access', |
|
485 |
lbl_welcome_body: 'Please select who should be affected by this access rule.', |
|
486 |
lbl_editwin_title_create: 'Create access rule', |
|
487 |
lbl_editwin_title_edit: 'Editing permissions', |
|
488 |
lbl_editwin_body: 'This panel allows you to edit what the %target_type% "<b>%target%</b>" can do on <b>%scope_type%</b>. Unless you set a permission to "Deny", these permissions may be overridden by other rules.', |
|
489 |
lbl_deleterule: 'Delete this rule', |
|
490 |
lbl_save_success_title: 'Permissions updated', |
|
491 |
lbl_save_success_body: 'The permissions for %target_name% on this page have been updated successfully. If you changed permissions that affect your user account, you may not see changes until you reload the page.', |
|
492 |
lbl_delete_success_title: 'Rule deleted', |
|
493 |
lbl_delete_success_body: 'The access rules for %target_name% on this page have been deleted.', |
|
494 |
lbl_field_deny: 'Deny', |
|
495 |
lbl_field_disallow: 'Disallow', |
|
496 |
lbl_field_wikimode: 'Wiki mode', |
|
497 |
lbl_field_allow: 'Allow', |
|
498 |
lbl_help: '<p><b>Permission types:</b></p><ul><li><b>Allow</b> means that the user is allowed to access the item</li><li><b>Wiki mode</b> means the user can access the item if wiki mode is active (per-page wiki mode is taken into account)</li><li><b>Disallow</b> means the user is denied access unless something allows it.</li><li><b>Deny</b> means that the user is denied access to the item. This setting overrides all other permissions.</li></ul>', |
|
499 |
||
500 |
scope_type_wholesite: 'this entire site', |
|
501 |
scope_type_thispage: 'this page', |
|
502 |
scope_type_pagegroup: 'this group of pages', |
|
503 |
||
504 |
target_type_user: 'user', |
|
505 |
target_type_group: 'group', |
|
506 |
||
507 |
msg_guest_howto: 'To edit permissions for guests, select "a specific user", and enter Anonymous as the username.', |
|
508 |
msg_deleterule_confirm: 'Do you really want to delete this rule?', |
|
509 |
msg_closeacl_confirm: 'Do you really want to close the ACL manager?', |
|
510 |
||
511 |
btn_success_dismiss: 'dismiss', |
|
512 |
btn_success_close: 'close manager', |
|
219 | 513 |
btn_deleterule: 'Delete rule', |
514 |
btn_createrule: 'Create rule', |
|
515 |
btn_returnto_editor: 'Return to ACL editor', |
|
516 |
btn_returnto_userscope: 'Return to user/scope selection', |
|
218 | 517 |
}, |
518 |
perm: { |
|
519 |
read: 'Read page(s)', |
|
520 |
post_comments: 'Post comments', |
|
521 |
edit_comments: 'Edit own comments', |
|
522 |
edit_page: 'Edit page', |
|
523 |
view_source: 'View source', |
|
524 |
mod_comments: 'Moderate comments', |
|
525 |
history_view: 'View history/diffs', |
|
526 |
history_rollback: 'Rollback history', |
|
527 |
history_rollback_extra: 'Undelete page(s)', |
|
528 |
protect: 'Protect page(s)', |
|
529 |
rename: 'Rename page(s)', |
|
530 |
clear_logs: 'Clear page logs (dangerous)', |
|
531 |
vote_delete: 'Vote to delete', |
|
532 |
vote_reset: 'Reset delete votes', |
|
533 |
delete_page: 'Delete page(s)', |
|
534 |
tag_create: 'Tag page(s)', |
|
535 |
tag_delete_own: 'Remove own page tags', |
|
536 |
tag_delete_other: 'Remove others\' page tags', |
|
537 |
set_wiki_mode: 'Set per-page wiki mode', |
|
538 |
password_set: 'Set password', |
|
539 |
password_reset: 'Disable/reset password', |
|
540 |
mod_misc: 'Super moderator (generate SQL backtraces, view IP addresses, and send large numbers of private messages)', |
|
541 |
edit_cat: 'Edit categorization', |
|
542 |
even_when_protected: 'Allow editing, renaming, and categorization even when protected', |
|
543 |
upload_files: 'Upload files', |
|
544 |
upload_new_version: 'Upload new versions of files', |
|
545 |
create_page: 'Create pages', |
|
546 |
php_in_pages: 'Embed PHP code in pages', |
|
547 |
edit_acl: 'Edit access control lists', |
|
548 |
}, |
|
210
2b283402e4e4
Added language export to JSON page and localization for Javascript using $lang.get(). Localized AJAX login interface.
Dan
parents:
209
diff
changeset
|
549 |
etc: { |
2b283402e4e4
Added language export to JSON page and localization for Javascript using $lang.get(). Localized AJAX login interface.
Dan
parents:
209
diff
changeset
|
550 |
redirect_title: 'Redirecting...', |
2b283402e4e4
Added language export to JSON page and localization for Javascript using $lang.get(). Localized AJAX login interface.
Dan
parents:
209
diff
changeset
|
551 |
redirect_body: 'Please wait while you are redirected.', |
2b283402e4e4
Added language export to JSON page and localization for Javascript using $lang.get(). Localized AJAX login interface.
Dan
parents:
209
diff
changeset
|
552 |
redirect_timeout: 'If you are not redirected within %timeout% seconds, please <a href="%redirect_url%">click here</a>.', |
213
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
553 |
// Generic "Save Changes" button |
1316404e4ea8
Localized history page and static HTML comment interface
Dan
parents:
212
diff
changeset
|
554 |
save_changes: 'Save changes', |
218 | 555 |
// Generic "Cancel changes" button |
556 |
cancel_changes: 'Cancel changes', |
|
557 |
// Generic wizard buttons |
|
558 |
wizard_next: 'Next >', |
|
559 |
wizard_back: '< Back', |
|
560 |
wizard_previous: '< Previous', |
|
214 | 561 |
// Generic "Notice:" label |
562 |
lbl_notice: 'Notice:', |
|
563 |
// Generic "Access denied" |
|
564 |
access_denied: 'Access to the specified file, resource, or action is denied.', |
|
220
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
565 |
access_denied_short: 'Access denied', |
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
566 |
return_to_page: 'Return to the page', |
d44492e34ab3
Failsafe page maintenance applets in index.php localized
Dan
parents:
219
diff
changeset
|
567 |
invalid_request_short: 'Invalid request', |
215 | 568 |
// Message box buttons |
569 |
ok: 'OK', |
|
570 |
cancel: 'Cancel', |
|
571 |
yes: 'Yes', |
|
572 |
no: 'No' |
|
218 | 573 |
} |
205 | 574 |
} |
575 |
}; |
|
576 |
||
577 |
// All done! :-) |
|
578 |