-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add PLG_INSTALLER_JCE_KEY_LIMIT message on 498 code (key limit)
- Loading branch information
1 parent
d5718c5
commit 651e528
Showing
3 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
; JCE | ||
; Copyright (C) 2009 - 2019 Ryan Demmer. All rights reserved. | ||
; Copyright (C) 2009 - 2024 Ryan Demmer. All rights reserved. | ||
; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php | ||
; Note : All ini files need to be saved as UTF-8 | ||
|
||
PLG_INSTALLER_JCE="Installer - JCE" | ||
PLG_INSTALLER_JCE_XML_DESCRIPTION="JCE Installer Plugin" | ||
PLG_INSTALLER_JCE_KEY_WARNING="<strong>JCE Update : </strong>You need to set your Subscription Key to update JCE Pro or JCE Plugins. Please see - <a href='https://www.joomlacontenteditor.net/support/faq/subscription/using-the-subscription-key' target='_blank'><strong>Using the Subscription Key</strong></a>" | ||
PLG_INSTALLER_JCE_KEY_INVALID="<strong>JCE Update : </strong>The Subscription Key you have provided is expired or invalid. Please purchase a new Subscription to continue using this key - <a href='https://www.joomlacontenteditor.net/component/subscriptions/purchase' target='_blank'><strong>Buy or Renew a JCE Subscription</strong></a><br />For more information about the Subscription Key, please see - <a href='https://www.joomlacontenteditor.net/support/faq/subscription/using-the-subscription-key' target='_blank'><strong>Using the Subscription Key</strong></a>" | ||
PLG_INSTALLER_JCE_KEY_INVALID="<strong>JCE Update : </strong>The Subscription Key you have provided is expired or invalid. Please purchase a new Subscription to continue using this key - <a href='https://www.joomlacontenteditor.net/component/subscriptions/purchase' target='_blank'><strong>Buy or Renew a JCE Subscription</strong></a><br />For more information about the Subscription Key, please see - <a href='https://www.joomlacontenteditor.net/support/faq/subscription/using-the-subscription-key' target='_blank'><strong>Using the Subscription Key</strong></a>" | ||
PLG_INSTALLER_JCE_KEY_LIMIT="<strong>JCE Update : </strong>You have reached the Update Limit for this Subscription Key. Please upgrade to the next Subscription Tier - <a href='https://www.joomlacontenteditor.net/component/subscriptions/purchase' target='_blank'><strong>Buy or Renew a JCE Subscription</strong></a><br />For more information about the Subscription Key, please see - <a href='https://www.joomlacontenteditor.net/support/faq/subscription/using-the-subscription-key' target='_blank'><strong>Using the Subscription Key</strong></a>" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters