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
We should be using inclusive naming throughout the cms not just in the language strings.
Changes "abort" to "error" or "cancel" as appropriate,
### Rationale
https://inclusivenaming.org/word-lists/tier-1/abort/
### Test
Code review Only
### Documentation
New page will be added to manual.joomla.org shortly
### Note
This is part of a series of pull requests that are submitted separately to make reviewing easier
COM_TEMPLATES_ERROR_CANNOT_DELETE_LAST_STYLE="Can't delete the last style of a template. Did you intend to <a href=\"index.php?option=com_installer&view=manage&filter[type]=template\" class=\"alert-link\">uninstall</a> the template?"
Copy file name to clipboardExpand all lines: administrator/language/en-GB/joomla.ini
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ JHIDE="Hide"
91
91
JHIDEPASSWORD="Hide Password"
92
92
JHOMEDASHBOARD="Home Dashboard"
93
93
JINVALID_TOKEN="The most recent request was denied because it had an invalid security token. Please refresh the page and try again."
94
-
JINVALID_TOKEN_NOTICE="The security token did not match. The request was aborted to prevent any security breach. Please try again."
94
+
JINVALID_TOKEN_NOTICE="The security token did not match. The request was cancelled to prevent any security breach. Please try again."
95
95
JLOGIN="Log in"
96
96
JLOGOUT="Log out"
97
97
JMENU_MULTILANG_WARNING_MISSING_MODULES="An administrator menu module for <strong>%s</strong> does not exist. <br>Create a custom administrator menu and module for each administrator language or publish a menu module set to All languages."
JLIB_INSTALLER_UPDATE_LOG_QUERY="Ran query from file %1$s. Query text: %2$s."
663
663
JLIB_INSTALLER_WARNING_UNABLE_TO_INSTALL_CONTENT_LANGUAGE="Unable to create a content language for %s language: %s"
664
664
665
-
JLIB_JS_AJAX_ERROR_CONNECTION_ABORT="A connection abort has occurred while fetching the JSON data."
665
+
JLIB_JS_AJAX_ERROR_CONNECTION_ABORT="A connection error has occurred while fetching the JSON data."
666
666
JLIB_JS_AJAX_ERROR_NO_CONTENT="No content was returned."
667
667
JLIB_JS_AJAX_ERROR_OTHER="An error has occurred while fetching the JSON data: HTTP %s status code."
668
668
JLIB_JS_AJAX_ERROR_PARSE="A parse error has occurred while processing the following JSON data:<br><code style=\"color:inherit;white-space:pre-wrap;padding:0;margin:0;border:0;background:inherit;\">%s</code>"
Copy file name to clipboardExpand all lines: api/language/en-GB/joomla.ini
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ JHELP="Help"
89
89
JHIDE="Hide"
90
90
JHIDEPASSWORD="Hide Password"
91
91
JINVALID_TOKEN="The most recent request was denied because it had an invalid security token. Please refresh the page and try again."
92
-
JINVALID_TOKEN_NOTICE="The security token did not match. The request was aborted to prevent any security breach. Please try again."
92
+
JINVALID_TOKEN_NOTICE="The security token did not match. The request was cancelled to prevent any security breach. Please try again."
93
93
JLOGIN="Log in"
94
94
JLOGOUT="Log out"
95
95
JMENU_MULTILANG_WARNING_MISSING_MODULES="An administrator menu module for <strong>%s</strong> does not exist. <br>Create a custom administrator menu and module for each administrator language or publish a menu module set to All languages."
JLIB_INSTALLER_ABORT="Aborting language installation: %s"
252
+
JLIB_INSTALLER_ABORT="Stopping language installation: %s"
253
253
JLIB_INSTALLER_ABORT_CREATE_DIRECTORY="Extension %1$s: Failed to create folder: %2$s"
254
254
JLIB_INSTALLER_ABORT_NOINSTALLPATH="Install path does not exist."
255
255
JLIB_INSTALLER_ABORT_PACK_INSTALL_ERROR_EXTENSION="Package %1$s: There was an error installing an extension: %2$s."
@@ -290,7 +290,7 @@ NOTICE="Notice"
290
290
WARNING="Warning"
291
291
292
292
; Javascript ajax error messages
293
-
JLIB_JS_AJAX_ERROR_CONNECTION_ABORT="A connection abort has occurred while fetching the JSON data."
293
+
JLIB_JS_AJAX_ERROR_CONNECTION_ABORT="A connection error has occurred while fetching the JSON data."
294
294
JLIB_JS_AJAX_ERROR_NO_CONTENT="No content was returned."
295
295
JLIB_JS_AJAX_ERROR_OTHER="An error has occurred while fetching the JSON data: HTTP %d status code."
296
296
JLIB_JS_AJAX_ERROR_PARSE="A parse error has occurred while processing the following JSON data:<br><code style=\"color:inherit;white-space:pre-wrap;padding:0;margin:0;border:0;background:inherit;\">%s</code>"
JLIB_INSTALLER_UPDATE_LOG_QUERY="Ran query from file %1$s. Query text: %2$s."
660
660
JLIB_INSTALLER_WARNING_UNABLE_TO_INSTALL_CONTENT_LANGUAGE="Unable to create a content language for %s language: %s"
661
661
662
-
JLIB_JS_AJAX_ERROR_CONNECTION_ABORT="A connection abort has occurred while fetching the JSON data."
662
+
JLIB_JS_AJAX_ERROR_CONNECTION_ABORT="A connection error has occurred while fetching the JSON data."
663
663
JLIB_JS_AJAX_ERROR_NO_CONTENT="No content was returned."
664
664
JLIB_JS_AJAX_ERROR_OTHER="An error has occurred while fetching the JSON data: HTTP %s status code."
665
665
JLIB_JS_AJAX_ERROR_PARSE="A parse error has occurred while processing the following JSON data:<br><code style=\"color:inherit;white-space:pre-wrap;padding:0;margin:0;border:0;background:inherit;\">%s</code>"
0 commit comments