Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkp/pkp-lib#9294 add site upgrade locale keys to OMP #1680

Merged
merged 1 commit into from
Aug 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>."
Loading