You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the development of #22126 the code was refactored and the new language strings were moved to com_mails but were never removed from com_config
---------
Co-authored-by: BrianTeeman <brian@teeman.net>
@@ -95,6 +96,7 @@ COM_CONFIG_FIELD_FORCE_SSL_DESC="HTTPS must be enabled on your server or load ba
95
96
COM_CONFIG_FIELD_FORCE_SSL_LABEL="Force HTTPS"
96
97
COM_CONFIG_FIELD_GZIP_COMPRESSION_DESC="Joomla can automatically compress the generated HTML pages with GZip, making them smaller and increasing your site's speed score. Disable it if your server is already doing that for you or if it conflicts with third party extensions."
; Deprecated as never used. To be removed in Joomla 7.0
98
100
COM_CONFIG_FIELD_HTMLBODY_LABEL="HTML Body"
99
101
COM_CONFIG_FIELD_LOADBALANCER_ENABLE_DESC="If your site is behind a load balancer or reverse proxy, enable this setting so that IP addresses and other configurations within Joomla automatically take this into account."
COM_CONFIG_FIELD_SITENAME_PAGETITLES_LABEL="Site Name in Page Titles"
186
+
; Deprecated as never used. To be removed in Joomla 7.0
184
187
COM_CONFIG_FIELD_SUBJECT_LABEL="Subject"
185
188
COM_CONFIG_FIELD_TEMP_PATH_DESC="Joomla needs to temporarily store some files to perform actions such as installing / updating extensions or uploading files. Enter the absolute path of a directory that is writeable by PHP. <em>Do not</em> use the system–wide temporary folder (e.g. <code>/tmp</code>) for security reasons."
186
189
COM_CONFIG_FIELD_TEMP_PATH_LABEL="Path to Temp Folder"
COM_CONFIG_FIELD_WEBSERVICES_CORS_ALLOW_HEADERS_DESC="Specifies the header(s) sent back in response to a preflight request. Default: Content-Type,X-Joomla-Token"
213
216
COM_CONFIG_FIELD_WEBSERVICES_CORS_ALLOW_METHODS_DESC="Specifies the Web service method(s) allowed to access on this site, sent back in response to a preflight request. Default: all methods available for the requested route."
214
217
COM_CONFIG_FIELD_WEBSERVICES_CORS_ALLOW_ORIGIN_DESC="Specifies the origin allowed to access Web services on this site, sent back in response to a preflight request. Default: * (=all)."
218
+
; Deprecated as never used. To be removed in Joomla 7.0
215
219
COM_CONFIG_FIELDSET_TAGS_LABEL="Tags"
220
+
; Deprecated as never used. To be removed in Joomla 7.0
COM_CONFIG_FRONTEDITING_DESC="Joomla can show an overlay in the public front–end, visible only to users with edit privileges, to directly modify the configuration of each module and/or menu displayed on the site. Set to \"None\" to disable this feature."
COM_CONFIG_MAIL_TEST_MAIL_DESC="Sent when you click the "Send Test Mail" button in the Global Configuration. It is sent to the sending mail address that is set in the mail settings."
231
239
COM_CONFIG_MAIL_TEST_MAIL_TITLE="Global Configuration: Test Mail"
232
240
COM_CONFIG_METADATA_SETTINGS="Metadata"
241
+
; Deprecated as never used. To be removed in Joomla 7.0
233
242
COM_CONFIG_PAGE_EDIT_MAIL="Global Configuration: Edit Mail Template"
0 commit comments