Skip to content

Commit

Permalink
Merge branch 'fixActivityLogMessagesForOJS330-888' into 'stable-3_3_0'
Browse files Browse the repository at this point in the history
Changes Activity Log messages to user action.

See merge request softwares-pkp/plugins_ojs/OASwitchboard!43
  • Loading branch information
YvesLepidus committed Sep 25, 2024
2 parents 5046cde + a11bb20 commit 5c01e90
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
7 changes: 7 additions & 0 deletions locale/en_US/locale.po
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ msgstr "The article must have a DOI associated."
msgid "plugins.generic.OASwitchboard.postRequirementsError.issn"
msgstr "The journal must have a ISSN or eISSN assigned."


msgid "plugins.generic.OASwitchboard.sendMessageWithSuccess.activityLog"
msgstr "Successfully sent a message to the OA Switchboard."

msgid "plugins.generic.OASwitchboard.rorRecommendation.activityLog"
msgstr "Received a notification from the OA Switchboard: At least one author must have a ROR ID linked to their affiliation (requires ROR plugin) for the message to be sent to the affiliation."

msgid "plugins.generic.OASwitchboard.postRequirementsError.familyName.activityLog"
msgstr "Tried to deposit with OA Switchboard, which returned: The family name of an author must be present."

Expand Down
6 changes: 6 additions & 0 deletions locale/es_ES/locale.po
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ msgstr "El artículo debe tener un DOI asociado."
msgid "plugins.generic.OASwitchboard.postRequirementsError.issn"
msgstr "La revista debe tener un ISSN o eISSN asignado."

msgid "plugins.generic.OASwitchboard.sendMessageWithSuccess.activityLog"
msgstr "Mensaje enviado con éxito al OA Switchboard."

msgid "plugins.generic.OASwitchboard.rorRecommendation.activityLog"
msgstr "Recibió una notificación del OA Switchboard: Al menos un autor debe tener un ID ROR vinculado a su afiliación (requiere el plugin ROR) para que el mensaje sea enviado a la afiliación."

msgid "plugins.generic.OASwitchboard.postRequirementsError.familyName.activityLog"
msgstr "Intentó depositar en la OA Switchboard, lo que devolvió: El apellido de un autor debe estar presente."

Expand Down
6 changes: 6 additions & 0 deletions locale/pt_BR/locale.po
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ msgstr "O artigo deve ter um DOI associado."
msgid "plugins.generic.OASwitchboard.postRequirementsError.issn"
msgstr "A revista deve ter um ISSN ou eISSN atribuído."

msgid "plugins.generic.OASwitchboard.sendMessageWithSuccess.activityLog"
msgstr "Enviou mensagem com sucesso para o OA Switchboard"

msgid "plugins.generic.OASwitchboard.rorRecommendation.activityLog"
msgstr "Recebeu um informe do OA Switchboard: Pelo menos um autor deve ter um ID ROR vinculado à sua afiliação (requer o plugin ROR) para que a mensagem seja enviada à afiliação."

msgid "plugins.generic.OASwitchboard.postRequirementsError.familyName.activityLog"
msgstr "Tentou depositar na OA Switchboard, o que retornou: O sobrenome de um autor deve estar presente."

Expand Down
4 changes: 2 additions & 2 deletions version.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<version>
<application>OASwitchboard</application>
<type>plugins.generic</type>
<release>1.1.1.4</release>
<date>2024-09-24</date>
<release>1.1.1.5</release>
<date>2024-09-25</date>
<lazy-load>1</lazy-load>
<class>OASwitchboardPlugin</class>
</version>

0 comments on commit 5c01e90

Please sign in to comment.