|
|
plugins.importexport.native.displayName
|
|
|
|
|
Import and export articles and issues in OJS's native XML format.
|
plugins.importexport.native.description
|
Multiple failing checks
The translations in several languages have failing checks
|
|
|
|
|
plugins.importexport.native.import
|
|
|
|
|
Upload XML file to import
|
plugins.importexport.native.import.instructions
|
|
|
|
|
Select articles to export
|
plugins.importexport.native.exportSubmissionsSelect
|
|
|
|
|
|
plugins.importexport.native.exportSubmissions
|
|
|
|
|
|
plugins.importexport.native.exportIssues
|
|
|
|
|
|
plugins.importexport.native.results
|
|
|
|
|
Please upload a file under "Import" in order to continue.
|
plugins.inportexport.native.uploadFile
|
|
|
|
|
The import completed successfully. The following items were imported:
|
plugins.importexport.native.importComplete
|
|
|
|
|
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]
|
plugins.importexport.native.cliUsage
|
Multiple failing checks
The translations in several languages have failing checks
Ellipsis
The string uses three dots (...) instead of an ellipsis character (…)
|
|
|
|
|
plugins.importexport.native.error.unknownSection
|
|
|
|
|
The specified user, "{$userName}", does not exist.
|
plugins.importexport.native.error.unknownUser
|
|
|
|
|
The section title "{$section1Title}" and the section title "{$section2Title}" in the "{$issueTitle}" issue matched the different existing journal sections.
|
plugins.importexport.native.import.error.sectionTitleMismatch
|
|
|
|
|
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.
|
plugins.importexport.native.import.error.sectionTitleMatch
|
|
|
|
|
The section abbreviation "{$section1Abbrev}" and the section abbreviation "{$section2Abbrev}" of the "{$issueTitle}" issue matched the different existing journal sections.
|
plugins.importexport.native.import.error.sectionAbbrevMismatch
|
|
|
|
|
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.
|
plugins.importexport.native.import.error.sectionAbbrevMatch
|
|
|
|
|
None or more than one issue matches the given issue identification "{$issueIdentification}".
|
plugins.importexport.native.import.error.issueIdentificationMatch
|
|
|
|
|
Existing issue with id {$issueId} matches the given issue identification "{$issueIdentification}". This issue will not be modified, but articles will be added.
|
plugins.importexport.native.import.error.issueIdentificationDuplicate
|
|
|
|
|
The issue identification element is missing for the article "{$articleTitle}".
|
plugins.importexport.native.import.error.issueIdentificationMissing
|
|
|
|
|
The article "{$articleTitle}" is contained within an issue, but has no published date.
|
plugins.importexport.native.import.error.publishedDateMissing
|
|
|
|