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

[5.1] Alpha sorting tuf strings #3118

Closed
jgerman-bot opened this issue Mar 4, 2024 · 0 comments · Fixed by #3103
Closed

[5.1] Alpha sorting tuf strings #3118

jgerman-bot opened this issue Mar 4, 2024 · 0 comments · Fixed by #3103

Comments

@jgerman-bot
Copy link

New language relevant PR in upstream repo: joomla/joomla-cms#42942 Here are the upstream changes:

Click to expand the diff!
diff --git a/administrator/language/en-GB/lib_joomla.ini b/administrator/language/en-GB/lib_joomla.ini
index b404bd9391b4..787e15029f84 100644
--- a/administrator/language/en-GB/lib_joomla.ini
+++ b/administrator/language/en-GB/lib_joomla.ini
@@ -661,11 +661,11 @@ JLIB_INSTALLER_SQL_BEGIN="Start of SQL updates."
 JLIB_INSTALLER_SQL_BEGIN_SCHEMA="The current database version (schema) is %s."
 JLIB_INSTALLER_SQL_END="End of SQL updates."
 JLIB_INSTALLER_SQL_END_NOT_COMPLETE="End of SQL updates - INCOMPLETE."
-JLIB_INSTALLER_TUF_FREEZE_ATTACK="Update not possible because the offered update has expired."
 JLIB_INSTALLER_TUF_DEBUG_MESSAGE="TUF Debug Message: %s"
+JLIB_INSTALLER_TUF_DOWNLOAD_SIZE="The size of the update downloaded did not match the expected size."
+JLIB_INSTALLER_TUF_FREEZE_ATTACK="Update not possible because the offered update has expired."
 JLIB_INSTALLER_TUF_INVALID_METADATA="The saved TUF update information is invalid."
 JLIB_INSTALLER_TUF_NOT_AVAILABLE="TUF is not available for extensions yet."
-JLIB_INSTALLER_TUF_DOWNLOAD_SIZE="The size of the update downloaded did not match the expected size."
 JLIB_INSTALLER_TUF_ROLLBACK_ATTACK="Update not possible because the offered update is older than the currently installed version."
 JLIB_INSTALLER_TUF_SIGNATURE_THRESHOLD="Update not possible because the offered update does not have enough signatures."
 JLIB_INSTALLER_UNINSTALL="Uninstall"
@tecpromotion tecpromotion linked a pull request Mar 4, 2024 that will close this issue
tecpromotion added a commit to tecpromotion/joomla that referenced this issue Mar 4, 2024
heelc29 pushed a commit that referenced this issue Mar 5, 2024
* add new strings

* fix #3102

add translation

* fix #3118
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

4 participants