joomlagerman / joomla

The J!German translation team provides German translation for Joomla!
https://www.jgerman.de
GNU General Public License v2.0
25 stars 46 forks source link

[4.0] Alpha sort admin and api joomla.ini strings #1133

Closed jgerman-bot closed 2 years ago

jgerman-bot commented 4 years ago

New language relevant PR in upstream repo: https://github.com/joomla/joomla-cms/pull/29632 Here are the upstream changes:

Click to expand the diff! ```diff diff --git a/administrator/language/en-GB/joomla.ini b/administrator/language/en-GB/joomla.ini index 77d3a1ac397e..2f5cc78f4722 100644 --- a/administrator/language/en-GB/joomla.ini +++ b/administrator/language/en-GB/joomla.ini @@ -45,6 +45,7 @@ NOTICE="Notice" MESSAGE="Message" WARNING="Warning" +JACTIONS="Actions for: %s" JADMINISTRATION="Administration" JADMINISTRATOR="Administrator" JALIAS="Alias" @@ -53,11 +54,11 @@ JALL_LANGUAGE="All" JAPI="API" JAPPLY="Save" JARCHIVED="Archived" +JASSOCIATIONS_ASC="Associations ascending" +JASSOCIATIONS_DESC="Associations descending" JAUTHOR="Author" JAUTHOR_ASC="Author ascending" JAUTHOR_DESC="Author descending" -JASSOCIATIONS_ASC="Associations ascending" -JASSOCIATIONS_DESC="Associations descending" JCANCEL="Cancel" JCATEGORIES="Categories" JCATEGORY="Category" @@ -79,12 +80,10 @@ JDETAILS="Details" JDISABLED="Disabled" JENABLED="Enabled" JFALSE="False" +JFEATURE="Feature" JFEATURED="Featured" JFEATURED_ASC="Featured ascending" JFEATURED_DESC="Featured descending" -JUNFEATURED="Unfeatured" -JFEATURE="Feature" -JUNFEATURE="Unfeature" JHELP="Help" JHIDE="Hide" JHIDEPASSWORD="Hide Password" @@ -105,6 +104,7 @@ JOFF="Off" JON="On" JONLY="Only" JOPTIONS="Options" +JORDERINGDISABLED="Please sort by order to enable reordering" JPREV="Prev" JPREVIOUS="Previous" JPREVIOUS_TITLE="Previous article: %s" @@ -112,20 +112,18 @@ JPROTECTED="Protected" JPUBLISHED="Published" JRECORD_NUMBER="Record Number" JREGISTER="Register" -JORDERINGDISABLED="Please sort by order to enable reordering" JSAVE="Save & Close" JSELECT="Select" +JSHOW="Show" +JSHOWPASSWORD="Show Password" +JSITE="Site" +JSITEADMIN="Select Client" JSTAGE="Stage" -JSTATUS="Status" JSTAGE_ASC="Stage ascending" JSTAGE_DESC="Stage descending" JSTATUS="Status" JSTATUS_ASC="Status ascending" JSTATUS_DESC="Status descending" -JSHOW="Show" -JSHOWPASSWORD="Show Password" -JSITE="Site" -JSITEADMIN="Select Client" JSUBMIT="Submit" JTAG="Tags" JTAG_FIELD_SELECT_DESC="Select the tag to use." @@ -135,14 +133,15 @@ JTRASHED="Trashed" JTRUE="True" JUNARCHIVE="Remove from archive status" JUNDEFINED="Undefined" +JUNFEATURE="Unfeature" +JUNFEATURED="Unfeatured" JUNPROTECTED="Unprotected" JUNPUBLISHED="Unpublished" +JVERSION="Version" JVISIT_LINK="Visit Link" JVISIT_WEBSITE="Visit Website" JYEAR="Year" -JVERSION="Version" JYES="Yes" -JACTIONS="Actions for: %s" JACTION_ADMIN="Configure ACL & Options" JACTION_ADMIN_GLOBAL="Super User" @@ -150,17 +149,17 @@ JACTION_COMPONENT_SETTINGS="Component Settings" JACTION_CREATE="Create" JACTION_DELETE="Delete" JACTION_EDIT="Edit" +JACTION_EDIT_MODULE="Edit the '%s' module" JACTION_EDITOWN="Edit Own" -JACTION_EDITVALUE="Edit Custom Field Value" JACTION_EDITSTATE="Edit State" -JACTION_EDIT_MODULE="Edit the '%s' module" +JACTION_EDITVALUE="Edit Custom Field Value" JACTION_EXECUTETRANSITION="Execute Transition" -JACTION_MANAGEWORKFLOW="Manage Workflows" JACTION_LOGIN_ADMIN="Administrator Login" JACTION_LOGIN_API="Web Services Login" JACTION_LOGIN_OFFLINE="Offline Access" JACTION_LOGIN_SITE="Site Login" JACTION_MANAGE="Access Administration Interface" +JACTION_MANAGEWORKFLOW="Manage Workflows" JACTION_OPTIONS="Configure Options Only" JACTION_UNPUBLISH="Unpublish" @@ -187,9 +186,9 @@ JERROR_LOADING_MENUS="Error loading Menus: %s" JERROR_LOGIN_DENIED="You do not have access to the Administrator section of this site." JERROR_NO_ITEMS_SELECTED="No item(s) selected." JERROR_NOLOGIN_BLOCKED="Login denied! Your account has either been blocked or you have not activated it yet." +JERROR_SAVE_FAILED="Could not save data. Error: %s" JERROR_SENDING_EMAIL="Email could not be sent." JERROR_SESSION_STARTUP="Error starting the session." -JERROR_SAVE_FAILED="Could not save data. Error: %s" JFIELD_ACCESS_DESC="The access level group that is allowed to view this item." JFIELD_ACCESS_LABEL="Access" @@ -216,11 +215,11 @@ JFIELD_COLOR_ERROR_CONVERT_HSL="Unable to convert HSL value" JFIELD_COLOR_ERROR_CONVERT_HUE="Unable to convert hue value" JFIELD_COLOR_ERROR_NO_COLOR="No colour value available" JFIELD_COLOR_ERROR_WRONG_FORMAT="Wrong format" -JFIELD_COLOR_LABEL_SLIDER_INPUT="Selected Colour Value" +JFIELD_COLOR_LABEL_SLIDER_ALPHA="Alpha Slider" JFIELD_COLOR_LABEL_SLIDER_HUE="Hue Slider" -JFIELD_COLOR_LABEL_SLIDER_SATURATION="Saturation Slider" +JFIELD_COLOR_LABEL_SLIDER_INPUT="Selected Colour Value" JFIELD_COLOR_LABEL_SLIDER_LIGHT="Light Slider" -JFIELD_COLOR_LABEL_SLIDER_ALPHA="Alpha Slider" +JFIELD_COLOR_LABEL_SLIDER_SATURATION="Saturation Slider" JFIELD_COLOR_SELECT="Select a colour" JFIELD_COLOR_TRANSPARENT="No colour, transparent" JFIELD_COLOR_VALUE="Colour with hexadecimal value of" @@ -235,10 +234,10 @@ JFIELD_LOGIN_REDIRECT_URL_DESC="If a URL is entered here, users will be redirect JFIELD_LOGIN_REDIRECT_URL_LABEL="Login Redirect" JFIELD_LOGOUT_IMAGE_DESC="Select or upload an image to display on logout page." JFIELD_LOGOUT_IMAGE_LABEL="Logout Image" -JFIELD_LOGOUT_REDIRECT_URL_DESC="If a URL is entered here, users will be redirected to it after logout.
The URL must be internal (eg: index.php?Itemid=999)." -JFIELD_LOGOUT_REDIRECT_URL_LABEL="Logout Redirect" JFIELD_LOGOUT_REDIRECT_PAGE_DESC="Select or create the page the user will be redirected to after ending their current session by logging out. The default is to stay on the same page." JFIELD_LOGOUT_REDIRECT_PAGE_LABEL="Logout Redirection Page" +JFIELD_LOGOUT_REDIRECT_URL_DESC="If a URL is entered here, users will be redirected to it after logout.
The URL must be internal (eg: index.php?Itemid=999)." +JFIELD_LOGOUT_REDIRECT_URL_LABEL="Logout Redirect" ; Do not translate the text between the {} JFIELD_META_DESCRIPTION_COUNTER="{remaining} characters remaining of {maxlength} characters." JFIELD_META_DESCRIPTION_DESC="An optional paragraph to be used as the description of the page in the HTML output. This will generally display in the results of search engines." @@ -262,10 +261,10 @@ JFIELD_OPTION_NONE="None" JFIELD_ORDERING_DESC="Select the ordering." JFIELD_ORDERING_LABEL="Ordering" JFIELD_PARAMS_LABEL="Options" -JFIELD_PASSWORD_INDICATE_INCOMPLETE="Password doesn't meet site's requirements" JFIELD_PASSWORD_INDICATE_COMPLETE="Password accepted" -JFIELD_PASSWORD_NOTE_LBL="Password must contain:" +JFIELD_PASSWORD_INDICATE_INCOMPLETE="Password doesn't meet site's requirements" JFIELD_PASSWORD_NOTE_DESC="%1s symbol(s), %2s uppercase letter(s), %3s lowercase letter(s), %4s number(s) and be %5s characters long" +JFIELD_PASSWORD_NOTE_LBL="Password must contain:" JFIELD_PLG_SEARCH_ALL_DESC="Include published items in the search." JFIELD_PLG_SEARCH_ALL_LABEL="Search Published" JFIELD_PLG_SEARCH_ARCHIVED_DESC="Include archived items in the search." @@ -377,10 +376,7 @@ JGLOBAL_FEED_SHOW_READMORE_LABEL=""Read More" Link" JGLOBAL_FEED_SUMMARY_DESC="If set to Intro Text, only the Intro Text of each article will show in the news feed. If set to Full Text, the whole article will show in the news feed." JGLOBAL_FEED_SUMMARY_LABEL="Include in Feed" JGLOBAL_FEED_TITLE="News Feeds" -JGLOBAL_FIELDS="Fields" -JGLOBAL_FIELDS_TITLE="Custom Fields" JGLOBAL_FIELD_ADD="Add" -JGLOBAL_FIELD_GROUPS="Field Groups" JGLOBAL_FIELD_CATEGORIES_CHOOSE_CATEGORY_DESC="Categories that are within this category will be displayed." JGLOBAL_FIELD_CATEGORIES_CHOOSE_CATEGORY_LABEL="Select a Top Level Category" JGLOBAL_FIELD_CATEGORIES_DESC_DESC="If you enter some text in this field, it will replace the Top Level Category Description, if it has one." @@ -392,15 +388,16 @@ JGLOBAL_FIELD_CREATED_BY_LABEL="Created By" JGLOBAL_FIELD_CREATED_DESC="Created Date." JGLOBAL_FIELD_CREATED_LABEL="Created Date" JGLOBAL_FIELD_FIELD_CACHETIME_DESC="The number of minutes before the cache is refreshed." -JGLOBAL_FIELD_FIELD_ORDERING_LABEL="Order" JGLOBAL_FIELD_FIELD_ORDERING_DESC="Order items will be displayed in." +JGLOBAL_FIELD_FIELD_ORDERING_LABEL="Order" +JGLOBAL_FIELD_GROUPS="Field Groups" JGLOBAL_FIELD_ID_DESC="Record number in the database." JGLOBAL_FIELD_ID_LABEL="ID" JGLOBAL_FIELD_LAYOUT_DESC="Default layout to use for items." JGLOBAL_FIELD_LAYOUT_LABEL="Choose a Layout" -JGLOBAL_FIELD_MODIFIED_LABEL="Modified Date" JGLOBAL_FIELD_MODIFIED_BY_DESC="The user who did the last modification." JGLOBAL_FIELD_MODIFIED_BY_LABEL="Modified By" +JGLOBAL_FIELD_MODIFIED_LABEL="Modified Date" JGLOBAL_FIELD_MOVE="Move" JGLOBAL_FIELD_NUM_CATEGORY_ITEMS_DESC="Number of categories to display for each level." JGLOBAL_FIELD_NUM_CATEGORY_ITEMS_LABEL="Number of Categories" @@ -413,17 +410,19 @@ JGLOBAL_FIELD_SHOW_BASE_DESCRIPTION_DESC="Show description of the top level cate JGLOBAL_FIELD_SHOW_BASE_DESCRIPTION_LABEL="Top Level Category Description" JGLOBAL_FIELD_VERSION_NOTE_DESC="Enter an optional note for this version of the item." JGLOBAL_FIELD_VERSION_NOTE_LABEL="Version Note" +JGLOBAL_FIELDS="Fields" +JGLOBAL_FIELDS_TITLE="Custom Fields" +JGLOBAL_FIELDSET_ADVANCED="Advanced" JGLOBAL_FIELDSET_ASSOCIATIONS="Associations" +JGLOBAL_FIELDSET_BASIC="Options" +JGLOBAL_FIELDSET_CONTENT="Content" +JGLOBAL_FIELDSET_DESCRIPTION="Description" JGLOBAL_FIELDSET_DISPLAY_OPTIONS="Display" JGLOBAL_FIELDSET_IMAGE_OPTIONS="Images" JGLOBAL_FIELDSET_INTEGRATION="Integration" JGLOBAL_FIELDSET_METADATA_OPTIONS="Metadata" JGLOBAL_FIELDSET_OPTIONS="Options" -JGLOBAL_FIELDSET_CONTENT="Content" JGLOBAL_FIELDSET_PUBLISHING="Publishing" -JGLOBAL_FIELDSET_DESCRIPTION="Description" -JGLOBAL_FIELDSET_ADVANCED="Advanced" -JGLOBAL_FIELDSET_BASIC="Options" JGLOBAL_FILTER_ATTRIBUTES_DESC="3. List additional attributes, separating each attribute name with a space or comma. For example: class,title,id." JGLOBAL_FILTER_ATTRIBUTES_LABEL="Filter Attributes3" JGLOBAL_FILTER_CLIENT="- Select Location -" @@ -496,6 +495,7 @@ JGLOBAL_NAME_DESC="Name descending" JGLOBAL_NEWITEMSFIRST_DESC="New items default to the first position. The ordering can be changed after this item is saved." JGLOBAL_NEWITEMSLAST_DESC="New items default to the last position. The ordering can be changed after this item is saved." JGLOBAL_NO_ITEM_SELECTED="No items selected" +JGLOBAL_NO_MATCHING_RESULTS="No Matching Results" JGLOBAL_NO_ORDER="No Order" JGLOBAL_NOINDEX_FOLLOW="No index, follow" JGLOBAL_NOINDEX_NOFOLLOW="No index, no follow" @@ -510,13 +510,12 @@ JGLOBAL_NUMBER_CATEGORY_ITEMS_DESC="If Show, the number of articles in the categ JGLOBAL_NUMBER_CATEGORY_ITEMS_LABEL="Show Article Count" JGLOBAL_NUMBER_ITEMS_LIST_DESC="Default number of articles to list on a page." JGLOBAL_NUMBER_ITEMS_LIST_LABEL="# Articles to List" -JGLOBAL_NO_MATCHING_RESULTS="No Matching Results" JGLOBAL_OLDEST_FIRST="Oldest First" JGLOBAL_OPENS_IN_A_NEW_WINDOW="Opens in a new window" JGLOBAL_ORDER_ASCENDING="Ascending" JGLOBAL_ORDER_DESCENDING="Descending" -JGLOBAL_ORDER_DIRECTION_LABEL="Direction" JGLOBAL_ORDER_DIRECTION_DESC="Sort order. Descending is highest to lowest. Ascending is lowest to highest." +JGLOBAL_ORDER_DIRECTION_LABEL="Direction" JGLOBAL_ORDERING="Article Order" JGLOBAL_ORDERING_DATE_DESC="If articles are ordered by date, which date to use." JGLOBAL_ORDERING_DATE_LABEL="Date for Ordering" @@ -568,10 +567,10 @@ JGLOBAL_SHOW_AUTHOR_LABEL="Author" JGLOBAL_SHOW_CATEGORY_DESC="If set to Show, the title of the article’s category will show." JGLOBAL_SHOW_CATEGORY_DESCRIPTION_DESC="Show or hide the description of the selected Category." JGLOBAL_SHOW_CATEGORY_DESCRIPTION_LABEL="Category Description" +JGLOBAL_SHOW_CATEGORY_HEADING_TITLE_TEXT_DESC="If Show, the "Subcategories" will show as a subheading on the page. The subheading is usually displayed inside the "H3" tag." +JGLOBAL_SHOW_CATEGORY_HEADING_TITLE_TEXT_LABEL="Subcategories Text" JGLOBAL_SHOW_CATEGORY_IMAGE_DESC="Show or hide the image of the selected Category." JGLOBAL_SHOW_CATEGORY_IMAGE_LABEL="Category Image" -JGLOBAL_SHOW_CATEGORY_HEADING_TITLE_TEXT_LABEL="Subcategories Text" -JGLOBAL_SHOW_CATEGORY_HEADING_TITLE_TEXT_DESC="If Show, the "Subcategories" will show as a subheading on the page. The subheading is usually displayed inside the "H3" tag." JGLOBAL_SHOW_CATEGORY_LABEL="Category" JGLOBAL_SHOW_CATEGORY_TITLE="Category Title" JGLOBAL_SHOW_CATEGORY_TITLE_DESC="If Show, the Category Title will show as a subheading on the page. The subheading is usually displayed inside the "H2" tag." @@ -603,14 +602,14 @@ JGLOBAL_SHOW_PUBLISH_DATE_DESC="If set to Show, the date and time an Article was JGLOBAL_SHOW_PUBLISH_DATE_LABEL="Publish Date" JGLOBAL_SHOW_READMORE_DESC="If set to Show, the Read more ...Link will show if Main text has been provided for the Article." JGLOBAL_SHOW_READMORE_LABEL=""Read More" Link" -JGLOBAL_SHOW_READMORE_TITLE_DESC="If set to show the title of the Article will be shown on the Read More button." -JGLOBAL_SHOW_READMORE_TITLE_LABEL="Title with Read More" JGLOBAL_SHOW_READMORE_LIMIT_DESC="Set a limit of number of characters in Article Title to show in Read More button." JGLOBAL_SHOW_READMORE_LIMIT_LABEL="Read More Limit (characters)" +JGLOBAL_SHOW_READMORE_TITLE_DESC="If set to show the title of the Article will be shown on the Read More button." +JGLOBAL_SHOW_READMORE_TITLE_LABEL="Title with Read More" JGLOBAL_SHOW_SUBCATEGORIES_DESCRIPTION_DESC="Show or hide the subcategories descriptions." JGLOBAL_SHOW_SUBCATEGORIES_DESCRIPTION_LABEL="Subcategories Descriptions" -JGLOBAL_SHOW_SUBCATEGORY_CONTENT_LABEL="Include Subcategories" JGLOBAL_SHOW_SUBCATEGORY_CONTENT_DESC="If None, only articles from this category will show. If a number, all articles from the category and the subcategories up to and including that level will show in the blog." +JGLOBAL_SHOW_SUBCATEGORY_CONTENT_LABEL="Include Subcategories" JGLOBAL_SHOW_TAGS_DESC="Show the tags for this link." JGLOBAL_SHOW_TAGS_LABEL="Tags" JGLOBAL_SHOW_TITLE_DESC="If set to Show, the article title is shown." @@ -630,9 +629,9 @@ JGLOBAL_SUBSLIDER_BLOG_EXTENDED_LABEL="The option below gives the ability to inc JGLOBAL_SUBSLIDER_BLOG_LAYOUT_LABEL="If a field is left blank, global settings will be used." JGLOBAL_SUBSLIDER_DRILL_CATEGORIES_LABEL="These options are also used when you select one of the category links, on the first page and/or thereafter, unless they are changed for a specific menu item." JGLOBAL_TITLE="Title" +JGLOBAL_TITLE_ALPHABETICAL="Title Alphabetical" JGLOBAL_TITLE_ASC="Title ascending" JGLOBAL_TITLE_DESC="Title descending" -JGLOBAL_TITLE_ALPHABETICAL="Title Alphabetical" JGLOBAL_TITLE_REVERSE_ALPHABETICAL="Title Reverse Alphabetical" JGLOBAL_TOGGLE_DROPDOWN="Toggle Dropdown" JGLOBAL_TOGGLE_FEATURED="Toggle featured status." @@ -669,16 +668,17 @@ JGRID_HEADING_ORDERING="Ordering" JGRID_HEADING_ORDERING_ASC="Ordering ascending" JGRID_HEADING_ORDERING_DESC="Ordering descending" +JHELP_ADMIN_USER_PROFILE_EDIT="Site_My_Profile" JHELP_COMPONENTS_ACTIONLOGS="Components_Actionlogs" JHELP_COMPONENTS_ASSOCIATIONS="Components_Associations" JHELP_COMPONENTS_ASSOCIATIONS_EDIT="Components_Associations_Edit" -JHELP_COMPONENTS_BANNERS_BANNERS_EDIT="Components_Banners_Banners_Edit" JHELP_COMPONENTS_BANNERS_BANNERS="Components_Banners_Banners" +JHELP_COMPONENTS_BANNERS_BANNERS_EDIT="Components_Banners_Banners_Edit" JHELP_COMPONENTS_BANNERS_CATEGORIES="Components_Banners_Categories" JHELP_COMPONENTS_BANNERS_CATEGORY_ADD="Components_Banners_Categories_Edit" JHELP_COMPONENTS_BANNERS_CATEGORY_EDIT="Components_Banners_Categories_Edit" -JHELP_COMPONENTS_BANNERS_CLIENTS_EDIT="Components_Banners_Clients_Edit" JHELP_COMPONENTS_BANNERS_CLIENTS="Components_Banners_Clients" +JHELP_COMPONENTS_BANNERS_CLIENTS_EDIT="Components_Banners_Clients_Edit" JHELP_COMPONENTS_BANNERS_TRACKS="Components_Banners_Tracks" JHELP_COMPONENTS_CACHE_MANAGER_SETTINGS="Components_Cache_Manager_Settings" JHELP_COMPONENTS_CHECK-IN_CONFIGURATION="Components_Check-in_Configuration" @@ -700,8 +700,8 @@ JHELP_COMPONENTS_COM_MESSAGES_OPTIONS="Components_Messages_Configuration" JHELP_COMPONENTS_COM_MODULES_OPTIONS="Components_Module_Manager_Options" JHELP_COMPONENTS_COM_NEWSFEEDS_OPTIONS="Components_News_Feed_Manager_Options" JHELP_COMPONENTS_COM_PLUGINS_OPTIONS="Components_Plugin_Manager_Options" -JHELP_COMPONENTS_COM_PRIVACY_OPTIONS="Components_Privacy_Options" JHELP_COMPONENTS_COM_POSTINSTALL_OPTIONS="Components_Post_installation_Messages_Configuration" +JHELP_COMPONENTS_COM_PRIVACY_OPTIONS="Components_Privacy_Options" JHELP_COMPONENTS_COM_REDIRECT_OPTIONS="Components_Redirect_Manager_Options" JHELP_COMPONENTS_COM_TAGS_OPTIONS="Components_Tags_Manager_Options" JHELP_COMPONENTS_COM_TEMPLATES_OPTIONS="Components_Template_Manager_Options" @@ -709,20 +709,20 @@ JHELP_COMPONENTS_COM_USERS_OPTIONS="Components_Users_Configuration" JHELP_COMPONENTS_CONTACT_CATEGORIES="Components_Contacts_Categories" JHELP_COMPONENTS_CONTACT_CATEGORY_ADD="Components_Contacts_Categories_Edit" JHELP_COMPONENTS_CONTACT_CATEGORY_EDIT="Components_Contacts_Categories_Edit" -JHELP_COMPONENTS_CONTACTS_CONTACTS_EDIT="Components_Contacts_Contacts_Edit" JHELP_COMPONENTS_CONTACTS_CONTACTS="Components_Contacts_Contacts" +JHELP_COMPONENTS_CONTACTS_CONTACTS_EDIT="Components_Contacts_Contacts_Edit" JHELP_COMPONENTS_CONTENT_CATEGORIES="Components_Content_Categories" JHELP_COMPONENTS_CONTENT_CATEGORY_ADD="Components_Content_Categories_Edit" JHELP_COMPONENTS_CONTENT_CATEGORY_EDIT="Components_Content_Categories_Edit" JHELP_COMPONENTS_CSP_REPORTS="Components_CSP_Reports" -JHELP_COMPONENTS_FIELDS_FIELDS="Components_Fields_Fields" -JHELP_COMPONENTS_FIELDS_FIELDS_EDIT="Components_Fields_Fields_Edit" JHELP_COMPONENTS_FIELDS_FIELD_GROUPS="Components_Fields_Field_Groups" JHELP_COMPONENTS_FIELDS_FIELD_GROUPS_EDIT="Components_Fields_Field_Groups_Edit" +JHELP_COMPONENTS_FIELDS_FIELDS="Components_Fields_Fields" +JHELP_COMPONENTS_FIELDS_FIELDS_EDIT="Components_Fields_Fields_Edit" JHELP_COMPONENTS_FINDER_MANAGE_CONTENT_MAPS="Components_Finder_Manage_Content_Maps" JHELP_COMPONENTS_FINDER_MANAGE_INDEXED_CONTENT="Components_Finder_Manage_Indexed_Content" -JHELP_COMPONENTS_FINDER_MANAGE_SEARCH_FILTERS_EDIT="Components_Finder_Manage_Search_Filters_Edit" JHELP_COMPONENTS_FINDER_MANAGE_SEARCH_FILTERS="Components_Finder_Manage_Search_Filters" +JHELP_COMPONENTS_FINDER_MANAGE_SEARCH_FILTERS_EDIT="Components_Finder_Manage_Search_Filters_Edit" JHELP_COMPONENTS_INSTALLER_CONFIGURATION="Components_Installer_Configuration" JHELP_COMPONENTS_INSTALLER_UPDATESITE_EDIT="Components_Installer_Updatesite_Edit" JHELP_COMPONENTS_JOOMLA_UPDATE="Components_Joomla_Update" @@ -735,8 +735,8 @@ JHELP_COMPONENTS_MESSAGING_WRITE="Components_Messaging_Write" JHELP_COMPONENTS_NEWSFEEDS_CATEGORIES="Components_Newsfeeds_Categories" JHELP_COMPONENTS_NEWSFEEDS_CATEGORY_ADD="Components_Newsfeeds_Categories_Edit" JHELP_COMPONENTS_NEWSFEEDS_CATEGORY_EDIT="Components_Newsfeeds_Categories_Edit" -JHELP_COMPONENTS_NEWSFEEDS_FEEDS_EDIT="Components_Newsfeeds_Feeds_Edit" JHELP_COMPONENTS_NEWSFEEDS_FEEDS="Components_Newsfeeds_Feeds" +JHELP_COMPONENTS_NEWSFEEDS_FEEDS_EDIT="Components_Newsfeeds_Feeds_Edit" JHELP_COMPONENTS_POST_INSTALLATION_MESSAGES="Components_Post_installation_Messages" JHELP_COMPONENTS_PRIVACY_CAPABILITIES="Components_Privacy_Capabilities" JHELP_COMPONENTS_PRIVACY_CONSENTS="Components_Privacy_Consents" @@ -744,8 +744,8 @@ JHELP_COMPONENTS_PRIVACY_DASHBOARD="Components_Privacy_Dashboard" JHELP_COMPONENTS_PRIVACY_REQUEST="Components_Privacy_Request" JHELP_COMPONENTS_PRIVACY_REQUEST_EDIT="Components_Privacy_Request_Edit" JHELP_COMPONENTS_PRIVACY_REQUESTS="Components_Privacy_Requests" -JHELP_COMPONENTS_REDIRECT_MANAGER_EDIT="Components_Redirect_Manager_Edit" JHELP_COMPONENTS_REDIRECT_MANAGER="Components_Redirect_Manager" +JHELP_COMPONENTS_REDIRECT_MANAGER_EDIT="Components_Redirect_Manager_Edit" JHELP_COMPONENTS_SEARCH="Components_Search" JHELP_COMPONENTS_SMART_SEARCH_CONFIGURATION="Components_Smart_Search_Configuration" JHELP_COMPONENTS_TAGS_MANAGER="Components_Tags_Manager" @@ -868,7 +868,6 @@ JHELP_SITE_MAINTENANCE_CLEAR_CACHE="Site_Maintenance_Clear_Cache" JHELP_SITE_MAINTENANCE_GLOBAL_CHECK-IN="Site_Maintenance_Global_Check-in" JHELP_SITE_MAINTENANCE_PURGE_EXPIRED_CACHE="Site_Maintenance_Purge_Expired_Cache" JHELP_SITE_SYSTEM_INFORMATION="Site_System_Information" -JHELP_ADMIN_USER_PROFILE_EDIT="Site_My_Profile" JHELP_START_HERE="Start_Here" JHELP_USERS_ACCESS_LEVELS="Users_Access_Levels" JHELP_USERS_ACCESS_LEVELS_EDIT="Users_Access_Levels_Edit" @@ -882,27 +881,27 @@ JHELP_USERS_USER_MANAGER_EDIT="Users_User_Manager_Edit" JHELP_USERS_USER_NOTES="Users_User_Notes" JHELP_USERS_USER_NOTES_EDIT="Users_User_Notes_Edit" -; if there is an error connecting database before initialisation, en-GB.lib_joomla.ini can't be loaded +; If there is an error connecting database before initialisation, en-GB.lib_joomla.ini can't be loaded ; we therefore have to load the strings from en-GB.ini JLIB_DATABASE_ERROR_ADAPTER_MYSQL="The MySQL adapter 'mysql' is not available." JLIB_DATABASE_ERROR_ADAPTER_MYSQLI="The MySQL adapter 'mysqli' is not available." -JLIB_DATABASE_ERROR_CONNECT_DATABASE="Unable to connect to the Database: %s" +JLIB_DATABASE_ERROR_CONNECT_DATABASE="Unable to connect to the Database: %s." JLIB_DATABASE_ERROR_CONNECT_MYSQL="Could not connect to MySQL." -JLIB_DATABASE_ERROR_DATABASE_CONNECT="Could not connect to database" -JLIB_DATABASE_ERROR_LOAD_DATABASE_DRIVER="Unable to load Database Driver: %s" +JLIB_DATABASE_ERROR_DATABASE_CONNECT="Could not connect to database." +JLIB_DATABASE_ERROR_LOAD_DATABASE_DRIVER="Unable to load Database Driver: %s." JOPTION_ACCESS_SHOW_ALL_ACCESS="Show All Access" JOPTION_ACCESS_SHOW_ALL_GROUPS="Show All Groups" JOPTION_ACCESS_SHOW_ALL_LEVELS="Show All Access Levels" JOPTION_ALL_CATEGORIES="- All Categories -" -JOPTION_ANY_CATEGORY="Any Category" JOPTION_ANY="Any" +JOPTION_ANY_CATEGORY="Any Category" JOPTION_DO_NOT_USE="- None Selected -" JOPTION_FROM_COMPONENT="---From Component---" JOPTION_FROM_MODULE="---From Module---" -JOPTION_FROM_TEMPLATE="---From %s Template---" JOPTION_FROM_STANDARD="---From Global Options---" +JOPTION_FROM_TEMPLATE="---From %s Template---" JOPTION_MENUS="Menus" JOPTION_NO_USER="- No User -" JOPTION_OPTIONAL="Optional" @@ -911,9 +910,9 @@ JOPTION_ORDER_LAST="Order Last" JOPTION_REQUIRED="Required" JOPTION_SELECT_ACCESS="- Select Access -" JOPTION_SELECT_AUTHOR="- Select Author -" -JOPTION_SELECT_AUTHORS="- Select Authors -" JOPTION_SELECT_AUTHOR_ALIAS="- Select Author Alias -" JOPTION_SELECT_AUTHOR_ALIASES="- Select Author Aliases -" +JOPTION_SELECT_AUTHORS="- Select Authors -" JOPTION_SELECT_CATEGORY="- Select Category -" JOPTION_SELECT_EDITOR="- Select Editor -" JOPTION_SELECT_FEATURED="- Select Featured -" @@ -928,16 +927,16 @@ JOPTION_SELECT_TAG="- Select Tag -" JOPTION_SELECT_TEMPLATE="- Select Template -" JOPTION_SELECT_TRANSITION="- Select Transition -" JOPTION_UNASSIGNED="Unassigned" -JOPTION_USE_DEFAULT_MODULE_SETTING="- Use Default Module Setting -" JOPTION_USE_DEFAULT="- Use Default -" +JOPTION_USE_DEFAULT_MODULE_SETTING="- Use Default Module Setting -" JOPTION_USE_MENU_REQUEST_SETTING="- Use Menu or Request Setting -" -JSEARCH_FILTER_LABEL="Filter:" +JSEARCH_FILTER="Search" JSEARCH_FILTER_CLEAR="Clear" +JSEARCH_FILTER_LABEL="Filter:" JSEARCH_FILTER_SUBMIT="Search" -JSEARCH_FILTER="Search" -JSEARCH_TITLE="Search %s" JSEARCH_RESET="Reset" +JSEARCH_TITLE="Search %s" JTOGGLE_HIDE_SIDEBAR="Hide the sidebar" JTOGGLE_SHOW_SIDEBAR="Show the sidebar" @@ -981,35 +980,40 @@ JTOOLBAR_SAVE="Save & Close" JTOOLBAR_SAVE_AND_NEW="Save & New" JTOOLBAR_SAVE_AS_COPY="Save as Copy" JTOOLBAR_SAVE_TO_MENU="Save to Menu" +JTOOLBAR_TRASH="Trash" JTOOLBAR_UNARCHIVE="Unarchive" JTOOLBAR_UNINSTALL="Uninstall" JTOOLBAR_UNPUBLISH="Unpublish" -JTOOLBAR_UPLOAD="Upload" -JTOOLBAR_TRASH="Trash" JTOOLBAR_UNTRASH="Untrash" +JTOOLBAR_UPLOAD="Upload" JTOOLBAR_VERSIONS="Versions" -JWARNING_PUBLISH_MUST_SELECT="You must select at least one item to publish." JWARNING_ARCHIVE_MUST_SELECT="You must select at least one item to archive." -JWARNING_UNPUBLISH_MUST_SELECT="You must select at least one item to unpublish." -JWARNING_TRASH_MUST_SELECT="You must select at least one item to remove." JWARNING_DELETE_MUST_SELECT="You must select at least one item to permanently delete." +JWARNING_PUBLISH_MUST_SELECT="You must select at least one item to publish." JWARNING_REMOVE_ROOT_USER="You are logged-in using the emergency Root User setting in configuration.php.
You should remove $root_user from the configuration.php as soon as you have restored control to your site to avoid future security breaches.
Select here to try to do it automatically." JWARNING_REMOVE_ROOT_USER_ADMIN="The emergency Root User setting is enabled for the user(id): %s.
You should remove $root_user from the configuration.php as soon as you have restored control to your site to avoid future security breaches.
Select here to try to do it automatically." +JWARNING_TRASH_MUST_SELECT="You must select at least one item to remove." +JWARNING_UNPUBLISH_MUST_SELECT="You must select at least one item to unpublish." ; Workflow JWORKFLOW="Workflow: %s" -JWORKFLOW_TITLE="Workflow" JWORKFLOW_ENABLED_LABEL="Enable Workflow" JWORKFLOW_EXECUTE_TRANSITION="Select the transition to execute on this item." -JWORKFLOW_SHOW_TRANSITIONS_FOR_THIS_ITEM="Show the transition selection to execute a transition on this item." -JWORKFLOW_EXTENSION_WHITELIST_LABEL="Extension Whitelist" -JWORKFLOW_EXTENSION_WHITELIST_DESCRIPTION="Activate this plugin only for listed extensions. If used all other extensions are disabled." -JWORKFLOW_EXTENSION_BLACKLIST_LABEL="Extension Blacklist" JWORKFLOW_EXTENSION_BLACKLIST_DESCRIPTION="Disable this plugin for listed extensions." +JWORKFLOW_EXTENSION_BLACKLIST_LABEL="Extension Blacklist" +JWORKFLOW_EXTENSION_WHITELIST_DESCRIPTION="Activate this plugin only for listed extensions. If used all other extensions are disabled." +JWORKFLOW_EXTENSION_WHITELIST_LABEL="Extension Whitelist" JWORKFLOW_FIELD_COMPONENT_SECTIONS_TEXT="%1$s: %2$s" -; Date format +JWORKFLOW_SHOW_TRANSITIONS_FOR_THIS_ITEM="Show the transition selection to execute a transition on this item." +JWORKFLOW_TITLE="Workflow" +; Date format +DATE_FORMAT_CALENDAR_DATE="%Y-%m-%d" +DATE_FORMAT_CALENDAR_DATETIME="%Y-%m-%d %H:%M:%S" +DATE_FORMAT_FILTER_DATE="Y-m-d" +DATE_FORMAT_FILTER_DATETIME="Y-m-d H:i:s" +DATE_FORMAT_JS1="y-m-d" DATE_FORMAT_LC="l, d F Y" DATE_FORMAT_LC1="l, d F Y" DATE_FORMAT_LC2="l, d F Y H:i" @@ -1017,14 +1021,8 @@ DATE_FORMAT_LC3="d F Y" DATE_FORMAT_LC4="Y-m-d" DATE_FORMAT_LC5="Y-m-d H:i" DATE_FORMAT_LC6="Y-m-d H:i:s" -DATE_FORMAT_JS1="y-m-d" -DATE_FORMAT_CALENDAR_DATE="%Y-%m-%d" -DATE_FORMAT_CALENDAR_DATETIME="%Y-%m-%d %H:%M:%S" -DATE_FORMAT_FILTER_DATE="Y-m-d" -DATE_FORMAT_FILTER_DATETIME="Y-m-d H:i:s" ; Months - JANUARY_SHORT="Jan" JANUARY="January" FEBRUARY_SHORT="Feb" @@ -1051,7 +1049,6 @@ DECEMBER_SHORT="Dec" DECEMBER="December" ; Days of the Week - SAT="Sat" SATURDAY="Saturday" SUN="Sun" @@ -1068,31 +1065,30 @@ FRI="Fri" FRIDAY="Friday" ; Localised number format - DECIMALS_SEPARATOR="." THOUSANDS_SEPARATOR="," ; Mailer Codes -PHPMAILER_PROVIDE_ADDRESS="You must provide at least one recipient email address." -PHPMAILER_MAILER_IS_NOT_SUPPORTED="Mailer is not supported." -PHPMAILER_EXECUTE="Could not execute: " -PHPMAILER_EXTENSION_MISSING="Extension missing: " -PHPMAILER_INSTANTIATE="Could not start mail function." PHPMAILER_AUTHENTICATE="SMTP Error! Could not authenticate." -PHPMAILER_FROM_FAILED="The following from address failed: " -PHPMAILER_RECIPIENTS_FAILED="SMTP Error! The following recipients failed: " -PHPMAILER_DATA_NOT_ACCEPTED="SMTP Error! Data not accepted." PHPMAILER_CONNECT_HOST="SMTP Error! Could not connect to SMTP host." +PHPMAILER_DATA_NOT_ACCEPTED="SMTP Error! Data not accepted." +PHPMAILER_EMPTY_MESSAGE="Empty message body" +PHPMAILER_ENCODING="Unknown encoding: " +PHPMAILER_EXECUTE="Could not execute: " +PHPMAILER_EXTENSION_MISSING="Extension missing: " PHPMAILER_FILE_ACCESS="Could not access file: " PHPMAILER_FILE_OPEN="File Error: Could not open file: " -PHPMAILER_ENCODING="Unknown encoding: " -PHPMAILER_SIGNING_ERROR="Signing error: " -PHPMAILER_SMTP_ERROR="SMTP server error: " -PHPMAILER_EMPTY_MESSAGE="Empty message body" +PHPMAILER_FROM_FAILED="The following from address failed: " +PHPMAILER_INSTANTIATE="Could not start mail function." PHPMAILER_INVALID_ADDRESS="Invalid address" -PHPMAILER_VARIABLE_SET="Can't set or reset variable: " +PHPMAILER_MAILER_IS_NOT_SUPPORTED="Mailer is not supported." +PHPMAILER_PROVIDE_ADDRESS="You must provide at least one recipient email address." +PHPMAILER_RECIPIENTS_FAILED="SMTP Error! The following recipients failed: " +PHPMAILER_SIGNING_ERROR="Signing error: " PHPMAILER_SMTP_CONNECT_FAILED="SMTP connect failed" +PHPMAILER_SMTP_ERROR="SMTP server error: " PHPMAILER_TLS="Could not start TLS" +PHPMAILER_VARIABLE_SET="Can't set or reset variable: " ; Database types (allows for a more descriptive label than the internal name) MYSQL="MySQL (PDO)" @@ -1116,4 +1112,3 @@ TRASH="Trash" TRASHED="Trashed" UNPUBLISH="Unpublish" UNPUBLISHED="Unpublished" - diff --git a/api/language/en-GB/joomla.ini b/api/language/en-GB/joomla.ini index 647ed95eb59f..2f5cc78f4722 100644 --- a/api/language/en-GB/joomla.ini +++ b/api/language/en-GB/joomla.ini @@ -41,23 +41,24 @@ JH6="h6" ERROR="Error" INFO="Info" -MESSAGE="Message" NOTICE="Notice" MESSAGE="Message" WARNING="Warning" +JACTIONS="Actions for: %s" JADMINISTRATION="Administration" JADMINISTRATOR="Administrator" JALIAS="Alias" JALL="All" JALL_LANGUAGE="All" +JAPI="API" JAPPLY="Save" JARCHIVED="Archived" +JASSOCIATIONS_ASC="Associations ascending" +JASSOCIATIONS_DESC="Associations descending" JAUTHOR="Author" JAUTHOR_ASC="Author ascending" JAUTHOR_DESC="Author descending" -JASSOCIATIONS_ASC="Associations ascending" -JASSOCIATIONS_DESC="Associations descending" JCANCEL="Cancel" JCATEGORIES="Categories" JCATEGORY="Category" @@ -66,7 +67,7 @@ JCATEGORY_DESC="Category descending" JCATEGORY_SPRINTF="Category: %s" JCLEAR="Clear" JCLIENT="Location" -JCONFIG_PERMISSIONS_DESC="Default permissions for this component." +JCONFIG_PERMISSIONS_DESC="Permissions for this component unless they are changed for a specific item." JCONFIG_PERMISSIONS_LABEL="Permissions" JCURRENT="Current" JDATE="Date" @@ -79,12 +80,10 @@ JDETAILS="Details" JDISABLED="Disabled" JENABLED="Enabled" JFALSE="False" +JFEATURE="Feature" JFEATURED="Featured" JFEATURED_ASC="Featured ascending" JFEATURED_DESC="Featured descending" -JUNFEATURED="Unfeatured" -JFEATURE="Feature" -JUNFEATURE="Unfeature" JHELP="Help" JHIDE="Hide" JHIDEPASSWORD="Hide Password" @@ -105,6 +104,7 @@ JOFF="Off" JON="On" JONLY="Only" JOPTIONS="Options" +JORDERINGDISABLED="Please sort by order to enable reordering" JPREV="Prev" JPREVIOUS="Previous" JPREVIOUS_TITLE="Previous article: %s" @@ -112,16 +112,18 @@ JPROTECTED="Protected" JPUBLISHED="Published" JRECORD_NUMBER="Record Number" JREGISTER="Register" -JORDERINGDISABLED="Please sort by order to enable reordering" JSAVE="Save & Close" JSELECT="Select" -JSTATUS="Status" -JSTATUS_ASC="Status ascending" -JSTATUS_DESC="Status descending" JSHOW="Show" JSHOWPASSWORD="Show Password" JSITE="Site" JSITEADMIN="Select Client" +JSTAGE="Stage" +JSTAGE_ASC="Stage ascending" +JSTAGE_DESC="Stage descending" +JSTATUS="Status" +JSTATUS_ASC="Status ascending" +JSTATUS_DESC="Status descending" JSUBMIT="Submit" JTAG="Tags" JTAG_FIELD_SELECT_DESC="Select the tag to use." @@ -131,14 +133,15 @@ JTRASHED="Trashed" JTRUE="True" JUNARCHIVE="Remove from archive status" JUNDEFINED="Undefined" +JUNFEATURE="Unfeature" +JUNFEATURED="Unfeatured" JUNPROTECTED="Unprotected" JUNPUBLISHED="Unpublished" +JVERSION="Version" JVISIT_LINK="Visit Link" JVISIT_WEBSITE="Visit Website" JYEAR="Year" -JVERSION="Version" JYES="Yes" -JACTIONS="Actions for: %s" JACTION_ADMIN="Configure ACL & Options" JACTION_ADMIN_GLOBAL="Super User" @@ -146,22 +149,24 @@ JACTION_COMPONENT_SETTINGS="Component Settings" JACTION_CREATE="Create" JACTION_DELETE="Delete" JACTION_EDIT="Edit" +JACTION_EDIT_MODULE="Edit the '%s' module" JACTION_EDITOWN="Edit Own" -JACTION_EDITVALUE="Edit Custom Field Value" JACTION_EDITSTATE="Edit State" -JACTION_EDIT_MODULE="Edit the '%s' module" +JACTION_EDITVALUE="Edit Custom Field Value" JACTION_EXECUTETRANSITION="Execute Transition" JACTION_LOGIN_ADMIN="Administrator Login" JACTION_LOGIN_API="Web Services Login" JACTION_LOGIN_OFFLINE="Offline Access" JACTION_LOGIN_SITE="Site Login" JACTION_MANAGE="Access Administration Interface" +JACTION_MANAGEWORKFLOW="Manage Workflows" JACTION_OPTIONS="Configure Options Only" JACTION_UNPUBLISH="Unpublish" JBROWSERTARGET_DOWNLOAD="Download %s in new window" JBROWSERTARGET_MODAL="Modal" JBROWSERTARGET_NEW="Open in new window" +JBROWSERTARGET_NEW_TITLE="Open %s in new window" JBROWSERTARGET_PARENT="Open in parent window" JBROWSERTARGET_POPUP="Open in popup" @@ -181,9 +186,9 @@ JERROR_LOADING_MENUS="Error loading Menus: %s" JERROR_LOGIN_DENIED="You do not have access to the Administrator section of this site." JERROR_NO_ITEMS_SELECTED="No item(s) selected." JERROR_NOLOGIN_BLOCKED="Login denied! Your account has either been blocked or you have not activated it yet." +JERROR_SAVE_FAILED="Could not save data. Error: %s" JERROR_SENDING_EMAIL="Email could not be sent." JERROR_SESSION_STARTUP="Error starting the session." -JERROR_SAVE_FAILED="Could not save data. Error: %s" JFIELD_ACCESS_DESC="The access level group that is allowed to view this item." JFIELD_ACCESS_LABEL="Access" @@ -210,11 +215,11 @@ JFIELD_COLOR_ERROR_CONVERT_HSL="Unable to convert HSL value" JFIELD_COLOR_ERROR_CONVERT_HUE="Unable to convert hue value" JFIELD_COLOR_ERROR_NO_COLOR="No colour value available" JFIELD_COLOR_ERROR_WRONG_FORMAT="Wrong format" -JFIELD_COLOR_LABEL_SLIDER_INPUT="Selected Colour Value" +JFIELD_COLOR_LABEL_SLIDER_ALPHA="Alpha Slider" JFIELD_COLOR_LABEL_SLIDER_HUE="Hue Slider" -JFIELD_COLOR_LABEL_SLIDER_SATURATION="Saturation Slider" +JFIELD_COLOR_LABEL_SLIDER_INPUT="Selected Colour Value" JFIELD_COLOR_LABEL_SLIDER_LIGHT="Light Slider" -JFIELD_COLOR_LABEL_SLIDER_ALPHA="Alpha Slider" +JFIELD_COLOR_LABEL_SLIDER_SATURATION="Saturation Slider" JFIELD_COLOR_SELECT="Select a colour" JFIELD_COLOR_TRANSPARENT="No colour, transparent" JFIELD_COLOR_VALUE="Colour with hexadecimal value of" @@ -229,16 +234,16 @@ JFIELD_LOGIN_REDIRECT_URL_DESC="If a URL is entered here, users will be redirect JFIELD_LOGIN_REDIRECT_URL_LABEL="Login Redirect" JFIELD_LOGOUT_IMAGE_DESC="Select or upload an image to display on logout page." JFIELD_LOGOUT_IMAGE_LABEL="Logout Image" -JFIELD_LOGOUT_REDIRECT_URL_DESC="If a URL is entered here, users will be redirected to it after logout.
The URL must be internal (eg: index.php?Itemid=999)." -JFIELD_LOGOUT_REDIRECT_URL_LABEL="Logout Redirect" JFIELD_LOGOUT_REDIRECT_PAGE_DESC="Select or create the page the user will be redirected to after ending their current session by logging out. The default is to stay on the same page." JFIELD_LOGOUT_REDIRECT_PAGE_LABEL="Logout Redirection Page" +JFIELD_LOGOUT_REDIRECT_URL_DESC="If a URL is entered here, users will be redirected to it after logout.
The URL must be internal (eg: index.php?Itemid=999)." +JFIELD_LOGOUT_REDIRECT_URL_LABEL="Logout Redirect" ; Do not translate the text between the {} JFIELD_META_DESCRIPTION_COUNTER="{remaining} characters remaining of {maxlength} characters." JFIELD_META_DESCRIPTION_DESC="An optional paragraph to be used as the description of the page in the HTML output. This will generally display in the results of search engines." JFIELD_META_DESCRIPTION_LABEL="Meta Description" JFIELD_META_KEYWORDS_DESC="An optional comma-separated list of keywords and/or phrases to be used in the HTML output." -JFIELD_META_KEYWORDS_LABEL="Meta Keywords" +JFIELD_META_KEYWORDS_LABEL="Keywords" JFIELD_META_RIGHTS_DESC="Describe what rights others have to use this content." JFIELD_META_RIGHTS_LABEL="Content Rights" JFIELD_METADATA_AUTHOR_DESC="The author of this content." @@ -256,10 +261,10 @@ JFIELD_OPTION_NONE="None" JFIELD_ORDERING_DESC="Select the ordering." JFIELD_ORDERING_LABEL="Ordering" JFIELD_PARAMS_LABEL="Options" -JFIELD_PASSWORD_INDICATE_INCOMPLETE="Password doesn't meet site's requirements" JFIELD_PASSWORD_INDICATE_COMPLETE="Password accepted" -JFIELD_PASSWORD_NOTE_LBL="Password must contain:" +JFIELD_PASSWORD_INDICATE_INCOMPLETE="Password doesn't meet site's requirements" JFIELD_PASSWORD_NOTE_DESC="%1s symbol(s), %2s uppercase letter(s), %3s lowercase letter(s), %4s number(s) and be %5s characters long" +JFIELD_PASSWORD_NOTE_LBL="Password must contain:" JFIELD_PLG_SEARCH_ALL_DESC="Include published items in the search." JFIELD_PLG_SEARCH_ALL_LABEL="Search Published" JFIELD_PLG_SEARCH_ARCHIVED_DESC="Include archived items in the search." @@ -371,10 +376,7 @@ JGLOBAL_FEED_SHOW_READMORE_LABEL=""Read More" Link" JGLOBAL_FEED_SUMMARY_DESC="If set to Intro Text, only the Intro Text of each article will show in the news feed. If set to Full Text, the whole article will show in the news feed." JGLOBAL_FEED_SUMMARY_LABEL="Include in Feed" JGLOBAL_FEED_TITLE="News Feeds" -JGLOBAL_FIELDS="Fields" -JGLOBAL_FIELDS_TITLE="Custom Fields" JGLOBAL_FIELD_ADD="Add" -JGLOBAL_FIELD_GROUPS="Field Groups" JGLOBAL_FIELD_CATEGORIES_CHOOSE_CATEGORY_DESC="Categories that are within this category will be displayed." JGLOBAL_FIELD_CATEGORIES_CHOOSE_CATEGORY_LABEL="Select a Top Level Category" JGLOBAL_FIELD_CATEGORIES_DESC_DESC="If you enter some text in this field, it will replace the Top Level Category Description, if it has one." @@ -386,15 +388,16 @@ JGLOBAL_FIELD_CREATED_BY_LABEL="Created By" JGLOBAL_FIELD_CREATED_DESC="Created Date." JGLOBAL_FIELD_CREATED_LABEL="Created Date" JGLOBAL_FIELD_FIELD_CACHETIME_DESC="The number of minutes before the cache is refreshed." -JGLOBAL_FIELD_FIELD_ORDERING_LABEL="Order" JGLOBAL_FIELD_FIELD_ORDERING_DESC="Order items will be displayed in." +JGLOBAL_FIELD_FIELD_ORDERING_LABEL="Order" +JGLOBAL_FIELD_GROUPS="Field Groups" JGLOBAL_FIELD_ID_DESC="Record number in the database." JGLOBAL_FIELD_ID_LABEL="ID" JGLOBAL_FIELD_LAYOUT_DESC="Default layout to use for items." JGLOBAL_FIELD_LAYOUT_LABEL="Choose a Layout" -JGLOBAL_FIELD_MODIFIED_LABEL="Modified Date" JGLOBAL_FIELD_MODIFIED_BY_DESC="The user who did the last modification." JGLOBAL_FIELD_MODIFIED_BY_LABEL="Modified By" +JGLOBAL_FIELD_MODIFIED_LABEL="Modified Date" JGLOBAL_FIELD_MOVE="Move" JGLOBAL_FIELD_NUM_CATEGORY_ITEMS_DESC="Number of categories to display for each level." JGLOBAL_FIELD_NUM_CATEGORY_ITEMS_LABEL="Number of Categories" @@ -407,17 +410,19 @@ JGLOBAL_FIELD_SHOW_BASE_DESCRIPTION_DESC="Show description of the top level cate JGLOBAL_FIELD_SHOW_BASE_DESCRIPTION_LABEL="Top Level Category Description" JGLOBAL_FIELD_VERSION_NOTE_DESC="Enter an optional note for this version of the item." JGLOBAL_FIELD_VERSION_NOTE_LABEL="Version Note" +JGLOBAL_FIELDS="Fields" +JGLOBAL_FIELDS_TITLE="Custom Fields" +JGLOBAL_FIELDSET_ADVANCED="Advanced" JGLOBAL_FIELDSET_ASSOCIATIONS="Associations" +JGLOBAL_FIELDSET_BASIC="Options" +JGLOBAL_FIELDSET_CONTENT="Content" +JGLOBAL_FIELDSET_DESCRIPTION="Description" JGLOBAL_FIELDSET_DISPLAY_OPTIONS="Display" JGLOBAL_FIELDSET_IMAGE_OPTIONS="Images" JGLOBAL_FIELDSET_INTEGRATION="Integration" JGLOBAL_FIELDSET_METADATA_OPTIONS="Metadata" JGLOBAL_FIELDSET_OPTIONS="Options" -JGLOBAL_FIELDSET_CONTENT="Content" JGLOBAL_FIELDSET_PUBLISHING="Publishing" -JGLOBAL_FIELDSET_DESCRIPTION="Description" -JGLOBAL_FIELDSET_ADVANCED="Advanced" -JGLOBAL_FIELDSET_BASIC="Options" JGLOBAL_FILTER_ATTRIBUTES_DESC="3. List additional attributes, separating each attribute name with a space or comma. For example: class,title,id." JGLOBAL_FILTER_ATTRIBUTES_LABEL="Filter Attributes3" JGLOBAL_FILTER_CLIENT="- Select Location -" @@ -429,6 +434,7 @@ JGLOBAL_FILTER_TAGS_DESC="2. List additional tags, separating each tag name with JGLOBAL_FILTER_TAGS_LABEL="Filter Tags2" JGLOBAL_FILTER_TYPE_DESC="1. Blacklist allows all tags and attributes except for those in the blacklist.
-- Tags for the Default Blacklist include: 'applet', 'body', 'bgsound', 'base', 'basefont', 'canvas', 'embed', 'frame', 'frameset', 'head', 'html', 'id', 'iframe', 'ilayer', 'layer', 'link', 'meta', 'name', 'object', 'script', 'style', 'title', 'xml'
-- Attributes for the Default Blacklist include: 'action', 'background', 'codebase', 'dynsrc', 'lowsrc', 'formaction'
-- You can blacklist additional tags and attributes by adding to the Filter Tags and Filter Attributes fields, separating each tag or attribute name with a comma.
-- Custom Blacklist allows you to override the Default Blacklist. Add the tags and attributes to be blacklisted in the Filter Tags and Filter Attributes fields.

Whitelist allows only the tags listed in the Filter Tags and Filter Attributes fields.

No HTML removes all HTML tags from the content when it is saved.

Please note that these settings work regardless of the editor that you are using.
Even if you are using a WYSIWYG editor, the filtering settings may strip additional tags and attributes prior to saving information in the database." JGLOBAL_FILTER_TYPE_LABEL="Filter Type1" +JGLOBAL_FILTERED_BY="Filtered by:" JGLOBAL_FULL_TEXT="Full Text" JGLOBAL_GT=">" JGLOBAL_HISTORY_LIMIT_OPTIONS_DESC="The maximum number of old versions of an item to save. If zero, all old versions will be saved." @@ -489,6 +495,7 @@ JGLOBAL_NAME_DESC="Name descending" JGLOBAL_NEWITEMSFIRST_DESC="New items default to the first position. The ordering can be changed after this item is saved." JGLOBAL_NEWITEMSLAST_DESC="New items default to the last position. The ordering can be changed after this item is saved." JGLOBAL_NO_ITEM_SELECTED="No items selected" +JGLOBAL_NO_MATCHING_RESULTS="No Matching Results" JGLOBAL_NO_ORDER="No Order" JGLOBAL_NOINDEX_FOLLOW="No index, follow" JGLOBAL_NOINDEX_NOFOLLOW="No index, no follow" @@ -503,13 +510,12 @@ JGLOBAL_NUMBER_CATEGORY_ITEMS_DESC="If Show, the number of articles in the categ JGLOBAL_NUMBER_CATEGORY_ITEMS_LABEL="Show Article Count" JGLOBAL_NUMBER_ITEMS_LIST_DESC="Default number of articles to list on a page." JGLOBAL_NUMBER_ITEMS_LIST_LABEL="# Articles to List" -JGLOBAL_NO_MATCHING_RESULTS="No Matching Results" JGLOBAL_OLDEST_FIRST="Oldest First" JGLOBAL_OPENS_IN_A_NEW_WINDOW="Opens in a new window" JGLOBAL_ORDER_ASCENDING="Ascending" JGLOBAL_ORDER_DESCENDING="Descending" -JGLOBAL_ORDER_DIRECTION_LABEL="Direction" JGLOBAL_ORDER_DIRECTION_DESC="Sort order. Descending is highest to lowest. Ascending is lowest to highest." +JGLOBAL_ORDER_DIRECTION_LABEL="Direction" JGLOBAL_ORDERING="Article Order" JGLOBAL_ORDERING_DATE_DESC="If articles are ordered by date, which date to use." JGLOBAL_ORDERING_DATE_LABEL="Date for Ordering" @@ -522,6 +528,8 @@ JGLOBAL_PASSWORD="Password" JGLOBAL_PASSWORD_RESET_REQUIRED="You are required to reset your password before proceeding." JGLOBAL_PERMISSIONS_ANCHOR="Set Permissions" JGLOBAL_PREVIEW="Preview" +JGLOBAL_PREVIEW_POSITION="Position: %s" +JGLOBAL_PREVIEW_STYLE="Style: %s" JGLOBAL_PUBLISHED_DATE="Published Date" JGLOBAL_RANDOM_ORDER="Random Order" JGLOBAL_RATINGS="Ratings" @@ -547,6 +555,7 @@ JGLOBAL_SELECT_AN_OPTION="Select an option" JGLOBAL_SELECT_NO_RESULTS_MATCH="No results match" JGLOBAL_SELECT_PRESS_TO_SELECT="Press to select" JGLOBAL_SELECT_SOME_OPTIONS="Select some options" +JGLOBAL_SELECTED_UPLOAD_FILE_SIZE="Selected file size: %s" JGLOBAL_SELECTION_ALL="Select All" JGLOBAL_SELECTION_INVERT="Toggle Selection" JGLOBAL_SELECTION_INVERT_ALL="Toggle All Selections" @@ -558,10 +567,10 @@ JGLOBAL_SHOW_AUTHOR_LABEL="Author" JGLOBAL_SHOW_CATEGORY_DESC="If set to Show, the title of the article’s category will show." JGLOBAL_SHOW_CATEGORY_DESCRIPTION_DESC="Show or hide the description of the selected Category." JGLOBAL_SHOW_CATEGORY_DESCRIPTION_LABEL="Category Description" +JGLOBAL_SHOW_CATEGORY_HEADING_TITLE_TEXT_DESC="If Show, the "Subcategories" will show as a subheading on the page. The subheading is usually displayed inside the "H3" tag." +JGLOBAL_SHOW_CATEGORY_HEADING_TITLE_TEXT_LABEL="Subcategories Text" JGLOBAL_SHOW_CATEGORY_IMAGE_DESC="Show or hide the image of the selected Category." JGLOBAL_SHOW_CATEGORY_IMAGE_LABEL="Category Image" -JGLOBAL_SHOW_CATEGORY_HEADING_TITLE_TEXT_LABEL="Subcategories Text" -JGLOBAL_SHOW_CATEGORY_HEADING_TITLE_TEXT_DESC="If Show, the "Subcategories" will show as a subheading on the page. The subheading is usually displayed inside the "H3" tag." JGLOBAL_SHOW_CATEGORY_LABEL="Category" JGLOBAL_SHOW_CATEGORY_TITLE="Category Title" JGLOBAL_SHOW_CATEGORY_TITLE_DESC="If Show, the Category Title will show as a subheading on the page. The subheading is usually displayed inside the "H2" tag." @@ -593,14 +602,14 @@ JGLOBAL_SHOW_PUBLISH_DATE_DESC="If set to Show, the date and time an Article was JGLOBAL_SHOW_PUBLISH_DATE_LABEL="Publish Date" JGLOBAL_SHOW_READMORE_DESC="If set to Show, the Read more ...Link will show if Main text has been provided for the Article." JGLOBAL_SHOW_READMORE_LABEL=""Read More" Link" -JGLOBAL_SHOW_READMORE_TITLE_DESC="If set to show the title of the Article will be shown on the Read More button." -JGLOBAL_SHOW_READMORE_TITLE_LABEL="Title with Read More" JGLOBAL_SHOW_READMORE_LIMIT_DESC="Set a limit of number of characters in Article Title to show in Read More button." JGLOBAL_SHOW_READMORE_LIMIT_LABEL="Read More Limit (characters)" +JGLOBAL_SHOW_READMORE_TITLE_DESC="If set to show the title of the Article will be shown on the Read More button." +JGLOBAL_SHOW_READMORE_TITLE_LABEL="Title with Read More" JGLOBAL_SHOW_SUBCATEGORIES_DESCRIPTION_DESC="Show or hide the subcategories descriptions." JGLOBAL_SHOW_SUBCATEGORIES_DESCRIPTION_LABEL="Subcategories Descriptions" -JGLOBAL_SHOW_SUBCATEGORY_CONTENT_LABEL="Include Subcategories" JGLOBAL_SHOW_SUBCATEGORY_CONTENT_DESC="If None, only articles from this category will show. If a number, all articles from the category and the subcategories up to and including that level will show in the blog." +JGLOBAL_SHOW_SUBCATEGORY_CONTENT_LABEL="Include Subcategories" JGLOBAL_SHOW_TAGS_DESC="Show the tags for this link." JGLOBAL_SHOW_TAGS_LABEL="Tags" JGLOBAL_SHOW_TITLE_DESC="If set to Show, the article title is shown." @@ -620,9 +629,9 @@ JGLOBAL_SUBSLIDER_BLOG_EXTENDED_LABEL="The option below gives the ability to inc JGLOBAL_SUBSLIDER_BLOG_LAYOUT_LABEL="If a field is left blank, global settings will be used." JGLOBAL_SUBSLIDER_DRILL_CATEGORIES_LABEL="These options are also used when you select one of the category links, on the first page and/or thereafter, unless they are changed for a specific menu item." JGLOBAL_TITLE="Title" +JGLOBAL_TITLE_ALPHABETICAL="Title Alphabetical" JGLOBAL_TITLE_ASC="Title ascending" JGLOBAL_TITLE_DESC="Title descending" -JGLOBAL_TITLE_ALPHABETICAL="Title Alphabetical" JGLOBAL_TITLE_REVERSE_ALPHABETICAL="Title Reverse Alphabetical" JGLOBAL_TOGGLE_DROPDOWN="Toggle Dropdown" JGLOBAL_TOGGLE_FEATURED="Toggle featured status." @@ -640,9 +649,9 @@ JGLOBAL_VOTES="Votes" JGLOBAL_VOTES_ASC="Votes ascending" JGLOBAL_VOTES_DESC="Votes descending" JGLOBAL_WARNCOOKIES="Warning! Cookies must be enabled to access the Administrator Backend." +JGLOBAL_WARNIE="Warning! Internet Explorer should not be used for proper operation of the Administrator Backend." JGLOBAL_WARNJAVASCRIPT="Warning! JavaScript must be enabled for proper operation of the Administrator Backend." JGLOBAL_WIDTH="Width" -JGLOBAL_WORKFLOW_ENABLED_LABEL="Enable Workflows" JGRID_HEADING_ACCESS="Access" JGRID_HEADING_ACCESS_ASC="Access ascending" @@ -659,16 +668,17 @@ JGRID_HEADING_ORDERING="Ordering" JGRID_HEADING_ORDERING_ASC="Ordering ascending" JGRID_HEADING_ORDERING_DESC="Ordering descending" +JHELP_ADMIN_USER_PROFILE_EDIT="Site_My_Profile" JHELP_COMPONENTS_ACTIONLOGS="Components_Actionlogs" JHELP_COMPONENTS_ASSOCIATIONS="Components_Associations" JHELP_COMPONENTS_ASSOCIATIONS_EDIT="Components_Associations_Edit" -JHELP_COMPONENTS_BANNERS_BANNERS_EDIT="Components_Banners_Banners_Edit" JHELP_COMPONENTS_BANNERS_BANNERS="Components_Banners_Banners" +JHELP_COMPONENTS_BANNERS_BANNERS_EDIT="Components_Banners_Banners_Edit" JHELP_COMPONENTS_BANNERS_CATEGORIES="Components_Banners_Categories" JHELP_COMPONENTS_BANNERS_CATEGORY_ADD="Components_Banners_Categories_Edit" JHELP_COMPONENTS_BANNERS_CATEGORY_EDIT="Components_Banners_Categories_Edit" -JHELP_COMPONENTS_BANNERS_CLIENTS_EDIT="Components_Banners_Clients_Edit" JHELP_COMPONENTS_BANNERS_CLIENTS="Components_Banners_Clients" +JHELP_COMPONENTS_BANNERS_CLIENTS_EDIT="Components_Banners_Clients_Edit" JHELP_COMPONENTS_BANNERS_TRACKS="Components_Banners_Tracks" JHELP_COMPONENTS_CACHE_MANAGER_SETTINGS="Components_Cache_Manager_Settings" JHELP_COMPONENTS_CHECK-IN_CONFIGURATION="Components_Check-in_Configuration" @@ -690,8 +700,8 @@ JHELP_COMPONENTS_COM_MESSAGES_OPTIONS="Components_Messages_Configuration" JHELP_COMPONENTS_COM_MODULES_OPTIONS="Components_Module_Manager_Options" JHELP_COMPONENTS_COM_NEWSFEEDS_OPTIONS="Components_News_Feed_Manager_Options" JHELP_COMPONENTS_COM_PLUGINS_OPTIONS="Components_Plugin_Manager_Options" -JHELP_COMPONENTS_COM_PRIVACY_OPTIONS="Components_Privacy_Options" JHELP_COMPONENTS_COM_POSTINSTALL_OPTIONS="Components_Post_installation_Messages_Configuration" +JHELP_COMPONENTS_COM_PRIVACY_OPTIONS="Components_Privacy_Options" JHELP_COMPONENTS_COM_REDIRECT_OPTIONS="Components_Redirect_Manager_Options" JHELP_COMPONENTS_COM_TAGS_OPTIONS="Components_Tags_Manager_Options" JHELP_COMPONENTS_COM_TEMPLATES_OPTIONS="Components_Template_Manager_Options" @@ -699,20 +709,20 @@ JHELP_COMPONENTS_COM_USERS_OPTIONS="Components_Users_Configuration" JHELP_COMPONENTS_CONTACT_CATEGORIES="Components_Contacts_Categories" JHELP_COMPONENTS_CONTACT_CATEGORY_ADD="Components_Contacts_Categories_Edit" JHELP_COMPONENTS_CONTACT_CATEGORY_EDIT="Components_Contacts_Categories_Edit" -JHELP_COMPONENTS_CONTACTS_CONTACTS_EDIT="Components_Contacts_Contacts_Edit" JHELP_COMPONENTS_CONTACTS_CONTACTS="Components_Contacts_Contacts" +JHELP_COMPONENTS_CONTACTS_CONTACTS_EDIT="Components_Contacts_Contacts_Edit" JHELP_COMPONENTS_CONTENT_CATEGORIES="Components_Content_Categories" JHELP_COMPONENTS_CONTENT_CATEGORY_ADD="Components_Content_Categories_Edit" JHELP_COMPONENTS_CONTENT_CATEGORY_EDIT="Components_Content_Categories_Edit" JHELP_COMPONENTS_CSP_REPORTS="Components_CSP_Reports" -JHELP_COMPONENTS_FIELDS_FIELDS="Components_Fields_Fields" -JHELP_COMPONENTS_FIELDS_FIELDS_EDIT="Components_Fields_Fields_Edit" JHELP_COMPONENTS_FIELDS_FIELD_GROUPS="Components_Fields_Field_Groups" JHELP_COMPONENTS_FIELDS_FIELD_GROUPS_EDIT="Components_Fields_Field_Groups_Edit" +JHELP_COMPONENTS_FIELDS_FIELDS="Components_Fields_Fields" +JHELP_COMPONENTS_FIELDS_FIELDS_EDIT="Components_Fields_Fields_Edit" JHELP_COMPONENTS_FINDER_MANAGE_CONTENT_MAPS="Components_Finder_Manage_Content_Maps" JHELP_COMPONENTS_FINDER_MANAGE_INDEXED_CONTENT="Components_Finder_Manage_Indexed_Content" -JHELP_COMPONENTS_FINDER_MANAGE_SEARCH_FILTERS_EDIT="Components_Finder_Manage_Search_Filters_Edit" JHELP_COMPONENTS_FINDER_MANAGE_SEARCH_FILTERS="Components_Finder_Manage_Search_Filters" +JHELP_COMPONENTS_FINDER_MANAGE_SEARCH_FILTERS_EDIT="Components_Finder_Manage_Search_Filters_Edit" JHELP_COMPONENTS_INSTALLER_CONFIGURATION="Components_Installer_Configuration" JHELP_COMPONENTS_INSTALLER_UPDATESITE_EDIT="Components_Installer_Updatesite_Edit" JHELP_COMPONENTS_JOOMLA_UPDATE="Components_Joomla_Update" @@ -725,8 +735,8 @@ JHELP_COMPONENTS_MESSAGING_WRITE="Components_Messaging_Write" JHELP_COMPONENTS_NEWSFEEDS_CATEGORIES="Components_Newsfeeds_Categories" JHELP_COMPONENTS_NEWSFEEDS_CATEGORY_ADD="Components_Newsfeeds_Categories_Edit" JHELP_COMPONENTS_NEWSFEEDS_CATEGORY_EDIT="Components_Newsfeeds_Categories_Edit" -JHELP_COMPONENTS_NEWSFEEDS_FEEDS_EDIT="Components_Newsfeeds_Feeds_Edit" JHELP_COMPONENTS_NEWSFEEDS_FEEDS="Components_Newsfeeds_Feeds" +JHELP_COMPONENTS_NEWSFEEDS_FEEDS_EDIT="Components_Newsfeeds_Feeds_Edit" JHELP_COMPONENTS_POST_INSTALLATION_MESSAGES="Components_Post_installation_Messages" JHELP_COMPONENTS_PRIVACY_CAPABILITIES="Components_Privacy_Capabilities" JHELP_COMPONENTS_PRIVACY_CONSENTS="Components_Privacy_Consents" @@ -734,8 +744,8 @@ JHELP_COMPONENTS_PRIVACY_DASHBOARD="Components_Privacy_Dashboard" JHELP_COMPONENTS_PRIVACY_REQUEST="Components_Privacy_Request" JHELP_COMPONENTS_PRIVACY_REQUEST_EDIT="Components_Privacy_Request_Edit" JHELP_COMPONENTS_PRIVACY_REQUESTS="Components_Privacy_Requests" -JHELP_COMPONENTS_REDIRECT_MANAGER_EDIT="Components_Redirect_Manager_Edit" JHELP_COMPONENTS_REDIRECT_MANAGER="Components_Redirect_Manager" +JHELP_COMPONENTS_REDIRECT_MANAGER_EDIT="Components_Redirect_Manager_Edit" JHELP_COMPONENTS_SEARCH="Components_Search" JHELP_COMPONENTS_SMART_SEARCH_CONFIGURATION="Components_Smart_Search_Configuration" JHELP_COMPONENTS_TAGS_MANAGER="Components_Tags_Manager" @@ -821,6 +831,7 @@ JHELP_MENUS_MENU_ITEM_ARTICLE_FEATURED="Menus_Menu_Item_Article_Featured" JHELP_MENUS_MENU_ITEM_ARTICLE_SINGLE_ARTICLE="Menus_Menu_Item_Article_Single_Article" JHELP_MENUS_MENU_ITEM_CONTACT_CATEGORIES="Menus_Menu_Item_Contact_Categories" JHELP_MENUS_MENU_ITEM_CONTACT_CATEGORY="Menus_Menu_Item_Contact_Category" +JHELP_MENUS_MENU_ITEM_CONTACT_CREATE="Menus_Menu_Item_Contact_Create" JHELP_MENUS_MENU_ITEM_CONTACT_FEATURED="Menus_Menu_Item_Contact_Featured" JHELP_MENUS_MENU_ITEM_CONTACT_SINGLE_CONTACT="Menus_Menu_Item_Contact_Single_Contact" JHELP_MENUS_MENU_ITEM_DISPLAY_SITE_CONFIGURATION="Menus_Menu_Item_Display_Site_Configuration" @@ -857,7 +868,6 @@ JHELP_SITE_MAINTENANCE_CLEAR_CACHE="Site_Maintenance_Clear_Cache" JHELP_SITE_MAINTENANCE_GLOBAL_CHECK-IN="Site_Maintenance_Global_Check-in" JHELP_SITE_MAINTENANCE_PURGE_EXPIRED_CACHE="Site_Maintenance_Purge_Expired_Cache" JHELP_SITE_SYSTEM_INFORMATION="Site_System_Information" -JHELP_ADMIN_USER_PROFILE_EDIT="Site_My_Profile" JHELP_START_HERE="Start_Here" JHELP_USERS_ACCESS_LEVELS="Users_Access_Levels" JHELP_USERS_ACCESS_LEVELS_EDIT="Users_Access_Levels_Edit" @@ -871,27 +881,27 @@ JHELP_USERS_USER_MANAGER_EDIT="Users_User_Manager_Edit" JHELP_USERS_USER_NOTES="Users_User_Notes" JHELP_USERS_USER_NOTES_EDIT="Users_User_Notes_Edit" -; if there is an error connecting database before initialisation, en-GB.lib_joomla.ini can't be loaded +; If there is an error connecting database before initialisation, en-GB.lib_joomla.ini can't be loaded ; we therefore have to load the strings from en-GB.ini JLIB_DATABASE_ERROR_ADAPTER_MYSQL="The MySQL adapter 'mysql' is not available." JLIB_DATABASE_ERROR_ADAPTER_MYSQLI="The MySQL adapter 'mysqli' is not available." -JLIB_DATABASE_ERROR_CONNECT_DATABASE="Unable to connect to the Database: %s" +JLIB_DATABASE_ERROR_CONNECT_DATABASE="Unable to connect to the Database: %s." JLIB_DATABASE_ERROR_CONNECT_MYSQL="Could not connect to MySQL." -JLIB_DATABASE_ERROR_DATABASE_CONNECT="Could not connect to database" -JLIB_DATABASE_ERROR_LOAD_DATABASE_DRIVER="Unable to load Database Driver: %s" +JLIB_DATABASE_ERROR_DATABASE_CONNECT="Could not connect to database." +JLIB_DATABASE_ERROR_LOAD_DATABASE_DRIVER="Unable to load Database Driver: %s." JOPTION_ACCESS_SHOW_ALL_ACCESS="Show All Access" JOPTION_ACCESS_SHOW_ALL_GROUPS="Show All Groups" JOPTION_ACCESS_SHOW_ALL_LEVELS="Show All Access Levels" JOPTION_ALL_CATEGORIES="- All Categories -" -JOPTION_ANY_CATEGORY="Any Category" JOPTION_ANY="Any" +JOPTION_ANY_CATEGORY="Any Category" JOPTION_DO_NOT_USE="- None Selected -" JOPTION_FROM_COMPONENT="---From Component---" JOPTION_FROM_MODULE="---From Module---" -JOPTION_FROM_TEMPLATE="---From %s Template---" JOPTION_FROM_STANDARD="---From Global Options---" +JOPTION_FROM_TEMPLATE="---From %s Template---" JOPTION_MENUS="Menus" JOPTION_NO_USER="- No User -" JOPTION_OPTIONAL="Optional" @@ -900,11 +910,10 @@ JOPTION_ORDER_LAST="Order Last" JOPTION_REQUIRED="Required" JOPTION_SELECT_ACCESS="- Select Access -" JOPTION_SELECT_AUTHOR="- Select Author -" -JOPTION_SELECT_AUTHORS="- Select Authors -" JOPTION_SELECT_AUTHOR_ALIAS="- Select Author Alias -" JOPTION_SELECT_AUTHOR_ALIASES="- Select Author Aliases -" +JOPTION_SELECT_AUTHORS="- Select Authors -" JOPTION_SELECT_CATEGORY="- Select Category -" -JOPTION_SELECT_CONDITION="- Select Condition -" JOPTION_SELECT_EDITOR="- Select Editor -" JOPTION_SELECT_FEATURED="- Select Featured -" JOPTION_SELECT_IMAGE="- Select Image -" @@ -918,16 +927,16 @@ JOPTION_SELECT_TAG="- Select Tag -" JOPTION_SELECT_TEMPLATE="- Select Template -" JOPTION_SELECT_TRANSITION="- Select Transition -" JOPTION_UNASSIGNED="Unassigned" -JOPTION_USE_DEFAULT_MODULE_SETTING="- Use Default Module Setting -" JOPTION_USE_DEFAULT="- Use Default -" +JOPTION_USE_DEFAULT_MODULE_SETTING="- Use Default Module Setting -" JOPTION_USE_MENU_REQUEST_SETTING="- Use Menu or Request Setting -" -JSEARCH_FILTER_LABEL="Filter:" +JSEARCH_FILTER="Search" JSEARCH_FILTER_CLEAR="Clear" +JSEARCH_FILTER_LABEL="Filter:" JSEARCH_FILTER_SUBMIT="Search" -JSEARCH_FILTER="Search" -JSEARCH_TITLE="Search %s" JSEARCH_RESET="Reset" +JSEARCH_TITLE="Search %s" JTOGGLE_HIDE_SIDEBAR="Hide the sidebar" JTOGGLE_SHOW_SIDEBAR="Show the sidebar" @@ -971,24 +980,40 @@ JTOOLBAR_SAVE="Save & Close" JTOOLBAR_SAVE_AND_NEW="Save & New" JTOOLBAR_SAVE_AS_COPY="Save as Copy" JTOOLBAR_SAVE_TO_MENU="Save to Menu" +JTOOLBAR_TRASH="Trash" JTOOLBAR_UNARCHIVE="Unarchive" JTOOLBAR_UNINSTALL="Uninstall" JTOOLBAR_UNPUBLISH="Unpublish" -JTOOLBAR_UPLOAD="Upload" -JTOOLBAR_TRASH="Trash" JTOOLBAR_UNTRASH="Untrash" +JTOOLBAR_UPLOAD="Upload" JTOOLBAR_VERSIONS="Versions" -JWARNING_PUBLISH_MUST_SELECT="You must select at least one item to publish." JWARNING_ARCHIVE_MUST_SELECT="You must select at least one item to archive." -JWARNING_UNPUBLISH_MUST_SELECT="You must select at least one item to unpublish." -JWARNING_TRASH_MUST_SELECT="You must select at least one item to remove." JWARNING_DELETE_MUST_SELECT="You must select at least one item to permanently delete." +JWARNING_PUBLISH_MUST_SELECT="You must select at least one item to publish." JWARNING_REMOVE_ROOT_USER="You are logged-in using the emergency Root User setting in configuration.php.
You should remove $root_user from the configuration.php as soon as you have restored control to your site to avoid future security breaches.
Select here to try to do it automatically." JWARNING_REMOVE_ROOT_USER_ADMIN="The emergency Root User setting is enabled for the user(id): %s.
You should remove $root_user from the configuration.php as soon as you have restored control to your site to avoid future security breaches.
Select here to try to do it automatically." +JWARNING_TRASH_MUST_SELECT="You must select at least one item to remove." +JWARNING_UNPUBLISH_MUST_SELECT="You must select at least one item to unpublish." -; Date format +; Workflow +JWORKFLOW="Workflow: %s" +JWORKFLOW_ENABLED_LABEL="Enable Workflow" +JWORKFLOW_EXECUTE_TRANSITION="Select the transition to execute on this item." +JWORKFLOW_EXTENSION_BLACKLIST_DESCRIPTION="Disable this plugin for listed extensions." +JWORKFLOW_EXTENSION_BLACKLIST_LABEL="Extension Blacklist" +JWORKFLOW_EXTENSION_WHITELIST_DESCRIPTION="Activate this plugin only for listed extensions. If used all other extensions are disabled." +JWORKFLOW_EXTENSION_WHITELIST_LABEL="Extension Whitelist" +JWORKFLOW_FIELD_COMPONENT_SECTIONS_TEXT="%1$s: %2$s" +JWORKFLOW_SHOW_TRANSITIONS_FOR_THIS_ITEM="Show the transition selection to execute a transition on this item." +JWORKFLOW_TITLE="Workflow" +; Date format +DATE_FORMAT_CALENDAR_DATE="%Y-%m-%d" +DATE_FORMAT_CALENDAR_DATETIME="%Y-%m-%d %H:%M:%S" +DATE_FORMAT_FILTER_DATE="Y-m-d" +DATE_FORMAT_FILTER_DATETIME="Y-m-d H:i:s" +DATE_FORMAT_JS1="y-m-d" DATE_FORMAT_LC="l, d F Y" DATE_FORMAT_LC1="l, d F Y" DATE_FORMAT_LC2="l, d F Y H:i" @@ -996,14 +1021,8 @@ DATE_FORMAT_LC3="d F Y" DATE_FORMAT_LC4="Y-m-d" DATE_FORMAT_LC5="Y-m-d H:i" DATE_FORMAT_LC6="Y-m-d H:i:s" -DATE_FORMAT_JS1="y-m-d" -DATE_FORMAT_CALENDAR_DATE="%Y-%m-%d" -DATE_FORMAT_CALENDAR_DATETIME="%Y-%m-%d %H:%M:%S" -DATE_FORMAT_FILTER_DATE="Y-m-d" -DATE_FORMAT_FILTER_DATETIME="Y-m-d H:i:s" ; Months - JANUARY_SHORT="Jan" JANUARY="January" FEBRUARY_SHORT="Feb" @@ -1030,7 +1049,6 @@ DECEMBER_SHORT="Dec" DECEMBER="December" ; Days of the Week - SAT="Sat" SATURDAY="Saturday" SUN="Sun" @@ -1047,31 +1065,30 @@ FRI="Fri" FRIDAY="Friday" ; Localised number format - DECIMALS_SEPARATOR="." THOUSANDS_SEPARATOR="," ; Mailer Codes -PHPMAILER_PROVIDE_ADDRESS="You must provide at least one recipient email address." -PHPMAILER_MAILER_IS_NOT_SUPPORTED="Mailer is not supported." -PHPMAILER_EXECUTE="Could not execute: " -PHPMAILER_EXTENSION_MISSING="Extension missing: " -PHPMAILER_INSTANTIATE="Could not start mail function." PHPMAILER_AUTHENTICATE="SMTP Error! Could not authenticate." -PHPMAILER_FROM_FAILED="The following from address failed: " -PHPMAILER_RECIPIENTS_FAILED="SMTP Error! The following recipients failed: " -PHPMAILER_DATA_NOT_ACCEPTED="SMTP Error! Data not accepted." PHPMAILER_CONNECT_HOST="SMTP Error! Could not connect to SMTP host." +PHPMAILER_DATA_NOT_ACCEPTED="SMTP Error! Data not accepted." +PHPMAILER_EMPTY_MESSAGE="Empty message body" +PHPMAILER_ENCODING="Unknown encoding: " +PHPMAILER_EXECUTE="Could not execute: " +PHPMAILER_EXTENSION_MISSING="Extension missing: " PHPMAILER_FILE_ACCESS="Could not access file: " PHPMAILER_FILE_OPEN="File Error: Could not open file: " -PHPMAILER_ENCODING="Unknown encoding: " -PHPMAILER_SIGNING_ERROR="Signing error: " -PHPMAILER_SMTP_ERROR="SMTP server error: " -PHPMAILER_EMPTY_MESSAGE="Empty message body" +PHPMAILER_FROM_FAILED="The following from address failed: " +PHPMAILER_INSTANTIATE="Could not start mail function." PHPMAILER_INVALID_ADDRESS="Invalid address" -PHPMAILER_VARIABLE_SET="Can't set or reset variable: " +PHPMAILER_MAILER_IS_NOT_SUPPORTED="Mailer is not supported." +PHPMAILER_PROVIDE_ADDRESS="You must provide at least one recipient email address." +PHPMAILER_RECIPIENTS_FAILED="SMTP Error! The following recipients failed: " +PHPMAILER_SIGNING_ERROR="Signing error: " PHPMAILER_SMTP_CONNECT_FAILED="SMTP connect failed" +PHPMAILER_SMTP_ERROR="SMTP server error: " PHPMAILER_TLS="Could not start TLS" +PHPMAILER_VARIABLE_SET="Can't set or reset variable: " ; Database types (allows for a more descriptive label than the internal name) MYSQL="MySQL (PDO)" @@ -1085,3 +1102,13 @@ SQLITE="SQLite" JFILTER_OPTIONS="Filter Options" JTABLE_OPTIONS="Table Options" JTABLE_OPTIONS_ORDERING="Order by:" + +; States assets translations +ARCHIVE="Archive" +ARCHIVED="Archived" +PUBLISH="Publish" +PUBLISHED="Published" +TRASH="Trash" +TRASHED="Trashed" +UNPUBLISH="Unpublish" +UNPUBLISHED="Unpublished" ```

