Skip to content

Commit dc83b70

Browse files
authoredOct 28, 2022
add messages to site (joomla#39065)
1 parent babe508 commit dc83b70

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed
 

‎language/en-GB/com_contact.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ COM_CONTACT_EMAIL_THANKS="Thank you for your email."
3131
COM_CONTACT_ENQUIRY_SUBJECT="{SITENAME}: {SUBJECT}"
3232
COM_CONTACT_ENQUIRY_TEXT="This is an enquiry email via {URL} from:\n{NAME} <{EMAIL}>\n\n{BODY}\n\n{CUSTOMFIELDS}"
3333
COM_CONTACT_ERROR_CONTACT_NOT_FOUND="Contact not found"
34-
COM_CONTACT_ERROR_UNIQUE_ALIAS="Another Contact from this category has the same alias (remember it may be a trashed item)."
34+
COM_CONTACT_ERROR_UNIQUE_ALIAS="Another Contact in this category has the same alias."
35+
COM_CONTACT_ERROR_UNIQUE_ALIAS_TRASHED="A trashed Contact in this category has the same alias."
3536
COM_CONTACT_FAX="Fax"
3637
COM_CONTACT_FAX_NUMBER="Fax: %s"
3738
COM_CONTACT_FIELD_CREATED_BY_ALIAS_LABEL="Created By Alias"

‎language/en-GB/com_content.ini

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ COM_CONTENT_ERROR_ARTICLE_NOT_FOUND="Article not found"
2626
COM_CONTENT_ERROR_LOGIN_TO_VIEW_ARTICLE="Please login to view the article"
2727
COM_CONTENT_ERROR_PARENT_CATEGORY_NOT_FOUND="Parent category not found"
2828
COM_CONTENT_ERROR_PRINT_POPUP="Sorry, Joomla 4 no longer supports print_popup"
29+
COM_CONTENT_ERROR_UNIQUE_ALIAS="Another Article in this category has the same alias."
30+
COM_CONTENT_ERROR_UNIQUE_ALIAS_TRASHED="A trashed Article in this category has the same alias."
2931
COM_CONTENT_FEED_READMORE="Read More &hellip;"
3032
COM_CONTENT_FIELD_ARTICLETEXT_LABEL="Article Text"
3133
COM_CONTENT_FIELD_FEATURED_DOWN_LABEL="Finish Featured"

‎language/en-GB/lib_joomla.ini

+4-2
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ JLIB_DATABASE_ERROR_ADAPTER_MYSQLI="The MySQL adapter 'mysqli' is not available.
110110
JLIB_DATABASE_ERROR_ARTICLE_UNIQUE_ALIAS="Another article from this category has the same alias (remember it may be a trashed item)."
111111
JLIB_DATABASE_ERROR_BIND_FAILED_INVALID_SOURCE_ARGUMENT="%s: :bind failed. Invalid source argument."
112112
JLIB_DATABASE_ERROR_CATEGORY_REQUIRED="Category is required."
113-
JLIB_DATABASE_ERROR_CATEGORY_UNIQUE_ALIAS="Another category with the same parent category has the same alias (remember it may be a trashed item)."
113+
JLIB_DATABASE_ERROR_CATEGORY_UNIQUE_ALIAS="Another category with the same parent category has the same alias."
114+
JLIB_DATABASE_ERROR_CATEGORY_UNIQUE_ALIAS_TRASHED="A trashed category with the same parent category has the same alias."
114115
JLIB_DATABASE_ERROR_CHECK_FAILED="%s: :check Failed - %s"
115116
JLIB_DATABASE_ERROR_CHECKIN_FAILED="%s: :check-in failed - %s"
116117
JLIB_DATABASE_ERROR_CHECKOUT_FAILED="%s: :check-out failed - %s"
@@ -148,8 +149,9 @@ JLIB_DATABASE_ERROR_MENU_HOME_NOT_COMPONENT="The home menu item must be a compon
148149
JLIB_DATABASE_ERROR_MENU_HOME_NOT_UNIQUE_IN_MENU="A menu should have only one Default home."
149150
JLIB_DATABASE_ERROR_MENU_ROOT_ALIAS_COMPONENT="A first level menu item alias can't be 'component'."
150151
JLIB_DATABASE_ERROR_MENU_ROOT_ALIAS_FOLDER="A first level menu item alias can't be '%s' because '%s' is a sub-folder of your Joomla installation folder."
151-
JLIB_DATABASE_ERROR_MENU_UNIQUE_ALIAS="The alias <strong>%1$s</strong> is already being used by <strong>%2$s</strong> menu item in the <strong>%3$s</strong> menu (remember it may be a trashed item)."
152+
JLIB_DATABASE_ERROR_MENU_UNIQUE_ALIAS="The alias <a href=\"%4$s\" class=\"alert-link\"><strong>%1$s</strong></a> is already being used by the <strong>%2$s</strong> menu item in the <strong>%3$s</strong> menu."
152153
JLIB_DATABASE_ERROR_MENU_UNIQUE_ALIAS_ROOT="Another menu item has the same alias in Root (remember it may be a trashed item). Root is the top level parent."
154+
JLIB_DATABASE_ERROR_MENU_UNIQUE_ALIAS_TRASHED="The alias <a href=\"%4$s\" class=\"alert-link\"><strong>%1$s</strong></a> is already being used by the trashed <strong>%2$s</strong> menu item in the <strong>%3$s</strong> menu."
153155
JLIB_DATABASE_ERROR_MENU_UNPUBLISH_DEFAULT_HOME="Can't unpublish default home."
154156
JLIB_DATABASE_ERROR_MENUTYPE="Some menu items or some menu modules related to this menutype are checked out by another user or the default menu item is in this menu."
155157
JLIB_DATABASE_ERROR_MENUTYPE_CHECKOUT="The user checking out does not match the user who checked out this menu and/or its linked menu module."

0 commit comments

Comments
 (0)
Please sign in to comment.