From 83fbb753f3b599079ba18fbecf6175ae9e243c7e Mon Sep 17 00:00:00 2001 From: Kaitlin Newson Date: Mon, 26 Aug 2024 14:42:11 -0300 Subject: [PATCH] pkp/pkp-lib#9294 add site upgrade locale keys to OMP --- locale/en/locale.po | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/locale/en/locale.po b/locale/en/locale.po index 79bd52f509f..910de55cecd 100644 --- a/locale/en/locale.po +++ b/locale/en/locale.po @@ -1540,3 +1540,19 @@ msgstr "This search implementation does not allow per-press re-indexing." msgid "search.cli.rebuildIndex.unknownPress" msgstr "The given press path \"{$pressPath}\" could not be resolved to a press." + +msgid "site.upgradeAvailable.admin" +msgstr "" +"There is a new version of OMP available! You are currently using OMP " +"{$currentVersion}. The most recent version is OMP {$latestVersion}. Please " +"visit the PKP " +"website to download the most recent version and find upgrade instructions." + +msgid "site.upgradeAvailable.manager" +msgstr "" +"There is a new version of OMP available! You are currently using OMP " +"{$currentVersion}. The most recent version is OMP {$latestVersion}. Please " +"contact your Site Administrator ({$siteAdminName}, {$siteAdminEmail}) to notify them of this new " +"release. More information can be found on the PKP website."