Skip to content

Commit 7fc53f5

Browse files
authored
[6.0] Removal of deprecated language strings (joomla#44103)
1 parent 8d71ddd commit 7fc53f5

File tree

14 files changed

+0
-76
lines changed

14 files changed

+0
-76
lines changed

administrator/language/en-GB/com_fields.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ COM_FIELDS_FIELD_EDITABLE_IN_BOTH="Both"
2121
COM_FIELDS_FIELD_EDITABLE_IN_LABEL="Editable In"
2222
COM_FIELDS_FIELD_EDITABLE_IN_SITE="Site"
2323
COM_FIELDS_FIELD_FORM_EDIT="Edit Field"
24-
; The following string is deprecated and will be removed with 6.0
25-
COM_FIELDS_FIELD_FORM_LAYOUT_LABEL="Layout"
2624
COM_FIELDS_FIELD_FORM_NEW="New Field"
2725
COM_FIELDS_FIELD_FORMOPTIONS_HEADING="Form Options"
2826
COM_FIELDS_FIELD_GROUP_LABEL="Field Group"

administrator/language/en-GB/com_joomlaupdate.ini

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ COM_JOOMLAUPDATE_CONFIG_UPDATESOURCE_CUSTOM_ERROR="The custom URL field is empty
1515
COM_JOOMLAUPDATE_CONFIG_UPDATESOURCE_DEFAULT="Default"
1616
COM_JOOMLAUPDATE_CONFIG_UPDATESOURCE_LABEL="Update Channel"
1717
COM_JOOMLAUPDATE_CONFIG_UPDATESOURCE_NEXT="Joomla Next"
18-
; Deprecated, will be removed with 6.0
19-
COM_JOOMLAUPDATE_CONFIG_UPDATESOURCE_TESTING="Testing"
2018
COM_JOOMLAUPDATE_CONFIG_VERSIONCHECK_DESC="Shows the checkbox in the pre–update check if any of the extensions installed on your site is potentially incompatible with the version of Joomla you are upgrading to. Note: the checkbox is displayed when upgrading to a new Joomla version family (minor or major version)."
2119
COM_JOOMLAUPDATE_CONFIG_VERSIONCHECK_LABEL="Potentially incompatible extensions checkbox"
2220
COM_JOOMLAUPDATE_CONFIGURATION="Joomla Update: Options"
@@ -203,11 +201,7 @@ INSTL_EXTENSION_AVAILABLE="%s Available"
203201
INSTL_FILE_UPLOADS="File Uploads"
204202
INSTL_JSON_SUPPORT_AVAILABLE="JSON Support"
205203
INSTL_MB_LANGUAGE_IS_DEFAULT="MB Language is Default"
206-
; Deprecated, will be removed with 6.0
207-
INSTL_MB_STRING_OVERLOAD_OFF="MB String Overload Off"
208204
INSTL_NOTICEMBLANGNOTDEFAULT="PHP mbstring language is not set to neutral. This can be set locally by entering <strong>php_value mbstring.language neutral</strong> in your <code>.htaccess</code> file."
209-
; Deprecated, will be removed with 6.0
210-
INSTL_NOTICEMBSTRINGOVERLOAD="PHP mbstring function overload is set. This can be turned off locally by entering <strong>php_value mbstring.func_overload 0</strong> in your <code>.htaccess</code> file."
211205
INSTL_OUTPUT_BUFFERING="Output Buffering"
212206
INSTL_PARSE_INI_FILE_AVAILABLE="INI Parser Support"
213207
INSTL_PHP_VERSION_NEWER="PHP Version >= %s"

administrator/language/en-GB/joomla.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -689,8 +689,6 @@ JGLOBAL_VOTES="Votes"
689689
JGLOBAL_VOTES_ASC="Votes ascending"
690690
JGLOBAL_VOTES_DESC="Votes descending"
691691
JGLOBAL_WARNCOOKIES="Warning! Cookies must be enabled to access the Administrator Backend."
692-
; @deprecated 5.0 will be removed in 6.0
693-
JGLOBAL_WARNIE="Warning! Internet Explorer should not be used for proper operation of the Administrator Backend."
694692
JGLOBAL_WARNJAVASCRIPT="Warning! JavaScript must be enabled for proper operation of the Administrator Backend."
695693
JGLOBAL_WIDTH="Width"
696694

administrator/language/en-GB/lib_joomla.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -625,8 +625,6 @@ JLIB_INSTALLER_ERROR_PACK_UNINSTALL_MANIFEST_NOT_REMOVED="Package Uninstall: Err
625625
JLIB_INSTALLER_ERROR_PACK_UNINSTALL_MISSING_EXTENSION="Package Uninstall: This extension is missing or has already been uninstalled: %s"
626626
JLIB_INSTALLER_ERROR_PACK_UNINSTALL_MISSINGMANIFEST="Package Uninstall: Missing manifest file."
627627
JLIB_INSTALLER_ERROR_PACK_UNINSTALL_NOT_PROPER="Package Uninstall: This extension may have already been uninstalled or might not have been uninstalled properly: %s"
628-
; The following string is deprecated and will be removed with 6.0
629-
JLIB_INSTALLER_ERROR_PACK_UNINSTALL_UNKNOWN_EXTENSION="Trying to uninstall unknown extension from package. This extension may have already been removed earlier."
630628
JLIB_INSTALLER_ERROR_PACK_UNINSTALL_WARNCOREPACK="Package Uninstall: Trying to uninstall core package."
631629
JLIB_INSTALLER_ERROR_PLG_DISCOVER_STORE_DETAILS="Plugin Discover install: Failed to store plugin details."
632630
JLIB_INSTALLER_ERROR_PLG_REFRESH_MANIFEST_CACHE="Plugin Refresh manifest cache: Failed to store plugin details."

administrator/language/en-GB/mod_user.ini

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,3 @@ MOD_USER_LIGHTDARK_MODE="Light/Dark Mode"
1010
MOD_USER_MENU="User Menu"
1111
MOD_USER_TITLE="Signed in as %s"
1212
MOD_USER_XML_DESCRIPTION="This module shows the User Menu and is intended to be displayed in the 'status' position."
13-
14-
; Deprecated, will be removed with 6.0
15-
MOD_USER_LIGHT_MODE="Light Mode"
16-
MOD_USER_DARK_MODE="Dark Mode"

administrator/language/en-GB/plg_editors_codemirror.ini

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -26,26 +26,3 @@ PLG_CODEMIRROR_FIELDSET_TOOLBAR_OPTIONS_LABEL="Toolbar Options"
2626
PLG_CODEMIRROR_TOGGLE_FULL_SCREEN="Press %s to toggle Full Screen editing."
2727
PLG_CODEMIRROR_XML_DESCRIPTION="This plugin loads the CodeMirror editor."
2828
PLG_EDITORS_CODEMIRROR="Editor - CodeMirror"
29-
30-
; Deprecated, will be removed with 6.0
31-
PLG_CODEMIRROR_FIELDSET_APPEARANCE_OPTIONS_LABEL="Appearance Options"
32-
PLG_CODEMIRROR_FIELD_ACTIVELINE_COLOR_LABEL="Active Line Colour"
33-
PLG_CODEMIRROR_FIELD_ACTIVELINE_LABEL="Highlight Active Line"
34-
PLG_CODEMIRROR_FIELD_AUTOCLOSETAGS_LABEL="Tag Completion"
35-
PLG_CODEMIRROR_FIELD_FONT_FAMILY_LABEL="Font"
36-
PLG_CODEMIRROR_FIELD_FONT_SIZE_LABEL="Font Size (px)"
37-
PLG_CODEMIRROR_FIELD_HIGHLIGHT_MATCH_COLOR_LABEL="Matching Tag Colour"
38-
PLG_CODEMIRROR_FIELD_KEYMAP_SUBLIME="Sublime Text"
39-
PLG_CODEMIRROR_FIELD_KEYMAP_VIM="Vim"
40-
PLG_CODEMIRROR_FIELD_LINE_HEIGHT_LABEL="Line Height (em)"
41-
PLG_CODEMIRROR_FIELD_MARKERGUTTER_LABEL="Gutters"
42-
PLG_CODEMIRROR_FIELD_MATCHBRACKETS_LABEL="Match Brackets"
43-
PLG_CODEMIRROR_FIELD_MATCHTAGS_LABEL="Match Tags"
44-
PLG_CODEMIRROR_FIELD_PREVIEW_LABEL="Preview"
45-
PLG_CODEMIRROR_FIELD_THEME_LABEL="Theme"
46-
PLG_CODEMIRROR_FIELD_VALUE_FONT_FAMILY_DEFAULT="Browser Default"
47-
PLG_CODEMIRROR_FIELD_VALUE_SCROLLBARSTYLE_DEFAULT="Default"
48-
PLG_CODEMIRROR_FIELD_VALUE_SCROLLBARSTYLE_LABEL="Scrollbar Style"
49-
PLG_CODEMIRROR_FIELD_VALUE_SCROLLBARSTYLE_OVERLAY="Overlay"
50-
PLG_CODEMIRROR_FIELD_VALUE_SCROLLBARSTYLE_SIMPLE="Simple"
51-
PLG_CODEMIRROR_FIELD_VIM_KEYBINDING_LABEL="Vim Keybinding"

administrator/language/en-GB/plg_fields_list.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

66
PLG_FIELDS_LIST="Fields - List"
77
PLG_FIELDS_LIST_LABEL="List (%s)"
8-
; The following string is deprecated and will be removed with 6.0
9-
PLG_FIELDS_LIST_PARAMS_FORM_LAYOUT_FANCY_SELECT="Enhanced select"
108
PLG_FIELDS_LIST_PARAMS_HEADER_DESC="Add a string with no value at the top of the dropdown list eg ' - Select Article - '."
119
PLG_FIELDS_LIST_PARAMS_HEADER_LABEL="Header"
1210
PLG_FIELDS_LIST_PARAMS_MULTIPLE_LABEL="Multiple"

administrator/language/en-GB/plg_fields_sql.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
PLG_FIELDS_SQL="Fields - SQL"
77
PLG_FIELDS_SQL_CREATE_NOT_POSSIBLE="Only a Super User can create or edit an SQL field!"
88
PLG_FIELDS_SQL_LABEL="SQL (%s)"
9-
; The following string is deprecated and will be removed with 6.0
10-
PLG_FIELDS_SQL_PARAMS_FORM_LAYOUT_FANCY_SELECT="Enhanced select"
119
PLG_FIELDS_SQL_PARAMS_HEADER_DESC="Add a string with no value at the top of the dropdown list eg ' - Select Article - '."
1210
PLG_FIELDS_SQL_PARAMS_HEADER_LABEL="Header"
1311
PLG_FIELDS_SQL_PARAMS_MULTIPLE_LABEL="Multiple"

administrator/language/en-GB/plg_system_actionlogs.ini

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,3 @@ PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED="User <a href=\"{accountlink}\">{usernam
2020
PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED="User <a href=\"{accountlink}\">{username}</a> trashed the {type} <a href=\"{itemlink}\">{title}</a>"
2121
PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED="User <a href=\"{accountlink}\">{username}</a> unpublished the {type} <a href=\"{itemlink}\">{title}</a>"
2222
PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED="User <a href=\"{accountlink}\">{username}</a> updated the {type} <a href=\"{itemlink}\">{title}</a>"
23-
24-
; All the following strings are deprecated and will be removed with 6.0
25-
PLG_SYSTEM_ACTIONLOGS_LOG_DELETE_PERIOD="Days to delete logs after"
26-
PLG_SYSTEM_ACTIONLOGS_LOG_DELETE_PERIOD_DESC="Enter 0 if you don't want to delete the logs."

administrator/language/en-GB/plg_system_privacyconsent.ini

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,3 @@ PLG_SYSTEM_PRIVACYCONSENT_REDIRECT_MESSAGE_DESC="Custom message to be displayed
2525
PLG_SYSTEM_PRIVACYCONSENT_REDIRECT_MESSAGE_LABEL="Redirect Message"
2626
PLG_SYSTEM_PRIVACYCONSENT_SUBJECT="Privacy Policy"
2727
PLG_SYSTEM_PRIVACYCONSENT_XML_DESCRIPTION="Basic plugin to request user's consent to the site's privacy policy. Existing users who have not consented yet will be redirected on login to update their profile."
28-
29-
; All the following strings are deprecated and will be removed with 6.0
30-
PLG_SYSTEM_PRIVACYCONSENT_CACHETIMEOUT_DESC="How often the check is performed."
31-
PLG_SYSTEM_PRIVACYCONSENT_CACHETIMEOUT_LABEL="Periodic check (days)"
32-
PLG_SYSTEM_PRIVACYCONSENT_CONSENTEXPIRATION_DESC="Number of days after which the privacy consent shall expire."
33-
PLG_SYSTEM_PRIVACYCONSENT_CONSENTEXPIRATION_LABEL="Expiration"
34-
PLG_SYSTEM_PRIVACYCONSENT_EMAIL_REMIND_BODY="Your Privacy Consent given at {URL} will expire in few days, you can renew the privacy consent for this website.\n\nIn order to do this, you can complete one of the following tasks:\n\n1. Visit the following URL: {TOKENURL}\n\n2. Copy your token from this email, visit the referenced URL, and paste your token into the form.\nURL: {FORMURL}\nToken: {TOKEN}\n\nPlease note that this token is only valid for this account."
35-
PLG_SYSTEM_PRIVACYCONSENT_EMAIL_REMIND_SUBJECT="Privacy Consent at {SITENAME}"
36-
PLG_SYSTEM_PRIVACYCONSENT_EXPIRATION_FIELDSET_LABEL="Expiration"
37-
PLG_SYSTEM_PRIVACYCONSENT_FIELD_ENABLED_DESC="When enabled it performs checks for consent expiration."
38-
PLG_SYSTEM_PRIVACYCONSENT_FIELD_ENABLED_LABEL="Enable"
39-
PLG_SYSTEM_PRIVACYCONSENT_MAIL_REQUEST_REMINDER_DESC="Reminder to renew the privacy consent for this website."
40-
PLG_SYSTEM_PRIVACYCONSENT_MAIL_REQUEST_REMINDER_TITLE="System - Privacy Consent: Renew Consent"
41-
PLG_SYSTEM_PRIVACYCONSENT_NOTIFICATION_USER_PRIVACY_EXPIRED_MESSAGE="Privacy consent has expired for %1$s."
42-
PLG_SYSTEM_PRIVACYCONSENT_NOTIFICATION_USER_PRIVACY_EXPIRED_SUBJECT="Privacy Consent Expired"
43-
PLG_SYSTEM_PRIVACYCONSENT_REMINDBEFORE_DESC="Number of days to send a reminder before the expiration of the privacy consent."
44-
PLG_SYSTEM_PRIVACYCONSENT_REMINDBEFORE_LABEL="Remind"

0 commit comments

Comments
 (0)