From 56edd7172f8ea0d57d70337a3675cbe4cf98d953 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jarda=20Kot=C4=9B=C5=A1ovec?= Date: Thu, 28 Nov 2024 12:54:51 +0100 Subject: [PATCH] pkp/pkp-lib#10618 New locale keys for submission statuses --- locale/en/dashboard.po | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/locale/en/dashboard.po b/locale/en/dashboard.po index 5c4f3d7e0fc..edf06426ab3 100644 --- a/locale/en/dashboard.po +++ b/locale/en/dashboard.po @@ -322,3 +322,15 @@ msgstr "Review Round {$number}" msgid "dashboard.startNewSubmission" msgstr "Start a New Submission" + +msgid "workflow.stageNotStarted" +msgstr "The {$stage} stage has not yet been initiated." + +msgid "workflow.submissionInFutureStage" +msgstr "The submission is currently in the {$stage} stage." + +msgid "workflow.submissionNextReviewRoundInFutureStage" +msgstr "The submission advanced to the next review round, was accepted, and is currently in the {$stage} stage." + +msgid "workflow.submissionInNextReviewRound" +msgstr "The submission has been advanced to the next round of review" \ No newline at end of file