Skip to content

Commit

Permalink
pkp/pkp-lib#9294 add site upgrade locale keys to OMP
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitlinnewson authored and asmecher committed Aug 27, 2024
1 parent a04c35b commit 83fbb75
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions locale/en/locale.po
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href=\"https://pkp.sfu.ca/omp_download\" target=\"_new\">the PKP "
"website</a> 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}, <a href=\""
"mailto:{$siteAdminEmail}\">{$siteAdminEmail}</a>) to notify them of this new "
"release. More information can be found <a href=\"https://pkp.sfu.ca/"
"omp_download/\" target=\"_new\">on the PKP website</a>."

0 comments on commit 83fbb75

Please sign in to comment.