Skip to content

Commit

Permalink
Documentation updated. Typo fixes. Tab delimited updated to CSV.
Browse files Browse the repository at this point in the history
  • Loading branch information
Godoy0722 authored and asmecher committed Oct 21, 2024
1 parent d99e33a commit cf45b31
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion plugins/importexport/csv/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CSV Import Plugin for OMP
This application will convert a CSV file into a list of OMP publications/submissions. If the user has book cover images, as well as submission PDFs, these files should be stored in the `coverImages` and `submissionPdfs`, respectively, for your correct usage.
This application will convert a CSV file into a list of OMP publications/submissions. All book cover images and submission PDFs should be kept in the same path as the CSV file. It makes the management easier for the user.

> Note: This is NOT a comprehensive CSV converter, and many fields are left out.
Expand Down
2 changes: 1 addition & 1 deletion plugins/importexport/csv/index.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* @defgroup plugins_importexport_csv Data in tab delimited format import/export plugin
* @defgroup plugins_importexport_csv Data in CSV format import/export plugin
*/

/**
Expand Down
6 changes: 3 additions & 3 deletions plugins/importexport/csv/locale/en_US/locale.po
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"

msgid "plugins.importexport.csv.displayName"
msgstr "Tab Delimited Content Import Plugin"
msgstr "CSV Content Import Plugin"

msgid "plugins.importexport.csv.description"
msgstr "Import submissions into presses from tab delimited data."
msgstr "Import submissions into presses from CSV data."

msgid "plugins.importexport.csv.cliOnly"
msgstr ""
Expand Down Expand Up @@ -100,5 +100,5 @@ msgid "plugin.importexport.csv.errorWhileSavingSubmissionFile"
msgstr "An error ocurred while saving the Submission file."

msgid "plugin.importexport.csv.seriesPathNotFound"
msgstr "Could not found a serie by path \"{$seriesPath}\"."
msgstr "Could not found a series by path \"{$seriesPath}\"."

0 comments on commit cf45b31

Please sign in to comment.