[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
14082024
/
Data
/
htdocs
/
htdocs
/
ojs
/
248
/
plugins
/
importexport
/
native
/
locale
/
en_US
/
[
Home
]
File: locale.xml
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE locale SYSTEM "../../../../../lib/pkp/dtd/locale.dtd"> <!-- * plugins/importexport/native/locale/en_US/locale.xml * * Copyright (c) 2013-2019 Simon Fraser University * Copyright (c) 2003-2019 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Localization strings --> <locale name="en_US" full_name="U.S. English"> <message key="plugins.importexport.native.displayName">Articles & Issues XML Plugin</message> <message key="plugins.importexport.native.description">Import and export articles and issues</message> <message key="plugins.importexport.native.cliUsage"><![CDATA[Usage: {$scriptName} {$pluginName} [command] ... Commands: import [xmlFileName] [journal_path] [user_name] ... export [xmlFileName] [journal_path] articles [articleId1] [articleId2] ... export [xmlFileName] [journal_path] article [articleId] export [xmlFileName] [journal_path] issues [issueId1] [issueId2] ... export [xmlFileName] [journal_path] issue [issueId] Additional parameters are required for importing data as follows, depending on the root node of the XML document. If the root node is <article> or <articles>, additional parameters are required. The following formats are accepted: {$scriptName} {$pluginName} import [xmlFileName] [journal_path] [user_name] issue_id [issueId] section_id [sectionId] {$scriptName} {$pluginName} import [xmlFileName] [journal_path] [user_name] issue_id [issueId] section_name [name] {$scriptName} {$pluginName} import [xmlFileName] [journal_path] issue_id [issueId] section_abbrev [abbrev] ]]></message> <message key="plugins.importexport.native.export">Export Data</message> <message key="plugins.importexport.native.export.issues">Export Issues</message> <message key="plugins.importexport.native.export.sections">Export Sections</message> <message key="plugins.importexport.native.export.articles">Export Articles</message> <message key="plugins.importexport.native.selectIssue">Select Issue</message> <message key="plugins.importexport.native.selectArticle">Select Article</message> <message key="plugins.importexport.native.import.articles">Import Articles</message> <message key="plugins.importexport.native.import.articles.description">The file you are importing contains one or more articles. You must choose an issue and section to import these articles into; if you do not wish to import them all into the same section and issue, you may either separate them into different XML files or move them into the appropriate issues and sections after importing.</message> <message key="plugins.importexport.native.import">Import Data</message> <message key="plugins.importexport.native.import.description">This plugin supports data import based on the native.dtd Document Type Definition. Supported root nodes are &lt;article&gt;, &lt;articles&gt;, &lt;issue&gt;, and &lt;issues&gt;.</message> <message key="plugins.importexport.native.import.error">Import Error</message> <message key="plugins.importexport.native.import.error.description">One or more errors occurred during import. Please check to ensure that the format of the import file correctly matches the specification. Specific details of the import errors are listed below.</message> <message key="plugins.importexport.native.cliError">ERROR:</message> <message key="plugins.importexport.native.error.uploadFailed">The upload failed; please ensure that uploads are allowed on your server and that the file is not too big for your PHP and web server configuration.</message> <message key="plugins.importexport.native.error.unknownUser">The specified user, "{$userName}", does not exist.</message> <message key="plugins.importexport.native.error.unknownJournal">The specified journal path, "{$journalPath}", does not exist.</message> <message key="plugins.importexport.native.export.error.couldNotWrite">Could not write to the file "{$fileName}".</message> <message key="plugins.importexport.native.export.error.sectionNotFound">No section matched the specifier "{$sectionIdentifier}".</message> <message key="plugins.importexport.native.export.error.issueNotFound">No issue matched the specified issue ID "{$issueId}".</message> <message key="plugins.importexport.native.export.error.articleNotFound">No article matched the specified article ID "{$articleId}".</message> <message key="plugins.importexport.native.import.error.unsupportedRoot">This plugin does not support the supplied root node "{$rootName}". Please ensure that the file is correctly formed and try again.</message> <message key="plugins.importexport.native.import.error.titleMissing">The title for an issue was missing.</message> <message key="plugins.importexport.native.import.error.defaultTitle">MISSING TITLE</message> <message key="plugins.importexport.native.import.error.unknownIdentificationType">An unknown identification type "{$identificationType}" was specified in the "identification" attribute to the "issue" element of the "{$issueTitle}" issue.</message> <message key="plugins.importexport.native.import.error.invalidBooleanValue">An invalid boolean value "{$value}" was specified. Please use "true" or "false".</message> <message key="plugins.importexport.native.import.error.invalidDate">An invalid date "{$value}" was specified.</message> <message key="plugins.importexport.native.import.error.unknownEncoding">Data was embedded using an unknown encoding type "{$type}".</message> <message key="plugins.importexport.native.import.error.couldNotWriteFile">Unable to save a local copy of "{$originalName}".</message> <message key="plugins.importexport.native.import.error.illegalUrl">The specified URL "{$url}" for the issue "{$issueTitle}" was illegal. Web-submitted imports support only http, https, ftp, or ftps methods.</message> <message key="plugins.importexport.native.import.error.unknownSuppFileType">An unknown supplemental file type "{$suppFileType}" was specified.</message> <message key="plugins.importexport.native.import.error.couldNotCopy">A specified URL "{$url}" could not be copied to a local file.</message> <message key="plugins.importexport.native.import.error.duplicatePublicGalleyId">The public ID given for the import galley "{$publicId}" is already in use by another galley for the same article, "{$articleTitle}".</message> <message key="plugins.importexport.native.import.error.duplicatePublicSuppFileId">The public ID given for the import supplementary file "{$suppFileTitle}" is already in use by another supplementary file for the same article, "{$otherSuppFileTitle}".</message> <message key="plugins.importexport.native.import.error.duplicatePublicArticleId">The public ID given for the import article "{$articleTitle}" is already in use by another article, "{$otherArticleTitle}".</message> <message key="plugins.importexport.native.import.error.duplicatePublicIssueId">The public ID given for the import issue "{$issueTitle}" is already in use by another issue, "{$otherIssueTitle}".</message> <message key="plugins.importexport.native.import.error.sectionTitleMissing">A section title was missing for the issue "{$issueTitle}". Please ensure that the XML document conforms to the appropriate DTD.</message> <message key="plugins.importexport.native.import.error.sectionMismatch">The "{$sectionTitle}" section of the "{$issueTitle}" issue matched an existing journal section, but the specified abbreviation ("{$sectionAbbrev}") matched a different section.</message> <message key="plugins.importexport.native.import.error.articleTitleMissing">An article title was missing for the issue "{$issueTitle}" in the section "{$sectionTitle}". Please ensure that the XML document conforms to the appropriate DTD, and that a title has been supplied for the journal's locale.</message> <message key="plugins.importexport.native.import.error.articleTitleLocaleUnsupported">An article title ("{$articleTitle}") was provided for the issue "{$issueTitle}" in a locale ("{$locale}") that this journal does not support.</message> <message key="plugins.importexport.native.import.error.articleAbstractLocaleUnsupported">An article abstract was provided for the article "{$articleTitle}" in the issue "{$issueTitle}" in a locale ("{$locale}") that this journal does not support.</message> <message key="plugins.importexport.native.import.error.galleyLabelMissing">The article "{$articleTitle}" in the section "{$sectionTitle}" of the issue "{$issueTitle}" was missing a galley label.</message> <message key="plugins.importexport.native.import.error.suppFileMissing">The article "{$articleTitle}" in the section "{$sectionTitle}" of the issue "{$issueTitle}" was missing a supplemental file.</message> <message key="plugins.importexport.native.import.error.galleyFileMissing">The article "{$articleTitle}" in the section "{$sectionTitle}" of the issue "{$issueTitle}" was missing a galley file.</message> <message key="plugins.importexport.native.import.error.issueTitleLocaleUnsupported">An issue title ("{$issueTitle}") was provided in a locale ("{$locale}") that this journal does not support.</message> <message key="plugins.importexport.native.import.error.issueDescriptionLocaleUnsupported">A description of the issue "{$issueTitle}" was provided in a locale ("{$locale}") that this journal does not support.</message> <message key="plugins.importexport.native.import.error.coverLocaleUnsupported">A cover of the the issue "{$issueTitle}" was provided in a locale ("{$locale}") that this journal does not support.</message> <message key="plugins.importexport.native.import.error.sectionTitleLocaleUnsupported">A section title ("{$sectionTitle}") was provided in the issue "{$issueTitle}" in a locale ("{$locale}") that this journal does not support.</message> <message key="plugins.importexport.native.import.error.sectionAbbrevLocaleUnsupported">A section abbreviation ("{$sectionAbbrev}") was provided in the issue ("{$issueTitle}") in a locale ("{$locale}") that this journal does not support.</message> <message key="plugins.importexport.native.import.error.sectionIdentifyTypeLocaleUnsupported">A section identifying type ("{$sectionIdentifyType}") was provided in the issue ("{$issueTitle}") in a locale ("{$locale}") that this journal does not support.</message> <message key="plugins.importexport.native.import.error.sectionPolicyLocaleUnsupported">A section policy ("{$sectionPolicy}") was provided in the issue ("{$issueTitle}") in a locale ("{$locale}") that this journal does not support.</message> <message key="plugins.importexport.native.import.error.sectionTitleMismatch">The section title "{$section1Title}" and the section title "{$section2Title}" in the "{$issueTitle}" issue matched the different existing journal sections.</message> <message key="plugins.importexport.native.import.error.sectionTitleMatch">The section title "{$sectionTitle}" in the "{$issueTitle}" issue matched an existing journal section, but another title of this section doesn't match with another title of the existing journal section.</message> <message key="plugins.importexport.native.import.error.sectionAbbrevMismatch">The section abbreviation "{$section1Abbrev}" and the section abbreviation "{$section2Abbrev}" of the "{$issueTitle}" issue matched the different existing journal sections.</message> <message key="plugins.importexport.native.import.error.sectionAbbrevMatch">The section abbreviation "{$sectionAbbrev}" in the "{$issueTitle}" issue matched an existing journal section, but another abbreviation of this section doesn't match with another abbreviation of the existing journal section.</message> <message key="plugins.importexport.native.import.error.articleDisciplineLocaleUnsupported">An article discipline was provided for the article "{$articleTitle}" in the issue "{$issueTitle}" in a locale ("{$locale}") that this journal does not support.</message> <message key="plugins.importexport.native.import.error.articleTypeLocaleUnsupported">An article type was provided for the article "{$articleTitle}" in the issue "{$issueTitle}" in a locale ("{$locale}") that this journal does not support.</message> <message key="plugins.importexport.native.import.error.articleSubjectLocaleUnsupported">An article subject was provided for the article "{$articleTitle}" in the issue "{$issueTitle}" in a locale ("{$locale}") that this journal does not support.</message> <message key="plugins.importexport.native.import.error.articleSubjectClassLocaleUnsupported">An article subject classification was provided for the article "{$articleTitle}" in the issue "{$issueTitle}" in a locale ("{$locale}") that this journal does not support.</message> <message key="plugins.importexport.native.import.error.articleCoverageGeoLocaleUnsupported">An article geographical coverage was provided for the article "{$articleTitle}" in the issue "{$issueTitle}" in a locale ("{$locale}") that this journal does not support.</message> <message key="plugins.importexport.native.import.error.articleCoverageChronLocaleUnsupported">An article chronological coverage was provided for the article "{$articleTitle}" in the issue "{$issueTitle}" in a locale ("{$locale}") that this journal does not support.</message> <message key="plugins.importexport.native.import.error.articleCoverageSampleLocaleUnsupported">An article sample coverage was provided for the article "{$articleTitle}" in the issue "{$issueTitle}" in a locale ("{$locale}") that this journal does not support.</message> <message key="plugins.importexport.native.import.error.articleSponsorLocaleUnsupported">An article sponsor was provided for the article "{$articleTitle}" in the issue "{$issueTitle}" in a locale ("{$locale}") that this journal does not support.</message> <message key="plugins.importexport.native.import.error.articleAuthorCompetingInterestsLocaleUnsupported">An author competing interest was provided for the author "{$authorFullName}" of the article "{$articleTitle}" in the issue "{$issueTitle}" in a locale ("{$locale}") that this journal does not support.</message> <message key="plugins.importexport.native.import.error.articleAuthorBiographyLocaleUnsupported">An author biography was provided for the author "{$authorFullName}" of the article "{$articleTitle}" in the issue "{$issueTitle}" in a locale ("{$locale}") that this journal does not support.</message> <message key="plugins.importexport.native.import.error.articleAuthorAffiliationLocaleUnsupported">An author affiliation was provided for the author "{$authorFullName}" of the article "{$articleTitle}" in the issue "{$issueTitle}" in a locale ("{$locale}") that this journal does not support.</message> <message key="plugins.importexport.native.import.error.galleyLocaleUnsupported">A galley of the article "{$articleTitle}" in the issue "{$issueTitle}" was provided in a locale ("{$locale}") that this journal does not support.</message> <message key="plugins.importexport.native.import.error.articleSuppFileTitleLocaleUnsupported">A supplementary file title ("{$suppFileTitle}") of the article "{$articleTitle}" in the issue "{$issueTitle}" was provided in a locale ("{$locale}") that this journal does not support.</message> <message key="plugins.importexport.native.import.error.articleSuppFileCreatorLocaleUnsupported">A creator of the supplementary file "{$suppFileTitle}" of the article "{$articleTitle}" in the issue "{$issueTitle}" was provided in a locale ("{$locale}") that this journal does not support.</message> <message key="plugins.importexport.native.import.error.articleSuppFileSubjectLocaleUnsupported">A subject of the supplementary file "{$suppFileTitle}" of the article "{$articleTitle}" in the issue "{$issueTitle}" was provided in a locale ("{$locale}") that this journal does not support.</message> <message key="plugins.importexport.native.import.error.articleSuppFileTypeOtherLocaleUnsupported">A custom type of the supplementary file "{$suppFileTitle}" of the article "{$articleTitle}" in the issue "{$issueTitle}" was provided in a locale ("{$locale}") that this journal does not support.</message> <message key="plugins.importexport.native.import.error.articleSuppFileDescriptionLocaleUnsupported">A description of the supplementary file "{$suppFileTitle}" of the article "{$articleTitle}" in the issue "{$issueTitle}" was provided in a locale ("{$locale}") that this journal does not support.</message> <message key="plugins.importexport.native.import.error.articleSuppFilePublisherLocaleUnsupported">A publisher of the supplementary file "{$suppFileTitle}" of the article "{$articleTitle}" in the issue "{$issueTitle}" was provided in a locale ("{$locale}") that this journal does not support.</message> <message key="plugins.importexport.native.import.error.articleSuppFileSponsorLocaleUnsupported">A sponsor of the supplementary file "{$suppFileTitle}" of the article "{$articleTitle}" in the issue "{$issueTitle}" was provided in a locale ("{$locale}") that this journal does not support.</message> <message key="plugins.importexport.native.import.error.articleSuppFileSourceLocaleUnsupported">A source of the supplementary file "{$suppFileTitle}" of the article "{$articleTitle}" in the issue "{$issueTitle}" was provided in a locale ("{$locale}") that this journal does not support.</message> <message key="plugins.importexport.native.import.error.invalidPubId">Your import file contains a dataset with an invalid {$pubIdType}: '{$pubId}'.</message> <message key="plugins.importexport.native.import.error.duplicatePubId">Your import file contains a dataset with {$pubIdType} '{$pubId}' that already exists for another object in the database. Please make sure that you never import objects with IDs that already exist in the database.</message> <message key="plugins.importexport.native.import.error.unknownPubId">Your import file contains a dataset with an ID-type '{$pubIdType}' that no ID-plugin can handle. Please install and/or activate the corresponding ID plug-in before trying to import this dataset.</message> <message key="plugins.importexport.native.import.success">Import Successful</message> <message key="plugins.importexport.native.import.success.description">The import was successful. Successfully-imported items are listed below.</message> </locale>