-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
391de33
commit a0adc57
Showing
9 changed files
with
29 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
<?php | ||
|
||
/** | ||
* @defgroup plugins_reports_journalsReport | ||
* @defgroup plugins_reports_journalMetadata | ||
*/ | ||
|
||
/** | ||
* @file plugins/reports/journalsReport/index.php | ||
* @file plugins/reports/journalMetadata/index.php | ||
* | ||
* Copyright (c) 2024 Lepidus Tecnologia | ||
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. | ||
* | ||
* @ingroup plugins_reports_journalsReport | ||
* @ingroup plugins_reports_journalMetadata | ||
* @brief Wrapper for Journals Report plugin. | ||
* | ||
*/ | ||
|
||
require_once('JournalsReportPlugin.inc.php'); | ||
require_once('JournalMetadataPlugin.inc.php'); | ||
|
||
return new JournalsReportPlugin(); | ||
return new JournalMetadataPlugin(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
msgid "plugins.reports.journalsReport.displayName" | ||
msgid "plugins.reports.journalMetadata.displayName" | ||
msgstr "Journals Report" | ||
|
||
msgid "plugins.reports.journalsReport.description" | ||
msgstr "Generates a report with metadata of Journals." | ||
msgid "plugins.reports.journalMetadata.description" | ||
msgstr "Generates a report with metadata from a Journal." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
msgid "plugins.reports.journalsReport.displayName" | ||
msgid "plugins.reports.journalMetadata.displayName" | ||
msgstr "Informe de Revistas" | ||
|
||
msgid "plugins.reports.journalsReport.description" | ||
msgstr "Genera un informe con metadatos de Revistas." | ||
msgid "plugins.reports.journalMetadata.description" | ||
msgstr "Genera un informe con metadatos de una Revista." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
msgid "plugins.reports.journalsReport.displayName" | ||
msgstr "Relatório de Periódicos" | ||
msgid "plugins.reports.journalMetadata.displayName" | ||
msgstr "Exportação de Metadados da Revista" | ||
|
||
msgid "plugins.reports.journalsReport.description" | ||
msgstr "Gera um relatório com metadados de Periódicos." | ||
msgid "plugins.reports.journalMetadata.description" | ||
msgstr "Gera um relatório com metadados de um Periódico." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters