[ 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
/
vi_VN
/
[
Home
]
File: locale.xml
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE locale SYSTEM "../../../../../lib/pkp/dtd/locale.dtd"> <!-- * plugins/importexport/native/locale/vi_VN/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 vi_VN (Tiếng Việt) locale. * --> <locale name="vi_VN" full_name="Tiếng Việt"> <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> <message key="plugins.importexport.native.error.uploadFailed">Không tải file lên được; hãy đảm bảo là máy chủ cho phép tải file lên và file không quá lớn so với mức thiết lập của PHP và máy chủ.</message> <message key="plugins.importexport.native.import.error.issueTitleLocaleUnsupported">Tiêu đề riêng của số tạp chí ("{$issueTitle}") được lập ở ngôn ngữ ("{$locale}") mà tạp chí không hỗ trợ.</message> <message key="plugins.importexport.native.import.error.issueDescriptionLocaleUnsupported">Mô tả số tạp chí có tiêu đề ("{$issueTitle}") được lập ở ngôn ngữ ("{$locale}") mà tạp chí không hỗ trợ.</message> <message key="plugins.importexport.native.import.error.coverLocaleUnsupported">Trang bìa của số tạp chí có tiêu đề ("{$issueTitle}") được lập ở ngôn ngữ ("{$locale}") mà tạp chí không hỗ trợ.</message> <message key="plugins.importexport.native.import.error.sectionTitleLocaleUnsupported">Tên chuyên mục ("{$issueTitle}") được lập ở ngôn ngữ ("{$locale}") mà tạp chí không hỗ trợ.</message> <message key="plugins.importexport.native.import.error.sectionAbbrevLocaleUnsupported">Tên viết tắt của chuyên mục ("{$sectionAbbrev}") trong số tạp chí ("{$issueTitle}") được lập ở ngôn ngữ ("{$locale}") mà tạp chí không hỗ trợ.</message> <message key="plugins.importexport.native.import.error.sectionIdentifyTypeLocaleUnsupported">Kiểu định danh chuyên mục ("{$sectionIdentifyType}") trong số tạp chí ("{$issueTitle}") được lập ở ngôn ngữ ("{$locale}") mà tạp chí không hỗ trợ.</message> <message key="plugins.importexport.native.import.error.sectionPolicyLocaleUnsupported">Chính sách chuyên mục ("{$sectionPolicy}") trong số tạp chí ("{$issueTitle}") được lập ở ngôn ngữ ("{$locale}") mà tạp chí không hỗ trợ.</message> <message key="plugins.importexport.native.import.error.articleSuppFileSponsorLocaleUnsupported">Nhà tài trợ của file phụ trợ "{$suppFileTitle}" cho bài viết "{$articleTitle}" trong số tạp chí "{$issueTitle}" được lập ở ngôn ngữ ("{$locale}") mà tạp chí này không hỗ trợ.</message> <message key="plugins.importexport.native.import.error.articleSuppFileSourceLocaleUnsupported">Nguồn của file phụ trợ "{$suppFileTitle}" cho bài viết "{$articleTitleỉtong số tạp chí "{$issueTitle}" được lập ở ngôn ngữ ("{$locale}") mà tạp chí này không hỗ trợ.</message> <message key="plugins.importexport.native.import.error.articleDisciplineLocaleUnsupported">Ngành khoa học của bài viết "{$articleTitle}" trong số tạp chí "{$issueTitle}" được lập ở ngôn ngữ ("{$locale}") mà tạp chí này không hỗ trợ.</message> <message key="plugins.importexport.native.import.error.articleTypeLocaleUnsupported">Loại hình của bài viết "{$articleTitle}" trong số tạp chí "{$issueTitle}" được lập ở ngôn ngữ ("{$locale}") mà tạp chí này không hỗ trợ.</message> <message key="plugins.importexport.native.import.error.articleSubjectLocaleUnsupported">Chủ đề mô tả bài viết "{$articleTitle}" trong số tạp chí "{$issueTitle}" được lập ở ngôn ngữ ("{$locale}") mà tạp chí này không hỗ trợ.</message> <message key="plugins.importexport.native.import.error.articleSubjectClassLocaleUnsupported">Phạm vi địa lý của bài viết "{$articleTitle}" trong số tạp chí "{$issueTitle}" được lập ở ngôn ngữ ("{$locale}") mà tạp chí này không hỗ trợ.</message> <message key="plugins.importexport.native.import.error.articleCoverageGeoLocaleUnsupported">Phạm vi địa lý của bài viết "{$articleTitle}" trong số tạp chí "{$issueTitle}" được lập ở ngôn ngữ ("{$locale}") mà tạp chí này không hỗ trợ.</message> <message key="plugins.importexport.native.import.error.articleCoverageChronLocaleUnsupported">Phạm vi lịch đại của bài viết "{$articleTitle}" trong số tạp chí "{$issueTitle}" được lập ở ngôn ngữ ("{$locale}") mà tạp chí này không hỗ trợ.</message> <message key="plugins.importexport.native.import.error.articleCoverageSampleLocaleUnsupported">Bìa mẫu dành cho bài viết "{$articleTitle}" trong số tạp chí "{$issueTitle}" được lập ở ngôn ngữ ("{$locale}") mà tạp chí này không hỗ trợ.</message> <message key="plugins.importexport.native.import.error.articleSponsorLocaleUnsupported">Người tài trợ được liệt kê cho bài viết "{$articleTitle}" trong số tạp chí "{$issueTitle}" được lập ở ngôn ngữ ("{$locale}") mà tạp chí này không hỗ trợ.</message> <message key="plugins.importexport.native.import.error.articleAuthorCompetingInterestsLocaleUnsupported">Lợi ích xung đột liệt kê cho "{$authorFullName}", tác giả bài viết "{$articleTitle}" trong số tạp chí "{$issueTitle}" được lập ở ngôn ngữ ("{$locale}") mà tạp chí này không hỗ trợ.</message> <message key="plugins.importexport.native.import.error.articleAuthorBiographyLocaleUnsupported">Tiểu sử của "{$authorFullName}", tác giả bài viết "{$articleTitle}" trong số tạp chí "{$issueTitle}" được lập ở ngôn ngữ ("{$locale}") mà tạp chí này không hỗ trợ.</message> <message key="plugins.importexport.native.import.error.galleyLocaleUnsupported">Bản bông của bài viết "{$articleTitle}" trong số tạp chí "{$issueTitle}" được lập ở ngôn ngữ ("{$locale}") mà tạp chí này không hỗ trợ.</message> <message key="plugins.importexport.native.import.error.articleSuppFileTitleLocaleUnsupported">Tiêu đề của file phụ trợ "{$suppFileTitle}" cho bài viết "{$articleTitle}" trong số tạp chí "{$issueTitle}" được lập ở ngôn ngữ ("{$locale}") mà tạp chí này không hỗ trợ.</message> <message key="plugins.importexport.native.import.error.articleSuppFileCreatorLocaleUnsupported">Tác giả file phụ trợ "{$suppFileTitle}" cho bài viết "{$articleTitle}" trong số tạp chí "{$issueTitle}" được lập ở ngôn ngữ ("{$locale}") mà tạp chí này không hỗ trợ.</message> <message key="plugins.importexport.native.import.error.articleSuppFileSubjectLocaleUnsupported">Chủ đề file phụ trợ "{$suppFileTitle}" cho bài viết "{$articleTitle}" trong số tạp chí "{$issueTitle}" được lập ở ngôn ngữ ("{$locale}") mà tạp chí này không hỗ trợ.</message> <message key="plugins.importexport.native.import.error.articleSuppFileTypeOtherLocaleUnsupported">Kiểu riêng của file phụ trợ "{$suppFileTitle}" cho bài viết "{$articleTitle}" trong số tạp chí "{$issueTitle}" được lập ở ngôn ngữ ("{$locale}") mà tạp chí này không hỗ trợ.</message> <message key="plugins.importexport.native.import.error.articleSuppFileDescriptionLocaleUnsupported">Mô tả file phụ trợ "{$suppFileTitle}" cho bài viết "{$articleTitle}" trong số tạp chí "{$issueTitle}" được lập ở ngôn ngữ ("{$locale}") mà tạp chí này không hỗ trợ.</message> <message key="plugins.importexport.native.import.error.articleSuppFilePublisherLocaleUnsupported">Cơ quan xuất bản file phụ trợ "{$suppFileTitle}" cho bài viết "{$articleTitle}" trong số tạp chí "{$issueTitle}" được lập ở ngôn ngữ ("{$locale}") mà tạp chí này không hỗ trợ.</message> <message key="plugins.importexport.native.import.error.sectionTitleMismatch">Tiêu đề chuyên mục "{$section1Title}" và tiêu đề chuyên mục "{$section2Title}" trong số tạp chí "{$issueTitle}" trùng với những tiêu đề chuyên mục khác đã có của tạp chí.</message> <message key="plugins.importexport.native.import.error.sectionTitleMatch">Tiêu đề chuyên mục "{$sectionTitle}" trong số tạp chí "{$issueTitle}" trùng với một tiêu đề chuyên mục khác, nhưng tiêu đề thứ hai của chuyên mục này không trùng với tiêu đề thứ hai của chuyên mục kia.</message> <message key="plugins.importexport.native.import.error.sectionAbbrevMismatch">Tên chuyên mục viết tắt "{$section1Abbrev}" và tên chuyên mục viết tắt "{$section2Abbrev}" của số tạp chí "{$issueTitle}" trùng với các tên chuyên mục viết tắt đã có của tạp chí.</message> <message key="plugins.importexport.native.import.error.sectionAbbrevMatch">Tên chuyên mục viết tắt "{$sectionAbbrev}" của số tạp chí "{$issueTitle}" trùng với các tên chuyên mục viết tắt đã có của tạp chí, nhưng tên chuyên mục viết tắt thứ hai của chuyên mục này không trùng với với tên chuyên mục viết tắt thứ hai của chuyên mục kia.</message> </locale>