|
Tab Delimited Content Import Plugin
|
plugins.importexport.csv.displayName
|
|
|
|
|
Import submissions into presses from tab delimited data.
|
plugins.importexport.csv.description
|
|
|
|
|
<p>This plugin currently supports command-line operation only. Execute... <pre>php tools/importExport.php CSVImportExportPlugin</pre> ...for more information.</p>
|
plugins.importexport.csv.cliOnly
|
Ellipsis
The string uses three dots (...) instead of an ellipsis character (…)
|
|
|
|
Command-line tool for importing CSV data into OMP Usage: {$scriptName} [--dry-run] fileName.csv username The --dry-run option can be used to test without making changes. Specify the username you wish to assign the submissions to.
|
plugins.importexport.csv.cliUsage
|
|
|
|
|
The file "{$filename}" does not exist. Exiting.
|
plugins.importexport.csv.fileDoesNotExist
|
|
|
|
|
Unknown User: "{$username}". Exiting.
|
plugins.importexport.csv.unknownUser
|
|
|
|
|
Unknown Locale: "{$locale}". Skipping.
|
plugins.importexport.csv.unknownLocale
|
|
|
|
|
Unknown Press: "{$contextPath}". Skipping.
|
plugins.importexport.csv.unknownPress
|
|
|
|
|
There is no manuscript genre. Exiting.
|
plugins.importexport.csv.noGenre
|
|
|
|
|
There is no default author group in the press {$press}. Skipping this submission.
|
plugins.importexport.csv.noAuthorGroup
|
|
|
|
|
The series path {$seriesPath} does not exist. Unable to add it to this submission.
|
plugins.importexport.csv.noSeries
|
|
|
|
|
Submission: '{$title}' successfully imported.
|
plugins.importexport.csv.import.submission
|
|
|
|
|
The import was successful. Successfully-imported items are listed below.
|
plugins.importexport.csv.import.success.description
|
|
|
|