[ 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
/
zh_TW
/
[
Home
]
File: locale.xml
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE locale SYSTEM "../../../../../lib/pkp/dtd/locale.dtd"> <!-- * plugins/importexport/native/locale/zh_TW/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 for the Chinese locale. * --> <locale name="zh_TW" full_name="繁體中文"> <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.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.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.success">Import Successful</message> <message key="plugins.importexport.native.import.success.description">The import was successful. Successfully-imported items are listed below.</message> </locale>