tecpromotion commented 3 years ago

@max123kl wenn du magst gerne mal diff check machen.

max123kl commented 3 years ago

OK

max123kl commented 3 years ago

Bei einem Vergleich einzelner Strings in den verschiedenen joomla.ini's ist mir (vorläufig) folgende Abweichungen aufgefallen. Absicht oder a) oder b) a) administrator/language/de-DE/joomla.ini b) api/language/de-DE/joomla.ini

a) JCONFIG_PERMISSIONS_DESC="Berechtigungen für diese Komponente, sofern sie nicht für einen bestimmten Bereich geändert werden." b) JCONFIG_PERMISSIONS_DESC="Standardberechtigungen für sämtliche Inhalte dieser Komponente"

a) JACTION_EDIT_MODULE="Das '%s' Modul bearbeiten" b) JACTION_EDIT_MODULE="Modul '%s' bearbeiten"

a) JACTION_LOGIN_API="Web-Services-Anmeldung" b) JACTION_LOGIN_API="Web-Services Login"

tecpromotion commented 3 years ago

a) b) b)

max123kl commented 3 years ago

zum Zweiten wie vor: Absicht oder a) oder b)

a) JFIELD_ALIAS_DESC="Der Alias der in der SEF-Adresse benutzt wird." b) JFIELD_ALIAS_DESC="Der Alias der in der SEF-Adresse benutzt wird. Bitte leer lassen damit Joomla! einen Standardwert verwenden kann. Dieser Wert hängt von den SEO-Einstellungen ab (Konfiguration &rarr; Website).<br />Die Verwendung von Unicode produziert UTF-8-Aliase. Sie können auch manuell eingegeben werden als UTF-8-Zeichensatz. Leerzeichen und einige verbotene Zeichen werden geändert in Hyphen.<br />Wenn Standard Transliteration verwendet werden, wird ein Alias in Kleinbuchstaben und mit Bindestrichen anstelle von Leerzeichen erzeugt werden. Man kann den Alias auch manuell eingeben. Es müssen Kleinbuchstaben und Bindestriche (-) verwendet werden. Leerzeichen oder Unterstriche sind nicht erlaubt. Standardwert wird ein Datum und die Uhrzeit sein, wenn der Titel in nicht lateinischen Buchstaben geschrieben wird."

