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
1 change: 1 addition & 0 deletions administrator/language/en-GB/mod_guidedtours.sys.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
; Note : All ini files need to be saved as UTF-8

MOD_GUIDEDTOURS="Guided Tours"
MOD_GUIDEDTOURS_LAYOUT_DEFAULT="Default"
MOD_GUIDEDTOURS_XML_DESCRIPTION="This module shows a list of the available guided tours."
1 change: 1 addition & 0 deletions administrator/language/en-GB/mod_latestactions.sys.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
; Note : All ini files need to be saved as UTF-8

MOD_LATESTACTIONS="Action Logs - Latest"
MOD_LATESTACTIONS_LAYOUT_DEFAULT="Default"
MOD_LATESTACTIONS_XML_DESCRIPTION="This module shows a list of the most recent actions."
1 change: 1 addition & 0 deletions administrator/language/en-GB/mod_logged.sys.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@

MOD_LOGGED="Logged-in Users"
MOD_LOGGED_LAYOUT_DEFAULT="Default"
MOD_LOGGED_LAYOUT_DISABLED="Disabled"
MOD_LOGGED_XML_DESCRIPTION="This module shows a list of the Logged-in Users."
1 change: 1 addition & 0 deletions administrator/language/en-GB/mod_multilangstatus.sys.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
; Note : All ini files need to be saved as UTF-8

MOD_MULTILANGSTATUS="Multilingual Status"
MOD_MULTILANGSTATUS_LAYOUT_DEFAULT="Default"
MOD_MULTILANGSTATUS_XML_DESCRIPTION="This module shows the status of the multilingual parameters and is intended to be displayed in the 'status' position."
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
; Note : All ini files need to be saved as UTF-8

MOD_POST_INSTALLATION_MESSAGES="Post Installation Messages"
MOD_POST_INSTALLATION_MESSAGES_LAYOUT_DEFAULT="Default"
MOD_POST_INSTALLATION_MESSAGES_XML_DESCRIPTION="This module shows a counter and a link to the latest post installation messages. It is only displayed when there are messages to read."
1 change: 1 addition & 0 deletions administrator/language/en-GB/mod_sampledata.sys.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
; Note : All ini files need to be saved as UTF-8

MOD_SAMPLEDATA="Sample Data"
MOD_SAMPLEDATA_LAYOUT_DEFAULT="Default"
MOD_SAMPLEDATA_XML_DESCRIPTION="This module lets you install sample data."
5 changes: 4 additions & 1 deletion administrator/language/en-GB/mod_stats_admin.sys.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
; Note : All ini files need to be saved as UTF-8

MOD_STATS_ADMIN="Statistics"
MOD_STATS_LAYOUT_DEFAULT="Default"
MOD_STATS_ADMIN_LAYOUT_DEFAULT="Default"
MOD_STATS_XML_DESCRIPTION="The Statistics Module shows information about your server installation together with statistics on the website users and the number of Articles in your database."

; Deprecated, will be removed with 6.0
MOD_STATS_LAYOUT_DEFAULT="Default"
1 change: 1 addition & 0 deletions administrator/language/en-GB/mod_submenu.sys.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
; Note : All ini files need to be saved as UTF-8

MOD_SUBMENU="Administrator Dashboard Menu"
MOD_SUBMENU_LAYOUT_DEFAULT="Default"
MOD_SUBMENU_XML_DESCRIPTION="This module displays an administrator submenu module."
2 changes: 2 additions & 0 deletions language/en-GB/mod_articles_news.sys.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@

MOD_ARTICLES_NEWS="Articles - Newsflash"
MOD_ARTICLES_NEWS_LAYOUT_DEFAULT="Default"
MOD_ARTICLES_NEWS_LAYOUT_HORIZONTAL="Horizontal"
MOD_ARTICLES_NEWS_LAYOUT_VERTICAL="Vertical"
MOD_ARTICLES_NEWS_XML_DESCRIPTION="The Newsflash Module will display a fixed number of articles from a specific category."
1 change: 1 addition & 0 deletions language/en-GB/mod_whosonline.sys.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@

MOD_WHOSONLINE="Who's Online"
MOD_WHOSONLINE_LAYOUT_DEFAULT="Default"
MOD_WHOSONLINE_LAYOUT_DISABLED="Disabled"
MOD_WHOSONLINE_XML_DESCRIPTION="The Who's Online Module displays the number of Anonymous Users (Guests) and Registered Users (users logged-in) that are currently accessing the website."
3 changes: 2 additions & 1 deletion language/en-GB/tpl_cassiopeia.sys.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
; Note : All ini files need to be saved as UTF-8

CASSIOPEIA="Cassiopeia Site template"
TPL_CASSIOPEIA_MOD_MENU_LAYOUT_COLLAPSE-METISMENU="Collapsible Dropdown"
TPL_CASSIOPEIA_MOD_CUSTOM_LAYOUT_BANNER="Banner"
TPL_CASSIOPEIA_MOD_MENU_LAYOUT_COLLAPSE-METISMENU="Collapsible Dropdown"
TPL_CASSIOPEIA_MOD_MENU_LAYOUT_DROPDOWN-METISMENU="Dropdown"
TPL_CASSIOPEIA_POSITION_BANNER="Banner"
TPL_CASSIOPEIA_POSITION_BELOW-TOP="Below Top"
Expand Down