baseline
[omp.pkp.sfu.ca.git] / lib / pkp / locale / en_US / installer.xml
blob73943decdce04923e98377391638686b62fd2737
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE locale SYSTEM "../../dtd/locale.dtd">
4 <!--
5   * locale/en_US/installer.xml
6   *
7   * Copyright (c) 2000-2009 John Willinsky
8   * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
9   *
10   * Localization strings for the en_US (English) locale.
11   *
12   * $Id: installer.xml,v 1.7 2009/08/15 00:13:57 asmecher Exp $
13   -->
15 <locale name="en_US" full_name = "English">
16         <message key="installer.additionalLocales">Additional locales</message>
17         <message key="installer.administratorAccount">Administrator Account</message>
18         <message key="installer.administratorAccountInstructions">This user account will become the site administrator and have complete access to the system. Additional user accounts can be created after installation.</message>
19         <message key="installer.checkNo"><![CDATA[<span class="formError">NO</span>]]></message>
20         <message key="installer.checkYes">Yes</message>
21         <message key="installer.clientCharset">Client character set</message>
22         <message key="installer.clientCharsetInstructions">The encoding to use for data sent to and received from browsers.</message>
23         <message key="installer.configFileError"><![CDATA[The configuration file <tt>config.inc.php</tt> does not exist or is not readable.]]></message>
24         <message key="installer.connectionCharset">Connection character set</message>
25         <message key="installer.connectionCharsetInstructions">The encoding to use for data sent to and received from the database. This should be the same as the client character set. Note that this capability is only supported with MySQL >= 4.1.1 or PostgreSQL >= 7.1. Select "Not applicable" if your database server does not meet these requirements.</message>
26         <message key="installer.contentsOfConfigFile">Contents of configuration file</message>
27         <message key="installer.createDatabase">Create new database</message>
28         <message key="installer.createDatabaseInstructions">To use this option your database system must support remote database creation and your user account must have the appropriate permissions to create new databases. If installation fails with this option selected, manually create the database on your server and run the installer again with this option disabled.</message>
29         <message key="installer.databaseCharset">Database character set</message>
30         <message key="installer.databaseCharsetInstructions">The encoding to use for data stored in the database. Note that this capability is only supported with MySQL >= 4.1.1 or PostgreSQL >= 7.1. Select "Not applicable" if your database server does not meet these requirements.</message>
31         <message key="installer.databaseDriver">Database driver</message>
32         <message key="installer.databaseDriverInstructions"><![CDATA[<strong>Database drivers listed in brackets do not appear to have the required PHP extension loaded and installation will likely fail if selected.</strong><br />Any unsupported database drivers listed above are listed solely for academic purposes and are unlikely to work.]]></message>
33         <message key="installer.databaseHost">Host</message>
34         <message key="installer.databaseHostInstructions">Leave the hostname blank to connect using domain sockets instead of over TCP/IP. This is not necessary with MySQL, which will automatically use sockets if "localhost" is entered, but is required with some other database servers such as PostgreSQL.</message>
35         <message key="installer.databaseName">Database name</message>
36         <message key="installer.databasePassword">Password</message>
37         <message key="installer.databaseSettings">Database Settings</message>
38         <message key="installer.databaseUsername">Username</message>
39         <message key="installer.encryptionInstructions">SHA1 is recommended if your system supports it (requires PHP >= 4.3.0).</message>
40         <message key="installer.encryption">Password encryption algorithm</message>
41         <message key="installer.filesDir">Directory for uploads</message>
42         <message key="installer.fileSettings">File Settings</message>
43         <message key="installer.form.clientCharsetRequired">A client character set must be selected.</message>
44         <message key="installer.form.databaseDriverRequired">A database driver must be selected.</message>
45         <message key="installer.form.databaseNameRequired">The database name is required.</message>
46         <message key="installer.form.emailRequired">A valid email address for the administrator account is required.</message>
47         <message key="installer.form.encryptionRequired">The algorithm to use for encrypting user passwords must be selected.</message>
48         <message key="installer.form.filesDirRequired">The directory to be used for storing uploaded files is required.</message>
49         <message key="installer.form.localeRequired">A locale must be selected.</message>
50         <message key="installer.form.passwordRequired">A password for the administrator account is required.</message>
51         <message key="installer.form.passwordsDoNotMatch">The administrator passwords do not match.</message>
52         <message key="installer.form.separateMultiple">Separate multiple values with commas</message>
53         <message key="installer.form.usernameAlphaNumeric">The administrator username can contain only alphanumeric characters, underscores, and hyphens, and must begin and end with an alphanumeric character.</message>
54         <message key="installer.form.usernameRequired">A username for the administrator account is required.</message>
55         <message key="installer.installationWrongPhp"><![CDATA[<br/><strong>WARNING: Your current version of PHP does not meet the minimum requirements for installation. It is recommended to upgrade to a more recent release of PHP.</strong>]]></message>
56         <message key="installer.installErrorsOccurred">Errors occurred during installation</message>
57         <message key="installer.installerSQLStatements">SQL statements for installation</message>
58         <message key="installer.installFileError"><![CDATA[The installation file <tt>dbscripts/xml/install.xml</tt> does not exist or is not readable.]]></message>
59         <message key="installer.installFilesDirError">The directory specified for uploaded files does not exist or is not writable.</message>
60         <message key="installer.installParseDBFileError"><![CDATA[Error parsing the database installation file <tt>{$file}</tt>.]]></message>
61         <message key="installer.installParseEmailTemplatesFileError"><![CDATA[Error parsing the email template file <tt>{$file}</tt>.]]></message>
62         <message key="installer.locale">Locale</message>
63         <message key="installer.locale.maybeIncomplete">Marked locales may be incomplete.</message>
64         <message key="installer.localeSettings">Locale Settings</message>
65         <message key="installer.manualInstall">Manual Install</message>
66         <message key="installer.miscSettings">Miscellaneous Settings</message>
67         <message key="installer.oaiRepositoryIdInstructions"><![CDATA[A unique identifier used to identify metadata records indexed from this site using the <a href="http://www.openarchives.org/" target="_blank">Open Archives Initiative</a> Protocol for Metadata Harvesting.]]></message>
68         <message key="installer.oaiRepositoryId">OAI repository identifier</message>
69         <message key="installer.publicFilesDirError">The public files directory does not exist or is not writable.</message>
70         <message key="installer.releaseNotes">Release Notes</message>
71         <message key="installer.securitySettings">Security Settings</message>
72         <message key="installer.skipFilesDir">Do not create required subdirectories (only useful for a manual installation)</message>
73         <message key="installer.manualUpgrade">Manual Upgrade</message>
74 </locale>