Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions administrator/language/en-GB/joomla.ini
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ JCATEGORY_DESC="Category descending"
JCATEGORY_SPRINTF="Category: %s"
JCLEAR="Clear"
JCLIENT="Location"
JCLOSE="Close"
JCONFIG_PERMISSIONS_DESC="Permissions for this component unless they are changed for a specific item."
JCONFIG_PERMISSIONS_LABEL="Permissions"
JCURRENT="Current"
Expand Down Expand Up @@ -101,8 +102,10 @@ JNEXT_TITLE="Next article: %s"
JNO="No"
JNONE="None"
JOFF="Off"
JOK="OK"
JON="On"
JONLY="Only"
JOPEN="Open"
JOPTIONS="Options"
JORDERINGDISABLED="Please sort by order to enable reordering"
JPREV="Prev"
Expand Down
3 changes: 3 additions & 0 deletions language/en-GB/joomla.ini
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ JCATEGORY="Category"
JCATEGORY_ASC="Category ascending"
JCATEGORY_DESC="Category descending"
JCLEAR="Clear"
JCLOSE="Close"
JDATE="Date"
JDATE_ASC="Date ascending"
JDATE_DESC="Date descending"
Expand Down Expand Up @@ -93,9 +94,11 @@ JNO="No"
JNONE="None"
JNOTPUBLISHEDYET="Not published yet"
JNOTICE="Notice"
JOK="OK"
JOFF="Off"
JOFFLINE_MESSAGE="This site is down for maintenance.<br>Please check back again soon."
JON="On"
JOPEN="Open"
JOPTIONS="Options"
JPAGETITLE="%1$s - %2$s"
JPREV="Prev"
Expand Down
9 changes: 7 additions & 2 deletions layouts/joomla/system/message.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,14 @@

// Load JavaScript message titles
Text::script('ERROR');
Text::script('WARNING');
Text::script('NOTICE');
Text::script('MESSAGE');
Text::script('NOTICE');
Text::script('WARNING');

// Load other Javascript message strings
Text::script('JCLOSE');
Text::script('JOK');
Text::script('JOPEN');

// Alerts progressive enhancement
Factory::getDocument()->getWebAssetManager()
Expand Down