forked from pkp/orcidProfile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocale.xml
51 lines (48 loc) · 4.32 KB
/
locale.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE locale SYSTEM "../../../../../lib/pkp/dtd/locale.dtd">
<!--
* plugins/generic/orcidPlugin/locale/en_US/locale.xml
*
* Copyright (c) 2015-2017 University of Pittsburgh
* Copyright (c) 2014-2017 Simon Fraser University Library
* Copyright (c) 2003-2017 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* Contributed by 4Science (http://www.4science.it).
*
* ORCID Profile plugin localization strings
-->
<locale name="en_US" full_name="U.S. English">
<message key="plugins.generic.orcidProfile.displayName">ORCID Profile Plugin</message>
<message key="plugins.generic.orcidProfile.description"><![CDATA[Allows for the import of user profile information from ORCID.]]></message>
<message key="plugins.generic.orcidProfile.instructions"><![CDATA[You can pre-populate this form with information from an ORCID profile. Enter the email address or ORCID iD associated with the ORCID profile, then click "Submit".]]></message>
<message key="plugins.generic.orcidProfile.noData">Couldn't find any data from ORCID.</message>
<message key="plugins.generic.orcidProfile.emailOrOrcid">Email address or ORCID iD:</message>
<message key="plugins.generic.orcidProfile.submitAction">Submit</message>
<message key="plugins.generic.orcidProfile.connect">Create or Connect your ORCID iD</message>
<message key="plugins.generic.orcidProfile.searchOrcidId">Search the ORCID iD</message>
<message key="plugins.generic.orcidProfile.removeOrcidId">Remove ORCID iD</message>
<message key="plugins.generic.orcidProfile.affiliations">Affiliations</message>
<message key="plugins.generic.orcidProfile.researcherUrl">Researcher Url</message>
<message key="plugins.generic.orcidProfile.searchAndOr">and / or</message>
<message key="plugins.generic.orcidProfile.searchPageTitle">Search public ORCID registry data</message>
<message key="plugins.generic.orcidProfile.searchResultsList">Choose and select the exact match from the list below:</message>
<message key="plugins.generic.orcidProfile.searchResultsNotice">If you are not sure to choose the exact match it is better to skip this step and leave ORCID iD field empty.</message>
<message key="plugins.generic.orcidProfile.privateEmail">Not viewable</message>
<message key="plugins.generic.orcidProfile.noResults">No search results</message>
<message key="plugins.generic.orcidProfile.manager.orcidProfileSettings">ORCID Profile Settings</message>
<message key="plugins.generic.orcidProfile.manager.settings.description">Configure the ORCID API for use in pulling ORCID profile information into the user profile.</message>
<message key="plugins.generic.orcidProfile.manager.settings.pagePerItemDescription">The number of items per page in the overall list of ranked ORCID profile search results.</message>
<message key="plugins.generic.orcidProfile.manager.settings.pagePerItem">Items per page</message>
<message key="plugins.generic.orcidProfile.manager.settings.orcidProfileAPIPath">ORCID API</message>
<message key="plugins.generic.orcidProfile.manager.settings.orcidProfileAPIPath.public">Public</message>
<message key="plugins.generic.orcidProfile.manager.settings.orcidProfileAPIPath.publicSandbox">Public Sandbox</message>
<message key="plugins.generic.orcidProfile.manager.settings.orcidProfileAPIPath.member">Member</message>
<message key="plugins.generic.orcidProfile.manager.settings.orcidProfileAPIPath.memberSandbox">Member Sandbox</message>
<message key="plugins.generic.orcidProfile.manager.settings.orcidClientId">Client ID</message>
<message key="plugins.generic.orcidProfile.manager.settings.orcidClientSecret">Client Secret</message>
<message key="plugins.generic.orcidProfile.author.submission">Submission ORCID</message>
<message key="plugins.generic.orcidProfile.author.submission.success">Your submission has successfully been associated with your ORCID.</message>
<message key="plugins.generic.orcidProfile.author.submission.failure">Your submission could not be successfully associated with your ORCID. Please contact the journal manager with your name, ORCID, and details of your submission.</message>
<message key="plugins.generic.orcidProfile.authFailure">OJS was not able to communicate with the ORCID service. Please contact the journal manager with your name, ORCID, and details of your submission.</message>
</locale>