diff --git a/administrator/language/en-GB/en-GB.com_admin.ini b/administrator/language/en-GB/en-GB.com_admin.ini index a4fe9b4ef2809..bc13e255b0cc0 100644 --- a/administrator/language/en-GB/en-GB.com_admin.ini +++ b/administrator/language/en-GB/en-GB.com_admin.ini @@ -3,7 +3,7 @@ ; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php ; Note : All ini files need to be saved as UTF-8 -COM_ADMIN="Admin - System Infos" +COM_ADMIN="Admin - System Information" COM_ADMIN_ALPHABETICAL_INDEX="Alphabetical Index" COM_ADMIN_CACHE_DIRECTORY="(Cache Directory)" COM_ADMIN_CLEAR_RESULTS="Clear results" @@ -106,7 +106,7 @@ COM_ADMIN_LATEST_VERSION_CHECK="Latest Version Check" COM_ADMIN_LICENSE="License" COM_ADMIN_LOG_DIRECTORY="(Log directory)" COM_ADMIN_MAGIC_QUOTES="Magic Quotes" -COM_ADMIN_MBSTRING_ENABLED="Mbstring Enabled" +COM_ADMIN_MBSTRING_ENABLED="Multibyte String (mbstring) Enabled" COM_ADMIN_NA="n/a" COM_ADMIN_OPEN_BASEDIR="Open basedir" COM_ADMIN_OUTPUT_BUFFERING="Output Buffering" @@ -135,26 +135,26 @@ COM_ADMIN_USER_FIELD_BACKEND_LANGUAGE_DESC="Select the Language for the Administ COM_ADMIN_USER_FIELD_BACKEND_LANGUAGE_LABEL="Backend Language" COM_ADMIN_USER_FIELD_BACKEND_TEMPLATE_DESC="Select the template style for the Administrator Backend interface. This will only affect this User." COM_ADMIN_USER_FIELD_BACKEND_TEMPLATE_LABEL="Backend Template Style" -COM_ADMIN_USER_FIELD_EDITOR_DESC="User Editor" +COM_ADMIN_USER_FIELD_EDITOR_DESC="User editor." COM_ADMIN_USER_FIELD_EDITOR_LABEL="Editor" -COM_ADMIN_USER_FIELD_EMAIL_DESC="Enter an email for the user" -COM_ADMIN_USER_FIELD_FRONTEND_LANGUAGE_DESC="Select the Language for the frontend interface. This will only affect this User." +COM_ADMIN_USER_FIELD_EMAIL_DESC="Enter an email address for the user." +COM_ADMIN_USER_FIELD_FRONTEND_LANGUAGE_DESC="Select the Language for the Frontend interface. This will only affect this User." COM_ADMIN_USER_FIELD_FRONTEND_LANGUAGE_LABEL="Frontend Language" -COM_ADMIN_USER_FIELD_HELPSITE_DESC="Help site for this user" +COM_ADMIN_USER_FIELD_HELPSITE_DESC="Help site for this user." COM_ADMIN_USER_FIELD_HELPSITE_LABEL="Help Site" -COM_ADMIN_USER_FIELD_LASTVISIT_DESC="Last Visit Date" +COM_ADMIN_USER_FIELD_LASTVISIT_DESC="Last visit date." COM_ADMIN_USER_FIELD_LASTVISIT_LABEL="Last Visit Date" -COM_ADMIN_USER_FIELD_NAME_DESC="Enter the name of the user" -COM_ADMIN_USER_FIELD_NOCHANGE_USERNAME_DESC="If you want to change your Login Name, please contact a site administrator" +COM_ADMIN_USER_FIELD_NAME_DESC="Enter the name of the user." +COM_ADMIN_USER_FIELD_NOCHANGE_USERNAME_DESC="If you want to change your Username, please contact a site administrator." COM_ADMIN_USER_FIELD_PASSWORD1_MESSAGE="The passwords you entered do not match. Please enter your desired password in the password field and confirm your entry by entering it in the confirm password field." -COM_ADMIN_USER_FIELD_PASSWORD2_DESC="Confirm the user's password" +COM_ADMIN_USER_FIELD_PASSWORD2_DESC="Confirm the user's password." COM_ADMIN_USER_FIELD_PASSWORD2_LABEL="Confirm Password" -COM_ADMIN_USER_FIELD_PASSWORD_DESC="Enter the password for the user" -COM_ADMIN_USER_FIELD_REGISTERDATE_DESC="Registration Date" +COM_ADMIN_USER_FIELD_PASSWORD_DESC="Enter the password for the user." +COM_ADMIN_USER_FIELD_REGISTERDATE_DESC="Registration date." COM_ADMIN_USER_FIELD_REGISTERDATE_LABEL="Registration Date" -COM_ADMIN_USER_FIELD_TIMEZONE_DESC="Time zone for this user" +COM_ADMIN_USER_FIELD_TIMEZONE_DESC="Time zone for this user." COM_ADMIN_USER_FIELD_TIMEZONE_LABEL="Time Zone" -COM_ADMIN_USER_FIELD_USERNAME_DESC="Enter the login name (User name) for the user." +COM_ADMIN_USER_FIELD_USERNAME_DESC="Enter the login name (Username) for the user." COM_ADMIN_USER_FIELD_USERNAME_LABEL="Login Name" COM_ADMIN_USER_HEADING_NAME="Name" COM_ADMIN_USER_SETTINGS_FIELDSET_LABEL="Basic Settings" @@ -164,7 +164,7 @@ COM_ADMIN_VIEW_PROFILE_TITLE="My Profile" COM_ADMIN_WEBSERVER_TO_PHP_INTERFACE="WebServer to PHP Interface" COM_ADMIN_WEB_SERVER="Web Server" COM_ADMIN_WRITABLE="Writable" -COM_ADMIN_XML_DESCRIPTION="Administration system infos component" +COM_ADMIN_XML_DESCRIPTION="Administration system information component." COM_ADMIN_XML_ENABLED="XML Enabled" COM_ADMIN_ZIP_ENABLED="Native ZIP Enabled" COM_ADMIN_ZLIB_ENABLED="Zlib Enabled" diff --git a/administrator/language/en-GB/en-GB.com_admin.sys.ini b/administrator/language/en-GB/en-GB.com_admin.sys.ini index e6870cef0b054..627c0591e6814 100644 --- a/administrator/language/en-GB/en-GB.com_admin.sys.ini +++ b/administrator/language/en-GB/en-GB.com_admin.sys.ini @@ -3,5 +3,5 @@ ; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php ; Note : All ini files need to be saved as UTF-8 -COM_ADMIN="Admin - System Infos" -COM_ADMIN_XML_DESCRIPTION="Administration system infos component" +COM_ADMIN="Admin - System Information" +COM_ADMIN_XML_DESCRIPTION="Administration system information component." diff --git a/administrator/language/en-GB/en-GB.com_ajax.ini b/administrator/language/en-GB/en-GB.com_ajax.ini index 77929d7bd299d..75e65eda5c03f 100644 --- a/administrator/language/en-GB/en-GB.com_ajax.ini +++ b/administrator/language/en-GB/en-GB.com_ajax.ini @@ -5,8 +5,8 @@ COM_AJAX="Ajax Interface" -COM_AJAX_XML_DESCRIPTION="An extensible Ajax interface for Joomla" +COM_AJAX_XML_DESCRIPTION="An extendable Ajax interface for Joomla." COM_AJAX_SPECIFY_FORMAT="Please specify a valid response format, other than that of HTML, such as json, raw, debug, etc." -COM_AJAX_METHOD_NOT_EXISTS="Method %s does not exist" -COM_AJAX_FILE_NOT_EXISTS="The file at %s does not exist" -COM_AJAX_MODULE_NOT_ACCESSIBLE="Module %s is not published, you do not have access to it, or it's not assigned to the current menu item" +COM_AJAX_METHOD_NOT_EXISTS="Method %s does not exist." +COM_AJAX_FILE_NOT_EXISTS="The file at %s does not exist." +COM_AJAX_MODULE_NOT_ACCESSIBLE="Module %s is not published, you do not have access to it, or it's not assigned to the current menu item." diff --git a/administrator/language/en-GB/en-GB.com_ajax.sys.ini b/administrator/language/en-GB/en-GB.com_ajax.sys.ini index d908b54b60c1e..d569390333189 100644 --- a/administrator/language/en-GB/en-GB.com_ajax.sys.ini +++ b/administrator/language/en-GB/en-GB.com_ajax.sys.ini @@ -5,4 +5,4 @@ COM_AJAX="Ajax Interface" -COM_AJAX_XML_DESCRIPTION="An extensible Ajax interface for Joomla" +COM_AJAX_XML_DESCRIPTION="An extendable Ajax interface for Joomla." diff --git a/administrator/language/en-GB/en-GB.com_banners.ini b/administrator/language/en-GB/en-GB.com_banners.ini index 9ec5392af364f..b1f71406eac2a 100644 --- a/administrator/language/en-GB/en-GB.com_banners.ini +++ b/administrator/language/en-GB/en-GB.com_banners.ini @@ -5,23 +5,23 @@ COM_BANNERS="Banners" COM_BANNERS_BANNER_DETAILS="Details" -COM_BANNERS_BANNER_SAVE_SUCCESS="Banner successfully saved" +COM_BANNERS_BANNER_SAVE_SUCCESS="Banner successfully saved." COM_BANNERS_BANNERS_HTML_PIN_BANNER="Pinned banner" COM_BANNERS_BANNERS_HTML_UNPIN_BANNER="Unpinned banner" -COM_BANNERS_BANNERS_N_ITEMS_ARCHIVED="%d banners successfully archived" -COM_BANNERS_BANNERS_N_ITEMS_ARCHIVED_1="%d banner successfully archived" -COM_BANNERS_BANNERS_N_ITEMS_CHECKED_IN_0="No banner successfully checked in" -COM_BANNERS_BANNERS_N_ITEMS_CHECKED_IN_1="%d banner successfully checked in" -COM_BANNERS_BANNERS_N_ITEMS_CHECKED_IN_MORE="%d banners successfully checked in" -COM_BANNERS_BANNERS_N_ITEMS_DELETED="%d banners successfully deleted" -COM_BANNERS_BANNERS_N_ITEMS_DELETED_1="%d banner successfully deleted" -COM_BANNERS_BANNERS_N_ITEMS_PUBLISHED="%d banners successfully published" -COM_BANNERS_BANNERS_N_ITEMS_PUBLISHED_1="%d banner successfully published" -COM_BANNERS_BANNERS_N_ITEMS_TRASHED="%d banners successfully trashed" -COM_BANNERS_BANNERS_N_ITEMS_TRASHED_1="%d banner successfully trashed" -COM_BANNERS_BANNERS_N_ITEMS_UNPUBLISHED="%d banners successfully unpublished" -COM_BANNERS_BANNERS_N_ITEMS_UNPUBLISHED_1="%d banner successfully unpublished" -COM_BANNERS_BANNERS_NO_ITEM_SELECTED="No Banners selected" +COM_BANNERS_BANNERS_N_ITEMS_ARCHIVED="%d banners successfully archived." +COM_BANNERS_BANNERS_N_ITEMS_ARCHIVED_1="%d banner successfully archived." +COM_BANNERS_BANNERS_N_ITEMS_CHECKED_IN_0="No banner successfully checked in." +COM_BANNERS_BANNERS_N_ITEMS_CHECKED_IN_1="%d banner successfully checked in." +COM_BANNERS_BANNERS_N_ITEMS_CHECKED_IN_MORE="%d banners successfully checked in." +COM_BANNERS_BANNERS_N_ITEMS_DELETED="%d banners successfully deleted." +COM_BANNERS_BANNERS_N_ITEMS_DELETED_1="%d banner successfully deleted." +COM_BANNERS_BANNERS_N_ITEMS_PUBLISHED="%d banners successfully published." +COM_BANNERS_BANNERS_N_ITEMS_PUBLISHED_1="%d banner successfully published." +COM_BANNERS_BANNERS_N_ITEMS_TRASHED="%d banners successfully trashed." +COM_BANNERS_BANNERS_N_ITEMS_TRASHED_1="%d banner successfully trashed." +COM_BANNERS_BANNERS_N_ITEMS_UNPUBLISHED="%d banners successfully unpublished." +COM_BANNERS_BANNERS_N_ITEMS_UNPUBLISHED_1="%d banner successfully unpublished." +COM_BANNERS_BANNERS_NO_ITEM_SELECTED="No Banners selected." COM_BANNERS_BANNERS_PINNED="Pinned Banner" COM_BANNERS_BANNERS_UNPINNED="Unpinned Banner" COM_BANNERS_BATCH_CLIENT_LABEL="Set Client" @@ -29,75 +29,75 @@ COM_BANNERS_BATCH_CLIENT_LABEL_DESC="Not making a selection will keep the origin COM_BANNERS_BATCH_CLIENT_NOCHANGE="- Keep original Client -" COM_BANNERS_BATCH_OPTIONS="Batch process the selected banners" COM_BANNERS_BATCH_TIP="If a category is selected for move/copy, any actions selected will be applied to the copied or moved banners. Otherwise, all actions are applied to the selected banners." -COM_BANNERS_BEGIN_LABEL="Begin date:" +COM_BANNERS_BEGIN_LABEL="Begin Date:" COM_BANNERS_CANCEL="Cancel" COM_BANNERS_CLICK="Click" -COM_BANNERS_CLIENT_SAVE_SUCCESS="Client successfully saved" -COM_BANNERS_CLIENTS_N_ITEMS_ARCHIVED="%d clients successfully archived" -COM_BANNERS_CLIENTS_N_ITEMS_ARCHIVED_1="%d client successfully archived" -COM_BANNERS_CLIENTS_N_ITEMS_CHECKED_IN_0="No client successfully checked in" -COM_BANNERS_CLIENTS_N_ITEMS_CHECKED_IN_1="%d client successfully checked in" -COM_BANNERS_CLIENTS_N_ITEMS_CHECKED_IN_MORE="%d clients successfully checked in" -COM_BANNERS_CLIENTS_N_ITEMS_DELETED="%d clients successfully deleted" -COM_BANNERS_CLIENTS_N_ITEMS_DELETED_1="%d client successfully deleted" -COM_BANNERS_CLIENTS_N_ITEMS_PUBLISHED="%d clients successfully published" -COM_BANNERS_CLIENTS_N_ITEMS_PUBLISHED_1="%d client successfully published" -COM_BANNERS_CLIENTS_N_ITEMS_TRASHED="%d clients successfully trashed" -COM_BANNERS_CLIENTS_N_ITEMS_TRASHED_1="%d client successfully trashed" -COM_BANNERS_CLIENTS_N_ITEMS_UNPUBLISHED="%d clients successfully unpublished" -COM_BANNERS_CLIENTS_N_ITEMS_UNPUBLISHED_1="%d client successfully unpublished" -COM_BANNERS_CLIENTS_NO_ITEM_SELECTED="No clients selected" +COM_BANNERS_CLIENT_SAVE_SUCCESS="Client successfully saved." +COM_BANNERS_CLIENTS_N_ITEMS_ARCHIVED="%d clients successfully archived." +COM_BANNERS_CLIENTS_N_ITEMS_ARCHIVED_1="%d client successfully archived." +COM_BANNERS_CLIENTS_N_ITEMS_CHECKED_IN_0="No client successfully checked in." +COM_BANNERS_CLIENTS_N_ITEMS_CHECKED_IN_1="%d client successfully checked in." +COM_BANNERS_CLIENTS_N_ITEMS_CHECKED_IN_MORE="%d clients successfully checked in." +COM_BANNERS_CLIENTS_N_ITEMS_DELETED="%d clients successfully deleted." +COM_BANNERS_CLIENTS_N_ITEMS_DELETED_1="%d client successfully deleted." +COM_BANNERS_CLIENTS_N_ITEMS_PUBLISHED="%d clients successfully published." +COM_BANNERS_CLIENTS_N_ITEMS_PUBLISHED_1="%d client successfully published." +COM_BANNERS_CLIENTS_N_ITEMS_TRASHED="%d clients successfully trashed." +COM_BANNERS_CLIENTS_N_ITEMS_TRASHED_1="%d client successfully trashed." +COM_BANNERS_CLIENTS_N_ITEMS_UNPUBLISHED="%d clients successfully unpublished." +COM_BANNERS_CLIENTS_N_ITEMS_UNPUBLISHED_1="%d client successfully unpublished." +COM_BANNERS_CLIENTS_NO_ITEM_SELECTED="No clients selected." COM_BANNERS_CONFIGURATION="Banner Manager Options" COM_BANNERS_DEFAULT="Default (%s)" COM_BANNERS_DELETE_MSG="Are you sure you want to delete all these tracks?" COM_BANNERS_EDIT_BANNER="Edit Banner" COM_BANNERS_EDIT_CLIENT="Details" -COM_BANNERS_END_LABEL="End date:" +COM_BANNERS_END_LABEL="End Date:" COM_BANNERS_ERR_ZIP_ADAPTER_FAILURE="Zip adapter failure" COM_BANNERS_ERR_ZIP_CREATE_FAILURE="Zip create failure" COM_BANNERS_ERR_ZIP_DELETE_FAILURE="Zip delete failure" -COM_BANNERS_ERROR_UNIQUE_ALIAS="Another Banner from this category has the same alias" +COM_BANNERS_ERROR_UNIQUE_ALIAS="Another Banner from this category has the same alias." COM_BANNERS_EXTRA="Additional Information" COM_BANNERS_FIELD_ALIAS_DESC="The alias is for internal use only. Leave this blank and Joomla will fill in a default value from the title. It has to be unique for each banner in the same category." COM_BANNERS_FIELD_ALT_DESC="Alternative text for the banner image." COM_BANNERS_FIELD_ALT_LABEL="Alternative Text" -COM_BANNERS_FIELD_BANNEROWNPREFIX_DESC="Use own prefix or the client prefix" +COM_BANNERS_FIELD_BANNEROWNPREFIX_DESC="Use own prefix or the client prefix." COM_BANNERS_FIELD_BANNEROWNPREFIX_LABEL="Use Own Prefix" -COM_BANNERS_FIELD_BASENAME_DESC="Filename pattern which can contain
__SITE__ for the site name
__CATID__ for the category ID
__CATNAME__ for the category name
__CLIENTID__ for the client ID
__CLIENTNAME__ for the client name
__TYPE__ for the type
__TYPENAME__ for the type name
__BEGIN__ for the begin date
__END__ for the end date" -COM_BANNERS_FIELD_BASENAME_LABEL="Filename" -COM_BANNERS_FIELD_CATEGORY_DESC="Choose a category for this banner" +COM_BANNERS_FIELD_BASENAME_DESC="File name pattern which can contain
__SITE__ for the site name
__CATID__ for the category ID
__CATNAME__ for the category name
__CLIENTID__ for the client ID
__CLIENTNAME__ for the client name
__TYPE__ for the type
__TYPENAME__ for the type name
__BEGIN__ for the begin date
__END__ for the end date." +COM_BANNERS_FIELD_BASENAME_LABEL="File Name" +COM_BANNERS_FIELD_CATEGORY_DESC="Choose a category for this banner." COM_BANNERS_FIELD_CLICKS_DESC="Displays the number of clicks on the banner. Click on reset if desired." COM_BANNERS_FIELD_CLICKS_LABEL="Total Clicks" COM_BANNERS_FIELD_CLICKURL_DESC="The URL used when the banner is clicked on." COM_BANNERS_FIELD_CLICKURL_LABEL="Click URL" -COM_BANNERS_FIELD_CLIENT_DESC="Choose a client for this banner" +COM_BANNERS_FIELD_CLIENT_DESC="Choose a client for this banner." COM_BANNERS_FIELD_CLIENT_LABEL="Client" -COM_BANNERS_FIELD_CLIENT_METAKEYWORDPREFIX_DESC="When matching Meta Keywords, only search for Meta Keywords with this prefix (improves performance)." +COM_BANNERS_FIELD_CLIENT_METAKEYWORDPREFIX_DESC="When matching Meta keywords, only search for Meta keywords with this prefix (improves performance)." COM_BANNERS_FIELD_CLIENT_METAKEYWORDPREFIX_LABEL="Meta Keyword Prefix" -COM_BANNERS_FIELD_CLIENT_METAKEYWORDS_DESC="Enter the meta keywords for the clients' banners" -COM_BANNERS_FIELD_CLIENT_NAME_DESC="Enter a name for the client" +COM_BANNERS_FIELD_CLIENT_METAKEYWORDS_DESC="Enter the meta keywords for the clients' banners." +COM_BANNERS_FIELD_CLIENT_NAME_DESC="Enter a name for the client." COM_BANNERS_FIELD_CLIENT_NAME_LABEL="Client Name" -COM_BANNERS_FIELD_CLIENT_STATE_DESC="Defines the status of the client" -COM_BANNERS_FIELD_CLIENTOWNPREFIX_DESC="Use own prefix or the component prefix" +COM_BANNERS_FIELD_CLIENT_STATE_DESC="Defines the status of the client." +COM_BANNERS_FIELD_CLIENTOWNPREFIX_DESC="Use own prefix or the component prefix." COM_BANNERS_FIELD_CLIENTOWNPREFIX_LABEL="Use Own Prefix" -COM_BANNERS_FIELD_COMPRESSED_DESC="Option to compress file for export" +COM_BANNERS_FIELD_COMPRESSED_DESC="Option to compress file for export." COM_BANNERS_FIELD_COMPRESSED_LABEL="Compressed" -COM_BANNERS_FIELD_CONTACT_DESC="Enter the Name of a user as contact" +COM_BANNERS_FIELD_CONTACT_DESC="Enter the name of a user as contact." COM_BANNERS_FIELD_CONTACT_LABEL="Contact Name" COM_BANNERS_FIELD_CREATED_BY_ALIAS_DESC="Enter an alias to be displayed instead of the name of the user who created the banner." -COM_BANNERS_FIELD_CREATED_BY_ALIAS_LABEL="Created by alias" +COM_BANNERS_FIELD_CREATED_BY_ALIAS_LABEL="Created by Alias" COM_BANNERS_FIELD_CREATED_BY_DESC="Select the name of the user who created the banner." -COM_BANNERS_FIELD_CREATED_BY_LABEL="Created by" -COM_BANNERS_FIELD_CREATED_DESC="Banner created date" +COM_BANNERS_FIELD_CREATED_BY_LABEL="Created By" +COM_BANNERS_FIELD_CREATED_DESC="Banner created date." COM_BANNERS_FIELD_CREATED_LABEL="Created Date" -COM_BANNERS_FIELD_CUSTOMCODE_DESC="Enter your custom code for the banner" +COM_BANNERS_FIELD_CUSTOMCODE_DESC="Enter your custom code for the banner." COM_BANNERS_FIELD_CUSTOMCODE_LABEL="Custom Code" -COM_BANNERS_FIELD_DESCRIPTION_DESC="Enter a description for the banner" -COM_BANNERS_FIELD_EMAIL_DESC="Enter a valid Contact email" -COM_BANNERS_FIELD_EMAIL_LABEL="Contact email" +COM_BANNERS_FIELD_DESCRIPTION_DESC="Enter a description for the banner." +COM_BANNERS_FIELD_EMAIL_DESC="Enter a valid Contact email." +COM_BANNERS_FIELD_EMAIL_LABEL="Contact Email" COM_BANNERS_FIELD_EXTRAINFO_DESC="Enter extra information for this client." COM_BANNERS_FIELD_EXTRAINFO_LABEL="Additional Information" -COM_BANNERS_FIELD_HEIGHT_DESC="The height of the banner" +COM_BANNERS_FIELD_HEIGHT_DESC="The height of the banner." COM_BANNERS_FIELD_HEIGHT_LABEL="Height" COM_BANNERS_FIELD_IMAGE_DESC="Select an image for this banner. Images have to be in the /images/banners/ directory." COM_BANNERS_FIELD_IMAGE_LABEL="Image" @@ -105,11 +105,11 @@ COM_BANNERS_FIELD_IMPMADE_DESC="Displays the number of impressions made for the COM_BANNERS_FIELD_IMPMADE_LABEL="Total Impressions" COM_BANNERS_FIELD_IMPTOTAL_DESC="Total limit of impressions defined for the banner." COM_BANNERS_FIELD_IMPTOTAL_LABEL="Max. Impressions" -COM_BANNERS_FIELD_LANGUAGE_DESC="Assign a language to this banner" -COM_BANNERS_FIELD_METAKEYWORDPREFIX_DESC="When matching Meta Keywords, only search for Meta Keywords with this prefix (improves performance)." +COM_BANNERS_FIELD_LANGUAGE_DESC="Assign a language to this banner." +COM_BANNERS_FIELD_METAKEYWORDPREFIX_DESC="When matching Meta keywords, only search for Meta keywords with this prefix (improves performance)." COM_BANNERS_FIELD_METAKEYWORDPREFIX_LABEL="Meta Keyword Prefix" -COM_BANNERS_FIELD_METAKEYWORDS_DESC="Enter the meta keywords for the banner" -COM_BANNERS_FIELD_NAME_DESC="Enter a name for the banner" +COM_BANNERS_FIELD_METAKEYWORDS_DESC="Enter the meta keywords for the banner." +COM_BANNERS_FIELD_NAME_DESC="Enter a name for the banner." COM_BANNERS_FIELD_NAME_LABEL="Name" COM_BANNERS_FIELD_PUBLISH_DOWN_DESC="An optional date to Finish Publishing the banner." COM_BANNERS_FIELD_PUBLISH_DOWN_LABEL="Finish Publishing" @@ -138,8 +138,8 @@ COM_BANNERS_FIELD_VALUE_USECOMPONENTDEFAULT="-- Use Component Default --" COM_BANNERS_FIELD_VERSION_LABEL="Revision" COM_BANNERS_FIELD_VERSION_DESC="A count of the number of times this article has been revised." COM_BANNERS_FIELD_WIDTH_LABEL="Width" -COM_BANNERS_FIELD_WIDTH_DESC="The width of the banner" -COM_BANNERS_FIELDSET_CONFIG_BANNER_OPTIONS_DESC="These settings apply to version history for Banners, Banner Categories, and Banner Clients." +COM_BANNERS_FIELD_WIDTH_DESC="The width of the banner." +COM_BANNERS_FIELDSET_CONFIG_BANNER_OPTIONS_DESC="These settings apply to version history for Banners, Banner Categories and Banner Clients." COM_BANNERS_FIELDSET_CONFIG_BANNER_OPTIONS_LABEL="History Options" COM_BANNERS_FIELDSET_CONFIG_CLIENT_OPTIONS_LABEL="Client Options" COM_BANNERS_FIELDSET_CONFIG_CLIENT_OPTIONS_DESC="These settings apply for all clients unless they are changed for a specific client." @@ -194,9 +194,9 @@ COM_BANNERS_N_BANNERS_UNSTUCK="%d banners successfully unpinned." COM_BANNERS_N_BANNERS_UNSTUCK_1="%d banner successfully unpinned." COM_BANNERS_NEW_BANNER="New Banner" COM_BANNERS_NEW_CLIENT="New Client" -COM_BANNERS_NO_BANNERS_SELECTED="No banners selected" +COM_BANNERS_NO_BANNERS_SELECTED="No banners selected." COM_BANNERS_NO_CLIENT="- No client -" -COM_BANNERS_NO_CLIENTS_SELECTED="No clients selected" +COM_BANNERS_NO_CLIENTS_SELECTED="No clients selected." COM_BANNERS_NOCATEGORYNAME="No category" COM_BANNERS_NOCLIENTNAME="No client" COM_BANNERS_RESET_CLICKS="Reset clicks" @@ -211,11 +211,11 @@ COM_BANNERS_SUBMENU_TRACKS="Tracks" COM_BANNERS_TRACKS_DELETE="Delete Tracks" COM_BANNERS_TRACKS_DOWNLOAD="Download tracks" COM_BANNERS_TRACKS_EXPORT="Export" -COM_BANNERS_TRACKS_N_ITEMS_DELETED="%d tracks successfully deleted" -COM_BANNERS_TRACKS_N_ITEMS_DELETED_1="%d track successfully deleted" +COM_BANNERS_TRACKS_N_ITEMS_DELETED="%d tracks successfully deleted." +COM_BANNERS_TRACKS_N_ITEMS_DELETED_1="%d track successfully deleted." COM_BANNERS_TYPE1="Impressions" COM_BANNERS_TYPE2="Clicks" COM_BANNERS_UNLIMITED="Unlimited" -COM_BANNERS_XML_DESCRIPTION="This component manages banners and banner clients" -JLIB_RULES_SETTING_NOTES="1. If you change the setting, it will apply to this component. Note that:
Inherited means that the permissions from global configuration and parent group will be used.
Denied means that no matter what the global configuration or parent group settings are, the group being edited cannot take this action on this component.
Allowed means that the group being edited will be able to take this action for this component (but if this is in conflict with the global configuration or parent group it will have no impact; a conflict will be indicated by Not Allowed (Locked) under Calculated Settings).
2. If you select a new setting, click Save to refresh the calculated settings." +COM_BANNERS_XML_DESCRIPTION="This component manages banners and banner clients." +JLIB_RULES_SETTING_NOTES="1. If you change the setting, it will apply to this component. Note that:
Inherited means that the permissions from global configuration and parent group will be used.
Denied means that no matter what the global configuration or parent group settings are, the group being edited can't take this action on this component.
Allowed means that the group being edited will be able to take this action for this component (but if this is in conflict with the global configuration or parent group it will have no impact; a conflict will be indicated by Not Allowed (Locked) under Calculated Settings).
2. If you select a new setting, click Save to refresh the calculated settings." diff --git a/administrator/language/en-GB/en-GB.com_banners.sys.ini b/administrator/language/en-GB/en-GB.com_banners.sys.ini index 53f95ad74928d..3f3430f655c04 100644 --- a/administrator/language/en-GB/en-GB.com_banners.sys.ini +++ b/administrator/language/en-GB/en-GB.com_banners.sys.ini @@ -13,4 +13,4 @@ COM_BANNERS_CONTENT_TYPE_CLIENT="Banner Client" COM_BANNERS_CONTENT_TYPE_CATEGORY="Banner Category" COM_BANNERS_CLIENTS="Clients" COM_BANNERS_TRACKS="Tracks" -COM_BANNERS_XML_DESCRIPTION="This component manages banners and banner clients" +COM_BANNERS_XML_DESCRIPTION="This component manages banners and banner clients." diff --git a/administrator/language/en-GB/en-GB.com_cache.ini b/administrator/language/en-GB/en-GB.com_cache.ini index 05cd6916e5d9f..64794d79307f1 100644 --- a/administrator/language/en-GB/en-GB.com_cache.ini +++ b/administrator/language/en-GB/en-GB.com_cache.ini @@ -10,7 +10,7 @@ COM_CACHE_CLEAR_CACHE="Maintenance: Clear Cache" COM_CACHE_PURGE_EXPIRED_CACHE="Maintenance: Purge Expired Cache" COM_CACHE_CONFIGURATION="Cache Manager Settings" COM_CACHE_EXPIRED_ITEMS_HAVE_BEEN_PURGED="Expired items have been purged." -COM_CACHE_EXPIRED_ITEMS_PURGING_ERROR="Error purging expired items" +COM_CACHE_EXPIRED_ITEMS_PURGING_ERROR="Error purging expired items." COM_CACHE_GROUP="Cache Group" COM_CACHE_MANAGER="Cache Manager" COM_CACHE_NUMBER_OF_FILES="Number of Files" @@ -21,5 +21,5 @@ COM_CACHE_PURGE_INSTRUCTIONS="Click on the Purge Expired icon in the toolbar to COM_CACHE_RESOURCE_INTENSIVE_WARNING="WARNING: This can be resource intensive on sites with large number of items!" COM_CACHE_SIZE="Size" COM_CACHE_SELECT_CLIENT="- Select Location -" -COM_CACHE_XML_DESCRIPTION="Component for cache management" -JLIB_RULES_SETTING_NOTES="1. If you change the setting, it will apply to this component. Note that:
Inherited means that the permissions from global configuration and parent group will be used.
Denied means that no matter what the global configuration or parent group settings are, the group being edited cannot take this action on this component.
Allowed means that the group being edited will be able to take this action for this component (but if this is in conflict with the global configuration or parent group it will have no impact; a conflict will be indicated by Not Allowed (Locked) under Calculated Settings).
2. If you select a new setting, click Save to refresh the calculated settings." +COM_CACHE_XML_DESCRIPTION="Component for cache management." +JLIB_RULES_SETTING_NOTES="1. If you change the setting, it will apply to this component. Note that:
Inherited means that the permissions from global configuration and parent group will be used.
Denied means that no matter what the global configuration or parent group settings are, the group being edited can't take this action on this component.
Allowed means that the group being edited will be able to take this action for this component (but if this is in conflict with the global configuration or parent group it will have no impact; a conflict will be indicated by Not Allowed (Locked) under Calculated Settings).
2. If you select a new setting, click Save to refresh the calculated settings." diff --git a/administrator/language/en-GB/en-GB.com_cache.sys.ini b/administrator/language/en-GB/en-GB.com_cache.sys.ini index a9c453afbc922..7b712d53cf7e2 100644 --- a/administrator/language/en-GB/en-GB.com_cache.sys.ini +++ b/administrator/language/en-GB/en-GB.com_cache.sys.ini @@ -4,4 +4,4 @@ ; Note : All ini files need to be saved as UTF-8 COM_CACHE="Cache Manager" -COM_CACHE_XML_DESCRIPTION="Component for cache management" +COM_CACHE_XML_DESCRIPTION="Component for cache management." diff --git a/administrator/language/en-GB/en-GB.com_categories.ini b/administrator/language/en-GB/en-GB.com_categories.ini index c99def2f92067..180044f981f91 100644 --- a/administrator/language/en-GB/en-GB.com_categories.ini +++ b/administrator/language/en-GB/en-GB.com_categories.ini @@ -14,7 +14,7 @@ COM_CATEGORIES_BASIC_FIELDSET_LABEL="Options" COM_CATEGORIES_BATCH_CANNOT_CREATE="You are not allowed to create new categories in this category." COM_CATEGORIES_BATCH_CANNOT_EDIT="You are not allowed to edit one or more of these categories." COM_CATEGORIES_BATCH_CATEGORY_LABEL="Select Category for Move/Copy" -COM_CATEGORIES_BATCH_OPTIONS="Batch process the selected categories" +COM_CATEGORIES_BATCH_OPTIONS="Batch process the selected categories." COM_CATEGORIES_BATCH_TIP="If a category is selected for move/copy, any actions selected will be applied to the copied or moved categories. Otherwise, all actions are applied to the selected categories." COM_CATEGORIES_CATEGORIES_BASE_TITLE="Category Manager" COM_CATEGORIES_CATEGORIES_TITLE="Category Manager: %s" @@ -24,18 +24,18 @@ COM_CATEGORIES_CATEGORY_BASE_EDIT_TITLE="Category Manager: Edit Category" COM_CATEGORIES_CATEGORY_EDIT_TITLE="Category Manager: Edit A %s Category" COM_CATEGORIES_CATEGORY_OPTIONS="Category" COM_CATEGORIES_CHANGE_CATEGORY="Change Category" -COM_CATEGORIES_DELETE_NOT_ALLOWED="Delete not allowed for category %s. " -COM_CATEGORIES_DESCRIPTION_DESC="Enter an optional category description in the text-area." +COM_CATEGORIES_DELETE_NOT_ALLOWED="Delete not allowed for category %s." +COM_CATEGORIES_DESCRIPTION_DESC="Enter an optional category description in the text area." COM_CATEGORIES_EDIT_CATEGORY="Edit Category" COM_CATEGORIES_ERROR_ALL_LANGUAGE_ASSOCIATED="A category item set to All languages can't be associated. Associations have not been set." COM_CATEGORIES_FIELD_BASIC_LABEL="Options" -COM_CATEGORIES_FIELD_HITS_DESC="Number of hits for this category" +COM_CATEGORIES_FIELD_HITS_DESC="Number of hits for this category." COM_CATEGORIES_FIELD_IMAGE_ALT_LABEL="Alt Text" COM_CATEGORIES_FIELD_IMAGE_ALT_DESC="Alternative text used for visitors without access to images." -COM_CATEGORIES_FIELD_IMAGE_DESC="Choose an image for this category" +COM_CATEGORIES_FIELD_IMAGE_DESC="Choose an image for this category." COM_CATEGORIES_FIELD_IMAGE_LABEL="Image" COM_CATEGORIES_FIELD_LANGUAGE_DESC="Assign a language to this category." -COM_CATEGORIES_FIELD_PARENT_DESC="Select a Parent Category" +COM_CATEGORIES_FIELD_PARENT_DESC="Select a parent category." COM_CATEGORIES_FIELD_PARENT_LABEL="Parent" COM_CATEGORIES_FIELDSET_DETAILS="Category Details" COM_CATEGORIES_FIELDSET_PUBLISHING="Publishing" @@ -46,30 +46,30 @@ COM_CATEGORY_HEADING_ASSOCIATION="Association" COM_CATEGORIES_ITEM_ASSOCIATIONS_FIELDSET_LABEL="Category Item Associations" COM_CATEGORIES_ITEM_ASSOCIATIONS_FIELDSET_DESC="Multilingual only! This choice will only display if the Language Filter parameter 'Item Associations' is set to 'Yes'. Choose a category item for the target language. This association will let the Language Switcher module redirect to the associated category item in another language. If used, make sure to display the Language switcher module on the concerned pages. A category item set to language 'All' can't be associated." COM_CATEGORIES_ITEMS_SEARCH_FILTER="Search" -COM_CATEGORIES_N_ITEMS_ARCHIVED="%d categories successfully archived" -COM_CATEGORIES_N_ITEMS_ARCHIVED_1="%d category successfully archived" +COM_CATEGORIES_N_ITEMS_ARCHIVED="%d categories successfully archived." +COM_CATEGORIES_N_ITEMS_ARCHIVED_1="%d category successfully archived." COM_CATEGORIES_N_ITEMS_ASSIGNED="%d items are assigned to this category." COM_CATEGORIES_N_ITEMS_ASSIGNED_1="%d item is assigned to this category." -COM_CATEGORIES_N_ITEMS_CHECKED_IN_0="No category successfully checked in" -COM_CATEGORIES_N_ITEMS_CHECKED_IN_1="%d category successfully checked in" -COM_CATEGORIES_N_ITEMS_CHECKED_IN_MORE="%d categories successfully checked in" -COM_CATEGORIES_N_ITEMS_DELETED="%d categories successfully deleted" -COM_CATEGORIES_N_ITEMS_DELETED_1="%d category successfully deleted" -COM_CATEGORIES_N_ITEMS_PUBLISHED="%d categories successfully published" -COM_CATEGORIES_N_ITEMS_PUBLISHED_1="%d category successfully published" -COM_CATEGORIES_N_ITEMS_TRASHED="%d categories successfully trashed" -COM_CATEGORIES_N_ITEMS_TRASHED_1="%d category successfully trashed" -COM_CATEGORIES_N_ITEMS_UNPUBLISHED="%d categories successfully unpublished" -COM_CATEGORIES_N_ITEMS_UNPUBLISHED_1="%d category successfully unpublished" -COM_CATEGORIES_NO_ITEM_SELECTED="Please first make a selection from the list" -COM_CATEGORIES_PATH_LABEL="Category path" +COM_CATEGORIES_N_ITEMS_CHECKED_IN_0="No category successfully checked in." +COM_CATEGORIES_N_ITEMS_CHECKED_IN_1="%d category successfully checked in." +COM_CATEGORIES_N_ITEMS_CHECKED_IN_MORE="%d categories successfully checked in." +COM_CATEGORIES_N_ITEMS_DELETED="%d categories successfully deleted." +COM_CATEGORIES_N_ITEMS_DELETED_1="%d category successfully deleted." +COM_CATEGORIES_N_ITEMS_PUBLISHED="%d categories successfully published." +COM_CATEGORIES_N_ITEMS_PUBLISHED_1="%d category successfully published." +COM_CATEGORIES_N_ITEMS_TRASHED="%d categories successfully trashed." +COM_CATEGORIES_N_ITEMS_TRASHED_1="%d category successfully trashed." +COM_CATEGORIES_N_ITEMS_UNPUBLISHED="%d categories successfully unpublished." +COM_CATEGORIES_N_ITEMS_UNPUBLISHED_1="%d category successfully unpublished." +COM_CATEGORIES_NO_ITEM_SELECTED="Please first make a selection from the list." +COM_CATEGORIES_PATH_LABEL="Category Path" COM_CATEGORIES_REBUILD_FAILURE="Failed rebuilding Categories tree data." COM_CATEGORIES_REBUILD_SUCCESS="Categories tree data successfully rebuilt." -COM_CATEGORIES_SAVE_SUCCESS="Category successfully saved" +COM_CATEGORIES_SAVE_SUCCESS="Category successfully saved." COM_CATEGORIES_SELECT_A_CATEGORY="Select a Category" COM_CATEGORIES_TIP_ASSOCIATION="Associated categories" COM_CATEGORIES_TIP_ASSOCIATED_LANGUAGE="%s %s" -COM_CATEGORIES_XML_DESCRIPTION="This component manages categories" -JGLOBAL_NO_ITEM_SELECTED="No categories selected" +COM_CATEGORIES_XML_DESCRIPTION="This component manages categories." +JGLOBAL_NO_ITEM_SELECTED="No categories selected." JLIB_HTML_ACCESS_SUMMARY_DESC="Shown below is an overview of the permission settings for this category. Click the tabs above to customise these settings by action." -JLIB_RULES_SETTING_NOTES_ITEM="1. If you change the setting, it will apply to this and all child categories. Note that:
Inherited means that the permissions from the parent category will be used if there is a parent category or those from the component if there is no parent category.
Denied means that no matter what the parent category setting is, the group being edited cannot take this action within this category.
Allowed means that the group being edited will be able to take this action within this category (but if this is in conflict with the parent category setting or the component setting it will have no impact; a conflict will be indicated by Not Allowed (Locked) under Calculated Settings).
2. If you select a new setting, click Save to refresh the calculated settings." +JLIB_RULES_SETTING_NOTES_ITEM="1. If you change the setting, it will apply to this and all child categories. Note that:
Inherited means that the permissions from the parent category will be used if there is a parent category or those from the component if there is no parent category.
Denied means that no matter what the parent category setting is, the group being edited can't take this action within this category.
Allowed means that the group being edited will be able to take this action within this category (but if this is in conflict with the parent category setting or the component setting it will have no impact; a conflict will be indicated by Not Allowed (Locked) under Calculated Settings).
2. If you select a new setting, click Save to refresh the calculated settings." diff --git a/administrator/language/en-GB/en-GB.com_categories.sys.ini b/administrator/language/en-GB/en-GB.com_categories.sys.ini index 94b80a029b910..ee2f2a1875b50 100644 --- a/administrator/language/en-GB/en-GB.com_categories.sys.ini +++ b/administrator/language/en-GB/en-GB.com_categories.sys.ini @@ -4,4 +4,4 @@ ; Note : All ini files need to be saved as UTF-8 COM_CATEGORIES="Categories" -COM_CATEGORIES_XML_DESCRIPTION="This component manages categories" +COM_CATEGORIES_XML_DESCRIPTION="This component manages categories." diff --git a/administrator/language/en-GB/en-GB.com_checkin.ini b/administrator/language/en-GB/en-GB.com_checkin.ini index 128a29b693854..ccbe91fb36d98 100644 --- a/administrator/language/en-GB/en-GB.com_checkin.ini +++ b/administrator/language/en-GB/en-GB.com_checkin.ini @@ -6,12 +6,12 @@ COM_CHECKIN="Check-in" COM_CHECKIN_CONFIGURATION="Check-in Configuration" COM_CHECKIN_DATABASE_TABLE="Database Table" -COM_CHECKIN_FILTER_SEARCH_DESC="Search table" +COM_CHECKIN_FILTER_SEARCH_DESC="Search table." COM_CHECKIN_GLOBAL_CHECK_IN="Maintenance: Global Check-in" -COM_CHECKIN_ITEMS_TO_CHECK_IN="Items to check-in" -COM_CHECKIN_N_ITEMS_CHECKED_IN_0="No item checked in" -COM_CHECKIN_N_ITEMS_CHECKED_IN_1="1 item checked in" -COM_CHECKIN_N_ITEMS_CHECKED_IN_MORE="%s items checked in" +COM_CHECKIN_ITEMS_TO_CHECK_IN="Items to check-in." +COM_CHECKIN_N_ITEMS_CHECKED_IN_0="No item checked in." +COM_CHECKIN_N_ITEMS_CHECKED_IN_1="1 item checked in." +COM_CHECKIN_N_ITEMS_CHECKED_IN_MORE="%s items checked in." COM_CHECKIN_TABLE="%s table" -COM_CHECKIN_XML_DESCRIPTION="Check-in Component" -JLIB_RULES_SETTING_NOTES="1. If you change the setting, it will apply to this component. Note that:
Inherited means that the permissions from global configuration and parent group will be used.
Denied means that no matter what the global configuration or parent group settings are, the group being edited cannot take this action on this component.
Allowed means that the group being edited will be able to take this action for this component (but if this is in conflict with the global configuration or parent group it will have no impact; a conflict will be indicated by Not Allowed (Locked) under Calculated Settings).
2. If you select a new setting, click Save to refresh the calculated settings." +COM_CHECKIN_XML_DESCRIPTION="Check-in Component." +JLIB_RULES_SETTING_NOTES="1. If you change the setting, it will apply to this component. Note that:
Inherited means that the permissions from global configuration and parent group will be used.
Denied means that no matter what the global configuration or parent group settings are, the group being edited can't take this action on this component.
Allowed means that the group being edited will be able to take this action for this component (but if this is in conflict with the global configuration or parent group it will have no impact; a conflict will be indicated by Not Allowed (Locked) under Calculated Settings).
2. If you select a new setting, click Save to refresh the calculated settings." diff --git a/administrator/language/en-GB/en-GB.com_config.ini b/administrator/language/en-GB/en-GB.com_config.ini index 99f7ee8a9f6f0..7f185990eff2f 100644 --- a/administrator/language/en-GB/en-GB.com_config.ini +++ b/administrator/language/en-GB/en-GB.com_config.ini @@ -7,13 +7,13 @@ COM_CONFIG="Configuration Manager" COM_CONFIG_ACTION_ADMIN_DESC="Allows users in the group to perform any action over the whole site regardless of any other permission settings." COM_CONFIG_ACTION_CREATE_DESC="Allows users in the group to create any content in any extension." COM_CONFIG_ACTION_DELETE_DESC="Allows users in the group to delete any content in any extension." -COM_CONFIG_ACTION_EDIT_DESC="Allows users in the group to edit any content in any extension" -COM_CONFIG_ACTION_EDITOWN_DESC="Allows users in the group to edit any content they own in any extension" -COM_CONFIG_ACTION_EDITSTATE_DESC="Allows users in the group to edit the state of any content in any extension" -COM_CONFIG_ACTION_LOGIN_ADMIN_DESC="Allows users in the group to login to the backend administrator site." -COM_CONFIG_ACTION_LOGIN_OFFLINE_DESC="Allows users in the group to access to the frontend site when site is offline." -COM_CONFIG_ACTION_LOGIN_SITE_DESC="Allows users in the group to login to the frontend site." -COM_CONFIG_ACTION_MANAGE_DESC="Allows users in the group to access all of the administration interface except Global Configuration" +COM_CONFIG_ACTION_EDIT_DESC="Allows users in the group to edit any content in any extension." +COM_CONFIG_ACTION_EDITOWN_DESC="Allows users in the group to edit any content they own in any extension." +COM_CONFIG_ACTION_EDITSTATE_DESC="Allows users in the group to edit the state of any content in any extension." +COM_CONFIG_ACTION_LOGIN_ADMIN_DESC="Allows users in the group to login to the Backend Administrator site." +COM_CONFIG_ACTION_LOGIN_OFFLINE_DESC="Allows users in the group to access the Frontend site when site is offline." +COM_CONFIG_ACTION_LOGIN_SITE_DESC="Allows users in the group to login to the Frontend site." +COM_CONFIG_ACTION_MANAGE_DESC="Allows users in the group to access all of the administration interface except Global Configuration." COM_CONFIG_CACHE_SETTINGS="Cache Settings" COM_CONFIG_CACHE_WARNING="Failed to clear cache automatically, you may need to do so manually." COM_CONFIG_COMPONENT_FIELDSET_LABEL="Component" @@ -25,10 +25,10 @@ COM_CONFIG_ERROR_COMPONENT_ASSET_NOT_FOUND="The asset for the component could no COM_CONFIG_ERROR_CONFIG_EXTENSION_NOT_FOUND="The Global Configuration extension could not be found. Text filter settings have not been saved." COM_CONFIG_ERROR_CONFIGURATION_PHP_NOTUNWRITABLE="Could not make configuration.php unwritable." COM_CONFIG_ERROR_CONFIGURATION_PHP_NOTWRITABLE="Could not make configuration.php writable." -COM_CONFIG_ERROR_HELPREFRESH_ERROR_STORE="The new Help Sites list could not be saved" -COM_CONFIG_ERROR_HELPREFRESH_FETCH="The current Help Sites list could not be fetched from the remote server" +COM_CONFIG_ERROR_HELPREFRESH_ERROR_STORE="The new Help Sites list could not be saved." +COM_CONFIG_ERROR_HELPREFRESH_FETCH="The current Help Sites list could not be fetched from the remote server." COM_CONFIG_ERROR_ROOT_ASSET_NOT_FOUND="The asset for global configuration could not be found. Permissions have not been saved." -COM_CONFIG_ERROR_REMOVING_SUPER_ADMIN="You cannot remove your own Super User permissions." +COM_CONFIG_ERROR_REMOVING_SUPER_ADMIN="You can't remove your own Super User permissions." COM_CONFIG_ERROR_WRITE_FAILED="Could not write to the configuration file" COM_CONFIG_FIELD_CACHE_HANDLER_DESC="Choose cache handler to enable caching. Native caching mechanism is file-based. Please make sure the cache folders are writable." COM_CONFIG_FIELD_CACHE_HANDLER_LABEL="Cache Handler" @@ -40,21 +40,21 @@ COM_CONFIG_FIELD_COOKIE_DOMAIN_DESC="Domain to use when setting session cookies. COM_CONFIG_FIELD_COOKIE_DOMAIN_LABEL="Cookie Domain" COM_CONFIG_FIELD_COOKIE_PATH_DESC="Path the cookie should be valid for." COM_CONFIG_FIELD_COOKIE_PATH_LABEL="Cookie Path" -COM_CONFIG_FIELD_DATABASE_HOST_DESC="The hostname for your database entered during the installation process. Do not edit this field unless absolutely necessary (e.g. the transfer of the database to a new hosting provider)." +COM_CONFIG_FIELD_DATABASE_HOST_DESC="The hostname for your database entered during the installation process. Do not edit this field unless absolutely necessary (eg the transfer of the database to a new hosting provider)." COM_CONFIG_FIELD_DATABASE_HOST_LABEL="Host" -COM_CONFIG_FIELD_DATABASE_NAME_DESC="The name for your database entered during the installation process. Do not edit this field unless absolutely necessary (e.g. the transfer of the database to a new hosting provider)." +COM_CONFIG_FIELD_DATABASE_NAME_DESC="The name for your database entered during the installation process. Do not edit this field unless absolutely necessary (eg the transfer of the database to a new hosting provider)." COM_CONFIG_FIELD_DATABASE_NAME_LABEL="Database Name" -COM_CONFIG_FIELD_DATABASE_PREFIX_DESC="The prefix used for your database tables entered during the installation process. Do not edit field unless absolutely necessary (e.g. the transfer of the database to a new hosting provider)." +COM_CONFIG_FIELD_DATABASE_PREFIX_DESC="The prefix used for your database tables entered during the installation process. Do not edit field unless absolutely necessary (eg the transfer of the database to a new hosting provider)." COM_CONFIG_FIELD_DATABASE_PREFIX_LABEL="Database Tables Prefix" COM_CONFIG_FIELD_DATABASE_TYPE_DESC="The type of database in use entered during the installation process. Do not edit this field unless you are having to migrate to a different type of database, perhaps due to changing your hosting provider." COM_CONFIG_FIELD_DATABASE_TYPE_LABEL="Database Type" -COM_CONFIG_FIELD_DATABASE_USERNAME_DESC="The username for access to your database entered during the installation process. Do not edit this field unless absolutely necessary (e.g. the transfer of the database to a new hosting provider)." +COM_CONFIG_FIELD_DATABASE_USERNAME_DESC="The username for access to your database entered during the installation process. Do not edit this field unless absolutely necessary (eg the transfer of the database to a new hosting provider)." COM_CONFIG_FIELD_DATABASE_USERNAME_LABEL="Database Username" COM_CONFIG_FIELD_DEBUG_LANG_DESC="Select whether the debugging indicators (**...**) or (??...??) for the Joomla! Language files will be displayed. Debug Language will work without Debug System being activated, but you will not get the additional detailed references that will help you correct any errors." COM_CONFIG_FIELD_DEBUG_LANG_LABEL="Debug Language" -COM_CONFIG_FIELD_DEBUG_SYSTEM_DESC="If enabled, diagnostic information, language translation, and SQL errors (if present) will be displayed. The information will be displayed at the foot of every page you view within the Joomla backend and frontend. It is not advisable to leave the debug mode activated when running a live Web site." +COM_CONFIG_FIELD_DEBUG_SYSTEM_DESC="If enabled, diagnostic information, language translation and SQL errors (if present) will be displayed. The information will be displayed at the foot of every page you view within the Joomla Backend and Frontend. It is not advisable to leave the debug mode activated when running a live website." COM_CONFIG_FIELD_DEBUG_SYSTEM_LABEL="Debug System" -COM_CONFIG_FIELD_DEFAULT_ACCESS_LEVEL_DESC="Select the default access level for new content, menu items, and other items created on your site." +COM_CONFIG_FIELD_DEFAULT_ACCESS_LEVEL_DESC="Select the default access level for new content, menu items and other items created on your site." COM_CONFIG_FIELD_DEFAULT_ACCESS_LEVEL_LABEL="Default Access Level" COM_CONFIG_FIELD_DEFAULT_EDITOR_DESC="Select the default text editor for your site. Registered Users will be able to change their preference in their personal details if you allow that option." COM_CONFIG_FIELD_DEFAULT_EDITOR_LABEL="Default Editor" @@ -62,19 +62,19 @@ COM_CONFIG_FIELD_DEFAULT_CAPTCHA_DESC="Select the default captcha for your site. COM_CONFIG_FIELD_DEFAULT_CAPTCHA_LABEL="Default Captcha" COM_CONFIG_FIELD_DEFAULT_FEED_LIMIT_DESC="Select the number of content items to show in the feed(s)." COM_CONFIG_FIELD_DEFAULT_FEED_LIMIT_LABEL="Default Feed Limit" -COM_CONFIG_FIELD_DEFAULT_LIST_LIMIT_DESC="Sets the default length of lists in the Control Panel for all users" +COM_CONFIG_FIELD_DEFAULT_LIST_LIMIT_DESC="Sets the default length of lists in the Control Panel for all users." COM_CONFIG_FIELD_DEFAULT_LIST_LIMIT_LABEL="Default List Limit" COM_CONFIG_FIELD_ERROR_REPORTING_DESC="Select the appropriate level of reporting from the drop down list. See the Help Screen for full details." COM_CONFIG_FIELD_ERROR_REPORTING_LABEL="Error Reporting" -COM_CONFIG_FIELD_FEED_EMAIL_DESC="The RSS and Atom newsfeeds include the author's email address. Select Author Email to use each author's email (from the User Manager) in the news feed. Select Site Email to include the site 'Mail from' email address for each article." -COM_CONFIG_FIELD_FEED_EMAIL_LABEL="Feed email" +COM_CONFIG_FIELD_FEED_EMAIL_DESC="The RSS and Atom news feeds include the author's email address. Select Author Email Address to use each author's email address (from the User Manager) in the news feed. Select Site Email Address to include the site 'Mail from' email address for each article." +COM_CONFIG_FIELD_FEED_EMAIL_LABEL="Feed Email Address" COM_CONFIG_FIELD_FILTERS_DEFAULT_BLACK_LIST="Default Black List" COM_CONFIG_FIELD_FILTERS_CUSTOM_BLACK_LIST="Custom Black List" COM_CONFIG_FIELD_FILTERS_NO_HTML="No HTML" COM_CONFIG_FIELD_FILTERS_NO_FILTER="No Filtering" COM_CONFIG_FIELD_FILTERS_WHITE_LIST="White List" -COM_CONFIG_FRONTEDITING_DESC="Select if you want mouse-over edit icons for modules and menu items (support may depend on your template)" -COM_CONFIG_FRONTEDITING_LABEL="Mouse-over edit icons for" +COM_CONFIG_FRONTEDITING_DESC="Select if you want mouse-over edit icons for modules and menu items (support may depend on your template)." +COM_CONFIG_FRONTEDITING_LABEL="Mouse-over Edit Icons for" COM_CONFIG_FRONTEDITING_MENUSANDMODULES="Modules & Menus" COM_CONFIG_FRONTEDITING_MENUSANDMODULES_ADMIN_TOO="Modules & Menus (admin too)" COM_CONFIG_FRONTEDITING_MODULES="Modules" @@ -82,9 +82,9 @@ COM_CONFIG_FIELD_FORCE_SSL_DESC="Force site access to always occur under SSL (ht COM_CONFIG_FIELD_FORCE_SSL_LABEL="Force SSL" COM_CONFIG_FIELD_FTP_ENABLE_DESC="Enable the built in FTP (File Transfer Protocol) functionality which is needed in some server environments to be used instead of the normal upload functionality of Joomla!" COM_CONFIG_FIELD_FTP_ENABLE_LABEL="Enable FTP" -COM_CONFIG_FIELD_FTP_HOST_DESC="Enter the name of the host of your FTP server" +COM_CONFIG_FIELD_FTP_HOST_DESC="Enter the name of the host of your FTP server." COM_CONFIG_FIELD_FTP_HOST_LABEL="FTP Host" -COM_CONFIG_FIELD_FTP_PASSWORD_DESC="Enter your FTP password" +COM_CONFIG_FIELD_FTP_PASSWORD_DESC="Enter your FTP password." COM_CONFIG_FIELD_FTP_PASSWORD_LABEL="FTP Password" COM_CONFIG_FIELD_FTP_PORT_DESC="Enter the port that FTP should be accessed by. The default is port 21." COM_CONFIG_FIELD_FTP_PORT_LABEL="FTP Port" @@ -100,10 +100,10 @@ COM_CONFIG_FIELD_LOG_PATH_DESC="For logging of Joomla. Please specify a folder." COM_CONFIG_FIELD_LOG_PATH_LABEL="Path to Log Folder" COM_CONFIG_FIELD_MAIL_FROM_EMAIL_DESC="The email address that will be used to send site email." COM_CONFIG_FIELD_MAIL_FROM_EMAIL_LABEL="From email" -COM_CONFIG_FIELD_MAIL_FROM_NAME_DESC="Text displayed in the header "_QQ_"From:"_QQ_" field when sending a site email. Usually the site name." +COM_CONFIG_FIELD_MAIL_FROM_NAME_DESC="Text displayed in the header "From:" field when sending a site email. Usually the site name." COM_CONFIG_FIELD_MAIL_FROM_NAME_LABEL="From Name" COM_CONFIG_FIELD_MAIL_MAILONLINE_DESC="Select Yes to turn on mail sending, select No to turn off mail sending. Warning: It is advised to put the site offline when disabling the mail function!" -COM_CONFIG_FIELD_MAIL_MAILONLINE_LABEL="Send mail" +COM_CONFIG_FIELD_MAIL_MAILONLINE_LABEL="Send Mail" COM_CONFIG_FIELD_MAIL_MASSMAILOFF_DESC="Select Yes to disable the Mass Mail Users function, select No to make it active." COM_CONFIG_FIELD_MAIL_MASSMAILOFF_LABEL="Disable Mass Mail" COM_CONFIG_FIELD_MAIL_MAILER_DESC="Select which mailer for the delivery of site email." @@ -114,7 +114,7 @@ COM_CONFIG_FIELD_MAIL_SMTP_AUTH_DESC="Select Yes if your SMTP Host requires SMTP COM_CONFIG_FIELD_MAIL_SMTP_AUTH_LABEL="SMTP Authentication" COM_CONFIG_FIELD_MAIL_SMTP_HOST_DESC="Enter the name of the SMTP host." COM_CONFIG_FIELD_MAIL_SMTP_HOST_LABEL="SMTP Host" -COM_CONFIG_FIELD_MAIL_SMTP_PASSWORD_DESC="Enter the password for the SMTP host" +COM_CONFIG_FIELD_MAIL_SMTP_PASSWORD_DESC="Enter the password for the SMTP host." COM_CONFIG_FIELD_MAIL_SMTP_PASSWORD_LABEL="SMTP Password" COM_CONFIG_FIELD_MAIL_SMTP_PORT_DESC="Enter the port number of your SMTP server. Use 25 for most unsecured servers and 465 for most secure servers." COM_CONFIG_FIELD_MAIL_SMTP_PORT_LABEL="SMTP Port" @@ -122,29 +122,29 @@ COM_CONFIG_FIELD_MAIL_SMTP_SECURE_DESC="Select the security model that your SMTP COM_CONFIG_FIELD_MAIL_SMTP_SECURE_LABEL="SMTP Security" COM_CONFIG_FIELD_MAIL_SMTP_USERNAME_DESC="Enter the username for access to the SMTP host." COM_CONFIG_FIELD_MAIL_SMTP_USERNAME_LABEL="SMTP Username" -COM_CONFIG_FIELD_MEMCACHE_COMPRESSION_DESC="Memcache(d) Compression" +COM_CONFIG_FIELD_MEMCACHE_COMPRESSION_DESC="Memcache(d) compression." COM_CONFIG_FIELD_MEMCACHE_COMPRESSION_LABEL="Memcache(d) Compression" -COM_CONFIG_FIELD_MEMCACHE_HOST_DESC="Memcache(d) Server Host" +COM_CONFIG_FIELD_MEMCACHE_HOST_DESC="Memcache(d) server host." COM_CONFIG_FIELD_MEMCACHE_HOST_LABEL="Memcache(d) Server Host" -COM_CONFIG_FIELD_MEMCACHE_PERSISTENT_DESC="Persistent Memcache(d)" +COM_CONFIG_FIELD_MEMCACHE_PERSISTENT_DESC="Persistent Memcache(d)." COM_CONFIG_FIELD_MEMCACHE_PERSISTENT_LABEL="Persistent Memcache(d)" -COM_CONFIG_FIELD_MEMCACHE_PORT_DESC="Memcache(d) Server Port" +COM_CONFIG_FIELD_MEMCACHE_PORT_DESC="Memcache(d) server port." COM_CONFIG_FIELD_MEMCACHE_PORT_LABEL="Memcache(d) Server Port" -COM_CONFIG_FIELD_REDIS_AUTH_DESC="Redis Server Authentication" +COM_CONFIG_FIELD_REDIS_AUTH_DESC="Redis server authentication." COM_CONFIG_FIELD_REDIS_AUTH_LABEL="Redis Server Authentication" -COM_CONFIG_FIELD_REDIS_DB_DESC="Redis Database" +COM_CONFIG_FIELD_REDIS_DB_DESC="Redis database." COM_CONFIG_FIELD_REDIS_DB_LABEL="Redis Database" -COM_CONFIG_FIELD_REDIS_HOST_DESC="Redis Server Host" +COM_CONFIG_FIELD_REDIS_HOST_DESC="Redis server host." COM_CONFIG_FIELD_REDIS_HOST_LABEL="Redis Server Host" -COM_CONFIG_FIELD_REDIS_PERSISTENT_DESC="Persistent Redis" +COM_CONFIG_FIELD_REDIS_PERSISTENT_DESC="Persistent Redis." COM_CONFIG_FIELD_REDIS_PERSISTENT_LABEL="Persistent Redis" -COM_CONFIG_FIELD_REDIS_PORT_DESC="Redis Server Port" +COM_CONFIG_FIELD_REDIS_PORT_DESC="Redis server port." COM_CONFIG_FIELD_REDIS_PORT_LABEL="Redis Server Port" -COM_CONFIG_FIELD_METAAUTHOR_DESC="Show the author meta tag when viewing articles" +COM_CONFIG_FIELD_METAAUTHOR_DESC="Show the author meta tag when viewing articles." COM_CONFIG_FIELD_METAAUTHOR_LABEL="Show Author Meta Tag" -COM_CONFIG_FIELD_METADESC_DESC="Enter a description of the overall Web site that is to be used by search engines. Generally, a maximum of 20 words is optimal." +COM_CONFIG_FIELD_METADESC_DESC="Enter a description of the overall website that is to be used by search engines. Generally, a maximum of 20 words is optimal." COM_CONFIG_FIELD_METADESC_LABEL="Site Meta Description" -COM_CONFIG_FIELD_METAKEYS_DESC="Enter the keywords and phrases that best describe your Web site. Separate keywords and phrases with a comma." +COM_CONFIG_FIELD_METAKEYS_DESC="Enter the keywords and phrases that best describe your website. Separate keywords and phrases with a comma." COM_CONFIG_FIELD_METAKEYS_LABEL="Site Meta Keywords" COM_CONFIG_FIELD_METALANGUAGE_DESC="Places the selected language in the metadata for the site." COM_CONFIG_FIELD_METALANGUAGE_LABEL="Site Meta Language" @@ -152,13 +152,13 @@ COM_CONFIG_FIELD_METAVERSION_LABEL="Show Joomla! Version" COM_CONFIG_FIELD_METAVERSION_DESC="Show the Joomla! version number in the generator meta tag." COM_CONFIG_FIELD_OFFLINE_IMAGE_DESC="An optional image to be displayed on the default offline page. Make sure the image is less than 400px wide." COM_CONFIG_FIELD_OFFLINE_IMAGE_LABEL="Offline Image" -COM_CONFIG_FIELD_OFFLINE_MESSAGE_DESC="The custom offline message will be used if the 'Offline Message' field is set to 'Use custom message'." +COM_CONFIG_FIELD_OFFLINE_MESSAGE_DESC="The custom offline message will be used if the 'Offline Message' field is set to 'Use Custom Message'." COM_CONFIG_FIELD_OFFLINE_MESSAGE_LABEL="Custom Message" -COM_CONFIG_FIELD_PROXY_ENABLE_DESC="Enable Joomla to use a proxy which is needed in some server environments in order to fetch URLs like in the Joomla! Update component" +COM_CONFIG_FIELD_PROXY_ENABLE_DESC="Enable Joomla to use a proxy which is needed in some server environments in order to fetch URLs like in the Joomla! Update component." COM_CONFIG_FIELD_PROXY_ENABLE_LABEL="Enable Proxy" -COM_CONFIG_FIELD_PROXY_HOST_DESC="Enter the name of the host of your Proxy server" +COM_CONFIG_FIELD_PROXY_HOST_DESC="Enter the name of the host of your Proxy server." COM_CONFIG_FIELD_PROXY_HOST_LABEL="Proxy Host" -COM_CONFIG_FIELD_PROXY_PASSWORD_DESC="Enter your Proxy password" +COM_CONFIG_FIELD_PROXY_PASSWORD_DESC="Enter your Proxy password." COM_CONFIG_FIELD_PROXY_PASSWORD_LABEL="Proxy Password" COM_CONFIG_FIELD_PROXY_PORT_DESC="Enter the port that Proxy should be accessed by." COM_CONFIG_FIELD_PROXY_PORT_LABEL="Proxy Port" @@ -166,23 +166,23 @@ COM_CONFIG_FIELD_PROXY_USERNAME_DESC="The username used to access the Proxy serv COM_CONFIG_FIELD_PROXY_USERNAME_LABEL="Proxy Username" COM_CONFIG_FIELD_SECRET_DESC="This is an auto-generated, unique alphanumeric code for every Joomla! installation. It is used for security functions." COM_CONFIG_FIELD_SECRET_LABEL="Secret" -COM_CONFIG_FIELD_SEF_REWRITE_DESC="Select to use a server's rewrite engine to catch URLs that meet specific conditions and rewrite them as directed. Available for IIS 7 and Apache.
Apache users only!
Rename htaccess.txt to .htaccess before activating.
IIS 7 users only!
Rename web.config.txt to web.config and install IIS URL Rewrite Module before activating.
" -COM_CONFIG_FIELD_SEF_REWRITE_LABEL="Use URL rewriting" +COM_CONFIG_FIELD_SEF_REWRITE_DESC="Select to use a server's rewrite engine to catch URLs that meet specific conditions and rewrite them as directed. Available for IIS 7 and Apache.
Apache users only!
Rename htaccess.txt to .htaccess before activating.
IIS 7 users only!
Rename web.config.txt to web.config and install IIS URL Rewrite Module before activating.
" +COM_CONFIG_FIELD_SEF_REWRITE_LABEL="Use URL Rewriting" COM_CONFIG_FIELD_SEF_SUFFIX_DESC="If yes, the system will add a suffix to the URL based on the document type." COM_CONFIG_FIELD_SEF_SUFFIX_LABEL="Adds Suffix to URL" COM_CONFIG_FIELD_SEF_URL_DESC="Select whether or not the URLs are optimised for Search Engines." COM_CONFIG_FIELD_SEF_URL_LABEL="Search Engine Friendly URLs" COM_CONFIG_FIELD_SERVER_TIMEZONE_DESC="Choose a city in the list to configure the date and time for display." COM_CONFIG_FIELD_SERVER_TIMEZONE_LABEL="Server Time Zone" -COM_CONFIG_FIELD_SESSION_HANDLER_DESC="The mechanism by which Joomla! identifies a User once they are connected to the web site using non-persistent cookies." +COM_CONFIG_FIELD_SESSION_HANDLER_DESC="The mechanism by which Joomla! identifies a User once they are connected to the website using non-persistent cookies." COM_CONFIG_FIELD_SESSION_HANDLER_LABEL="Session Handler" COM_CONFIG_FIELD_SESSION_TIME_DESC="Auto log out a User after they have been inactive for the entered number of minutes. Do not set too high." COM_CONFIG_FIELD_SESSION_TIME_LABEL="Session Lifetime" -COM_CONFIG_FIELD_SITE_DISPLAY_MESSAGE_DESC="Display or not a frontend message when the site is offline. The custom offline message uses the value defined in the 'Custom message' field. The language offline message uses the value defined in the site language ini file." +COM_CONFIG_FIELD_SITE_DISPLAY_MESSAGE_DESC="Display or not a Frontend message when the site is offline. The custom offline message uses the value defined in the 'Custom message' field. The language offline message uses the value defined in the site language ini file." COM_CONFIG_FIELD_SITE_DISPLAY_MESSAGE_LABEL="Offline Message" -COM_CONFIG_FIELD_SITE_NAME_DESC="Enter the name of your Web site. This will be used in various locations (e.g. the backend browser title bar and Site Offline pages)." +COM_CONFIG_FIELD_SITE_NAME_DESC="Enter the name of your website. This will be used in various locations (eg the Backend browser title bar and Site Offline pages)." COM_CONFIG_FIELD_SITE_NAME_LABEL="Site Name" -COM_CONFIG_FIELD_SITE_OFFLINE_DESC="Select whether access to the Site frontend is available. If Yes, the frontend will display or not a message depending on the settings below." +COM_CONFIG_FIELD_SITE_OFFLINE_DESC="Select whether access to the Site Frontend is available. If Yes, the Frontend will display or not a message depending on the settings below." COM_CONFIG_FIELD_SITE_OFFLINE_LABEL="Site Offline" COM_CONFIG_FIELD_SITENAME_PAGETITLES_DESC="Begin or end all Page Titles with the site name (for example, My Site Name - My Article Name)." COM_CONFIG_FIELD_SITENAME_PAGETITLES_LABEL="Include Site Name in Page Titles" @@ -233,6 +233,6 @@ COM_CONFIG_SYSTEM="System" COM_CONFIG_SYSTEM_SETTINGS="System Settings" COM_CONFIG_TEXT_FILTER_SETTINGS="Text Filter Settings" COM_CONFIG_TEXT_FILTERS="Text Filters" -COM_CONFIG_TEXT_FILTERS_DESC="These text filter settings will be applied to all text editor fields submitted by users in the selected groups.
These filtering options give more control over the HTML your content providers submit. You can be as strict or as liberal as you require to suit your site needs. The filtering is opt-in and the default settings provide good protection against markup commonly associated with Web site attacks." +COM_CONFIG_TEXT_FILTERS_DESC="These text filter settings will be applied to all text editor fields submitted by users in the selected groups.
These filtering options give more control over the HTML your content providers submit. You can be as strict or as liberal as you require to suit your site needs. The filtering is opt-in and the default settings provide good protection against markup commonly associated with website attacks." COM_CONFIG_XML_DESCRIPTION="Configuration Manager" -JLIB_RULES_SETTING_NOTES="1. If you change the setting, it will apply to this and all child groups, components and content. Note that:
Inherited means that the permissions from the parent group will be used.
Denied means that no matter what the parent group's setting is, the group being edited cannot take this action.
Allowed means that the group being edited will be able to take this action (but if this is in conflict with the parent group it will have no impact; a conflict will be indicated by Not Allowed (Locked) under Calculated Settings).
Not Set is used only for the Public group in global configuration. The Public group is the parent of all other groups. If a permission is not set, it is treated as deny but can be changed for child groups, components, categories and items.
2. If you select a new setting, click Save to refresh the calculated settings." +JLIB_RULES_SETTING_NOTES="1. If you change the setting, it will apply to this and all child groups, components and content. Note that:
Inherited means that the permissions from the parent group will be used.
Denied means that no matter what the parent group's setting is, the group being edited can't take this action.
Allowed means that the group being edited will be able to take this action (but if this is in conflict with the parent group it will have no impact; a conflict will be indicated by Not Allowed (Locked) under Calculated Settings).
Not Set is used only for the Public group in global configuration. The Public group is the parent of all other groups. If a permission is not set, it is treated as deny but can be changed for child groups, components, categories and items.
2. If you select a new setting, click Save to refresh the calculated settings." diff --git a/administrator/language/en-GB/en-GB.com_config.sys.ini b/administrator/language/en-GB/en-GB.com_config.sys.ini index 50d8fb7564db4..23513013b68d1 100644 --- a/administrator/language/en-GB/en-GB.com_config.sys.ini +++ b/administrator/language/en-GB/en-GB.com_config.sys.ini @@ -5,7 +5,7 @@ COM_CONFIG="Configuration Manager" COM_CONFIG_XML_DESCRIPTION="Configuration Manager" -COM_CONFIG_CONFIG_VIEW_DEFAULT_DESC="Displays basic site configuration options" +COM_CONFIG_CONFIG_VIEW_DEFAULT_DESC="Displays basic site configuration options." COM_CONFIG_CONFIG_VIEW_DEFAULT_TITLE="Display Site Configuration Options" COM_CONFIG_TEMPLATES_VIEW_DEFAULT_DESC="Displays template parameter options if the template allows this." COM_CONFIG_TEMPLATES_VIEW_DEFAULT_TITLE="Display Template Options" diff --git a/administrator/language/en-GB/en-GB.com_contact.ini b/administrator/language/en-GB/en-GB.com_contact.ini index 2a7a9eeeec2dc..1c39b9812f73f 100644 --- a/administrator/language/en-GB/en-GB.com_contact.ini +++ b/administrator/language/en-GB/en-GB.com_contact.ini @@ -25,21 +25,21 @@ COM_CONTACT_ERROR_UNIQUE_ALIAS="Another Contact from this category has the same COM_CONTACT_ERROR_ALL_LANGUAGE_ASSOCIATED="A contact item set to All languages can't be associated. Associations have not been set." COM_CONTACT_FIELD_ARTICLES_SHOW_DESC="If this contact is mapped to a user, and if this is set to Show, then a list of articles created by this user will show." COM_CONTACT_FIELD_ARTICLES_SHOW_LABEL="Show User Articles" -COM_CONTACT_FIELD_BREADCRUMBS_DESC="Show/Hide Category Breadcrumbs" +COM_CONTACT_FIELD_BREADCRUMBS_DESC="Show/Hide category breadcrumbs." COM_CONTACT_FIELD_BREADCRUMBS_LABEL="Show Category Breadcrumbs" COM_CONTACT_FIELD_CAPTCHA_DESC="Select the captcha plugin that will be used in the contact form. You may need to enter required information for your captcha plugin in the Plugin Manager.
If 'Use Default' is selected, make sure a captcha plugin is selected in Global Configuration." COM_CONTACT_FIELD_CAPTCHA_LABEL="Allow Captcha on Contact" COM_CONTACT_FIELD_CATEGORIES_DESC="Displays a list of contact categories within a category." -COM_CONTACT_FIELD_CATEGORIES_LABEL="Choose a parent category" -COM_CONTACT_FIELD_CATEGORY_DESC="Select a contact category to display" -COM_CONTACT_FIELD_CATEGORY_LABEL="Select a category" -COM_CONTACT_FIELD_CONFIG_ALLOW_VCARD_DESC="Allow vCard to be displayed" +COM_CONTACT_FIELD_CATEGORIES_LABEL="Choose a Parent Category" +COM_CONTACT_FIELD_CATEGORY_DESC="Select a contact category to display." +COM_CONTACT_FIELD_CATEGORY_LABEL="Select a Category" +COM_CONTACT_FIELD_CONFIG_ALLOW_VCARD_DESC="Allow vCard to be displayed." COM_CONTACT_FIELD_CONFIG_ALLOW_VCARD_LABEL="Allow vCard" COM_CONTACT_FIELD_CONFIG_BANNED_EMAIL_DESC="Email addresses not allowed to submit contact form." COM_CONTACT_FIELD_CONFIG_BANNED_EMAIL_LABEL="Banned Email" -COM_CONTACT_FIELD_CONFIG_BANNED_SUBJECT_DESC="Subjects not allowed in contact form" +COM_CONTACT_FIELD_CONFIG_BANNED_SUBJECT_DESC="Subjects not allowed in contact form." COM_CONTACT_FIELD_CONFIG_BANNED_SUBJECT_LABEL="Banned Subject" -COM_CONTACT_FIELD_CONFIG_BANNED_TEXT_DESC="Text not allowed in contact form body" +COM_CONTACT_FIELD_CONFIG_BANNED_TEXT_DESC="Text not allowed in contact form body." COM_CONTACT_FIELD_CONFIG_BANNED_TEXT_LABEL="Banned Text" COM_CONTACT_FIELD_CONFIG_CATEGORIES_DESC="These settings apply for Contact Categories Options unless they are changed for a specific menu item." COM_CONTACT_FIELD_CONFIG_CATEGORY_DESC="These settings apply for Contact Category Options unless they are changed for a specific menu item." @@ -51,7 +51,7 @@ COM_CONTACT_FIELD_CONFIG_CUSTOM_REPLY_LABEL="Custom Reply" COM_CONTACT_FIELD_CONFIG_EMAIL_DESC="Show/Hide an Email column in the list of Contacts." COM_CONTACT_FIELD_CONFIG_FAX_DESC="Show/Hide a Fax column in the list of Contacts." COM_CONTACT_FIELD_CONFIG_FAX_LABEL="Fax" -COM_CONTACT_FIELD_CONFIG_INDIVIDUAL_CONTACT_DESC="These settings apply for single Contact unless they are changed for a specific menu item or Contact" +COM_CONTACT_FIELD_CONFIG_INDIVIDUAL_CONTACT_DESC="These settings apply for single Contact unless they are changed for a specific menu item or Contact." COM_CONTACT_FIELD_CONFIG_INDIVIDUAL_CONTACT_DISPLAY="Contact" COM_CONTACT_FIELD_CONFIG_MOBILE_DESC="Show/Hide show a Mobile column in the list of Contacts." COM_CONTACT_FIELD_CONFIG_MOBILE_LABEL="Mobile" @@ -72,26 +72,26 @@ COM_CONTACT_FIELD_CONFIG_VCARD_DESC="Show/Hide a vCard column in the list of Con COM_CONTACT_FIELD_CONFIG_VCARD_LABEL="vCard" COM_CONTACT_FIELD_CONTACT_SHOW_CATEGORY_DESC="If "Hide", the Contact Category will not show. If "Show Without Link", Category will show as text. If "Show With Link", Category will show as a link to a Single Category Menu Item." COM_CONTACT_FIELD_CONTACT_SHOW_CATEGORY_LABEL="Contact Category" -COM_CONTACT_FIELD_CONTACT_SHOW_LIST_DESC="If Show, the user will be able to change which contact is shown by selecting a contact from a drop-down list of all contacts in the current contact category." +COM_CONTACT_FIELD_CONTACT_SHOW_LIST_DESC="If Show, the user will be able to change which contact is shown by selecting a contact from a dropdown list of all contacts in the current contact category." COM_CONTACT_FIELD_CONTACT_SHOW_LIST_LABEL="Show Contact List" COM_CONTACT_FIELD_CREATED_BY_ALIAS_DESC="Enter an alias to be displayed instead of the name of the user who created the contact." COM_CONTACT_FIELD_CREATED_BY_ALIAS_LABEL="Created By Alias" COM_CONTACT_FIELD_CREATED_BY_DESC="Select the name of the user who created the contact." COM_CONTACT_FIELD_CREATED_DESC="Date contact was created." -COM_CONTACT_FIELD_CREATED_LABEL="Created date" +COM_CONTACT_FIELD_CREATED_LABEL="Created Date" COM_CONTACT_FIELD_EMAIL_BANNED_EMAIL_DESC="Email addresses not allowed to submit contact form." COM_CONTACT_FIELD_EMAIL_BANNED_EMAIL_LABEL="Banned Email" -COM_CONTACT_FIELD_EMAIL_BANNED_SUBJECT_DESC="Subjects not allowed in contact form" +COM_CONTACT_FIELD_EMAIL_BANNED_SUBJECT_DESC="Subjects not allowed in contact form." COM_CONTACT_FIELD_EMAIL_BANNED_SUBJECT_LABEL="Banned Subject" -COM_CONTACT_FIELD_EMAIL_BANNED_TEXT_DESC="Text not allowed in contact form body" +COM_CONTACT_FIELD_EMAIL_BANNED_TEXT_DESC="Text not allowed in contact form body." COM_CONTACT_FIELD_EMAIL_BANNED_TEXT_LABEL="Banned Text" COM_CONTACT_FIELD_EMAIL_EMAIL_COPY_DESC="Hide or Show checkbox to allow copy of email to be sent to submitter." COM_CONTACT_FIELD_EMAIL_EMAIL_COPY_LABEL="Send Copy to Submitter" COM_CONTACT_FIELD_EMAIL_SHOW_FORM_DESC="Show or Hide contact form." COM_CONTACT_FIELD_EMAIL_SHOW_FORM_LABEL="Show Contact Form" COM_CONTACT_FIELD_FEATURED_DESC="If marked yes, will be displayed in featured view." -COM_CONTACT_FIELD_FEEDLINK_DESC="Show/Hide a feed link for this contact category" -COM_CONTACT_FIELD_FEEDLINK_LABEL="Feed link" +COM_CONTACT_FIELD_FEEDLINK_DESC="Show/Hide a feed link for this contact category." +COM_CONTACT_FIELD_FEEDLINK_LABEL="Feed Link" COM_CONTACT_FIELD_ICONS_ADDRESS_DESC="Select the Address icon. If none selected, the default icon will be displayed." COM_CONTACT_FIELD_ICONS_ADDRESS_LABEL="Address Icon" COM_CONTACT_FIELD_ICONS_EMAIL_DESC="Select the Email icon. If none selected, the default icon will be displayed." @@ -106,112 +106,112 @@ COM_CONTACT_FIELD_ICONS_SETTINGS_DESC="Choose whether to display icons, text or COM_CONTACT_FIELD_ICONS_SETTINGS_LABEL="Settings" COM_CONTACT_FIELD_ICONS_TELEPHONE_DESC="Select the Telephone icon. If none selected, the default icon will be displayed." COM_CONTACT_FIELD_ICONS_TELEPHONE_LABEL="Telephone Icon" -COM_CONTACT_FIELD_IMAGE_ALIGN_DESC="Alignment of the image" -COM_CONTACT_FIELD_IMAGE_ALIGN_LABEL="Image alignment" -COM_CONTACT_FIELD_INFORMATION_ADDRESS_DESC="Contact's Address" +COM_CONTACT_FIELD_IMAGE_ALIGN_DESC="Alignment of the image." +COM_CONTACT_FIELD_IMAGE_ALIGN_LABEL="Image Alignment" +COM_CONTACT_FIELD_INFORMATION_ADDRESS_DESC="Contact's address." COM_CONTACT_FIELD_INFORMATION_ADDRESS_LABEL="Address" -COM_CONTACT_FIELD_INFORMATION_COUNTRY_DESC="Contact's Country" +COM_CONTACT_FIELD_INFORMATION_COUNTRY_DESC="Contact's country." COM_CONTACT_FIELD_INFORMATION_COUNTRY_LABEL="Country" -COM_CONTACT_FIELD_INFORMATION_EMAIL_DESC="Contact's Email" -COM_CONTACT_FIELD_INFORMATION_FAX_DESC="Contact's Fax" +COM_CONTACT_FIELD_INFORMATION_EMAIL_DESC="Contact's email." +COM_CONTACT_FIELD_INFORMATION_FAX_DESC="Contact's fax." COM_CONTACT_FIELD_INFORMATION_FAX_LABEL="Fax" -COM_CONTACT_FIELD_INFORMATION_MISC_DESC="Contact's Miscellaneous Information" +COM_CONTACT_FIELD_INFORMATION_MISC_DESC="Contact's miscellaneous information." COM_CONTACT_FIELD_INFORMATION_MISC_LABEL="Miscellaneous Information" -COM_CONTACT_FIELD_INFORMATION_MOBILE_DESC="Contact's Mobile phone" +COM_CONTACT_FIELD_INFORMATION_MOBILE_DESC="Contact's mobile phone." COM_CONTACT_FIELD_INFORMATION_MOBILE_LABEL="Mobile" -COM_CONTACT_FIELD_INFORMATION_POSITION_DESC="Contact's Position" +COM_CONTACT_FIELD_INFORMATION_POSITION_DESC="Contact's position." COM_CONTACT_FIELD_INFORMATION_POSITION_LABEL="Position" -COM_CONTACT_FIELD_INFORMATION_POSTCODE_DESC="Contact's Postal Code" -COM_CONTACT_FIELD_INFORMATION_POSTCODE_LABEL="Postal / ZIP Code" -COM_CONTACT_FIELD_INFORMATION_STATE_DESC="Contact's State or Province" +COM_CONTACT_FIELD_INFORMATION_POSTCODE_DESC="Contact's postal code." +COM_CONTACT_FIELD_INFORMATION_POSTCODE_LABEL="Postal/ZIP Code" +COM_CONTACT_FIELD_INFORMATION_STATE_DESC="Contact's state or province." COM_CONTACT_FIELD_INFORMATION_STATE_LABEL="State or Province" -COM_CONTACT_FIELD_INFORMATION_SUBURB_DESC="Contact's City or Suburb" +COM_CONTACT_FIELD_INFORMATION_SUBURB_DESC="Contact's city or suburb." COM_CONTACT_FIELD_INFORMATION_SUBURB_LABEL="City or Suburb" -COM_CONTACT_FIELD_INFORMATION_TELEPHONE_DESC="Contact's Telephone" +COM_CONTACT_FIELD_INFORMATION_TELEPHONE_DESC="Contact's telephone." COM_CONTACT_FIELD_INFORMATION_TELEPHONE_LABEL="Telephone" COM_CONTACT_FIELD_INFORMATION_WEBPAGE_DESC="Contact's Website. IDN (International) Links are converted to punycode when they are saved." COM_CONTACT_FIELD_INFORMATION_WEBPAGE_LABEL="Website" COM_CONTACT_FIELD_INITIAL_SORT_DESC="Choose the field or fields by which contacts will be sorted." -COM_CONTACT_FIELD_INITIAL_SORT_LABEL="Sort by" -COM_CONTACT_FIELD_LANGUAGE_DESC="Assign a language for this contact" -COM_CONTACT_FIELD_LIMIT_BOX_DESC="Show/Hide limit box" +COM_CONTACT_FIELD_INITIAL_SORT_LABEL="Sort By" +COM_CONTACT_FIELD_LANGUAGE_DESC="Assign a language for this contact." +COM_CONTACT_FIELD_LIMIT_BOX_DESC="Show/Hide limit box." COM_CONTACT_FIELD_LIMIT_BOX_LABEL="Limit box" -COM_CONTACT_FIELD_LINK_NAME_DESC="An additional link for this contact" -COM_CONTACT_FIELD_LINKA_DESC="Enter a URL for Link A" +COM_CONTACT_FIELD_LINK_NAME_DESC="An additional link for this contact." +COM_CONTACT_FIELD_LINKA_DESC="Enter a URL for Link A." COM_CONTACT_FIELD_LINKA_LABEL="Link A URL" COM_CONTACT_FIELD_LINKA_NAME_LABEL="Link A Label" -COM_CONTACT_FIELD_LINKB_DESC="Enter a URL for Link B" +COM_CONTACT_FIELD_LINKB_DESC="Enter a URL for Link B." COM_CONTACT_FIELD_LINKB_LABEL="Link B URL" COM_CONTACT_FIELD_LINKB_NAME_LABEL="Link B Label" -COM_CONTACT_FIELD_LINKC_DESC="Enter a URL for Link C" +COM_CONTACT_FIELD_LINKC_DESC="Enter a URL for Link C." COM_CONTACT_FIELD_LINKC_LABEL="Link C URL" COM_CONTACT_FIELD_LINKC_NAME_LABEL="Link C Label" -COM_CONTACT_FIELD_LINKD_DESC="Enter a URL for Link D" +COM_CONTACT_FIELD_LINKD_DESC="Enter a URL for Link D." COM_CONTACT_FIELD_LINKD_LABEL="Link D URL" COM_CONTACT_FIELD_LINKD_NAME_LABEL="Link D Label" -COM_CONTACT_FIELD_LINKE_DESC="Enter a URL for Link E" +COM_CONTACT_FIELD_LINKE_DESC="Enter a URL for Link E." COM_CONTACT_FIELD_LINKE_LABEL="Link E URL" COM_CONTACT_FIELD_LINKE_NAME_LABEL="Link E Label" -COM_CONTACT_FIELD_LINKED_USER_DESC="Linked Joomla! User" +COM_CONTACT_FIELD_LINKED_USER_DESC="Linked Joomla! user." COM_CONTACT_FIELD_LINKED_USER_LABEL="Linked User" COM_CONTACT_FIELD_MODIFIED_DESC="The date and time that the contact was last modified." -COM_CONTACT_FIELD_NAME_DESC="Contact Name" +COM_CONTACT_FIELD_NAME_DESC="Contact name." COM_CONTACT_FIELD_NAME_LABEL="Name" COM_CONTACT_FIELD_NUM_CONTACTS_DESC="Number of Contacts to display as list." -COM_CONTACT_FIELD_NUM_CONTACTS_LABEL="Number of contacts" -COM_CONTACT_FIELD_PARAMS_CONTACT_E_MAIL_DESC="Show or Hide contact email" -COM_CONTACT_FIELD_PARAMS_CONTACT_POSITION_DESC="Show or Hide position" +COM_CONTACT_FIELD_NUM_CONTACTS_LABEL="Number of Contacts" +COM_CONTACT_FIELD_PARAMS_CONTACT_E_MAIL_DESC="Show or Hide contact email." +COM_CONTACT_FIELD_PARAMS_CONTACT_POSITION_DESC="Show or Hide position." COM_CONTACT_FIELD_PARAMS_CONTACT_POSITION_LABEL="Contact's Position" -COM_CONTACT_FIELD_PARAMS_COUNTRY_DESC="Show or Hide Country" +COM_CONTACT_FIELD_PARAMS_COUNTRY_DESC="Show or Hide country." COM_CONTACT_FIELD_PARAMS_COUNTRY_LABEL="Country" -COM_CONTACT_FIELD_PARAMS_FAX_DESC="Show or Hide fax number" +COM_CONTACT_FIELD_PARAMS_FAX_DESC="Show or Hide fax number." COM_CONTACT_FIELD_PARAMS_FAX_LABEL="Fax" COM_CONTACT_FIELD_PARAMS_IMAGE_DESC="Select the contact image." COM_CONTACT_FIELD_PARAMS_IMAGE_LABEL="Image" -COM_CONTACT_FIELD_PARAMS_MISC_INFO_DESC="Show or Hide miscellaneous information" +COM_CONTACT_FIELD_PARAMS_MISC_INFO_DESC="Show or Hide miscellaneous information." COM_CONTACT_FIELD_PARAMS_MISC_INFO_LABEL="Misc. Information" -COM_CONTACT_FIELD_PARAMS_MOBILE_DESC="Show or Hide mobile number" -COM_CONTACT_FIELD_PARAMS_MOBILE_LABEL="Mobile phone" -COM_CONTACT_FIELD_PARAMS_NAME_DESC="Show name of the contact" +COM_CONTACT_FIELD_PARAMS_MOBILE_DESC="Show or Hide mobile number." +COM_CONTACT_FIELD_PARAMS_MOBILE_LABEL="Mobile Phone" +COM_CONTACT_FIELD_PARAMS_NAME_DESC="Show name of the contact." COM_CONTACT_FIELD_PARAMS_NAME_LABEL="Name" -COM_CONTACT_FIELD_PARAMS_POST-ZIP_CODE_DESC="Show or Hide postal or zip code" +COM_CONTACT_FIELD_PARAMS_POST-ZIP_CODE_DESC="Show or Hide postal or zip code." COM_CONTACT_FIELD_PARAMS_POST-ZIP_CODE_LABEL="Postal Code" -COM_CONTACT_FIELD_PARAMS_SHOW_IMAGE_DESC="Show or Hide image" +COM_CONTACT_FIELD_PARAMS_SHOW_IMAGE_DESC="Show or Hide image." COM_CONTACT_FIELD_PARAMS_SHOW_IMAGE_LABEL="Image" -COM_CONTACT_FIELD_PARAMS_STATE-COUNTY_DESC="Show or Hide state or county" +COM_CONTACT_FIELD_PARAMS_STATE-COUNTY_DESC="Show or Hide state or county." COM_CONTACT_FIELD_PARAMS_STATE-COUNTY_LABEL="State or County" -COM_CONTACT_FIELD_PARAMS_STREET_ADDRESS_DESC="Show or Hide street address" +COM_CONTACT_FIELD_PARAMS_STREET_ADDRESS_DESC="Show or Hide street address." COM_CONTACT_FIELD_PARAMS_STREET_ADDRESS_LABEL="Street Address" -COM_CONTACT_FIELD_PARAMS_TELEPHONE_DESC="Show or Hide telephone number" +COM_CONTACT_FIELD_PARAMS_TELEPHONE_DESC="Show or Hide telephone number." COM_CONTACT_FIELD_PARAMS_TELEPHONE_LABEL="Telephone" -COM_CONTACT_FIELD_PARAMS_TOWN-SUBURB_DESC="Show or hide city or suburb" +COM_CONTACT_FIELD_PARAMS_TOWN-SUBURB_DESC="Show or hide city or suburb." COM_CONTACT_FIELD_PARAMS_TOWN-SUBURB_LABEL="City or Suburb" -COM_CONTACT_FIELD_PARAMS_VCARD_DESC="Whether or not to allow export to vCard format" +COM_CONTACT_FIELD_PARAMS_VCARD_DESC="Whether or not to allow export to vCard format." COM_CONTACT_FIELD_PARAMS_VCARD_LABEL="vCard" -COM_CONTACT_FIELD_PARAMS_WEBPAGE_DESC="Show or hide webpage" +COM_CONTACT_FIELD_PARAMS_WEBPAGE_DESC="Show or hide webpage." COM_CONTACT_FIELD_PARAMS_WEBPAGE_LABEL="Webpage" -COM_CONTACT_FIELD_PRESENTATION_DESC="Determines the style used to display sections of the contact form" -COM_CONTACT_FIELD_PRESENTATION_LABEL="Display format" +COM_CONTACT_FIELD_PRESENTATION_DESC="Determines the style used to display sections of the contact form." +COM_CONTACT_FIELD_PRESENTATION_LABEL="Display Format" COM_CONTACT_FIELD_PROFILE_SHOW_DESC="If this contact is mapped to a user, and if this is set to Show, then the profile of this user will show." COM_CONTACT_FIELD_PROFILE_SHOW_LABEL="Show Profile" COM_CONTACT_FIELD_PUBLISH_DOWN_DESC="An optional date to Finish Publishing the contact." COM_CONTACT_FIELD_PUBLISH_DOWN_LABEL="Finish Publishing" COM_CONTACT_FIELD_PUBLISH_UP_DESC="An optional date to Start Publishing the contact." COM_CONTACT_FIELD_PUBLISH_UP_LABEL="Start Publishing" -COM_CONTACT_FIELD_SHOW_CAT_ITEMS_DESC="Show or Hide the number of Contacts in category" +COM_CONTACT_FIELD_SHOW_CAT_ITEMS_DESC="Show or Hide the number of contacts in category." COM_CONTACT_FIELD_SHOW_CAT_ITEMS_LABEL="# Contacts in Category" -COM_CONTACT_FIELD_SHOW_CATEGORY_DESC="Displays the category" +COM_CONTACT_FIELD_SHOW_CATEGORY_DESC="Displays the category." COM_CONTACT_FIELD_SHOW_LINKS_DESC="Show or hide the links." COM_CONTACT_FIELD_SHOW_LINKS_LABEL="Show Links" -COM_CONTACT_FIELD_SHOW_CAT_TAGS_DESC="Show the tags for a contact category" +COM_CONTACT_FIELD_SHOW_CAT_TAGS_DESC="Show the tags for a contact category." COM_CONTACT_FIELD_SHOW_CAT_TAGS_LABEL="Show Tags" -COM_CONTACT_FIELD_SHOW_TAGS_DESC="Show the tags for a contact" +COM_CONTACT_FIELD_SHOW_TAGS_DESC="Show the tags for a contact." COM_CONTACT_FIELD_SHOW_TAGS_LABEL="Show Tags" -COM_CONTACT_FIELD_SORTNAME1_DESC="The part of the name to use as the first sort field" +COM_CONTACT_FIELD_SORTNAME1_DESC="The part of the name to use as the first sort field." COM_CONTACT_FIELD_SORTNAME1_LABEL="First Sort Field" -COM_CONTACT_FIELD_SORTNAME2_DESC="The part of the name to use as the second sort field" +COM_CONTACT_FIELD_SORTNAME2_DESC="The part of the name to use as the second sort field." COM_CONTACT_FIELD_SORTNAME2_LABEL="Second Sort Field" -COM_CONTACT_FIELD_SORTNAME3_DESC="The part of the name to use as the third sort field" +COM_CONTACT_FIELD_SORTNAME3_DESC="The part of the name to use as the third sort field." COM_CONTACT_FIELD_SORTNAME3_LABEL="Third Sort Field" COM_CONTACT_FIELD_VALUE_ICONS="Icons" COM_CONTACT_FIELD_VALUE_NAME="Name" @@ -232,55 +232,55 @@ COM_CONTACT_FIELDSET_CONTACTFORM_LABEL="Mail Options" COM_CONTACT_FIELDSET_OPTIONS="Display Options" COM_CONTACT_FILTER_DESC="Choose the type of filter to display per default." COM_CONTACT_FILTER_LABEL="Filter field" -COM_CONTACT_FILTER_SEARCH_DESC="Enter text to show matching contacts" +COM_CONTACT_FILTER_SEARCH_DESC="Enter text to show matching contacts." COM_CONTACT_ICONS_SETTINGS="Icons" COM_CONTACT_HEADING_ASSOCIATION="Association" -COM_CONTACT_HITS_DESC="Number of hits for this contact" +COM_CONTACT_HITS_DESC="Number of hits for this contact." COM_CONTACT_ID_LABEL="ID" COM_CONTACT_ITEM_ASSOCIATIONS_FIELDSET_LABEL="Contact Item Associations" COM_CONTACT_ITEM_ASSOCIATIONS_FIELDSET_DESC="Multilingual only! This choice will only display if the Language Filter parameter 'Item Associations' is set to 'Yes'. Choose a contact item for the target language. This association will let the Language Switcher module redirect to the associated contact item in another language. If used, make sure to display the Language switcher module on the concerned pages. A contact item set to language 'All' can't be associated." COM_CONTACT_MAIL_FIELDSET_LABEL="Mail Options" COM_CONTACT_MANAGER_CONTACT="Contact Manager: Contact" COM_CONTACT_MANAGER_CONTACTS="Contact Manager: Contacts" -COM_CONTACT_N_ITEMS_ARCHIVED="%d contacts successfully archived" -COM_CONTACT_N_ITEMS_ARCHIVED_1="%d contact successfully archived" -COM_CONTACT_N_ITEMS_CHECKED_IN_0="No contact successfully checked in" -COM_CONTACT_N_ITEMS_CHECKED_IN_1="%d contact successfully checked in" -COM_CONTACT_N_ITEMS_CHECKED_IN_MORE="%d contacts successfully checked in" -COM_CONTACT_N_ITEMS_DELETED="%d contacts successfully deleted" -COM_CONTACT_N_ITEMS_DELETED_1="%d contact successfully deleted" -COM_CONTACT_N_ITEMS_PUBLISHED="%d contacts successfully published" -COM_CONTACT_N_ITEMS_PUBLISHED_1="%d contact successfully published" -COM_CONTACT_N_ITEMS_TRASHED="%d contacts successfully trashed" -COM_CONTACT_N_ITEMS_TRASHED_1="%d contact successfully trashed" -COM_CONTACT_N_ITEMS_UNPUBLISHED="%d contacts successfully unpublished" -COM_CONTACT_N_ITEMS_UNPUBLISHED_1="%d contact successfully unpublished" -COM_CONTACT_NAME_DESC="Contact Name" +COM_CONTACT_N_ITEMS_ARCHIVED="%d contacts successfully archived." +COM_CONTACT_N_ITEMS_ARCHIVED_1="%d contact successfully archived." +COM_CONTACT_N_ITEMS_CHECKED_IN_0="No contact successfully checked in." +COM_CONTACT_N_ITEMS_CHECKED_IN_1="%d contact successfully checked in." +COM_CONTACT_N_ITEMS_CHECKED_IN_MORE="%d contacts successfully checked in." +COM_CONTACT_N_ITEMS_DELETED="%d contacts successfully deleted." +COM_CONTACT_N_ITEMS_DELETED_1="%d contact successfully deleted." +COM_CONTACT_N_ITEMS_PUBLISHED="%d contacts successfully published." +COM_CONTACT_N_ITEMS_PUBLISHED_1="%d contact successfully published." +COM_CONTACT_N_ITEMS_TRASHED="%d contacts successfully trashed." +COM_CONTACT_N_ITEMS_TRASHED_1="%d contact successfully trashed." +COM_CONTACT_N_ITEMS_UNPUBLISHED="%d contacts successfully unpublished." +COM_CONTACT_N_ITEMS_UNPUBLISHED_1="%d contact successfully unpublished." +COM_CONTACT_NAME_DESC="Contact name." COM_CONTACT_NEW_CONTACT="New Contact" -COM_CONTACT_NO_ITEM_SELECTED="No contacts selected" +COM_CONTACT_NO_ITEM_SELECTED="No contacts selected." COM_CONTACT_OPTIONS="Options" -COM_CONTACT_SAVE_SUCCESS="Contact successfully saved" +COM_CONTACT_SAVE_SUCCESS="Contact successfully saved." COM_CONTACT_SEARCH_IN_NAME="Search contacts by name" COM_CONTACT_SELECT_A_CONTACT="Select a Contact" -COM_CONTACT_SELECT_CONTACT_DESC="Press the button to show and select a contact from the list" +COM_CONTACT_SELECT_CONTACT_DESC="Press the button to show and select a contact from the list." COM_CONTACT_SELECT_CONTACT_LABEL="Select Contact" COM_CONTACT_SELECT_USER="Select User" -COM_CONTACT_SHOW_EMAIL_ADDRESS_DESC="Show Email Address" +COM_CONTACT_SHOW_EMAIL_ADDRESS_DESC="Show email address." COM_CONTACT_SHOW_EMAIL_ADDRESS_LABEL="Email Address" COM_CONTACT_SHOW_EMPTY_CATEGORIES_DESC="If Show, empty categories will display. A category is only empty - if it has no Contacts or subcategories." COM_CONTACT_SUBMENU_CATEGORIES="Categories" COM_CONTACT_SUBMENU_CONTACTS="Contacts" COM_CONTACT_TIP_ASSOCIATION="Associated contacts" COM_CONTACT_TIP_ASSOCIATED_LANGUAGE="%s %s (%s)" -COM_CONTACT_TOGGLE_TO_FEATURE="Toggle to change contact state to 'Featured'" -COM_CONTACT_TOGGLE_TO_UNFEATURE="Toggle to change contact state to 'Unfeatured'" +COM_CONTACT_TOGGLE_TO_FEATURE="Toggle to change contact state to 'Featured'." +COM_CONTACT_TOGGLE_TO_UNFEATURE="Toggle to change contact state to 'Unfeatured'." COM_CONTACT_UNFEATURED="Unfeatured contact" -COM_CONTACT_WARNING_CATEGORY="This category is invalid" -COM_CONTACT_WARNING_PROVIDE_VALID_NAME="Please provide a valid name" -COM_CONTACT_WARNING_PROVIDE_VALID_URL="Please provide a valid URL" -COM_CONTACT_WARNING_SELECT_CONTACT_TOPUBLISH="Please select a contact to publish" -COM_CONTACT_XML_DESCRIPTION="This component shows a listing of contact information" +COM_CONTACT_WARNING_CATEGORY="This category is invalid." +COM_CONTACT_WARNING_PROVIDE_VALID_NAME="Please provide a valid name." +COM_CONTACT_WARNING_PROVIDE_VALID_URL="Please provide a valid URL." +COM_CONTACT_WARNING_SELECT_CONTACT_TOPUBLISH="Please select a contact to publish." +COM_CONTACT_XML_DESCRIPTION="This component shows a listing of contact information." JGLOBAL_FIELDSET_MISCELLANEOUS="Miscellaneous Information" JGLOBAL_NEWITEMSLAST_DESC="New Contacts default to the last position. Ordering can be changed after this Contact is saved." JLIB_HTML_BATCH_USER_LABEL="Set Linked User" -JLIB_RULES_SETTING_NOTES="1. If you change the setting, it will apply to this component. Note that:
Inherited means that the permissions from global configuration and parent group will be used.
Denied means that no matter what the global configuration or parent group settings are, the group being edited cannot take this action on this component.
Allowed means that the group being edited will be able to take this action for this component (but if this is in conflict with the global configuration or parent group it will have no impact; a conflict will be indicated by Not Allowed (Locked) under Calculated Settings).
2. If you select a new setting, click Save to refresh the calculated settings." +JLIB_RULES_SETTING_NOTES="1. If you change the setting, it will apply to this component. Note that:
Inherited means that the permissions from global configuration and parent group will be used.
Denied means that no matter what the global configuration or parent group settings are, the group being edited can't take this action on this component.
Allowed means that the group being edited will be able to take this action for this component (but if this is in conflict with the global configuration or parent group it will have no impact; a conflict will be indicated by Not Allowed (Locked) under Calculated Settings).
2. If you select a new setting, click Save to refresh the calculated settings." diff --git a/administrator/language/en-GB/en-GB.com_contact.sys.ini b/administrator/language/en-GB/en-GB.com_contact.sys.ini index a99e66f4e70dc..005da9430cc7d 100644 --- a/administrator/language/en-GB/en-GB.com_contact.sys.ini +++ b/administrator/language/en-GB/en-GB.com_contact.sys.ini @@ -22,4 +22,4 @@ COM_CONTACT_FEATURED_VIEW_DEFAULT_DESC="This view lists the featured contacts." COM_CONTACT_FEATURED_VIEW_DEFAULT_OPTION="Default" COM_CONTACT_FEATURED_VIEW_DEFAULT_TITLE="Featured Contacts" COM_CONTACT_CONTACTS="Contacts" -COM_CONTACT_XML_DESCRIPTION="This component shows a listing of Contact Information" +COM_CONTACT_XML_DESCRIPTION="This component shows a listing of Contact Information." diff --git a/administrator/language/en-GB/en-GB.com_content.ini b/administrator/language/en-GB/en-GB.com_content.ini index 4b86c0bd2e3b2..98d37e31957ee 100644 --- a/administrator/language/en-GB/en-GB.com_content.ini +++ b/administrator/language/en-GB/en-GB.com_content.ini @@ -17,18 +17,18 @@ COM_CONTENT_BATCH_MENU_LABEL="Select Category for Move/Copy" COM_CONTENT_BATCH_OPTIONS="Batch process the selected articles" COM_CONTENT_BATCH_TIP="If a category is selected for move/copy, any actions selected will be applied to the copied or moved articles. Otherwise, all actions are applied to the selected articles." COM_CONTENT_CHANGE_ARTICLE="Select or Change article" -COM_CONTENT_CHANGE_ARTICLE_BUTTON="Select / Change" -COM_CONTENT_CHOOSE_CATEGORY_DESC="Select a parent category" +COM_CONTENT_CHANGE_ARTICLE_BUTTON="Select/Change" +COM_CONTENT_CHOOSE_CATEGORY_DESC="Select a parent category." COM_CONTENT_CONFIG_ARTICLE_SETTINGS_DESC="These settings apply for article layouts unless they are changed for a specific menu item." COM_CONTENT_CONFIG_BLOG_SETTINGS_DESC="These settings apply for blog or featured layouts unless they are changed for a specific menu item." -COM_CONTENT_CONFIG_BLOG_SETTINGS_LABEL="Blog / Featured Layouts" +COM_CONTENT_CONFIG_BLOG_SETTINGS_LABEL="Blog/Featured Layouts" COM_CONTENT_CONFIG_CATEGORIES_SETTINGS_DESC="These settings apply for Articles Categories Options, unless they are changed by the individual category or menu settings." COM_CONTENT_CONFIG_CATEGORY_SETTINGS_DESC="These settings apply for Articles Category Options unless they are changed by the individual category or menu settings." COM_CONTENT_CONFIG_EDITOR_LAYOUT="These options control the layout of the article editing page." COM_CONTENT_CONFIG_INTEGRATION_SETTINGS_DESC="These settings determine how the Article Component will integrate with other extensions." COM_CONTENT_CONFIG_LIST_SETTINGS_DESC="These settings apply for List Layouts Options unless they are changed for a specific menu item or category." COM_CONTENT_CONFIGURATION="Article Manager Options" -COM_CONTENT_CREATE_ARTICLE_CATEGORY_LABEL="Default category" +COM_CONTENT_CREATE_ARTICLE_CATEGORY_LABEL="Default Category" COM_CONTENT_CREATE_ARTICLE_CATEGORY_DESC="If set to 'Yes', this page will only let you create articles in the category selected below." COM_CONTENT_DRILL_CATEGORIES_LABEL="List or Blog: after choosing the display,
make sure you define the Options in the desired layout." COM_CONTENT_DRILL_DOWN_LAYOUT_DESC="When drilling down to a category, whether to show articles in a list or blog layout." @@ -37,36 +37,36 @@ COM_CONTENT_EDIT_ARTICLE="Edit Article" COM_CONTENT_EDITORCONFIG_FIELDSET_LABEL="Configure Edit Screen" COM_CONTENT_EDITING_LAYOUT="Editing Layout" COM_CONTENT_ERROR_ALL_LANGUAGE_ASSOCIATED="A content item set to All languages can't be associated. Associations have not been set." -COM_CONTENT_FEATURED="Featured article" +COM_CONTENT_FEATURED="Featured Article" COM_CONTENT_FEATURED_ARTICLES="Featured Articles" COM_CONTENT_FEATURED_CATEGORIES_DESC="Optional list of categories. If selected, only featured articles from the selected categories will show. Use Ctrl+Click to select or unselect." COM_CONTENT_FEATURED_CATEGORIES_LABEL="Select Categories" COM_CONTENT_FEATURED_ORDER="Featured Articles Order" COM_CONTENT_FEATURED_TITLE="Article Manager: Featured Articles" -COM_CONTENT_FIELD_ARTICLETEXT_DESC="Enter the article content in the text-area" +COM_CONTENT_FIELD_ARTICLETEXT_DESC="Enter the article content in the text area." COM_CONTENT_FIELD_ARTICLETEXT_LABEL="Article Text" COM_CONTENT_FIELD_CREATED_BY_ALIAS_DESC="Enter an alias to be displayed instead of the name of the user who created the article." -COM_CONTENT_FIELD_CREATED_BY_ALIAS_LABEL="Created by alias" +COM_CONTENT_FIELD_CREATED_BY_ALIAS_LABEL="Created by Alias" COM_CONTENT_FIELD_CREATED_BY_DESC="Select the name of the user who created the article." -COM_CONTENT_FIELD_CREATED_BY_LABEL="Created by" -COM_CONTENT_FIELD_CREATED_DESC="Created Date" +COM_CONTENT_FIELD_CREATED_BY_LABEL="Created By" +COM_CONTENT_FIELD_CREATED_DESC="Created date." COM_CONTENT_FIELD_CREATED_LABEL="Created Date" -COM_CONTENT_FIELD_FEATURED_DESC="Assign the article to the featured blog layout" -COM_CONTENT_FIELD_FULL_DESC="Image for the single article display" -COM_CONTENT_FIELD_FULL_LABEL="Full article image" +COM_CONTENT_FIELD_FEATURED_DESC="Assign the article to the featured blog layout." +COM_CONTENT_FIELD_FULL_DESC="Image for the single article display." +COM_CONTENT_FIELD_FULL_LABEL="Full Article Image" COM_CONTENT_FIELD_FULLTEXT="Full text" -COM_CONTENT_FIELD_HITS_DESC="Number of hits for this article" -COM_CONTENT_FIELD_IMAGE_DESC="The image to be displayed" +COM_CONTENT_FIELD_HITS_DESC="Number of hits for this article." +COM_CONTENT_FIELD_IMAGE_DESC="The image to be displayed." COM_CONTENT_FIELD_IMAGE_ALT_DESC="Alternative text used for visitors without access to images. Replaced with caption text if it is present." -COM_CONTENT_FIELD_IMAGE_ALT_LABEL="Alt text" -COM_CONTENT_FIELD_IMAGE_CAPTION_DESC="Caption attached to the image" +COM_CONTENT_FIELD_IMAGE_ALT_LABEL="Alt Text" +COM_CONTENT_FIELD_IMAGE_CAPTION_DESC="Caption attached to the image." COM_CONTENT_FIELD_IMAGE_CAPTION_LABEL="Caption" COM_CONTENT_FIELD_IMAGE_OPTIONS="Image Options" COM_CONTENT_FIELD_INFOBLOCK_POSITION_DESC="Puts the article information block above or below the text or splits it into two separate blocks, one above and the other below." COM_CONTENT_FIELD_INFOBLOCK_POSITION_LABEL="Position of Article Info" -COM_CONTENT_FIELD_INTRO_DESC="Image for the intro text layouts such as blogs and featured" +COM_CONTENT_FIELD_INTRO_DESC="Image for the intro text layouts such as blogs and featured." COM_CONTENT_FIELD_INTRO_LABEL="Intro Image" -COM_CONTENT_FIELD_INTROTEXT="Intro text" +COM_CONTENT_FIELD_INTROTEXT="Intro Text" COM_CONTENT_FIELD_LANGUAGE_DESC="The language that the article is assigned to." COM_CONTENT_FIELD_MODIFIED_DESC="The date and time that the article was last modified." COM_CONTENT_FIELD_OPTION_ABOVE="Above" @@ -78,12 +78,12 @@ COM_CONTENT_FIELD_PUBLISH_UP_DESC="An optional date to Start Publishing the arti COM_CONTENT_FIELD_PUBLISH_UP_LABEL="Start Publishing" COM_CONTENT_FIELD_SELECT_ARTICLE_DESC="Select the desired article from the list." COM_CONTENT_FIELD_SELECT_ARTICLE_LABEL="Select Article" -COM_CONTENT_FIELD_SHOW_CAT_TAGS_DESC="Show the tags for the category" +COM_CONTENT_FIELD_SHOW_CAT_TAGS_DESC="Show the tags for the category." COM_CONTENT_FIELD_SHOW_CAT_TAGS_LABEL="Show Tags" -COM_CONTENT_FIELD_SHOW_TAGS_DESC="Show the tags for each article" +COM_CONTENT_FIELD_SHOW_TAGS_DESC="Show the tags for each article." COM_CONTENT_FIELD_SHOW_TAGS_LABEL="Show Tags" COM_CONTENT_FIELD_URL_DESC="The actual link to which users will be redirected." -COM_CONTENT_FIELD_URL_LINK_TEXT_DESC="Text to display for the link" +COM_CONTENT_FIELD_URL_LINK_TEXT_DESC="Text to display for the link." COM_CONTENT_FIELD_URL_LINK_TEXT_LABEL="Link Text" COM_CONTENT_FIELD_URLA_LABEL="Link A" COM_CONTENT_FIELD_URLA_LINK_TEXT_LABEL="Link A Text" @@ -93,7 +93,7 @@ COM_CONTENT_FIELD_URLC_LABEL="Link C" COM_CONTENT_FIELD_URLC_LINK_TEXT_LABEL="Link C Text" COM_CONTENT_FIELD_URLS_OPTIONS="URL Options" COM_CONTENT_FIELD_URLSPOSITION_LABEL="Positioning of the Links" -COM_CONTENT_FIELD_URLSPOSITION_DESC="Display the links above or below the content" +COM_CONTENT_FIELD_URLSPOSITION_DESC="Display the links above or below the content." COM_CONTENT_FIELD_VALUE_USE_ARTICLE_SETTINGS="Use Article Settings" COM_CONTENT_FIELD_VERSION_DESC="A count of the number of times this article has been revised." COM_CONTENT_FIELD_VERSION_LABEL="Revision" @@ -103,7 +103,7 @@ COM_CONTENT_FIELDSET_PUBLISHING="Publishing" COM_CONTENT_FIELDSET_RULES="Permissions" COM_CONTENT_FIELDSET_URLS_AND_IMAGES="Images and links" COM_CONTENT_FILTER_SEARCH_DESC="Search title or alias. Prefix with ID: to search for an article ID." -COM_CONTENT_FLOAT_DESC="Controls placement of the image" +COM_CONTENT_FLOAT_DESC="Controls placement of the image." COM_CONTENT_FLOAT_FULLTEXT_LABEL="Full Text Image Float" COM_CONTENT_FLOAT_LABEL="Image Float" COM_CONTENT_FLOAT_INTRO_LABEL="Intro Image Float" @@ -115,9 +115,9 @@ COM_CONTENT_LEFT="Left" COM_CONTENT_MONTH="Month" COM_CONTENT_N_ITEMS_ARCHIVED="%s articles archived." COM_CONTENT_N_ITEMS_ARCHIVED_1="%s article archived." -COM_CONTENT_N_ITEMS_CHECKED_IN_0="No article successfully checked in" -COM_CONTENT_N_ITEMS_CHECKED_IN_1="%d article successfully checked in" -COM_CONTENT_N_ITEMS_CHECKED_IN_MORE="%d articles successfully checked in" +COM_CONTENT_N_ITEMS_CHECKED_IN_0="No article successfully checked in." +COM_CONTENT_N_ITEMS_CHECKED_IN_1="%d article successfully checked in." +COM_CONTENT_N_ITEMS_CHECKED_IN_MORE="%d articles successfully checked in." COM_CONTENT_N_ITEMS_DELETED="%s articles deleted." COM_CONTENT_N_ITEMS_DELETED_1="%s article deleted." COM_CONTENT_N_ITEMS_FEATURED="%s articles featured." @@ -133,7 +133,7 @@ COM_CONTENT_N_ITEMS_UNPUBLISHED_1="%s article unpublished." COM_CONTENT_NEW_ARTICLE="New Article" COM_CONTENT_NO_ARTICLES_DESC="If Show, the message 'There are no articles in this category' will display when there are no articles in the category or when 'Empty Categories' is set to show." COM_CONTENT_NO_ARTICLES_LABEL="No Articles Message" -COM_CONTENT_NO_ITEM_SELECTED="Please first make a selection from the list" +COM_CONTENT_NO_ITEM_SELECTED="Please first make a selection from the list." COM_CONTENT_NONE="None" COM_CONTENT_NUMBER_CATEGORY_ITEMS_DESC="If Show, the number of articles in the category will show." COM_CONTENT_NUMBER_CATEGORY_ITEMS_LABEL="# Articles in Category" @@ -145,17 +145,17 @@ COM_CONTENT_PAGEBREAK_INSERT_BUTTON="Insert Page Break" COM_CONTENT_PAGEBREAK_TITLE="Page Title:" COM_CONTENT_PAGEBREAK_TOC="Table of Contents Alias:" COM_CONTENT_RIGHT="Right" -COM_CONTENT_SAVE_SUCCESS="Article successfully saved" -COM_CONTENT_SAVE_WARNING="Alias already existed so a number was added at the end. You can re-edit the article to customise the alias" +COM_CONTENT_SAVE_SUCCESS="Article successfully saved." +COM_CONTENT_SAVE_WARNING="Alias already existed so a number was added at the end. You can re-edit the article to customise the alias." COM_CONTENT_SELECT_AN_ARTICLE="Select an Article" COM_CONTENT_SHARED_DESC="These settings apply for Shared Options in List, Blog and Featured unless they are changed by the menu settings." COM_CONTENT_SHARED_LABEL="Shared Options" -COM_CONTENT_SHOW_ARTICLE_OPTIONS_DESC="Display or hide article options slider in the backend article edit view. These options allow overriding of the global options." +COM_CONTENT_SHOW_ARTICLE_OPTIONS_DESC="Display or hide article options slider in the Backend article edit view. These options allow overriding of the global options." COM_CONTENT_SHOW_ARTICLE_OPTIONS_LABEL="Show Article Options" COM_CONTENT_SHOW_EMPTY_CATEGORIES_DESC="If Show, empty categories will display. A category is only empty - if it has no articles or subcategories." -COM_CONTENT_SHOW_IMAGES_URLS_BACK_DESC="Display or hide fields to insert images and links in the administrator" +COM_CONTENT_SHOW_IMAGES_URLS_BACK_DESC="Display or hide fields to insert images and links in the Administrator." COM_CONTENT_SHOW_IMAGES_URLS_BACK_LABEL="Administrator Images and Links" -COM_CONTENT_SHOW_IMAGES_URLS_FRONT_DESC="Display or hide fields to insert images and links when frontend editing" +COM_CONTENT_SHOW_IMAGES_URLS_FRONT_DESC="Display or hide fields to insert images and links when Frontend editing." COM_CONTENT_SHOW_IMAGES_URLS_FRONT_LABEL="Frontend Images and Links" COM_CONTENT_SHOW_PUBLISHING_OPTIONS_DESC="Display or hide the publishing options slider in the article edit view. These options allow changes in dates and author identities." COM_CONTENT_SHOW_PUBLISHING_OPTIONS_LABEL="Show Publishing Options" @@ -166,17 +166,17 @@ COM_CONTENT_TIP_ASSOCIATION="Associated articles" COM_CONTENT_TIP_ASSOCIATED_LANGUAGE="%s %s (%s)" COM_CONTENT_TOGGLE_TO_FEATURE="Toggle to change article state to 'Featured'" COM_CONTENT_TOGGLE_TO_UNFEATURE="Toggle to change article state to 'Unfeatured'" -COM_CONTENT_UNFEATURED="Unfeatured article" +COM_CONTENT_UNFEATURED="Unfeatured Article" COM_CONTENT_URL_FIELD_BROWSERNAV_LABEL="URL Target Window" COM_CONTENT_URL_FIELD_BROWSERNAV_DESC="Target browser window when the menu item is clicked." COM_CONTENT_URL_FIELD_A_BROWSERNAV_LABEL="URL A Target Window" COM_CONTENT_URL_FIELD_B_BROWSERNAV_LABEL="URL B Target Window" COM_CONTENT_URL_FIELD_C_BROWSERNAV_LABEL="URL C Target Window" COM_CONTENT_WARNING_PROVIDE_VALID_NAME="Please provide a valid, non-blank title." -COM_CONTENT_XML_DESCRIPTION="Article management component" +COM_CONTENT_XML_DESCRIPTION="Article management component." JGLOBAL_NO_ITEM_SELECTED="No articles selected" JLIB_APPLICATION_ERROR_BATCH_CANNOT_CREATE="You are not allowed to create new articles in this category." JLIB_APPLICATION_ERROR_BATCH_CANNOT_EDIT="You are not allowed to edit one or more of these articles." -JLIB_RULES_SETTING_NOTES="1. If you change the setting, it will apply to this component. Note that:
Inherited means that the permissions from global configuration and parent group will be used.
Denied means that no matter what the global configuration or parent group settings are, the group being edited cannot take this action on this component.
Allowed means that the group being edited will be able to take this action for this component (but if this is in conflict with the global configuration or parent group it will have no impact; a conflict will be indicated by Not Allowed (Locked) under Calculated Settings).
2. If you select a new setting, click Save to refresh the calculated settings." -JLIB_RULES_SETTING_NOTES_ITEM="1. If you change the setting, it will apply to this article. Note that:
Inherited means that the permissions from global configuration, parent group and category will be used.
Denied means that no matter what the global configuration, parent group or category settings are, the group being edited cannot take this action on this article.
Allowed means that the group being edited will be able to take this action for this article (but if this is in conflict with the global configuration, parent group or category it will have no impact; a conflict will be indicated by Not Allowed (Locked) under Calculated Settings).
2. If you select a new setting, click Save to refresh the calculated settings." +JLIB_RULES_SETTING_NOTES="1. If you change the setting, it will apply to this component. Note that:
Inherited means that the permissions from global configuration and parent group will be used.
Denied means that no matter what the global configuration or parent group settings are, the group being edited can't take this action on this component.
Allowed means that the group being edited will be able to take this action for this component (but if this is in conflict with the global configuration or parent group it will have no impact; a conflict will be indicated by Not Allowed (Locked) under Calculated Settings).
2. If you select a new setting, click Save to refresh the calculated settings." +JLIB_RULES_SETTING_NOTES_ITEM="1. If you change the setting, it will apply to this article. Note that:
Inherited means that the permissions from global configuration, parent group and category will be used.
Denied means that no matter what the global configuration, parent group or category settings are, the group being edited can't take this action on this article.
Allowed means that the group being edited will be able to take this action for this article (but if this is in conflict with the global configuration, parent group or category it will have no impact; a conflict will be indicated by Not Allowed (Locked) under Calculated Settings).
2. If you select a new setting, click Save to refresh the calculated settings." diff --git a/administrator/language/en-GB/en-GB.com_content.sys.ini b/administrator/language/en-GB/en-GB.com_content.sys.ini index fc353f7fd584f..2da989af1daea 100644 --- a/administrator/language/en-GB/en-GB.com_content.sys.ini +++ b/administrator/language/en-GB/en-GB.com_content.sys.ini @@ -30,10 +30,10 @@ COM_CONTENT_CATEGORY_VIEW_FEATURED_TITLE="Featured Articles Single Category" COM_CONTENT_CONTENT_TYPE_ARTICLE="Article" COM_CONTENT_CONTENT_TYPE_CATEGORY="Article Category" COM_CONTENT_FEATURED="Featured" -COM_CONTENT_FEATURED_VIEW_DEFAULT_DESC="Displays article introductions in a single or multi-column layout for featured articles from all categories. " +COM_CONTENT_FEATURED_VIEW_DEFAULT_DESC="Displays article introductions in a single or multi-column layout for featured articles from all categories." COM_CONTENT_FEATURED_VIEW_DEFAULT_OPTION="Default" COM_CONTENT_FEATURED_VIEW_DEFAULT_TITLE="Featured Articles" -COM_CONTENT_FORM_VIEW_DEFAULT_DESC="Create a new article" +COM_CONTENT_FORM_VIEW_DEFAULT_DESC="Create a new article." COM_CONTENT_FORM_VIEW_DEFAULT_OPTION="Create" COM_CONTENT_FORM_VIEW_DEFAULT_TITLE="Create Article" -COM_CONTENT_XML_DESCRIPTION="Article management component" +COM_CONTENT_XML_DESCRIPTION="Article management component." diff --git a/administrator/language/en-GB/en-GB.com_contenthistory.ini b/administrator/language/en-GB/en-GB.com_contenthistory.ini index 2e92f7d2d9932..c4452ed5e4490 100644 --- a/administrator/language/en-GB/en-GB.com_contenthistory.ini +++ b/administrator/language/en-GB/en-GB.com_contenthistory.ini @@ -33,10 +33,10 @@ COM_CONTENTHISTORY_COMPARE_VALUE2="Saved on %s %s" COM_CONTENTHISTORY_ERROR_KEEP_NOT_PERMITTED="You are not permitted to change the keep forever status." COM_CONTENTHISTORY_KEEP_VERSION="Keep Forever" COM_CONTENTHISTORY_MODAL_TITLE="Item Version History" -COM_CONTENTHISTORY_N_ITEMS_DELETED_1="%s history version successfully deleted" -COM_CONTENTHISTORY_N_ITEMS_DELETED="%s history versions successfully deleted" -COM_CONTENTHISTORY_N_ITEMS_KEEP_TOGGLE_1="Successfully changed the keep forever value for %s history version" -COM_CONTENTHISTORY_N_ITEMS_KEEP_TOGGLE="Successfully changed the keep forever value for %s history versions" +COM_CONTENTHISTORY_N_ITEMS_DELETED_1="%s history version successfully deleted." +COM_CONTENTHISTORY_N_ITEMS_DELETED="%s history versions successfully deleted." +COM_CONTENTHISTORY_N_ITEMS_KEEP_TOGGLE_1="Successfully changed the keep forever value for %s history version." +COM_CONTENTHISTORY_N_ITEMS_KEEP_TOGGLE="Successfully changed the keep forever value for %s history versions." COM_CONTENTHISTORY_NO_ITEM_SELECTED="No history version selected." COM_CONTENTHISTORY_PREVIEW_FIELD="Field" COM_CONTENTHISTORY_PREVIEW_SUBTITLE_DATE="Preview of version from %s" diff --git a/administrator/language/en-GB/en-GB.com_contenthistory.sys.ini b/administrator/language/en-GB/en-GB.com_contenthistory.sys.ini index 735d75326e5bb..3b0b761c63eb2 100644 --- a/administrator/language/en-GB/en-GB.com_contenthistory.sys.ini +++ b/administrator/language/en-GB/en-GB.com_contenthistory.sys.ini @@ -4,4 +4,4 @@ ; Note : All ini files need to be saved as UTF-8 COM_CONTENTHISTORY="Content History" -COM_CONTENTHISTORY_XML_DESCRIPTION="Content History Component" +COM_CONTENTHISTORY_XML_DESCRIPTION="Content History Component." diff --git a/administrator/language/en-GB/en-GB.com_cpanel.ini b/administrator/language/en-GB/en-GB.com_cpanel.ini index 66f83c6370da9..30bee11e5b118 100644 --- a/administrator/language/en-GB/en-GB.com_cpanel.ini +++ b/administrator/language/en-GB/en-GB.com_cpanel.ini @@ -13,10 +13,10 @@ COM_CPANEL_LINK_EXTENSIONS="Install Extensions" COM_CPANEL_LINK_GLOBAL_CONFIG="Global Configuration" COM_CPANEL_LINK_SYSINFO="System Information" COM_CPANEL_MESSAGES_BODY_NOCLOSE="There are important post-installation messages that require your attention. To view those messages please click on the Review Messages button below." -COM_CPANEL_MESSAGES_BODYMORE_NOCLOSE="You can review the messages at any time by clicking on the Components, Post-installation messages menu item of your site's administrator section. This information area won't appear when you have hidden all messages." +COM_CPANEL_MESSAGES_BODYMORE_NOCLOSE="You can review the messages at any time by clicking on the Components, Post-installation messages menu item of your site's Administrator section. This information area won't appear when you have hidden all messages." COM_CPANEL_MESSAGES_REVIEW="Review Messages" COM_CPANEL_MESSAGES_TITLE="You have post-installation messages" -COM_CPANEL_MSG_EACCELERATOR_BODY="eAccelerator is not compatible with Joomla!. By clicking on the Change to File Caching button below we will change the cache handler to file. If you want to use a different cache handler, please change it in the Global Configuration page." +COM_CPANEL_MSG_EACCELERATOR_BODY="eAccelerator is not compatible with Joomla! By clicking on the Change to File Caching button below we will change the cache handler to file. If you want to use a different cache handler, please change it in the Global Configuration page." COM_CPANEL_MSG_EACCELERATOR_BUTTON="Change to File." COM_CPANEL_MSG_EACCELERATOR_TITLE="eAccelerator is not compatible with Joomla!" COM_CPANEL_MSG_HTACCESS_BODY="A change to the default .htaccess and web.config files was made in Joomla! 3.4 to disallow directory listings by default. Users are recommended to implement this change in their files. Please see this page for more information." @@ -25,7 +25,7 @@ COM_CPANEL_MSG_HTACCESS_TITLE=".htaccess & web.config Update" COM_CPANEL_MSG_PHPVERSION_BODY="Beginning with Joomla! 3.3, the version of PHP this site is using will no longer be supported. Joomla! 3.3 will require at least PHP version 5.3.10 in order to provide enhanced security features to its users." COM_CPANEL_MSG_PHPVERSION_TITLE="Your PHP Version Will Be Unsupported in Joomla! 3.3" COM_CPANEL_MSG_ROBOTS_TITLE="robots.txt Update" -COM_CPANEL_MSG_ROBOTS_BODY="A change to the default robots.txt files was made in Joomla! 3.3 to allow google to access templates and media files by default to improve SEO. This change is not applied automatically on upgrades and users are recommended to review the changes in the robots.txt.dist file and implement these change in their own robots.txt file." +COM_CPANEL_MSG_ROBOTS_BODY="A change to the default robots.txt files was made in Joomla! 3.3 to allow Google to access templates and media files by default to improve SEO. This change is not applied automatically on upgrades and users are recommended to review the changes in the robots.txt.dist file and implement these change in their own robots.txt file." COM_CPANEL_WELCOME_BEGINNERS_MESSAGE="

Community resources are available for new users