1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE locale SYSTEM "../../lib/pkp/dtd/locale.dtd">
5 * omp2-devel/locale/en_US/admin.xml
7 * Copyright (c) 2003-2008 John Willinsky
8 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
10 * Localization strings for the en_US (English) locale.
12 * $Id: admin.xml,v 1.4 2009/06/18 23:23:38 tylerl Exp $
15 <locale name="en_US" full_name = "English">
16 <message key="admin.hostedPresses">Hosted Presses</message>
17 <message key="admin.settings.pressRedirect">Press redirect</message>
18 <message key="admin.settings.pressRedirectInstructions">Requests to the main site will be redirected to this press. This may be useful if the site is hosting only a single press, for example.</message>
19 <message key="admin.settings.noPressRedirect">Do not redirect</message>
21 <message key="admin.languages.primaryLocaleInstructions">This will be the default language for the site and any hosted presses.</message>
22 <message key="admin.languages.supportedLocalesInstructions">Select all locales to support on the site. The selected locales will be available for use by all presses hosted on the site, and also appear in a language select menu to appear on each site page (which can be overridden on press-specific pages). If multiple locales are not selected, the language toggle menu will not appear and extended language settings will not be available to presses.</message>
23 <message key="admin.locale.maybeIncomplete">Marked locales may be incomplete.</message>
24 <message key="admin.languages.confirmUninstall">Are you sure you want to uninstall this locale? This may affect any hosted presses currently using the locale.</message>
25 <message key="admin.languages.installNewLocalesInstructions">Select any additional locales to install support for in this system. Locales must be installed before they can be used by hosted presses. See the OMP documentation for information on adding support for new languages.</message>
26 <message key="admin.languages.downloadLocales">Download Locales</message>
27 <message key="admin.languages.downloadFailed">The locale download failed. The error message(s) below describe the failure.</message>
28 <message key="admin.languages.localeInstalled">The "{$locale}" locale has been installed. </message>
30 <message key="admin.languages.download">Download Locale</message>
31 <message key="admin.languages.download.cannotOpen">Cannot open language descriptor from PKP web site.</message>
32 <message key="admin.languages.download.cannotModifyRegistry">Cannot add the new locale to the locale registry file, typically "registry/locales.xml".</message>
34 <message key="admin.auth.omp">OMP User Database</message>
35 <message key="admin.auth.enableSyncProfiles">Enable user profile synchronization (if supported by this authentication plug-in). User profile information will be automatically updated from the remote source when a user logs in, and profile changes (including password changes) made within OMP will be automatically updated on the remote source. If this option is not enabled OMP profile information will be kept separate from remote source profile information.</message>
36 <message key="admin.auth.enableSyncPasswords">Enable user password modification (if supported by this authentication plug-in). Enabling this option allows users to modify their password from within OMP and to use the OMP "lost password" feature to reset a forgotten password. These functions will be unavailable to users with this authentication source if this option is not enabled.</message>
37 <message key="admin.auth.enableCreateUsers">Enable user creation (if supported by this authentication plug-in). Users created within OMP with this authentication source will be automatically added to the remote authentication source if they do not already exist. Additionally, if this source is the default authentication source, OMP accounts created through user registration will also be added to the remote authentication source.</message>
39 <message key="admin.systemVersion">OMP Version</message>
40 <message key="admin.systemConfiguration">OMP Configuration</message>
41 <message key="admin.systemConfigurationDescription"><![CDATA[OMP configuration settings from <tt>config.inc.php</tt>.]]></message>
42 <message key="admin.presses.pressSettings">Press Settings</message>
43 <message key="admin.presses.noneCreated">No presses have been created.</message>
44 <message key="admin.presses.confirmDelete">Are you sure you want to permanently delete this press and all of its contents?</message>
45 <message key="admin.presses.create">Create Press</message>
46 <message key="admin.presses.createInstructions">You will automatically be enrolled as the manager of this press. After creating a new press, enter it as a manager to continue with its setup and user enrollment.</message>
47 <message key="admin.presses.urlWillBe">The press' URL will be {$sampleUrl}</message>
48 <message key="admin.presses.form.titleRequired">A title is required.</message>
49 <message key="admin.presses.form.pathRequired">A path is required.</message>
50 <message key="admin.presses.form.pathAlphaNumeric">The path can contain only alphanumeric characters, underscores, and hyphens, and must begin and end with an alphanumeric character.</message>
51 <message key="admin.presses.form.pathExists">The selected path is already in use by another press.</message>
52 <message key="admin.presses.enablePressInstructions">Enable this press to appear publicly on the site</message>
53 <message key="admin.presses.pressDescription">Press description</message>
55 <message key="admin.press.pathImportInstructions">Existing press path or path to create (e.g., "omp").</message>
56 <message key="admin.presses.transcode">Transcode monograph metadata from ISO8859-1</message>
57 <message key="admin.presses.form.importPathRequired">The import path is required.</message>
58 <message key="admin.presses.importErrors">Importing failed to complete successfully</message>
59 <message key="admin.mergeUsers">Merge Users</message>
60 <message key="admin.mergeUsers.mergeUser">Merge User</message>
61 <message key="admin.mergeUsers.into.description">Select a user to whom to attribute the previous user's authorships, editing assignments, etc.</message>
62 <message key="admin.mergeUsers.from.description">Select a user to merge into another user account (e.g., when someone has two user accounts). The account selected first will be deleted and its submissions, assignments, etc. will be attributed to the second account.</message>
63 <message key="admin.mergeUsers.allUsers">All Enrolled Users</message>
64 <message key="admin.mergeUsers.confirm">Are you sure you wish to merge the account with the username "{$oldUsername}" into the account with the username "{$newUsername}"? The account with the username "{$oldUsername}" will not exist afterwards. This action is not reversible.</message>
65 <message key="admin.mergerUsers.noneEnrolled">No enrolled users.</message>