Merge "Escape return path extra params to php mail()"
[lhc/web/wiklou.git] / includes / installer / i18n / qqq.json
1 {
2 "@metadata": {
3 "authors": [
4 "Amire80",
5 "Dani",
6 "EugeneZelenko",
7 "Kghbln",
8 "McDutchie",
9 "Mormegil",
10 "Nemo bis",
11 "Nike",
12 "Platonides",
13 "Purodha",
14 "Raymond",
15 "SPQRobin",
16 "Shirayuki",
17 "Siebrand",
18 "Umherirrender",
19 "Waldir",
20 "Jdforrester",
21 "Liuxinyu970226"
22 ]
23 },
24 "config-desc": "Short description of the installer.",
25 "config-title": "Parameters:\n* $1 is the version of MediaWiki that is being installed.",
26 "config-information": "{{Identical|Information}}",
27 "config-localsettings-upgrade": "{{doc-important|Do not translate <code>LocalSettings.php</code> and <code>$wgUpgradeKey</code>.}}",
28 "config-localsettings-cli-upgrade": "{{doc-important|Do not translate the <code>LocalSettings.php</code> and the <code>update.php</code> parts.}}",
29 "config-localsettings-key": "Label for the upgrade key that confirms a user upgrading through the web UI has access to LocalSettings.php. Details at https://www.mediawiki.org/wiki/Manual:Upgrading#Web_browser.",
30 "config-localsettings-badkey": "Error message when an incorrect upgrade key has been provided while trying to upgrade.",
31 "config-upgrade-key-missing": "Used in info box. Parameters:\n* $1 - the upgrade key, enclosed in <code><nowiki><pre></nowikI></code> tag.",
32 "config-localsettings-incomplete": "{{doc-important|Do not translate <code>LocalSettings.php</code> and <code><nowiki>{{int:Config-continue}}</nowiki><code>.}}\nParameters:\n* $1 - name of variable (any one of required variables or installer-specific global variables)",
33 "config-localsettings-connection-error": "{{doc-important|Do not translate <code>LocalSettings.php</code>.}}\nUsed as error message. Parameters:\n* $1 - (probably empty string)",
34 "config-session-error": "Parameters:\n* $1 is the error that was encountered with the session.",
35 "config-session-expired": "Parameters:\n* $1 is the configured session lifetime.",
36 "config-no-session": "{{doc-important|Do not translate <code>php.ini</code> and <code>session.save_path</code>.}}\nUsed as error message.",
37 "config-your-language": "Label in MediaWiki installer followed by a drop down where a user can select the language to use for the installer.",
38 "config-your-language-help": "Prompt for which language messages should be displayed in during the installation.",
39 "config-wiki-language": "Prompt for the language the wiki should be set to.",
40 "config-wiki-language-help": "Prompt for the language the wiki's content should be set to.",
41 "config-back": "{{Identical|Back}}",
42 "config-continue": "{{Identical|Continue}}",
43 "config-page-language": "{{Identical|Language}}",
44 "config-page-welcome": "Page header in MediaWiki installer.",
45 "config-page-dbconnect": "Page header in MediaWiki installer.",
46 "config-page-upgrade": "Page header in MediaWiki installer.",
47 "config-page-dbsettings": "Page header in MediaWiki installer.",
48 "config-page-name": "{{Identical|Name}}",
49 "config-page-options": "{{Identical|Options}}",
50 "config-page-install": "{{Identical|Install}}",
51 "config-page-complete": "{{Identical|Complete}}",
52 "config-page-restart": "Page header in MediaWiki installer.",
53 "config-page-readme": "Page header in MediaWiki installer.",
54 "config-page-releasenotes": "{{Identical|Release notes}}",
55 "config-page-copying": "This is a link to the full GPL text",
56 "config-page-upgradedoc": "Page header in MediaWiki installer.",
57 "config-page-existingwiki": "Page header in MediaWiki installer.",
58 "config-help-restart": "Message in warning box in MediaWiki installer.",
59 "config-restart": "Button text to confirm the installation procedure has to be restarted.",
60 "config-welcome": "Notice that the installer is about to check as to whether MediaWiki can be installed.",
61 "config-copyright": "This message follows {{msg-mw|config-env-good}}.\n\nParameters:\n* $1 - copyright and author list",
62 "config-sidebar": "Maximum width for words is 24 characters. Only visible part of the translation counts to this limit.",
63 "config-env-good": "See also:\n* {{msg-mw|Config-env-bad}}",
64 "config-env-bad": "See also:\n* {{msg-mw|Config-env-good}}",
65 "config-env-php": "Parameters:\n* $1 - the version of PHP that has been installed\nSee also:\n* {{msg-mw|config-env-php-toolow}}",
66 "config-env-hhvm": "Parameters:\n* $1 - the version of HHVM that has been installed",
67 "config-unicode-using-intl": "Status message in the MediaWiki installer environment checks.",
68 "config-unicode-pure-php-warning": "PECL is the name of a group producing standard pieces of software for PHP, and intl is the name of their library handling some aspects of internationalization.",
69 "config-unicode-update-warning": "ICU is a body producing standard software tools for support of Unicode and other internationalization aspects. This message warns the system administrator installing MediaWiki that the server's software is not up-to-date and MediaWiki will have problems handling some characters.",
70 "config-no-db": "{{doc-important|Do not translate \"<code>./configure --with-mysqli</code>\" and \"<code>php5-mysql</code>\".}}\nParameters:\n* $1 is comma separated list of database types supported by MediaWiki.\n* $2 is the count of items in $1 - for use in plural.",
71 "config-outdated-sqlite": "Used as warning. Parameters:\n* $1 - the version of SQLite that has been installed\n* $2 - minimum version",
72 "config-no-fts3": "A \"[[:wikipedia:Front and back ends|backend]]\" is a system or component that ordinary users don't interact with directly and don't need to know about, and that is responsible for a distinct task or service - for example, a storage back-end is a generic system for storing data which other applications can use. Possible alternatives for back-end are \"system\" or \"service\", or (depending on context and language) even leave it untranslated.",
73 "config-pcre-old": "Parameters:\n* $1 - minimum PCRE version number\n* $2 - the installed version of [[wikipedia:PCRE|PCRE]]\n{{Related|Config-fatal}}",
74 "config-pcre-no-utf8": "PCRE is a name of a programmers' library for supporting regular expressions. It can probably be translated without change.\n{{Related|Config-fatal}}",
75 "config-memory-raised": "Parameters:\n* $1 is the configured <code>memory_limit</code>.\n* $2 is the value to which <code>memory_limit</code> was raised.",
76 "config-memory-bad": "Parameters:\n* $1 is the configured <code>memory_limit</code>.",
77 "config-xcache": "Message indicates if this program is available",
78 "config-apc": "Message indicates if this program is available",
79 "config-apcu": "Message indicates if this program is available",
80 "config-wincache": "Message indicates if this program is available",
81 "config-no-cache-apcu": "Status message in the MediaWiki installer environment checks.",
82 "config-mod-security": "Status message in the MediaWiki installer environment checks.",
83 "config-diff3-bad": "Status message in the MediaWiki installer environment checks.",
84 "config-git": "Message if Git version control software is available.\nParameter:\n* $1 is the <code>Git</code> executable file name.",
85 "config-git-bad": "Message if Git version control software is not found.",
86 "config-imagemagick": "$1 is ImageMagick's <code>convert</code> executable file name.\n\nAdd dir=\"ltr\" to the <nowiki><code></nowiki> for right-to-left languages.",
87 "config-gd": "Status message in the MediaWiki installer environment checks.",
88 "config-no-scaling": "Status message in the MediaWiki installer environment checks.",
89 "config-no-uri": "Status message in the MediaWiki installer environment checks.",
90 "config-no-cli-uri": "Parameters:\n* $1 is the default value for scriptpath.\n\nDo not translate <nowiki><code>--scriptpath</code></nowiki>",
91 "config-using-server": "Used as a part of environment check result. Parameters:\n* $1 - default server name",
92 "config-using-uri": "Used as a part of environment check result. Parameters:\n* $1 - server name\n* $2 - script path",
93 "config-uploads-not-safe": "Used as a part of environment check result. Parameters:\n* $1 - name of directory for images: <code>$IP/images/</code>",
94 "config-no-cli-uploads-check": "CLI = [[w:Command-line interface|command-line interface]] (i.e. the installer runs as a command-line script, not using HTML interface via an internet browser)",
95 "config-brokenlibxml": "Status message in the MediaWiki installer environment checks.",
96 "config-suhosin-max-value-length": "{{doc-important|Do not translate \"length\", \"suhosin.get.max_value_length\", \"php.ini\", \"$wgResourceLoaderMaxQueryLength\" and \"LocalSettings.php\".}}\nMessage shown when PHP parameter <code>suhosin.get.max_value_length</code> is between 0 and 1023 (that max value is hard set in MediaWiki software).",
97 "config-db-type": "Field label in the MediaWiki installer followed by possible database types.",
98 "config-db-host": "Used as label.\n\nAlso used in {{msg-mw|Config-missing-db-host}}.",
99 "config-db-host-help": "{{doc-singularthey}}",
100 "config-db-host-oracle": "TNS = [[w:Transparent Network Substrate]].\n\nUsed as label.\n\nAlso used in {{msg-mw|Config-missing-db-server-oracle}}.",
101 "config-db-host-oracle-help": "See also:\n* {{msg-mw|Config-invalid-db-server-oracle}}",
102 "config-db-wiki-settings": "This is more acurate: \"Enter identifying or distinguishing data for this wiki\" since a MySQL database can host tables of several wikis.",
103 "config-db-name": "Used as label.\n\nAlso used in {{msg-mw|Config-missing-db-name}}.\n{{Identical|Database name}}",
104 "config-db-name-help": "Help box text in the MediaWiki installer.",
105 "config-db-name-oracle": "Field label in the MediaWiki installer where an Oracle database schema can be specified.",
106 "config-db-account-oracle-warn": "A \"[[:wikipedia:Front and back ends|backend]]\" is a system or component that ordinary users don't interact with directly and don't need to know about, and that is responsible for a distinct task or service - for example, a storage back-end is a generic system for storing data which other applications can use. Possible alternatives for back-end are \"system\" or \"service\", or (depending on context and language) even leave it untranslated.",
107 "config-db-install-account": "Legend in the MediaWiki installer for the section where database username and password have to be provided.",
108 "config-db-username": "Used as label.",
109 "config-db-password": "Field label in the MediaWiki installer where database password has to be provided.",
110 "config-db-install-username": "Help box text in the MediaWiki installer clarifying the requirement for database username.",
111 "config-db-install-password": "Help box text in the MediaWiki installer clarifying the requirement for database password.",
112 "config-db-install-help": "Help text in MediaWiki installer.",
113 "config-db-account-lock": "It might be easier to translate ''normal operation'' as \"also after the installation process\"",
114 "config-db-wiki-account": "Fieldset label for database user information.",
115 "config-db-wiki-help": "Help text for database user information.",
116 "config-db-prefix": "Field label for database prefix (a piece of text that all tables for a MediaWiki instance are prefixed with).",
117 "config-db-prefix-help": "Help text for database prefix form field.",
118 "config-mysql-old": "Used as error message. Parameters:\n* $1 - minimum version\n* $2 - the version of MySQL that has been installed\n{{Related|Config-old}}",
119 "config-db-port": "Field label in MediaWiki installer for database port.",
120 "config-db-schema": "Field label in MediaWiki installer for database schema.",
121 "config-db-schema-help": "Help text in MediaWiki installer for database schema.",
122 "config-pg-test-error": "Parameters:\n* $1 - database name\n* $2 - error message",
123 "config-sqlite-dir": "Field label for a folder location.",
124 "config-sqlite-dir-help": "{{doc-important|Do not translate <code>.htaccess</code> and <code>/var/lib/mediawiki/yourwiki</code>.}}\nUsed in help box.",
125 "config-oracle-def-ts": "Field label for an Oracle default tablespace.",
126 "config-oracle-temp-ts": "Field label for an Oracle temporary tablespace.",
127 "config-type-mysql": "\"Or compatible\" refers to several database systems that are compatible with MySQL, as explained in {{msg-mw|config-dbsupport-mysql}}, and thus also work with this choice of database type.",
128 "config-type-postgres": "{{optional}}",
129 "config-type-sqlite": "{{optional}}",
130 "config-type-oracle": "{{optional}}",
131 "config-type-mssql": "{{optional}}",
132 "config-support-info": "Parameters:\n* $1 - a list of DBMSs that MediaWiki supports, composed with config-dbsupport-* messages.\nSee also:\n* {{msg-mw|Config-dbsupport-mysql}}\n* {{msg-mw|Config-dbsupport-postgres}}\n* {{msg-mw|Config-dbsupport-oracle}}\n* {{msg-mw|Config-dbsupport-sqlite}}\n* {{msg-mw|Config-dbsupport-mssql}}",
133 "config-dbsupport-mysql": "Used in:\n* {{msg-mw|config-support-info}}\n{{Related|Config-dbsupport}}",
134 "config-dbsupport-postgres": "Used in:\n* {{msg-mw|config-support-info}}\n{{Related|Config-dbsupport}}",
135 "config-dbsupport-sqlite": "Used in:\n* {{msg-mw|config-support-info}}\n{{Related|Config-dbsupport}}",
136 "config-dbsupport-oracle": "Used in:\n* {{msg-mw|Config-support-info}}.\n{{Related|Config-dbsupport}}",
137 "config-dbsupport-mssql": "Used in:\n* {{msg-mw|Config-support-info}}\n{{Related|Config-dbsupport}}",
138 "config-header-mysql": "Header for MySQL database settings in the MediaWiki installer.",
139 "config-header-postgres": "Header for PostgreSQL database settings in the MediaWiki installer.",
140 "config-header-sqlite": "Header for SQLite database settings in the MediaWiki installer.",
141 "config-header-oracle": "Header for Oracle database settings in the MediaWiki installer.",
142 "config-header-mssql": "Used as a section heading on the installer form, inside of a fieldset",
143 "config-invalid-db-type": "Error message in MediaWiki installer when an invalid database type has been provided.",
144 "config-missing-db-name": "Refers to {{msg-mw|Config-db-name}}.\n{{Related|Config-missing}}",
145 "config-missing-db-host": "Refers to {{msg-mw|Config-db-host}}.\n{{Related|Config-missing}}",
146 "config-missing-db-server-oracle": "Refers to {{msg-mw|Config-db-host-oracle}}.\n{{Related|Config-missing}}",
147 "config-invalid-db-server-oracle": "Used as error message. Parameters:\n* $1 - database server name\nSee also:\n* {{msg-mw|Config-db-host-oracle-help}}",
148 "config-invalid-db-name": "Used as error message. Parameters:\n* $1 - database name\nSee also:\n* {{msg-mw|Config-invalid-db-prefix}}",
149 "config-invalid-db-prefix": "Used as error message. Parameters:\n* $1 - database prefix\nSee also:\n* {{msg-mw|Config-invalid-db-name}}",
150 "config-connection-error": "$1 is the external error from the database, such as \"DB connection error: Access denied for user 'dba'@'localhost' (using password: YES) (localhost).\"\n\nIf you're translating this message to a right-to-left language, consider writing <nowiki><div dir=\"ltr\">$1.</div></nowiki>. (When the bidi features for HTML5 will be implemented in the browsers, it will probably be a good idea to write it as <nowiki><div dir=\"auto\">$1.</div></nowiki>.)",
151 "config-invalid-schema": "*$1 - schema name",
152 "config-db-sys-create-oracle": "Error message in the MediaWiki installer when Oracle is used as database and an incorrect user account type has been provided.",
153 "config-db-sys-user-exists-oracle": "Used as error message. Parameters:\n* $1 - database username",
154 "config-postgres-old": "Used as error message. Used as warning. Parameters:\n* $1 - minimum version\n* $2 - the version of PostgreSQL that has been installed\n{{Related|Config-old}}",
155 "config-mssql-old": "Used as an error message. Parameters:\n* $1 - minimum version\n* $2 - the version of Microsoft SQL Server that has been installed\n{{Related|Config-old}}",
156 "config-sqlite-name-help": "Help text for the form field for the SQLite data file name.",
157 "config-sqlite-parent-unwritable-group": "Used as SQLite error message. Parameters:\n* $1 - data directory\n* $2 - \"dirname\" part of $1\n* $3 - \"basename\" part of $1\n* $4 - web server's primary group name\nSee also:\n* {{msg-mw|Config-sqlite-parent-unwritable-nogroup}}",
158 "config-sqlite-parent-unwritable-nogroup": "Used as SQLite error message. Parameters:\n* $1 - data directory\n* $2 - \"dirname\" part of $1\n* $3 - \"basename\" part of $1\nSee also:\n* {{msg-mw|Config-sqlite-parent-unwritable-group}}",
159 "config-sqlite-mkdir-error": "Used as SQLite error message. Parameters:\n* $1 - data directory name",
160 "config-sqlite-dir-unwritable": "webserver refers to a software like Apache or Lighttpd.",
161 "config-sqlite-connection-error": "Used as SQLite error message. Parameters:\n* $1 - error message which SQLite server returned",
162 "config-sqlite-readonly": "Used as SQLite error message. Parameters:\n* $1 - filename",
163 "config-sqlite-cant-create-db": "Used as SQLite error message. Parameters:\n* $1 - filename",
164 "config-sqlite-fts3-downgrade": "Status message in the MediaWiki installer when SQLite is used without the FTS3 module. The FTS3 feature allows users to create special tables with a built-in full-text index.",
165 "config-can-upgrade": "Parameters:\n* $1 - Version or Revision indicator.",
166 "config-upgrade-done": "Used as success message. Parameters:\n* $1 - full URL of index.php\nSee also:\n* {{msg-mw|config-upgrade-done-no-regenerate}}",
167 "config-upgrade-done-no-regenerate": "Used as success message. Parameters:\n* $1 - full URL of index.php\nSee also:\n* {{msg-mw|config-upgrade-done}}",
168 "config-regenerate": "This message appears in a button after LocalSettings.php is generated and downloaded at the end of the MediaWiki installation process.",
169 "config-show-table-status": "{{doc-important|\"<code>SHOW TABLE STATUS</code>\" is a MySQL command. Do not translate this.}}",
170 "config-unknown-collation": "Warning messages in the MediaWiki installer for the database type MySQL when an unrecognised collation is used.",
171 "config-db-web-account": "Fieldset legend in MediaWiki installer",
172 "config-db-web-help": "Help text in MediaWiki installer.",
173 "config-db-web-account-same": "checkbox label",
174 "config-db-web-create": "checkbox label",
175 "config-db-web-no-create-privs": "Error message in the MediaWiki installer.",
176 "config-mysql-engine": "Field label for MySQL storage engine in the MediaWiki installer.",
177 "config-mysql-innodb": "Option for the MySQL storage engine in the MediaWiki installer.",
178 "config-mysql-myisam": "Option for the MySQL storage engine in the MediaWiki installer.",
179 "config-mysql-myisam-dep": "Warning message in the MediaWiki installer when MyISAM is chosen as MySQL storage engine.",
180 "config-mysql-only-myisam-dep": "Used as warning message when mysql does not support the minimum suggested feature set.",
181 "config-mysql-engine-help": "Help text in MediaWiki installer with advice for picking a MySQL storage engine.",
182 "config-mysql-charset": "Field label for the MySQL character set in the MediaWiki installer.",
183 "config-mysql-binary": "{{Identical|Binary}}",
184 "config-mysql-utf8": "Option for the MySQL character set in the MediaWiki installer.",
185 "config-mysql-charset-help": "Help text for the MySQL character set setting in the MediaWiki installer.",
186 "config-mssql-auth": "Radio button group label.\n\nFollowed by the following radio button labels:\n* {{msg-mw|Config-mssql-sqlauth}}\n* {{msg-mw|Config-mssql-windowsauth}}",
187 "config-mssql-install-auth": "Used as the help text for the \"Authentication type\" radio button when typing in database settings for installation.\n\nRefers to {{msg-mw|Config-mssql-windowsauth}}.\n\nSee also:\n* {{msg-mw|Config-mssql-web-auth}}",
188 "config-mssql-web-auth": "Used as the help text for the \"Authentication type\" radio button when typing in database settings for normal wiki usage.\n\nRefers to {{msg-mw|Config-mssql-windowsauth}}.\n\nSee also:\n* {{msg-mw|Config-mssql-install-auth}}",
189 "config-mssql-sqlauth": "Radio button.\n\n\"SQL Server\" refers to \"Microsoft SQL Server\".\n\nSee also:\n* {{msg-mw|Config-mssql-windowsauth}}",
190 "config-mssql-windowsauth": "Radio button. The official term is \"Integrated Windows Authentication\" but Microsoft itself uses \"Windows Authentication\" elsewhere in Microsoft SQL Server as a synonym.\n\nAlso used in:\n* {{msg-mw|Config-mssql-install-auth}}\n* {{msg-mw|Config-mssql-web-auth}}\n\nSee also:\n* {{msg-mw|Config-mssql-sqlauth}}",
191 "config-site-name": "Field label for the form field where a wiki name has to be entered.",
192 "config-site-name-help": "Help text for the form field where a wiki name has to be entered.",
193 "config-site-name-blank": "Error text in the MediaWiki installer when the site name is left empty.",
194 "config-project-namespace": "Field label for the form field where the name of the MediaWiki project namespace has to be entered.",
195 "config-ns-generic": "Used as label for \"namespace type\" radio button.\n\nSee also:\n* {{msg-mw|Config-ns-site-name}}\n* {{msg-mw|Config-ns-other}}\n{{Identical|Project}}",
196 "config-ns-site-name": "Used as label for \"namespace type\" radio button. Parameters:\n* $1 - wiki name\nSee also:\n* {{msg-mw|Config-ns-generic}}\n* {{msg-mw|Config-ns-other}}",
197 "config-ns-other": "Used as label for \"namespace type\" radio button.\n\nThis message is followed by the input box which enables to '''specify''' a namespace name.\n\nSee also:\n* {{msg-mw|Config-ns-site-name}}\n* {{msg-mw|Config-ns-generic}}",
198 "config-ns-other-default": "Default value for the option of a different project namespace name in the MediaWiki installer.",
199 "config-project-namespace-help": "Help text for the MediaWiki project namespace setting.",
200 "config-ns-invalid": "Used as error message. Parameters:\n* $1 - namespace name\nSee also:\n* {{msg-mw|Config-ns-conflict}}",
201 "config-ns-conflict": "Used as error message. Parameters:\n* $1 - namespace name\nSee also:\n* {{msg-mw|Config-ns-invalid}}",
202 "config-admin-box": "Fieldset label for settings for the MediaWiki administrator account that is created by the MediaWiki installer.",
203 "config-admin-name": "{{Identical|Your username}}",
204 "config-admin-password": "{{Identical|Password}}",
205 "config-admin-password-confirm": "{{Identical|Password again}}",
206 "config-admin-help": "Help text for the MediaWiki admin user creation form fields.",
207 "config-admin-name-blank": "Error message when no administrator username was provided.",
208 "config-admin-name-invalid": "Used as error message. Parameters:\n* $1 - username of administrator",
209 "config-admin-password-blank": "Error message when no administrator password was provided.",
210 "config-admin-password-mismatch": "Error message when no two equal administrator passwords were provided.",
211 "config-admin-email": "{{Identical|E-mail address}}",
212 "config-admin-email-help": "Help text for an administrator email address in the MediaWiki installer.",
213 "config-admin-error-user": "Used as error message. Parameters:\n* $1 - username of administrator\nSee also:\n* {{msg-mw|Config-admin-error-password}}",
214 "config-admin-error-password": "Used as error message. Parameters:\n* $1 - username of administrator\n* $2 - error message\nSee also:\n* {{msg-mw|Config-admin-error-user}}",
215 "config-admin-error-bademail": "Error text in the MediaWiki installer when an entered email address does not validate.",
216 "config-subscribe": "Used as label for the installer checkbox",
217 "config-subscribe-help": "\"Low-volume\" in this context means that there will be few e-mails to that mailing list per time period.",
218 "config-subscribe-noemail": "Error text in MediaWiki installer.",
219 "config-pingback": "Option in the MediaWiki installer to submit data about this installation to MediaWiki.org.",
220 "config-pingback-help": "Explains what data will be shared if the user chooses to submit data to MediaWiki.org. $1 is the JSON data that will be sent",
221 "config-almost-done": "Status message in the MediaWiki installer.",
222 "config-optional-continue": "Option in the MediaWiki installer to make a more fine-tuned installation.",
223 "config-optional-skip": "Option in the MediaWiki installer to start executing the actual installation and stop asking questions.",
224 "config-profile": "Field label for the radio button list to pick a standard user rights profile.",
225 "config-profile-wiki": "Option for the radio button list to pick a standard user rights profile.",
226 "config-profile-no-anon": "Option for the radio button list to pick a standard user rights profile.",
227 "config-profile-fishbowl": "Option for the radio button list to pick a standard user rights profile.",
228 "config-profile-private": "Option for the radio button list to pick a standard user rights profile.",
229 "config-profile-help": "Messages referenced:\n* {{msg-mw|config-profile-wiki}}\n* {{msg-mw|config-profile-no-anon}}\n* {{msg-mw|config-profile-fishbowl}}\n* {{msg-mw|config-profile-private}}",
230 "config-license": "Setting for the wiki content license in the MediaWiki installer.",
231 "config-license-none": "Option for the wiki content license in the MediaWiki installer.",
232 "config-license-cc-by-sa": "Option for the wiki content license in the MediaWiki installer.",
233 "config-license-cc-by": "Option for the wiki content license in the MediaWiki installer.",
234 "config-license-cc-by-nc-sa": "Option for the wiki content license in the MediaWiki installer.",
235 "config-license-cc-0": "Option for the wiki content license in the MediaWiki installer.",
236 "config-license-gfdl": "Option for the wiki content license in the MediaWiki installer.",
237 "config-license-pd": "{{Identical|Public domain}}",
238 "config-license-cc-choose": "Option for the wiki content license in the MediaWiki installer.",
239 "config-license-help": "Help text in MediaWiki installer for license selection.\n\nRefers to {{msg-mw|Config-license-cc-by-sa}}.",
240 "config-email-settings": "{{Identical|E-mail setting}}",
241 "config-enable-email": "Checkbox label in the MediaWiki installer to allow the wiki to send email to its users.",
242 "config-enable-email-help": "Help text in the MediaWiki installer to allow the wiki to send email to its users.",
243 "config-email-user": "{{Identical|Enable user-to-user e-mail}}",
244 "config-email-user-help": "Label for user-to-user e-mailing option.",
245 "config-email-usertalk": "Label for user e-mailing notification option.",
246 "config-email-usertalk-help": "Description for user e-mailing notification option.",
247 "config-email-watchlist": "Label for user watchlist notification option.",
248 "config-email-watchlist-help": "Description for user watchlist notification option.",
249 "config-email-auth": "Label for user e-mail authentication requirement.",
250 "config-email-auth-help": "Description for user e-mail authentication requirement.",
251 "config-email-sender": "Prompt for the e-mail address from which the wiki's e-mails will be sent.",
252 "config-email-sender-help": "Explanation for the e-mail address from which the wiki's e-mails will be sent.",
253 "config-upload-settings": "Label for the file and image upload settings section.",
254 "config-upload-enable": "Label for the option to enable the file and image upload system.",
255 "config-upload-help": "The word \"mode\" here refers to the access rights given to various user groups when attempting to create and store files and/or subdiretories in the said directory on the server. It also refers to the <code>mode</code> command used to maipulate said right mask under Unix, Linux, and similar operating systems. A less operating-system-centric translation is fine.",
256 "config-upload-deleted": "Prompt for the server directory into which deleted files should be moved.",
257 "config-upload-deleted-help": "Explanation for {{msg|config-upload-deleted}}.",
258 "config-logo": "Prompt for a link to the logo to use for the wiki.",
259 "config-logo-help": "Help string shown to the user explaining the requirements for the wiki's logo.",
260 "config-instantcommons": "Used as label for the checkbox.\n\nThe help message for this checkbox is:\n* {{msg-mw|Config-instantcommons-help}}",
261 "config-instantcommons-help": "Used as help message for the checkbox which is labeled {{msg-mw|config-instantcommons}}.",
262 "config-cc-error": "Prompt to manually enter a license when the tool fails to match.",
263 "config-cc-again": "Prompt to re-try picking a Creative Commons license.",
264 "config-cc-not-chosen": "{{doc-important|Do not translate the \"<code>proceed</code>\" part.}}\nThis message refers to a block of HTML being embedded into the installer page. It comes from the Creative Commons Web site. The block is in the English language. It is a scripted license chooser. When an individual license has been selected, it asks you to click \"proceed\" so as to return to the MediaWiki installer page.",
265 "config-advanced-settings": "Label for the advanced configuration settings page.",
266 "config-cache-options": "Prompt for the object caching options.",
267 "config-cache-help": "Explanation for what object caching is, next to {{msg|config-cache-options}}.",
268 "config-cache-none": "Label for the object caching disabled option.",
269 "config-cache-accel": "Label for the object caching via PHP option.",
270 "config-cache-memcached": "{{doc-important|Do not translate \"memcached\".}}\nLabel for the object caching via memcached option.",
271 "config-memcached-servers": "{{doc-important|Do not translate \"memcached\".}}\n{{Identical|Memcached server}}",
272 "config-memcached-help": "Prompt for the object caching via Memcached option for the user to define server(s) to be used.",
273 "config-memcache-needservers": "Error message for the object caching via Memcached option when the user has failed to define servers at the above prompt.\n{{doc-important|Do not translate \"memcached\".}}",
274 "config-memcache-badip": "Used as error message. Parameters:\n* $1 - IP address for Memcached\nSee also:\n* {{msg-mw|Config-memcache-noport}}\n* {{msg-mw|Config-memcache-badport}}",
275 "config-memcache-noport": "Used as error message. Parameters:\n* $1 - Memcached server name\nSee also:\n* {{msg-mw|Config-memcache-badip}}\n* {{msg-mw|Config-memcache-badport}}\n{{doc-important|Do not translate \"memcached\".}}",
276 "config-memcache-badport": "Used as error message. Parameters:\n* $1 - 1 (hard-coded)\n* $2 - 65535 (hard-coded)\nSee also:\n* {{msg-mw|Config-memcache-badip}}\n* {{msg-mw|Config-memcache-noport}}\n{{doc-important|Do not translate \"memcached\".}}",
277 "config-extensions": "{{Identical|Extension}}",
278 "config-extensions-help": "{{doc-important|Do not translate <code>./extensions</code>.}}\nUsed in help box.",
279 "config-skins": "{{Identical|Skin}}",
280 "config-skins-help": "{{doc-important|Do not translate <code>./skins</code>.}}\nUsed in help box.",
281 "config-skins-use-as-default": "Label shown next to skin names.",
282 "config-skins-missing": "Warning message shown when there are no skins to install.",
283 "config-skins-must-enable-some": "Error message shown when the user does silly things.",
284 "config-skins-must-enable-default": "Error message shown when the user does silly things.",
285 "config-install-alreadydone": "Error message shown to users visiting the installer when the wiki appears to already be set up.",
286 "config-install-begin": "Prompt at the end of the initial configuration options screen before the wiki software is installed.",
287 "config-install-step-done": "{{Identical|Done}}",
288 "config-install-step-failed": "{{Identical|Failed}}",
289 "config-install-extensions": "Notice shown to the user during the install about progress when extensions are being installed.",
290 "config-install-database": "Message indicates the database is being set up\n\nSee also:\n*{{msg-mw|Config-install-database}}\n*{{msg-mw|Config-install-tables}}\n*{{msg-mw|Config-install-interwiki}}\n*{{msg-mw|Config-install-stats}}\n*{{msg-mw|Config-install-keys}}\n*{{msg-mw|Config-install-updates}}\n*{{msg-mw|Config-install-schema}}\n*{{msg-mw|Config-install-user}}\n*{{msg-mw|Config-install-sysop}}\n*{{msg-mw|Config-install-mainpage}}",
291 "config-install-schema": "*{{msg-mw|Config-install-database}}\n*{{msg-mw|Config-install-tables}}\n*{{msg-mw|Config-install-schema}}\n*{{msg-mw|Config-install-user}}\n*{{msg-mw|Config-install-interwiki}}\n*{{msg-mw|Config-install-stats}}\n*{{msg-mw|Config-install-keys}}\n*{{msg-mw|Config-install-sysop}}\n*{{msg-mw|Config-install-mainpage}}",
292 "config-install-pg-schema-not-exist": "Error message shown to users picking PostgreSQL.",
293 "config-install-pg-schema-failed": "Parameters:\n* $1 = database user name (usernames in the database are unrelated to wiki user names)\n* $2 =",
294 "config-install-pg-commit": "Notice shown to the user during the install about progress with PostgreSQL.",
295 "config-install-pg-plpgsql": "Notice shown to users using PL/pgSQL installation.",
296 "config-pg-no-plpgsql": "Used as error message. Parameters:\n* $1 - database name",
297 "config-pg-no-create-privs": "Error shown to users using PL/pgSQL installation when the system account lacks the ability to install.",
298 "config-pg-not-in-role": "Error shown to users using PL/pgSQL installation when the system account lacks the ability to install.",
299 "config-install-user": "Message indicates that the user is being created\n\nSee also:\n*{{msg-mw|Config-install-database}}\n*{{msg-mw|Config-install-tables}}\n*{{msg-mw|Config-install-schema}}\n*{{msg-mw|Config-install-user}}\n*{{msg-mw|Config-install-interwiki}}\n*{{msg-mw|Config-install-stats}}\n*{{msg-mw|Config-install-keys}}\n*{{msg-mw|Config-install-sysop}}\n*{{msg-mw|Config-install-mainpage}}",
300 "config-install-user-alreadyexists": "Used as warning. Parameters:\n* $1 - database username",
301 "config-install-user-create-failed": "Used as MySQL warning and as PostgreSQL error. Parameters:\n* $1 - database username\n* $2 - detailed warning/error message",
302 "config-install-user-grant-failed": "Parameters:\n* $1 is the database username for which granting rights failed\n* $2 is the error message",
303 "config-install-user-missing": "Used as PostgreSQL error message. Parameters:\n* $1 - database username\nSee also:\n* {{msg-mw|Config-install-user-missing-create}}",
304 "config-install-user-missing-create": "Used as PostgreSQL error message. Parameters:\n* $1 - database username\nSee also:\n* {{msg-mw|Config-install-user-missing}}",
305 "config-install-tables": "Message indicates that the tables are being created\n\nSee also:\n*{{msg-mw|Config-install-database}}\n*{{msg-mw|Config-install-tables}}\n*{{msg-mw|Config-install-interwiki}}\n*{{msg-mw|Config-install-stats}}\n*{{msg-mw|Config-install-keys}}\n*{{msg-mw|Config-install-updates}}\n*{{msg-mw|Config-install-schema}}\n*{{msg-mw|Config-install-user}}\n*{{msg-mw|Config-install-sysop}}\n*{{msg-mw|Config-install-mainpage}}",
306 "config-install-tables-exist": "Error notice during the installation saying that the database already seems set up for MediaWiki, so it's continuing without taking that step.",
307 "config-install-tables-failed": "Used as PostgreSQL error message. Parameters:\n* $1 - detailed error message",
308 "config-install-interwiki": "Message indicates that the interwikitables are being populated\n\nSee also:\n*{{msg-mw|Config-install-database}}\n*{{msg-mw|Config-install-tables}}\n*{{msg-mw|Config-install-schema}}\n*{{msg-mw|Config-install-user}}\n*{{msg-mw|Config-install-interwiki}}\n*{{msg-mw|Config-install-stats}}\n*{{msg-mw|Config-install-keys}}\n*{{msg-mw|Config-install-sysop}}\n*{{msg-mw|Config-install-mainpage}}",
309 "config-install-interwiki-list": "{{doc-important|Do not translate <code>interwiki.list</code>.}}\nUsed as error message.",
310 "config-install-interwiki-exists": "Error notice during the installation saying that one of the database tables is already set up, so it's continuing without taking that step.",
311 "config-install-stats": "*{{msg-mw|Config-install-database}}\n*{{msg-mw|Config-install-tables}}\n*{{msg-mw|Config-install-schema}}\n*{{msg-mw|Config-install-user}}\n*{{msg-mw|Config-install-interwiki}}\n*{{msg-mw|Config-install-stats}}\n*{{msg-mw|Config-install-keys}}\n*{{msg-mw|Config-install-sysop}}\n*{{msg-mw|Config-install-mainpage}}",
312 "config-install-keys": "*{{msg-mw|Config-install-database}}\n*{{msg-mw|Config-install-tables}}\n*{{msg-mw|Config-install-schema}}\n*{{msg-mw|Config-install-user}}\n*{{msg-mw|Config-install-interwiki}}\n*{{msg-mw|Config-install-stats}}\n*{{msg-mw|Config-install-keys}}\n*{{msg-mw|Config-install-sysop}}\n*{{msg-mw|Config-install-mainpage}}",
313 "config-insecure-keys": "Parameters:\n* $1 - A list of names of the secret keys that were generated.\n* $2 - the number of items in the list $1, to be used with PLURAL.",
314 "config-install-updates": "Message indicating that the updatelog table is filled with keys of updates that won't be run when running database updates.\n\nSee also:\n*{{msg-mw|Config-install-database}}\n*{{msg-mw|Config-install-tables}}\n*{{msg-mw|Config-install-interwiki}}\n*{{msg-mw|Config-install-stats}}\n*{{msg-mw|Config-install-keys}}\n*{{msg-mw|Config-install-updates}}\n*{{msg-mw|Config-install-schema}}\n*{{msg-mw|Config-install-user}}\n*{{msg-mw|Config-install-sysop}}\n*{{msg-mw|Config-install-mainpage}}",
315 "config-install-updates-failed": "Used as error message. Parameters:\n* $1 - detailed error message",
316 "config-install-sysop": "Message indicates that the administrator user account is being created\n\nSee also:\n*{{msg-mw|Config-install-database}}\n*{{msg-mw|Config-install-tables}}\n*{{msg-mw|Config-install-schema}}\n*{{msg-mw|Config-install-user}}\n*{{msg-mw|Config-install-interwiki}}\n*{{msg-mw|Config-install-stats}}\n*{{msg-mw|Config-install-keys}}\n*{{msg-mw|Config-install-sysop}}\n*{{msg-mw|Config-install-mainpage}}",
317 "config-install-subscribe-fail": "{{doc-important|\"[[m:mail:mediawiki-announce|mediawiki-announce]]\" is the name of a mailing list and should not be translated.}}\nA message displayed if the MediaWiki installer encounters an error making a request to lists.wikimedia.org which hosts the mailing list.\n* $1 - the HTTP error encountered, reproduced as is (English string)",
318 "config-install-subscribe-notpossible": "Error shown when automatically subscribing to the MediaWiki announcements mailing list fails.",
319 "config-install-mainpage": "*{{msg-mw|Config-install-database}}\n*{{msg-mw|Config-install-tables}}\n*{{msg-mw|Config-install-schema}}\n*{{msg-mw|Config-install-user}}\n*{{msg-mw|Config-install-interwiki}}\n*{{msg-mw|Config-install-stats}}\n*{{msg-mw|Config-install-keys}}\n*{{msg-mw|Config-install-sysop}}\n*{{msg-mw|Config-install-mainpage}}",
320 "config-install-extension-tables": "Notice shown to the user during the install about progress.",
321 "config-install-mainpage-failed": "Used as error message. Parameters:\n* $1 - detailed error message",
322 "config-install-done": "Parameters:\n* $1 is the URL to LocalSettings download\n* $2 is a link to the wiki.\n* $3 is a download link with attached download icon. The config-download-localsettings message will be used as the link text.",
323 "config-install-done-path": "Parameters:\n* $1 is the URL to LocalSettings download\n* $2 is a link to the wiki.\n* $3 is a download link with attached download icon. The config-download-localsettings message will be used as the link text.\n* $4 is the filesystem location of where the LocalSettings.php file should be saved to.",
324 "config-download-localsettings": "The link text used in the download link in config-install-done.",
325 "config-help": "This is used in help boxes.\n{{Identical|Help}}",
326 "config-help-tooltip": "Tooltip for the 'help' links ({{msg-mw|config-help}}), to make it clear they'll expand in place rather than open a new page",
327 "config-nofile": "Used as failure message. Parameters:\n* $1 - filename",
328 "config-extension-link": "Shown on last page of installation to inform about possible extensions.\n{{Identical|Did you know}}",
329 "mainpagetext": "Along with {{msg-mw|mainpagedocfooter}}, the text you will see on the Main Page when your wiki is installed.",
330 "mainpagedocfooter": "Along with {{msg-mw|mainpagetext}}, the text you will see on the Main Page when your wiki is installed.\nThis might be a good place to put information about <nowiki>{{GRAMMAR:}}</nowiki>. See [[{{NAMESPACE}}:{{BASEPAGENAME}}/fi]] for an example. For languages having grammatical distinctions and not having an appropriate <nowiki>{{GRAMMAR:}}</nowiki> software available, a suggestion to check and possibly amend the messages having <nowiki>{{SITENAME}}</nowiki> may be valuable. See [[{{NAMESPACE}}:{{BASEPAGENAME}}/ksh]] for an example."
331 }