Hier sollte die Unterstreichung entfernt werden – die grüne Farbe auch? a) JGLOBAL_DATE_FORMAT_DESC="Formatstring für die Datumsanzeige. Bei einem leeren String wird das Datumsformat („DATE_FORMAT_LC1“) der aktuell eingestellten Sprache verwendet.<br /><br /><strong>Beispiel:</strong><br />„D M Y“ für „Tag Monat Jahr“ oder „d.m.y“ für die Kurzform „10.07.10“. Siehe dazu auch das <a href=\"https://php.net/date\" target=\"_blank\" rel=\"noopener noreferrer\">PHP-Onlinehandbuch</a>)." b) JGLOBAL_DATE_FORMAT_DESC="Formatstring für die Datumsanzeige. Bei einem leeren String wird das Datumsformat („DATE_FORMAT_LC1“) der aktuell eingestellten Sprache verwendet.<br /><br /><span style=\"text-decoration: underline; color: green;\"><strong>Beispiel:</strong></span><br />„D M Y“ für „Tag Monat Jahr“ oder „d.m.y“ für die Kurzform „10.07.10“. Siehe dazu auch das <a href=\"https://php.net/date\" target=\"_blank\" rel=\"noopener noreferrer\">PHP-Onlinehandbuch</a>)."

Der gleiche Fall bei dem Text zu JGLOBAL_FILTER_ATTRIBUTES_DESC (unterstrichen, grün), sowie weitere Fundstellen.

max123kl commented 3 years ago

Zum Dritten nochmal: a) + b) wie vor c) language/de-DE/joomla.ini und d) /installation/language/de-DE/joomla.ini

a) JHIDEPASSWORD="Passwort ausblenden" b) JHIDEPASSWORD="Passwort ausblenden" c) JHIDEPASSWORD="Passwort verstecken d) JHIDEPASSWORD="Passwort verstecken

a+b) JPREVIOUS="Vorherige" c+d) JPREVIOUS="Zurück"