[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/language/en-GB/ -> lib_joomla.ini (source)

   1  ; Joomla! Project
   2  ; (C) 2010 Open Source Matters, Inc. <https://www.joomla.org>
   3  ; License GNU General Public License version 2 or later; see LICENSE.txt
   4  ; Note : All ini files need to be saved as UTF-8
   5  
   6  ; Common boolean values
   7  ; Note: YES, NO, TRUE, FALSE are reserved words in INI format.
   8  
   9  ; Keep this string on top
  10  JERROR_PARSING_LANGUAGE_FILE="&#160;: error(s) in line(s) %s"
  11  
  12  JLIB_APPLICATION_ERROR_ACCESS_FORBIDDEN="Access forbidden."
  13  JLIB_APPLICATION_ERROR_APPLICATION_LOAD="Unable to load application: %s"
  14  JLIB_APPLICATION_ERROR_BATCH_CANNOT_CREATE="You are not allowed to create new items in this category."
  15  JLIB_APPLICATION_ERROR_BATCH_CANNOT_EDIT="You are not allowed to edit one or more of these items."
  16  JLIB_APPLICATION_ERROR_BATCH_FAILED="Batch process failed with following error: %s"
  17  JLIB_APPLICATION_ERROR_BATCH_MOVE_CATEGORY_NOT_FOUND="Can't find the destination category for this move."
  18  JLIB_APPLICATION_ERROR_BATCH_MOVE_ROW_NOT_FOUND="Can't find the item being moved."
  19  JLIB_APPLICATION_ERROR_CHECKIN_FAILED="Check-in failed with the following error: %s"
  20  JLIB_APPLICATION_ERROR_CHECKIN_NOT_CHECKED="Item is not checked out."
  21  JLIB_APPLICATION_ERROR_CHECKIN_USER_MISMATCH="The user checking in does not match the user who checked out the item."
  22  JLIB_APPLICATION_ERROR_CHECKOUT_FAILED="Check-out failed with the following error: %s"
  23  JLIB_APPLICATION_ERROR_CHECKOUT_USER_MISMATCH="The user checking out does not match the user who checked out the item."
  24  JLIB_APPLICATION_ERROR_COMPONENT_NOT_FOUND="Component not found."
  25  JLIB_APPLICATION_ERROR_COMPONENT_NOT_LOADING="Error loading component: %1$s, %2$s"
  26  JLIB_APPLICATION_ERROR_CONTENT_TYPE_MISSING="Content type missing."
  27  JLIB_APPLICATION_ERROR_CREATE_RECORD_NOT_PERMITTED="Create record not permitted."
  28  JLIB_APPLICATION_ERROR_DELETE="There was an error deleting the item."
  29  JLIB_APPLICATION_ERROR_DELETE_NOT_PERMITTED="Delete not permitted."
  30  JLIB_APPLICATION_ERROR_DISPLAY_EMAIL_FORM="Display email form disabled."
  31  JLIB_APPLICATION_ERROR_EDIT_ITEM_NOT_PERMITTED="Edit is not permitted."
  32  JLIB_APPLICATION_ERROR_EDIT_NOT_PERMITTED="Edit not permitted."
  33  JLIB_APPLICATION_ERROR_EDITSTATE_NOT_PERMITTED="Edit state is not permitted."
  34  JLIB_APPLICATION_ERROR_FORM_CREATE="Unable to create the form."
  35  JLIB_APPLICATION_ERROR_GET_NAME="%s: Can't get or parse class name."
  36  JLIB_APPLICATION_ERROR_HISTORY_ID_MISMATCH="Error restoring item version from history."
  37  JLIB_APPLICATION_ERROR_INSUFFICIENT_BATCH_INFORMATION="Insufficient information to perform the batch operation."
  38  JLIB_APPLICATION_ERROR_INVALID_COMPONENT_NAME="Invalid component name."
  39  JLIB_APPLICATION_ERROR_INVALID_CONTROLLER="Invalid controller: name='%s', format='%s'"
  40  JLIB_APPLICATION_ERROR_INVALID_CONTROLLER_CLASS="Invalid controller class: %s"
  41  JLIB_APPLICATION_ERROR_ITEMID_MISSING="Item ID missing."
  42  JLIB_APPLICATION_ERROR_LAYOUTFILE_NOT_FOUND="Layout %s not found."
  43  JLIB_APPLICATION_ERROR_LIBRARY_NOT_FOUND="Library not found."
  44  JLIB_APPLICATION_ERROR_LIBRARY_NOT_LOADING="Error loading library: %1$s, %2$s"
  45  JLIB_APPLICATION_ERROR_MENU_LOAD="Error loading menu: %s"
  46  JLIB_APPLICATION_ERROR_MODEL_CREATE="Failed to create model."
  47  JLIB_APPLICATION_ERROR_MODELCLASS_NOT_FOUND="Model class %s not found in file."
  48  JLIB_APPLICATION_ERROR_MODULE_LOAD="Error loading module %s"
  49  JLIB_APPLICATION_ERROR_PATHWAY_LOAD="Unable to load pathway: %s"
  50  JLIB_APPLICATION_ERROR_RECORD="Record does not exist."
  51  JLIB_APPLICATION_ERROR_REORDER_FAILED="Reorder failed. Error: %s"
  52  JLIB_APPLICATION_ERROR_ROUTER_LOAD="Unable to load router: %s"
  53  JLIB_APPLICATION_ERROR_RUN_TRANSITION="Unable to run transition."
  54  JLIB_APPLICATION_ERROR_SAVE_FAILED="Save failed with the following error: %s"
  55  JLIB_APPLICATION_ERROR_SAVE_NOT_PERMITTED="Save not permitted."
  56  JLIB_APPLICATION_ERROR_SERVER="Internal server error."
  57  JLIB_APPLICATION_ERROR_TABLE_NAME_NOT_SUPPORTED="Table %s not supported. File not found."
  58  JLIB_APPLICATION_ERROR_TASK_NOT_FOUND="Task [%s] not found."
  59  JLIB_APPLICATION_ERROR_UNHELD_ID="You are not permitted to use that link to directly access that page (#%d)."
  60  JLIB_APPLICATION_ERROR_VIEW_CLASS_NOT_FOUND="View class not found [class, file]: %1$s, %2$s"
  61  JLIB_APPLICATION_ERROR_VIEW_NOT_FOUND="View not found [name, type, prefix]: %1$s, %2$s, %3$s"
  62  JLIB_APPLICATION_SAVE_SUCCESS="Item saved."
  63  JLIB_APPLICATION_SUBMIT_SAVE_SUCCESS="Item submitted."
  64  JLIB_APPLICATION_SUCCESS_BATCH="Batch process completed."
  65  JLIB_APPLICATION_SUCCESS_ITEM_REORDERED="Ordering saved."
  66  JLIB_APPLICATION_SUCCESS_LOAD_HISTORY="Prior version restored. Saved on %s %s."
  67  JLIB_APPLICATION_SUCCESS_ORDERING_SAVED="Ordering saved."
  68  JLIB_APPLICATION_SUCCESS_RUN_TRANSITION="New state saved."
  69  
  70  JLIB_LOGIN_AUTHENTICATE="Username and password do not match or you do not have an account yet."
  71  
  72  JLIB_CACHE_ERROR_CACHE_HANDLER_LOAD="Unable to load Cache Handler: %s"
  73  JLIB_CACHE_ERROR_CACHE_STORAGE_LOAD="Unable to load Cache Storage: %s"
  74  
  75  JLIB_CAPTCHA_ERROR_PLUGIN_NOT_FOUND="Captcha plugin not set or not found. Please contact a site administrator."
  76  
  77  JLIB_CLIENT_ERROR_HELPER_SETCREDENTIALSFROMREQUEST_FAILED="Looks like User's credentials are no good."
  78  JLIB_CLIENT_ERROR_FTP_BAD_PASSWORD="%1$s: Bad Password. Server response: %2$s [Expected: 230]. Password sent: %3$s"
  79  JLIB_CLIENT_ERROR_FTP_BAD_RESPONSE="%s: Bad response."
  80  JLIB_CLIENT_ERROR_FTP_BAD_USERNAME="%1$s: Bad Username. Server response: %2$s [Expected: 331]. Username sent: %3$s"
  81  JLIB_CLIENT_ERROR_FTP_CHMOD_BAD_RESPONSE="%1$s: Bad response. Server response: %2$s [Expected: 200 or 250]. Path sent: %3$s. Mode sent: %4$s"
  82  JLIB_CLIENT_ERROR_FTP_DATA_PORT="%s: Unable to write to data port socket."
  83  JLIB_CLIENT_ERROR_FTP_LOCAL_FILE_FIND="%1$s: Unable to find local file. Local path: %2$s"
  84  JLIB_CLIENT_ERROR_FTP_LOCAL_FILE_OPEN_WRITING="%1$s: Unable to open local file for writing. Local path: %2$s"
  85  JLIB_CLIENT_ERROR_FTP_LOCAL_FILE_OPEN_READING="%1$s: Unable to open local file for reading. Local path: %2$s"
  86  JLIB_CLIENT_ERROR_FTP_MODE_ASCII="%1$s: Bad response. Server response: %2$s [Expected: 200]. Mode sent: Ascii."
  87  JLIB_CLIENT_ERROR_FTP_MODE_BINARY="%1$s: Bad response. Server response: %2$s [Expected: 200]. Mode sent: Binary."
  88  JLIB_CLIENT_ERROR_FTP_NO_CONNECT="%1$s: Could not connect to host ' %2$s ' on port ' %3$s '"
  89  JLIB_CLIENT_ERROR_FTP_NO_CONNECT_SOCKET="%1$s: Could not connect to host ' %2$s ' on port ' %3$s '. Socket error number: %4$s and error message: %5$s"
  90  JLIB_CLIENT_ERROR_FTP_NOT_EXPECTED_RESPONSE="%1$s: Bad response. Server response: %2$s [Expected: %3$u]"
  91  JLIB_CLIENT_ERROR_FTP_NOT_EXPECTED_RESPONSE_150_125="%1$s: Bad response. Server response: %2$s [Expected: 150 or 125]. Path sent: %3$s"
  92  JLIB_CLIENT_ERROR_FTP_NOT_EXPECTED_RESPONSE_PATH_SENT="%1$s: Bad response. Server response: %2$s [Expected: %3$u]. Path sent: %4$s"
  93  JLIB_CLIENT_ERROR_FTP_PASSIVE="%s: Unable to use passive mode."
  94  JLIB_CLIENT_ERROR_FTP_PASSIVE_IP_OBTAIN="%1$s: Unable to obtain IP and port for data transfer. Server response: %2$s"
  95  JLIB_CLIENT_ERROR_FTP_PASSIVE_IP_VALID="%1$s: IP and port for data transfer not valid. Server response: %2$s"
  96  JLIB_CLIENT_ERROR_FTP_PUTCMD_SEND="%1$s: Unable to send command: %2$s"
  97  JLIB_CLIENT_ERROR_FTP_PUTCMD_UNCONNECTED="%s: Not connected to the control port."
  98  JLIB_CLIENT_ERROR_FTP_RENAME_BAD_RESPONSE_FROM="%1$s: Bad response. Server response: %2$s [Expected: 350]. From path sent: %3$s"
  99  JLIB_CLIENT_ERROR_FTP_RENAME_BAD_RESPONSE_TO="%1$s: Bad response. Server response: %2$s [Expected: 250]. To path sent: %3$s"
 100  JLIB_CLIENT_ERROR_FTP_RESTART_BAD_RESPONSE="%1$s: Bad response. Server response: %2$s [Expected: 350]. Restart point sent: %3$s"
 101  JLIB_CLIENT_ERROR_FTP_TIMEOUT="%1$s: Timeout or unrecognised response while waiting for a response from the server. Server response: %2$s"
 102  JLIB_CLIENT_ERROR_FTP_TRANSFER_FAILED="%1$s: Transfer Failed. Server response: %2$s [Expected: 226]. Path sent: %3$s"
 103  JLIB_CLIENT_ERROR_FTP_UNRECOGNISED_FOLDER_LISTING_FORMAT="%s: Unrecognised folder listing format."
 104  JLIB_CLIENT_ERROR_LDAP_ADDRESS_NOT_AVAILABLE="Address not available."
 105  
 106  JLIB_CMS_WARNING_PROVIDE_VALID_NAME="Please provide a valid, non-blank title."
 107  
 108  JLIB_DATABASE_ERROR_ADAPTER_MYSQL="The MySQL adapter 'mysql' is not available."
 109  JLIB_DATABASE_ERROR_ADAPTER_MYSQLI="The MySQL adapter 'mysqli' is not available."
 110  JLIB_DATABASE_ERROR_ARTICLE_UNIQUE_ALIAS="Another article from this category has the same alias (remember it may be a trashed item)."
 111  JLIB_DATABASE_ERROR_BIND_FAILED_INVALID_SOURCE_ARGUMENT="%s: :bind failed. Invalid source argument."
 112  JLIB_DATABASE_ERROR_CATEGORY_REQUIRED="Category is required."
 113  JLIB_DATABASE_ERROR_CATEGORY_UNIQUE_ALIAS="Another category with the same parent category has the same alias (remember it may be a trashed item)."
 114  JLIB_DATABASE_ERROR_CHECK_FAILED="%s: :check Failed - %s"
 115  JLIB_DATABASE_ERROR_CHECKIN_FAILED="%s: :check-in failed - %s"
 116  JLIB_DATABASE_ERROR_CHECKOUT_FAILED="%s: :check-out failed - %s"
 117  JLIB_DATABASE_ERROR_CHILD_ROWS_CHECKED_OUT="Child rows checked out."
 118  JLIB_DATABASE_ERROR_CLASS_DOES_NOT_SUPPORT_ORDERING="%s does not support ordering."
 119  JLIB_DATABASE_ERROR_CLASS_IS_MISSING_FIELD="Missing field in the database: %s &#160; %s."
 120  JLIB_DATABASE_ERROR_CLASS_NOT_FOUND_IN_FILE="Table class %s not found in file."
 121  JLIB_DATABASE_ERROR_CONNECT_DATABASE="Unable to connect to the Database: %s"
 122  JLIB_DATABASE_ERROR_CONNECT_MYSQL="Could not connect to MySQL."
 123  JLIB_DATABASE_ERROR_DATABASE_CONNECT="Could not connect to database."
 124  JLIB_DATABASE_ERROR_DATABASE_UPGRADE_FAILED="MySQL Database Upgrade failed. Please check the <a href=\"index.php?option=com_installer&view=database\">Database Fixer</a>."
 125  JLIB_DATABASE_ERROR_DELETE_CATEGORY="Left-Right data inconsistency. Can't delete category."
 126  JLIB_DATABASE_ERROR_DELETE_FAILED="%s: :delete failed - %s"
 127  JLIB_DATABASE_ERROR_DELETE_ROOT_CATEGORIES="Root categories can't be deleted."
 128  JLIB_DATABASE_ERROR_EMAIL_INUSE="The email address you entered is already in use. Please enter another email address."
 129  JLIB_DATABASE_ERROR_EMPTY_ROW_RETURNED="The database row is empty."
 130  JLIB_DATABASE_ERROR_FUNCTION_FAILED="DB function failed with error number %s <br><span style=\"color: red;\">%s</span>"
 131  JLIB_DATABASE_ERROR_GET_NEXT_ORDER_FAILED="%s: :getNextOrder failed - %s"
 132  JLIB_DATABASE_ERROR_GET_TREE_FAILED="%s: :getTree Failed - %s"
 133  JLIB_DATABASE_ERROR_GETNODE_FAILED="%s: :_getNode Failed - %s"
 134  JLIB_DATABASE_ERROR_GETROOTID_FAILED="%s: :getRootId Failed - %s"
 135  JLIB_DATABASE_ERROR_HIT_FAILED="%s: :hit failed - %s"
 136  JLIB_DATABASE_ERROR_INVALID_LOCATION="%s: :setLocation - Invalid location."
 137  JLIB_DATABASE_ERROR_INVALID_NODE_RECURSION="%s: :move Failed - Can't move the node to be a child of itself."
 138  JLIB_DATABASE_ERROR_INVALID_PARENT_ID="Invalid parent ID."
 139  JLIB_DATABASE_ERROR_LANGUAGE_NO_TITLE="The language should have a title."
 140  JLIB_DATABASE_ERROR_LANGUAGE_UNIQUE_IMAGE="A content language already exists with this Image."
 141  JLIB_DATABASE_ERROR_LANGUAGE_UNIQUE_LANG_CODE="A content language already exists with this Language Tag."
 142  JLIB_DATABASE_ERROR_LANGUAGE_UNIQUE_SEF="A content language already exists with this URL Language Code."
 143  JLIB_DATABASE_ERROR_LOAD_DATABASE_DRIVER="Unable to load Database Driver: %s"
 144  JLIB_DATABASE_ERROR_MENU_CANNOT_UNSET_DEFAULT="The Language parameter for this menu item must be set to 'All'. At least one Default menu item must have Language set to All, even if the site is multilingual."
 145  JLIB_DATABASE_ERROR_MENU_CANNOT_UNSET_DEFAULT_DEFAULT="At least one menu item has to be set as Default."
 146  JLIB_DATABASE_ERROR_MENU_DEFAULT_CHECKIN_USER_MISMATCH="The current home menu for this language is checked out."
 147  JLIB_DATABASE_ERROR_MENU_HOME_NOT_COMPONENT="The home menu item must be a component."
 148  JLIB_DATABASE_ERROR_MENU_HOME_NOT_UNIQUE_IN_MENU="A menu should have only one Default home."
 149  JLIB_DATABASE_ERROR_MENU_ROOT_ALIAS_COMPONENT="A first level menu item alias can't be 'component'."
 150  JLIB_DATABASE_ERROR_MENU_ROOT_ALIAS_FOLDER="A first level menu item alias can't be '%s' because '%s' is a sub-folder of your Joomla installation folder."
 151  JLIB_DATABASE_ERROR_MENU_UNIQUE_ALIAS="The alias <strong>%1$s</strong> is already being used by <strong>%2$s</strong> menu item in the <strong>%3$s</strong> menu (remember it may be a trashed item)."
 152  JLIB_DATABASE_ERROR_MENU_UNIQUE_ALIAS_ROOT="Another menu item has the same alias in Root (remember it may be a trashed item). Root is the top level parent."
 153  JLIB_DATABASE_ERROR_MENU_UNPUBLISH_DEFAULT_HOME="Can't unpublish default home."
 154  JLIB_DATABASE_ERROR_MENUTYPE="Some menu items or some menu modules related to this menutype are checked out by another user or the default menu item is in this menu."
 155  JLIB_DATABASE_ERROR_MENUTYPE_CHECKOUT="The user checking out does not match the user who checked out this menu and/or its linked menu module."
 156  JLIB_DATABASE_ERROR_MENUTYPE_EMPTY="Menu type empty."
 157  JLIB_DATABASE_ERROR_MENUTYPE_EXISTS="Menu type exists: %s"
 158  JLIB_DATABASE_ERROR_MOVE_FAILED="%s: :move failed - %s"
 159  JLIB_DATABASE_ERROR_MUSTCONTAIN_A_TITLE_CATEGORY="Category must have a title."
 160  JLIB_DATABASE_ERROR_MUSTCONTAIN_A_TITLE_EXTENSION="Extension must have a title."
 161  JLIB_DATABASE_ERROR_MUSTCONTAIN_A_TITLE_MENUITEM="Menu Item must have a title."
 162  JLIB_DATABASE_ERROR_MUSTCONTAIN_A_TITLE_MODULE="Module must have a title."
 163  JLIB_DATABASE_ERROR_MUSTCONTAIN_A_TITLE_STATE="State must have a title."
 164  JLIB_DATABASE_ERROR_MUSTCONTAIN_A_TITLE_UPDATESITE="Update site must have a title."
 165  JLIB_DATABASE_ERROR_MUSTCONTAIN_A_TITLE_WORKFLOW="Workflow must have a title."
 166  JLIB_DATABASE_ERROR_NEGATIVE_NOT_PERMITTED="%s can't be negative."
 167  JLIB_DATABASE_ERROR_NO_ROWS_SELECTED="No rows selected."
 168  JLIB_DATABASE_ERROR_NOT_SUPPORTED_FILE_NOT_FOUND="Table %s not supported. File not found."
 169  JLIB_DATABASE_ERROR_NULL_PRIMARY_KEY="Null primary key not allowed."
 170  JLIB_DATABASE_ERROR_ORDERDOWN_FAILED="%s: :orderDown Failed - %s"
 171  JLIB_DATABASE_ERROR_ORDERUP_FAILED="%s: :orderUp Failed - %s"
 172  JLIB_DATABASE_ERROR_PLEASE_ENTER_A_USER_NAME="Please enter a username."
 173  JLIB_DATABASE_ERROR_PLEASE_ENTER_YOUR_NAME="Please enter your name."
 174  JLIB_DATABASE_ERROR_PUBLISH_FAILED="%s: :publish failed - %s"
 175  JLIB_DATABASE_ERROR_REBUILD_FAILED="%s: :rebuild Failed - %s"
 176  JLIB_DATABASE_ERROR_REBUILDPATH_FAILED="%s: :rebuildPath Failed - %s"
 177  JLIB_DATABASE_ERROR_REORDER_FAILED="%s: :reorder failed - %s"
 178  JLIB_DATABASE_ERROR_REORDER_UPDATE_ROW_FAILED="%s: :reorder update the row %s failed - %s"
 179  JLIB_DATABASE_ERROR_ROOT_NODE_NOT_FOUND="Root node not found."
 180  JLIB_DATABASE_ERROR_STORE_FAILED="%1$s: :store failed<br>%2$s"
 181  JLIB_DATABASE_ERROR_STORE_FAILED_UPDATE_ASSET_ID="The asset_id field could not be updated."
 182  JLIB_DATABASE_ERROR_USERGROUP_PARENT_ID_NOT_VALID="There has to be at least one root usergroup"
 183  JLIB_DATABASE_ERROR_USERGROUP_TITLE="User group must have a title."
 184  JLIB_DATABASE_ERROR_USERGROUP_TITLE_EXISTS="User group title already exists. Title must be unique with the same parent."
 185  JLIB_DATABASE_ERROR_USERLEVEL_NAME_EXISTS="Level with the name &quot;%s&quot; already exists."
 186  JLIB_DATABASE_ERROR_USERNAME_CANNOT_CHANGE="Can't use this username."
 187  JLIB_DATABASE_ERROR_USERNAME_INUSE="Username in use."
 188  JLIB_DATABASE_ERROR_VALID_AZ09="Please enter a valid username. No space at beginning or end, at least %d characters, must <strong>not</strong> have the following characters: < > \ &quot; ' &#37; ; ( ) & and be less than 150 characters long."
 189  JLIB_DATABASE_ERROR_VALID_MAIL="The email address you entered is invalid. Please enter another email address."
 190  JLIB_DATABASE_ERROR_VIEWLEVEL="Viewlevel must have a title."
 191  JLIB_DATABASE_FUNCTION_NOERROR="DB function reports no errors."
 192  JLIB_DATABASE_QUERY_FAILED="Database query failed (error # %s): %s"
 193  
 194  JLIB_DOCUMENT_ERROR_UNABLE_LOAD_DOC_CLASS="Unable to load document class."
 195  JLIB_ENVIRONMENT_SESSION_EXPIRED="Your session has expired. Please log in again."
 196  JLIB_ENVIRONMENT_SESSION_INVALID="Invalid session cookie. Please check that you have cookies enabled in your web browser."
 197  JLIB_ERROR_COMPONENTS_ACL_CONFIGURATION_FILE_MISSING_OR_IMPROPERLY_STRUCTURED="The %s component's ACL configuration file is either missing or improperly structured."
 198  JLIB_FILESYSTEM_CANNOT_FIND_SOURCE_FILE="Can't find source file."
 199  JLIB_FILESYSTEM_DELETE_FAILED="Failed deleting %s"
 200  JLIB_FILESYSTEM_ERROR_COPY_FAILED_ERR01="Copy failed: %1$s to %2$s"
 201  JLIB_FILESYSTEM_ERROR_COULD_NOT_CREATE_DIRECTORY="Could not create folder."
 202  JLIB_FILESYSTEM_ERROR_DELETE_BASE_DIRECTORY="You can't delete a base folder."
 203  JLIB_FILESYSTEM_ERROR_FIND_SOURCE_FOLDER="Can't find source folder."
 204  JLIB_FILESYSTEM_ERROR_FOLDER_DELETE="Could not delete folder. Path: %1$s"
 205  JLIB_FILESYSTEM_ERROR_FOLDER_EXISTS="Folder already exists."
 206  JLIB_FILESYSTEM_ERROR_FOLDER_LOOP="Infinite loop detected."
 207  JLIB_FILESYSTEM_ERROR_FOLDER_PATH="Path not in open_basedir paths."
 208  JLIB_FILESYSTEM_ERROR_FOLDER_RENAME="Rename failed: %s"
 209  JLIB_FILESYSTEM_ERROR_FILE_FIND_COPY="%1$s: Can't find or read file: %2$s"
 210  JLIB_FILESYSTEM_ERROR_GENERIC="%1$s: %2$s"
 211  JLIB_FILESYSTEM_ERROR_FILE_STREAMS="%1$s(%2$s, %3$s): %4$s"
 212  JLIB_FILESYSTEM_ERROR_NO_DATA_WRITTEN="Warning: No data written."
 213  JLIB_FILESYSTEM_ERROR_PATH_IS_NOT_A_FOLDER="%1$s: Path is not a folder. Path: %2$s"
 214  JLIB_FILESYSTEM_ERROR_RENAME_FILE="Rename failed."
 215  JLIB_FILESYSTEM_ERROR_STREAMS_FILE_NOT_OPEN="File not open."
 216  JLIB_FILESYSTEM_ERROR_STREAMS_FILE_SIZE="Failed to get file size. This may not work for all streams!"
 217  JLIB_FILESYSTEM_ERROR_STREAMS_FILENAME="File name not set."
 218  JLIB_FILESYSTEM_ERROR_STREAMS_NOT_UPLOADED_FILE="Not an uploaded file!"
 219  JLIB_FILESYSTEM_ERROR_WARNFS_ERR01="Warning: Failed to change file permissions!"
 220  JLIB_FILESYSTEM_ERROR_WARNFS_ERR02="Warning: Failed to move file!"
 221  JLIB_FILESYSTEM_ERROR_WARNFS_ERR03="Warning: File %s not uploaded for security reasons!"
 222  JLIB_FILESYSTEM_ERROR_WARNFS_ERR04="Warning: Failed to move file: %1$s to %2$s"
 223  JLIB_FILESYSTEM_ERROR_WRITE_STREAMS="%1$s(%2$s): %3$s"
 224  JLIB_FILESYSTEM_GZIP_NOT_SUPPORTED="GZlib Not Supported."
 225  JLIB_FILESYSTEM_GZIP_UNABLE_TO_DECOMPRESS="Unable to decompress data."
 226  JLIB_FILESYSTEM_GZIP_UNABLE_TO_READ="Unable to read archive (gz)."
 227  JLIB_FILESYSTEM_GZIP_UNABLE_TO_WRITE="Unable to write archive (gz)."
 228  JLIB_FILESYSTEM_GZIP_UNABLE_TO_WRITE_FILE="Unable to write file (gz)."
 229  JLIB_FILESYSTEM_STREAM_FAILED="Failed to register string stream."
 230  JLIB_FILESYSTEM_TAR_UNABLE_TO_CREATE_DESTINATION="Unable to create destination."
 231  JLIB_FILESYSTEM_TAR_UNABLE_TO_DECOMPRESS="Unable to decompress data."
 232  JLIB_FILESYSTEM_TAR_UNABLE_TO_READ="Unable to read archive (tar)."
 233  JLIB_FILESYSTEM_TAR_UNABLE_TO_WRITE_ENTRY="Unable to write entry."
 234  JLIB_FILESYSTEM_UNABLE_TO_LOAD_ARCHIVE="Unable to load archive."
 235  JLIB_FILESYSTEM_UNKNOWNARCHIVETYPE="Unknown Archive type."
 236  JLIB_FILESYSTEM_ZIP_INFO_FAILED="Get ZIP Information failed."
 237  JLIB_FILESYSTEM_ZIP_INVALID_ZIP_DATA="Invalid ZIP data."
 238  JLIB_FILESYSTEM_ZIP_NOT_SUPPORTED="Zlib Not Supported."
 239  JLIB_FILESYSTEM_ZIP_UNABLE_TO_CREATE_DESTINATION="Unable to create destination."
 240  JLIB_FILESYSTEM_ZIP_UNABLE_TO_OPEN_ARCHIVE="Unable to open archive."
 241  JLIB_FILESYSTEM_ZIP_UNABLE_TO_READ="Unable to read archive (zip)."
 242  JLIB_FILESYSTEM_ZIP_UNABLE_TO_READ_ENTRY="Unable to read entry."
 243  JLIB_FILESYSTEM_ZIP_UNABLE_TO_WRITE_ENTRY="Unable to write entry."
 244  
 245  JLIB_FILTER_PARAMS_ALNUM="Alpha Numeric"
 246  JLIB_FILTER_PARAMS_FLOAT="Float"
 247  JLIB_FILTER_PARAMS_INTEGER="Integer"
 248  JLIB_FILTER_PARAMS_RAW="Raw"
 249  JLIB_FILTER_PARAMS_SAFEHTML="Safe HTML"
 250  JLIB_FILTER_PARAMS_TEL="Telephone"
 251  JLIB_FILTER_PARAMS_TEXT="Text"
 252  
 253  JLIB_FORM_BUTTON_CLEAR="Clear"
 254  JLIB_FORM_BUTTON_SELECT="Select"
 255  JLIB_FORM_CHANGE_IMAGE="Change Image"
 256  JLIB_FORM_CHANGE_IMAGE_BUTTON="Change Image Button"
 257  JLIB_FORM_CHANGE_USER="Select User"
 258  JLIB_FORM_CONTAINS_INVALID_FIELDS="The form cannot be submitted as it's missing required data. <br> Please correct the marked fields and try again."
 259  JLIB_FORM_ERROR_FIELDS_CATEGORY_ERROR_EXTENSION_EMPTY="Extension attribute is empty in the category field."
 260  JLIB_FORM_ERROR_FIELDS_GROUPEDLIST_ELEMENT_NAME="Unknown element type: %s"
 261  JLIB_FORM_ERROR_NO_DATA="No data."
 262  JLIB_FORM_ERROR_VALIDATE_FIELD="Invalid xml field."
 263  JLIB_FORM_ERROR_XML_FILE_DID_NOT_LOAD="XML file did not load."
 264  
 265  JLIB_FORM_FIELD_INVALID="Invalid field:&#160"
 266  JLIB_FORM_FIELD_INVALID_MAX_TIME="The time you entered is after the maximum time."
 267  JLIB_FORM_FIELD_INVALID_MIN_TIME="The time you entered is before the minimum time."
 268  JLIB_FORM_FIELD_INVALID_TIME_INPUT="Invalid time format. Please use hh:mm."
 269  JLIB_FORM_FIELD_INVALID_TIME_INPUT_SECONDS="Invalid time format. Please use hh:mm:ss."
 270  JLIB_FORM_FIELD_INVALID_VALUE="This value is not valid"
 271  JLIB_FORM_FIELD_PARAM_ACCESSIBLEMEDIA_LABEL="Media"
 272  JLIB_FORM_FIELD_PARAM_ACCESSIBLEMEDIA_PARAMS_ALT_EMPTY_DESC="Decorative Image - no description required"
 273  JLIB_FORM_FIELD_PARAM_ACCESSIBLEMEDIA_PARAMS_ALT_EMPTY_LABEL="No Description"
 274  JLIB_FORM_FIELD_PARAM_ACCESSIBLEMEDIA_PARAMS_ALT_TEXT_LABEL="Image Description (Alt Text)"
 275  JLIB_FORM_FIELD_PARAM_ACCESSIBLEMEDIA_PARAMS_IMAGEFILE_LABEL="Image"
 276  JLIB_FORM_FIELD_PARAM_CALENDAR_FORMAT_DESC="The date format to be used. This is in the format used by PHP to specify date string formats (see below). If no format argument is given, '%Y-%m-%d' is assumed (giving dates like '2008-04-16')."
 277  JLIB_FORM_FIELD_PARAM_CALENDAR_FORMAT_LABEL="Format"
 278  JLIB_FORM_FIELD_PARAM_CHECKBOX_MULTIPLE_DESC="Allow multiple values to be selected."
 279  JLIB_FORM_FIELD_PARAM_CHECKBOX_MULTIPLE_LABEL="Multiple"
 280  JLIB_FORM_FIELD_PARAM_CHECKBOX_MULTIPLE_VALUES_DESC="The options of the list."
 281  JLIB_FORM_FIELD_PARAM_CHECKBOX_MULTIPLE_VALUES_KEY_LABEL="Key"
 282  JLIB_FORM_FIELD_PARAM_CHECKBOX_MULTIPLE_VALUES_LABEL="Checkbox Values"
 283  JLIB_FORM_FIELD_PARAM_CHECKBOX_MULTIPLE_VALUES_VALUE_LABEL="Value"
 284  JLIB_FORM_FIELD_PARAM_EDITOR_BUTTONS_HIDE_DESC="Hide the buttons in the comma separated list."
 285  JLIB_FORM_FIELD_PARAM_EDITOR_BUTTONS_HIDE_LABEL="Hide Buttons"
 286  JLIB_FORM_FIELD_PARAM_EDITOR_HEIGHT_DESC="Defines the height (in pixels) of the WYSIWYG editor and defaults to 250px"
 287  JLIB_FORM_FIELD_PARAM_EDITOR_HEIGHT_LABEL="Height"
 288  JLIB_FORM_FIELD_PARAM_EDITOR_SHOW_BUTTONS_DESC="Should the buttons be shown."
 289  JLIB_FORM_FIELD_PARAM_EDITOR_SHOW_BUTTONS_LABEL="Show Buttons"
 290  JLIB_FORM_FIELD_PARAM_EDITOR_WIDTH_DESC="Defines the width (in pixels) of the WYSIWYG editor and defaults to 100%"
 291  JLIB_FORM_FIELD_PARAM_EDITOR_WIDTH_LABEL="Width"
 292  JLIB_FORM_FIELD_PARAM_IMAGELIST_DIRECTORY_DESC="The filesystem path to the directory containing the image files to be listed."
 293  JLIB_FORM_FIELD_PARAM_IMAGELIST_DIRECTORY_LABEL="Directory"
 294  JLIB_FORM_FIELD_PARAM_INTEGER_FIRST_DESC="This value is the lowest in the list."
 295  JLIB_FORM_FIELD_PARAM_INTEGER_FIRST_LABEL="First"
 296  JLIB_FORM_FIELD_PARAM_INTEGER_LAST_DESC="This value is the highest in the list."
 297  JLIB_FORM_FIELD_PARAM_INTEGER_LAST_LABEL="Last"
 298  JLIB_FORM_FIELD_PARAM_INTEGER_STEP_DESC="Each option will be the previous option incremented by this integer, starting with the first value until the last value is reached."
 299  JLIB_FORM_FIELD_PARAM_INTEGER_STEP_LABEL="Step"
 300  JLIB_FORM_FIELD_PARAM_LIST_MULTIPLE_DESC="Allow multiple values to be selected."
 301  JLIB_FORM_FIELD_PARAM_LIST_MULTIPLE_LABEL="Multiple"
 302  JLIB_FORM_FIELD_PARAM_LIST_MULTIPLE_VALUES_DESC="The options of the list."
 303  JLIB_FORM_FIELD_PARAM_LIST_MULTIPLE_VALUES_LABEL="List Values"
 304  JLIB_FORM_FIELD_PARAM_LIST_MULTIPLE_VALUES_NAME_LABEL="Name"
 305  JLIB_FORM_FIELD_PARAM_LIST_MULTIPLE_VALUES_VALUE_LABEL="Value"
 306  JLIB_FORM_FIELD_PARAM_MEDIA_HOME_DESC="Should the directory with the files point to a user directory."
 307  JLIB_FORM_FIELD_PARAM_MEDIA_HOME_LABEL="Home Directory"
 308  JLIB_FORM_FIELD_PARAM_MEDIA_IMAGE_CLASS_DESC="The class which is added to the image (src tag)."
 309  JLIB_FORM_FIELD_PARAM_MEDIA_IMAGE_CLASS_LABEL="Image Class"
 310  JLIB_FORM_FIELD_PARAM_MEDIA_PREVIEW_DESC="Shows or hides the preview of the selected image."
 311  JLIB_FORM_FIELD_PARAM_MEDIA_PREVIEW_INLINE="Inline"
 312  JLIB_FORM_FIELD_PARAM_MEDIA_PREVIEW_LABEL="Preview"
 313  JLIB_FORM_FIELD_PARAM_MEDIA_PREVIEW_TOOLTIP="Tooltip"
 314  JLIB_FORM_FIELD_PARAM_RADIO_MULTIPLE_DESC="Allow multiple values to be selected."
 315  JLIB_FORM_FIELD_PARAM_RADIO_MULTIPLE_LABEL="Multiple"
 316  JLIB_FORM_FIELD_PARAM_RADIO_MULTIPLE_VALUES_DESC="The options of the list."
 317  JLIB_FORM_FIELD_PARAM_RADIO_MULTIPLE_VALUES_KEY_LABEL="Key"
 318  JLIB_FORM_FIELD_PARAM_RADIO_MULTIPLE_VALUES_LABEL="Radio Values"
 319  JLIB_FORM_FIELD_PARAM_RADIO_MULTIPLE_VALUES_VALUE_LABEL="Value"
 320  JLIB_FORM_FIELD_PARAM_SQL_QUERY_DESC="The SQL query which will provide the data for the drop-down list. The query must return two columns; one called 'value' which will hold the values of the list items; the other called 'text' containing the text in the drop-down list."
 321  JLIB_FORM_FIELD_PARAM_SQL_QUERY_LABEL="Query"
 322  JLIB_FORM_FIELD_PARAM_TEXTAREA_COLS_DESC="The number of columns of the field."
 323  JLIB_FORM_FIELD_PARAM_TEXTAREA_COLS_LABEL="Columns"
 324  JLIB_FORM_FIELD_PARAM_TEXTAREA_ROWS_DESC="The number of rows of the field."
 325  JLIB_FORM_FIELD_PARAM_TEXTAREA_ROWS_LABEL="Rows"
 326  JLIB_FORM_FIELD_PARAM_URL_RELATIVE_DESC="Are relative URLs allowed."
 327  JLIB_FORM_FIELD_PARAM_URL_RELATIVE_LABEL="Relative"
 328  JLIB_FORM_FIELD_PARAM_URL_SCHEMES_DESC="The allowed schemes."
 329  JLIB_FORM_FIELD_PARAM_URL_SCHEMES_LABEL="Schemes"
 330  JLIB_FORM_FIELD_REQUIRED_CHECK="One of the options must be selected"
 331  JLIB_FORM_FIELD_REQUIRED_VALUE="Please fill in this field"
 332  
 333  JLIB_FORM_INPUTMODE="latin"
 334  JLIB_FORM_INVALID_FORM_OBJECT="Invalid Form Object: :%s"
 335  JLIB_FORM_INVALID_FORM_RULE="Invalid Form Rule: :%s"
 336  JLIB_FORM_MEDIA_PREVIEW_ALT="Selected image."
 337  JLIB_FORM_MEDIA_PREVIEW_EMPTY="No image selected."
 338  JLIB_FORM_MEDIA_PREVIEW_SELECTED_IMAGE="Selected image."
 339  JLIB_FORM_MEDIA_PREVIEW_TIP_TITLE="Preview"
 340  JLIB_FORM_SELECT_USER="Select a User"
 341  JLIB_FORM_VALIDATE_FIELD_INVALID="Invalid field: %s"
 342  JLIB_FORM_VALIDATE_FIELD_REQUIRED="Field required: %s"
 343  JLIB_FORM_VALIDATE_FIELD_RULE_MISSING="Validation Rule missing: %s"
 344  JLIB_FORM_VALIDATE_FIELD_URL_SCHEMA_MISSING="Invalid URL: URL schema is missing in %1$s. Please add one of the following at the beginning: %2$s."
 345  JLIB_FORM_VALUE_CACHE_APCU="APC User Cache"
 346  JLIB_FORM_VALUE_CACHE_FILE="File"
 347  JLIB_FORM_VALUE_CACHE_MEMCACHED="Memcached (Experimental)"
 348  JLIB_FORM_VALUE_CACHE_REDIS="Redis"
 349  JLIB_FORM_VALUE_CACHE_WINCACHE="Windows Cache (deprecated)"
 350  JLIB_FORM_VALUE_FROM_TEMPLATE="From Template"
 351  JLIB_FORM_VALUE_INHERITED="Inherited"
 352  JLIB_FORM_VALUE_SESSION_APCU="APC User Cache"
 353  JLIB_FORM_VALUE_SESSION_DATABASE="Database"
 354  JLIB_FORM_VALUE_SESSION_FILESYSTEM="Filesystem"
 355  JLIB_FORM_VALUE_SESSION_MEMCACHED="Memcached (Experimental)"
 356  JLIB_FORM_VALUE_SESSION_REDIS="Redis"
 357  JLIB_FORM_VALUE_SESSION_WINCACHE="Windows Cache (deprecated)"
 358  JLIB_FORM_VALUE_TIMEZONE_UTC="Universal Time, Coordinated (UTC)"
 359  JLIB_HTML_ACCESS_MODIFY_DESC_CAPTION_ACL="ACL"
 360  JLIB_HTML_ACCESS_MODIFY_DESC_CAPTION_TABLE="Table"
 361  JLIB_HTML_ACCESS_SUMMARY="Summary."
 362  JLIB_HTML_ACCESS_SUMMARY_DESC="Shown below is an overview of the permission settings for this article. Select the tabs above to customise these settings by action."
 363  JLIB_HTML_ACCESS_SUMMARY_DESC_CAPTION="ACL Summary Table"
 364  JLIB_HTML_ADD_TO_ROOT="Add to root."
 365  JLIB_HTML_ADD_TO_THIS_MENU="Add to this menu."
 366  JLIB_HTML_BATCH_ACCESS_LABEL="Set Access Level"
 367  JLIB_HTML_BATCH_COPY="Copy"
 368  JLIB_HTML_BATCH_FLIPORDERING_LABEL="Reverse the ordering of all articles in the selected categories"
 369  JLIB_HTML_BATCH_LANGUAGE_LABEL="Set Language"
 370  JLIB_HTML_BATCH_LANGUAGE_NOCHANGE="- Keep original Language -"
 371  JLIB_HTML_BATCH_MENU_LABEL="Copy or Move to Category"
 372  JLIB_HTML_BATCH_MOVE="Move"
 373  JLIB_HTML_BATCH_MOVE_QUESTION="Action to Perform"
 374  JLIB_HTML_BATCH_NO_CATEGORY="- Don't copy or move -"
 375  JLIB_HTML_BATCH_NOCHANGE="- Keep original Access Levels -"
 376  JLIB_HTML_BATCH_TAG_LABEL="Add Tag"
 377  JLIB_HTML_BATCH_TAG_NOCHANGE="- Keep original Tags -"
 378  JLIB_HTML_BATCH_USER_LABEL="Set User."
 379  JLIB_HTML_BATCH_USER_NOCHANGE="- Keep original User -"
 380  JLIB_HTML_BATCH_USER_NOUSER="No User."
 381  JLIB_HTML_BATCH_WORKFLOW_STAGE_LABEL="Change Stage"
 382  JLIB_HTML_BATCH_WORKFLOW_STAGE_NOCHANGE="- Keep original Workflow Stage -"
 383  JLIB_HTML_BEHAVIOR_ABOUT_THE_CALENDAR="About the Calendar"
 384  JLIB_HTML_BEHAVIOR_AM="am"
 385  JLIB_HTML_BEHAVIOR_CLOSE="Close"
 386  JLIB_HTML_BEHAVIOR_DATE_SELECTION="Date selection:\n"
 387  JLIB_HTML_BEHAVIOR_DISPLAY_S_FIRST="Display %s first"
 388  JLIB_HTML_BEHAVIOR_DRAG_TO_MOVE="Drag to move."
 389  JLIB_HTML_BEHAVIOR_GO_TODAY="Go to today"
 390  JLIB_HTML_BEHAVIOR_GREEN="Green"
 391  JLIB_HTML_BEHAVIOR_HOLD_MOUSE="- Hold mouse button on any of the buttons above for faster selection."
 392  JLIB_HTML_BEHAVIOR_MONTH_SELECT="- Use the < and > buttons to select month\n"
 393  JLIB_HTML_BEHAVIOR_NEXT_MONTH_HOLD_FOR_MENU="Select to move to the next month. Select and hold for a list of the months."
 394  JLIB_HTML_BEHAVIOR_NEXT_YEAR_HOLD_FOR_MENU="Select to move to the next year. Select and hold for a list of years."
 395  JLIB_HTML_BEHAVIOR_OPEN_CALENDAR="Open the calendar"
 396  JLIB_HTML_BEHAVIOR_PM="pm"
 397  JLIB_HTML_BEHAVIOR_PREV_MONTH_HOLD_FOR_MENU="Select to move to the previous month. Select and hold for a list of the months."
 398  JLIB_HTML_BEHAVIOR_PREV_YEAR_HOLD_FOR_MENU="Select to move to the previous year. Select and hold for a list of years."
 399  JLIB_HTML_BEHAVIOR_SELECT_DATE="Select a date."
 400  JLIB_HTML_BEHAVIOR_SHIFT_CLICK_OR_DRAG_TO_CHANGE_VALUE="(Shift-)Select or Drag to change the value."
 401  JLIB_HTML_BEHAVIOR_TIME="Time:"
 402  JLIB_HTML_BEHAVIOR_TODAY="Today"
 403  JLIB_HTML_BEHAVIOR_TT_DATE_FORMAT="%a, %b %e"
 404  JLIB_HTML_BEHAVIOR_WK="wk"
 405  JLIB_HTML_BEHAVIOR_YEAR_SELECT="- Use the « and » buttons to select year\n"
 406  JLIB_HTML_BUTTON_BASE_CLASS="Could not load button base class."
 407  JLIB_HTML_BUTTON_NO_LOAD="Could not load button %s (%s);"
 408  JLIB_HTML_BUTTON_NOT_DEFINED="Button not defined for type = %s"
 409  JLIB_HTML_CALENDAR="Calendar"
 410  JLIB_HTML_CHECKED_OUT="Checked out"
 411  JLIB_HTML_CHECKIN="Check-in"
 412  JLIB_HTML_CLOAKING="This email address is being protected from spambots. You need JavaScript enabled to view it."
 413  JLIB_HTML_DATE_RELATIVE_DAYS="%s days ago."
 414  JLIB_HTML_DATE_RELATIVE_DAYS_0="0 days ago."
 415  JLIB_HTML_DATE_RELATIVE_DAYS_1="One day ago."
 416  JLIB_HTML_DATE_RELATIVE_HOURS="%s hours ago."
 417  JLIB_HTML_DATE_RELATIVE_HOURS_0="0 hours ago."
 418  JLIB_HTML_DATE_RELATIVE_HOURS_1="One hour ago."
 419  JLIB_HTML_DATE_RELATIVE_LESSTHANAMINUTE="Less than a minute ago."
 420  JLIB_HTML_DATE_RELATIVE_MINUTES="%s minutes ago."
 421  JLIB_HTML_DATE_RELATIVE_MINUTES_0="0 minutes ago."
 422  JLIB_HTML_DATE_RELATIVE_MINUTES_1="One minute ago."
 423  JLIB_HTML_DATE_RELATIVE_WEEKS="%s weeks ago."
 424  JLIB_HTML_DATE_RELATIVE_WEEKS_0="0 weeks ago."
 425  JLIB_HTML_DATE_RELATIVE_WEEKS_1="One week ago."
 426  JLIB_HTML_EDIT_MENU_ITEM="Edit Menu Item"
 427  JLIB_HTML_EDIT_MENU_ITEM_ID="Item ID: %s"
 428  JLIB_HTML_EDIT_MODULE="Edit Module"
 429  JLIB_HTML_EDIT_MODULE_IN_POSITION="Position: %s"
 430  JLIB_HTML_EDITOR_CANNOT_LOAD="Can't load the editor."
 431  JLIB_HTML_END="End"
 432  JLIB_HTML_ERROR_FUNCTION_NOT_SUPPORTED="Function not supported."
 433  JLIB_HTML_ERROR_NOTFOUNDINFILE="%s: :%s not found in file."
 434  JLIB_HTML_ERROR_NOTSUPPORTED="%s: :%s not supported."
 435  JLIB_HTML_ERROR_NOTSUPPORTED_NOFILE="%s: :%s not supported. File not found."
 436  JLIB_HTML_FEATURED_EXPIRED_ITEM="Featured, but has Expired."
 437  JLIB_HTML_FEATURED_FINISHED="Finish: %s"
 438  JLIB_HTML_FEATURED_ITEM="Featured."
 439  JLIB_HTML_FEATURED_PENDING_ITEM="Featured, but is Pending."
 440  JLIB_HTML_FEATURED_STARTED="Start: %s"
 441  JLIB_HTML_GOTO_PAGE="Go to page %s"
 442  JLIB_HTML_GOTO_POSITION="Go to %s page"
 443  JLIB_HTML_MOVE_DOWN="Move Down"
 444  JLIB_HTML_MOVE_UP="Move Up"
 445  JLIB_HTML_NO_PARAMETERS_FOR_THIS_ITEM="There are no parameters for this item."
 446  JLIB_HTML_NO_RECORDS_FOUND="No records found."
 447  JLIB_HTML_PAGE_CURRENT="Page %s"
 448  JLIB_HTML_PAGE_CURRENT_OF_TOTAL="Page %s of %s"
 449  JLIB_HTML_PAGINATION="Pagination"
 450  JLIB_HTML_PLEASE_MAKE_A_SELECTION_FROM_THE_LIST="Please first make a selection from the list."
 451  JLIB_HTML_PUBLISH_ITEM="Publish Item"
 452  JLIB_HTML_PUBLISHED_EXPIRED_ITEM="Published, but has Expired."
 453  JLIB_HTML_PUBLISHED_FINISHED="Finish: %s"
 454  JLIB_HTML_PUBLISHED_ITEM="Published and is Current."
 455  JLIB_HTML_PUBLISHED_PENDING_ITEM="Published, but is Pending."
 456  JLIB_HTML_PUBLISHED_START="Start: %s"
 457  JLIB_HTML_PUBLISHED_UNPUBLISH="Select to unpublish"
 458  JLIB_HTML_RESULTS_OF="Results %s - %s of %s"
 459  JLIB_HTML_SAVE_ORDER="Save Order"
 460  JLIB_HTML_SELECT_STATE="Select State"
 461  JLIB_HTML_SETDEFAULT_ITEM="Set default"
 462  JLIB_HTML_START="Start"
 463  JLIB_HTML_UNKNOWN_STATE="Unknown State"
 464  JLIB_HTML_UNPUBLISH_ITEM="Unpublish Item"
 465  JLIB_HTML_UNSETDEFAULT_ITEM="Unset default"
 466  JLIB_HTML_VIEW_ALL="View All"
 467  
 468  JLIB_INSTALLER_ABORT="Aborting language installation: %s"
 469  JLIB_INSTALLER_ABORT_ALREADY_EXISTS="Extension %1$s: Extension %2$s already exists."
 470  JLIB_INSTALLER_ABORT_ALREADYINSTALLED="Extension is already installed."
 471  JLIB_INSTALLER_ABORT_COMP_BUILDADMINMENUS_FAILED="Error building Administrator Menus."
 472  JLIB_INSTALLER_ABORT_COPY_SETUP="Extension %1$s: Could not copy setup file."
 473  JLIB_INSTALLER_ABORT_COMP_FAIL_ADMIN_FILES="Component %s: Failed to copy administrator files."
 474  JLIB_INSTALLER_ABORT_COMP_FAIL_API_FILES="Component %s: Failed to copy API files."
 475  JLIB_INSTALLER_ABORT_COMP_FAIL_SITE_FILES="Component %s: Failed to copy site files."
 476  JLIB_INSTALLER_ABORT_COMP_INSTALL_PHP_INSTALL="Component Install: Could not copy PHP install file."
 477  JLIB_INSTALLER_ABORT_COMP_INSTALL_PHP_UNINSTALL="Component Install: Could not copy PHP uninstall file."
 478  JLIB_INSTALLER_ABORT_COMP_INSTALL_ROLLBACK="Component Install: %s"
 479  JLIB_INSTALLER_ABORT_COMP_INSTALL_SQL_ERROR="Component Install: SQL error file %s"
 480  JLIB_INSTALLER_ABORT_COMP_UPDATE_ADMIN_ELEMENT="Component Update: The XML file did not have an administration element."
 481  JLIB_INSTALLER_ABORT_COMP_UPDATE_PHP_INSTALL="Component Update: Could not copy PHP install file."
 482  JLIB_INSTALLER_ABORT_COMP_UPDATE_PHP_UNINSTALL="Component Update: Could not copy PHP uninstall file."
 483  JLIB_INSTALLER_ABORT_COMP_UPDATE_ROLLBACK="Component Update: %s"
 484  JLIB_INSTALLER_ABORT_COMP_UPDATE_SQL_ERROR="Component Update: SQL error file %s"
 485  JLIB_INSTALLER_ABORT_COMP_UPDATESITEMENUS_FAILED="Component Install: Failed to update menu items."
 486  JLIB_INSTALLER_ABORT_CREATE_DIRECTORY="Extension %1$s: Failed to create folder: %2$s"
 487  JLIB_INSTALLER_ABORT_DEBUG="Installation unexpectedly stopped:"
 488  JLIB_INSTALLER_ABORT_DETECTMANIFEST="Unable to detect manifest file."
 489  JLIB_INSTALLER_ABORT_DIRECTORY="Extension %1$s: Another %2$s is already using the named folder: %3$s. Are you trying to install the same extension again?"
 490  JLIB_INSTALLER_ABORT_ERROR_DELETING_EXTENSIONS_RECORD="Could not delete the extension's record from the database."
 491  JLIB_INSTALLER_ABORT_EXTENSIONNOTVALID="Extension is not valid."
 492  JLIB_INSTALLER_ABORT_FILE_INSTALL_FAIL_SOURCE_DIRECTORY="Files Install: Failed to find source folder: %s"
 493  JLIB_INSTALLER_ABORT_FILE_INSTALL_ROLLBACK="Files Install: %s"
 494  JLIB_INSTALLER_ABORT_FILE_INSTALL_SQL_ERROR="Files %1$s: SQL error file %2$s"
 495  JLIB_INSTALLER_ABORT_FILE_ROLLBACK="Files Install: %s"
 496  JLIB_INSTALLER_ABORT_FILE_UPDATE_SQL_ERROR="Files Update: SQL error file %s"
 497  JLIB_INSTALLER_ABORT_INSTALL_ABORTED="Extension installation aborted."
 498  JLIB_INSTALLER_ABORT_INSTALL_CUSTOM_INSTALL_FAILURE="Extension %s: Custom install routine failure."
 499  JLIB_INSTALLER_ABORT_LIB_COPY_FILES="Library %s: Could not copy files from the source."
 500  JLIB_INSTALLER_ABORT_LIB_INSTALL_ALREADY_INSTALLED="Library Install: Library already installed."
 501  JLIB_INSTALLER_ABORT_LIB_INSTALL_CORE_FOLDER="Library Install: Library has the same name as a core folder."
 502  JLIB_INSTALLER_ABORT_LIB_INSTALL_NOFILE="Library Install: No library file specified."
 503  JLIB_INSTALLER_ABORT_LIB_INSTALL_ROLLBACK="Library Install: %s"
 504  JLIB_INSTALLER_ABORT_LOAD_DETAILS="Failed to load extension details."
 505  JLIB_INSTALLER_ABORT_MANIFEST="Extension %1$s: Could not copy PHP manifest file."
 506  JLIB_INSTALLER_ABORT_METHODNOTSUPPORTED="Method not supported for this extension type."
 507  JLIB_INSTALLER_ABORT_METHODNOTSUPPORTED_TYPE="Method not supported for this extension type: %s"
 508  JLIB_INSTALLER_ABORT_MOD_COPY_FILES="Module %s: Could not copy files from the source."
 509  JLIB_INSTALLER_ABORT_MOD_INSTALL_DIRECTORY="Module %1$s: Another module is already using folder: %2$s"
 510  JLIB_INSTALLER_ABORT_MOD_INSTALL_NOFILE="Module %s: No module file specified."
 511  JLIB_INSTALLER_ABORT_MOD_INSTALL_SQL_ERROR="Module %1$s: SQL error file %2$s"
 512  JLIB_INSTALLER_ABORT_MOD_ROLLBACK="Module %1$s: %2$s"
 513  JLIB_INSTALLER_ABORT_MOD_UNINSTALL_UNKNOWN_CLIENT="Module Uninstall: Unknown client type [%s]"
 514  JLIB_INSTALLER_ABORT_MOD_UNKNOWN_CLIENT="Module %1$s: Unknown client type [%2$s]"
 515  JLIB_INSTALLER_ABORT_NOINSTALLPATH="Install path does not exist."
 516  JLIB_INSTALLER_ABORT_NOUPDATEPATH="Update path does not exist."
 517  JLIB_INSTALLER_ABORT_PACK_INSTALL_ERROR_EXTENSION="Package %1$s: There was an error installing an extension: %2$s"
 518  JLIB_INSTALLER_ABORT_PACK_INSTALL_NO_FILES="Package %s: There were no files to install!"
 519  JLIB_INSTALLER_ABORT_PACK_INSTALL_NO_PACK="Package %s: No package file specified."
 520  JLIB_INSTALLER_ABORT_PACK_INSTALL_ROLLBACK="Package Install: %s"
 521  JLIB_INSTALLER_ABORT_PLG_COPY_FILES="Plugin %s: Could not copy files from the source."
 522  JLIB_INSTALLER_ABORT_PLG_INSTALL_DIRECTORY="Plugin %1$s: Another plugin is already using folder: %2$s"
 523  JLIB_INSTALLER_ABORT_PLG_INSTALL_NO_FILE="Plugin %s: No plugin file specified."
 524  JLIB_INSTALLER_ABORT_PLG_INSTALL_ROLLBACK="Plugin %1$s: %2$s"
 525  JLIB_INSTALLER_ABORT_PLG_INSTALL_SQL_ERROR="Plugin %1$s: SQL error file %2$s"
 526  JLIB_INSTALLER_ABORT_PLG_UNINSTALL_SQL_ERROR="Plugin Uninstall: SQL error file %s"
 527  JLIB_INSTALLER_ABORT_REFRESH_MANIFEST_CACHE="Refresh Manifest Cache failed: %s Extension is not currently installed."
 528  JLIB_INSTALLER_ABORT_REFRESH_MANIFEST_CACHE_VALID="Refresh Manifest Cache failed: Extension is not valid."
 529  JLIB_INSTALLER_ABORT_ROLLBACK="Extension %1$s: %2$s"
 530  JLIB_INSTALLER_ABORT_SQL_ERROR="Extension %1$s: SQL error processing query: %2$s"
 531  JLIB_INSTALLER_ABORT_TPL_INSTALL_ALREADY_INSTALLED="Template Install: Template already installed."
 532  JLIB_INSTALLER_ABORT_TPL_INSTALL_ANOTHER_TEMPLATE_USING_DIRECTORY="Template Install: There is already a Template using the named folder: %s. Are you trying to install the same template again?"
 533  JLIB_INSTALLER_ABORT_TPL_INSTALL_COPY_FILES="Template Install: Could not copy files from the %s source."
 534  JLIB_INSTALLER_ABORT_TPL_INSTALL_ROLLBACK="Template Install: %s"
 535  JLIB_INSTALLER_ABORT_TPL_INSTALL_UNKNOWN_CLIENT="Template Install: Unknown client type [%s]"
 536  JLIB_INSTALLER_AVAILABLE_UPDATE_DB_MINIMUM="For the extension %1$s version %2$s is available, but your current database %3$s is version %4$s and is not supported. Please contact your web host to update your Database version to at least version %5$s."
 537  JLIB_INSTALLER_AVAILABLE_UPDATE_DB_TYPE="For the extension %1$s version %2$s is available, but your current database %3$s is not supported anymore."
 538  JLIB_INSTALLER_AVAILABLE_UPDATE_PHP_VERSION="For the extension %1$s version %2$s is available, but it requires at least PHP version %3$s while your system only has %4$s"
 539  JLIB_INSTALLER_DEFAULT_STYLE="%s - Default"
 540  JLIB_INSTALLER_DISCOVER="Discover"
 541  JLIB_INSTALLER_DISCOVER_INSTALL="Discover Install"
 542  JLIB_INSTALLER_ERROR_CANNOT_UNINSTALL_CHILD_OF_PACKAGE="The %s extension is part of a package which does not allow individual extensions to be uninstalled."
 543  JLIB_INSTALLER_ERROR_COMP_DISCOVER_STORE_DETAILS="Component Discover install: Failed to store component details."
 544  JLIB_INSTALLER_ERROR_COMP_INSTALL_ADMIN_ELEMENT="Component Install: The XML file did not have an administration element."
 545  JLIB_INSTALLER_ERROR_COMP_INSTALL_DIR_ADMIN="Component Install: Another component is already using folder: %s"
 546  JLIB_INSTALLER_ERROR_COMP_INSTALL_DIR_SITE="Component Install: Another component is already using folder: %s"
 547  JLIB_INSTALLER_ERROR_COMP_INSTALL_FAILED_TO_CREATE_DASHBOARD="Component Install: Failed to create extension dashboard: %s"
 548  JLIB_INSTALLER_ERROR_COMP_INSTALL_FAILED_TO_CREATE_DIRECTORY_ADMIN="Component Install: Failed to create administrator folder: %s"
 549  JLIB_INSTALLER_ERROR_COMP_INSTALL_FAILED_TO_CREATE_DIRECTORY_SITE="Component Install: Failed to create site folder: %s"
 550  JLIB_INSTALLER_ERROR_COMP_REFRESH_MANIFEST_CACHE="Component Refresh manifest cache: Failed to store component details."
 551  JLIB_INSTALLER_ERROR_COMP_REMOVING_ADMIN_MENUS_FAILED="Could not delete the Administrator menus."
 552  JLIB_INSTALLER_ERROR_COMP_UNINSTALL_CUSTOM="Component Uninstall: Custom Uninstall script unsuccessful."
 553  JLIB_INSTALLER_ERROR_COMP_UNINSTALL_ERRORREMOVEMANUALLY="Component Uninstall: Can't uninstall. Please remove manually."
 554  JLIB_INSTALLER_ERROR_COMP_UNINSTALL_ERRORUNKOWNEXTENSION="Component Uninstall: Unknown Extension."
 555  JLIB_INSTALLER_ERROR_COMP_UNINSTALL_FAILED_DELETE_CATEGORIES="Component Uninstall: Unable to delete the component categories."
 556  JLIB_INSTALLER_ERROR_COMP_UNINSTALL_FAILED_REMOVE_DIRECTORY_ADMIN="Component Uninstall: Unable to remove the component administrator folder."
 557  JLIB_INSTALLER_ERROR_COMP_UNINSTALL_FAILED_REMOVE_DIRECTORY_SITE="Component Uninstall: Unable to remove the component site folder."
 558  JLIB_INSTALLER_ERROR_COMP_UNINSTALL_NO_OPTION="Component Uninstall: Option field empty, can't remove files."
 559  JLIB_INSTALLER_ERROR_COMP_UNINSTALL_SQL_ERROR="Component Uninstall: SQL error file %s"
 560  JLIB_INSTALLER_ERROR_COMP_UNINSTALL_WARNCORECOMPONENT="Component Uninstall: Trying to uninstall a core component."
 561  JLIB_INSTALLER_ERROR_COMP_UPDATE_FAILED_TO_CREATE_DIRECTORY_ADMIN="Component Update: Failed to create administrator folder: %s"
 562  JLIB_INSTALLER_ERROR_COMP_UPDATE_FAILED_TO_CREATE_DIRECTORY_SITE="Component Update: Failed to create site folder: %s"
 563  JLIB_INSTALLER_ERROR_CREATE_FOLDER_FAILED="Failed to create folder [%s]"
 564  JLIB_INSTALLER_ERROR_DEPRECATED_FORMAT="Deprecated install format (client=\"both\"), use package installer in future."
 565  JLIB_INSTALLER_ERROR_DISCOVER_INSTALL_UNSUPPORTED="A %s extension can not be installed using the discover method. Please install this extension from Extension Manager: Install."
 566  JLIB_INSTALLER_ERROR_DOWNGRADE="Sorry! You cannot downgrade from version %s to %s"
 567  JLIB_INSTALLER_ERROR_DOWNLOAD_SERVER_CONNECT="Error connecting to the server: %s"
 568  JLIB_INSTALLER_ERROR_EXTENSION_INVALID_CLIENT_IDENTIFIER="Invalid client identifier specified in extension manifest."
 569  JLIB_INSTALLER_ERROR_FAIL_COPY_FILE="JInstaller: :Install: Failed to copy file %1$s to %2$s"
 570  JLIB_INSTALLER_ERROR_FAIL_COPY_FOLDER="JInstaller: :Install: Failed to copy folder %1$s to %2$s"
 571  JLIB_INSTALLER_ERROR_FAILED_READING_NETWORK_RESOURCES="Failed reading network resource: %s"
 572  JLIB_INSTALLER_ERROR_FILE_EXISTS="JInstaller: :Install: File already exists %s"
 573  JLIB_INSTALLER_ERROR_FILE_FOLDER="Error on deleting file or folder %s"
 574  JLIB_INSTALLER_ERROR_FILE_UNINSTALL_INVALID_MANIFEST="Files Uninstall: Invalid manifest file."
 575  JLIB_INSTALLER_ERROR_FILE_UNINSTALL_INVALID_NOTFOUND_MANIFEST="Files Uninstall: Manifest file invalid or not found."
 576  JLIB_INSTALLER_ERROR_FILE_UNINSTALL_LOAD_ENTRY="Files Uninstall: Could not load extension entry."
 577  JLIB_INSTALLER_ERROR_FILE_UNINSTALL_LOAD_MANIFEST="Files Uninstall: Could not load manifest file."
 578  JLIB_INSTALLER_ERROR_FILE_UNINSTALL_SQL_ERROR="Files Uninstall: SQL error file %s"
 579  JLIB_INSTALLER_ERROR_FILE_UNINSTALL_WARNCOREFILE="File Uninstall: Trying to uninstall core files."
 580  JLIB_INSTALLER_ERROR_FOLDER_IN_USE="Another extension is already using folder [%s]"
 581  JLIB_INSTALLER_ERROR_LANG_DISCOVER_STORE_DETAILS="Language Discover install: Failed to store language details."
 582  JLIB_INSTALLER_ERROR_LANG_UNINSTALL_DEFAULT="This language can't be uninstalled as long as it is defined as a default language."
 583  JLIB_INSTALLER_ERROR_LANG_UNINSTALL_DIRECTORY="Language Uninstall: Unable to remove the specified Language folder."
 584  JLIB_INSTALLER_ERROR_LANG_UNINSTALL_ELEMENT_EMPTY="Language Uninstall: Element is empty, can't uninstall files."
 585  JLIB_INSTALLER_ERROR_LANG_UNINSTALL_PATH_EMPTY="Language Uninstall: Language path is empty, can't uninstall files."
 586  JLIB_INSTALLER_ERROR_LANG_UNINSTALL_PROTECTED="This language can't be uninstalled. It is protected in the database (usually en-GB)."
 587  JLIB_INSTALLER_ERROR_LIB_DISCOVER_STORE_DETAILS="Library Discover install: Failed to store library details."
 588  JLIB_INSTALLER_ERROR_LIB_REFRESH_MANIFEST_CACHE="Library Refresh manifest cache: Failed to store library details."
 589  JLIB_INSTALLER_ERROR_LIB_UNINSTALL_INVALID_MANIFEST="Library Uninstall: Invalid manifest file."
 590  JLIB_INSTALLER_ERROR_LIB_UNINSTALL_INVALID_NOTFOUND_MANIFEST="Library Uninstall: Manifest file invalid or not found."
 591  JLIB_INSTALLER_ERROR_LIB_UNINSTALL_LOAD_MANIFEST="Library Uninstall: Could not load manifest file."
 592  JLIB_INSTALLER_ERROR_LIB_UNINSTALL_WARNCORELIBRARY="Library Uninstall: Trying to uninstall a core library."
 593  JLIB_INSTALLER_ERROR_LOAD_XML="JInstaller: :Install: Failed to load XML File: %s"
 594  JLIB_INSTALLER_ERROR_MOD_DISCOVER_STORE_DETAILS="Module Discover install: Failed to store module details."
 595  JLIB_INSTALLER_ERROR_MOD_REFRESH_MANIFEST_CACHE="Module Refresh manifest cache: Failed to store module details."
 596  JLIB_INSTALLER_ERROR_MOD_UNINSTALL_ERRORUNKOWNEXTENSION="Module Uninstall: Unknown Extension."
 597  JLIB_INSTALLER_ERROR_MOD_UNINSTALL_EXCEPTION="Module Uninstall: %s"
 598  JLIB_INSTALLER_ERROR_MOD_UNINSTALL_INVALID_NOTFOUND_MANIFEST="Module Uninstall: Manifest file invalid or not found."
 599  JLIB_INSTALLER_ERROR_MOD_UNINSTALL_SQL_ERROR="Module Uninstall: SQL error file %s"
 600  JLIB_INSTALLER_ERROR_MOD_UNINSTALL_WARNCOREMODULE="Module Uninstall: Trying to uninstall a core module: %s"
 601  JLIB_INSTALLER_ERROR_NO_CORE_LANGUAGE="No core pack exists for the language [%s]"
 602  JLIB_INSTALLER_ERROR_NO_FILE="JInstaller: :Install: File does not exist %s"
 603  JLIB_INSTALLER_ERROR_NO_LANGUAGE_TAG="The package did not specify a language tag. Are you trying to install an old language package?"
 604  JLIB_INSTALLER_ERROR_NOTFINDJOOMLAXMLSETUPFILE="JInstaller: :Install: Can't find Joomla XML setup file."
 605  JLIB_INSTALLER_ERROR_NOTFINDXMLSETUPFILE="JInstaller: :Install: Can't find XML setup file."
 606  JLIB_INSTALLER_ERROR_PACK_REFRESH_MANIFEST_CACHE="Package Refresh manifest cache: Failed to store package details."
 607  JLIB_INSTALLER_ERROR_PACK_SETTING_PACKAGE_ID="Could not record the package ID for this package's extensions."
 608  JLIB_INSTALLER_ERROR_PACK_UNINSTALL_INVALID_MANIFEST="Package Uninstall: Invalid manifest file."
 609  JLIB_INSTALLER_ERROR_PACK_UNINSTALL_INVALID_NOTFOUND_MANIFEST="Package Uninstall: Manifest file invalid or not found: %s"
 610  JLIB_INSTALLER_ERROR_PACK_UNINSTALL_LOAD_MANIFEST="Package Uninstall: Could not load manifest file."
 611  JLIB_INSTALLER_ERROR_PACK_UNINSTALL_MANIFEST_NOT_REMOVED="Package Uninstall: Errors were detected, manifest file not removed!"
 612  JLIB_INSTALLER_ERROR_PACK_UNINSTALL_MISSINGMANIFEST="Package Uninstall: Missing manifest file."
 613  JLIB_INSTALLER_ERROR_PACK_UNINSTALL_NOT_PROPER="Package Uninstall: This extension may have already been uninstalled or might not have been uninstalled properly: %s"
 614  JLIB_INSTALLER_ERROR_PACK_UNINSTALL_UNKNOWN_EXTENSION="Trying to uninstall unknown extension from package. This extension may have already been removed earlier."
 615  JLIB_INSTALLER_ERROR_PACK_UNINSTALL_WARNCOREPACK="Package Uninstall: Trying to uninstall core package."
 616  JLIB_INSTALLER_ERROR_PLG_DISCOVER_STORE_DETAILS="Plugin Discover install: Failed to store plugin details."
 617  JLIB_INSTALLER_ERROR_PLG_REFRESH_MANIFEST_CACHE="Plugin Refresh manifest cache: Failed to store plugin details."
 618  JLIB_INSTALLER_ERROR_PLG_UNINSTALL_ERRORUNKOWNEXTENSION="Plugin Uninstall: Unknown Extension."
 619  JLIB_INSTALLER_ERROR_PLG_UNINSTALL_FOLDER_FIELD_EMPTY="Plugin Uninstall: Folder field empty, can't remove files."
 620  JLIB_INSTALLER_ERROR_PLG_UNINSTALL_INVALID_MANIFEST="Plugin Uninstall: Invalid manifest file."
 621  JLIB_INSTALLER_ERROR_PLG_UNINSTALL_INVALID_NOTFOUND_MANIFEST="Plugin Uninstall: Manifest file invalid or not found."
 622  JLIB_INSTALLER_ERROR_PLG_UNINSTALL_LOAD_MANIFEST="Plugin Uninstall: Could not load manifest file."
 623  JLIB_INSTALLER_ERROR_PLG_UNINSTALL_WARNCOREPLUGIN="Plugin Uninstall: Trying to uninstall a core plugin: %s"
 624  JLIB_INSTALLER_ERROR_SQL_ERROR="JInstaller: :Install: Error SQL %s"
 625  JLIB_INSTALLER_ERROR_SQL_FILENOTFOUND="JInstaller: :Install: SQL File not found %s"
 626  JLIB_INSTALLER_ERROR_SQL_READBUFFER="JInstaller: :Install: SQL File Buffer Read Error."
 627  JLIB_INSTALLER_ERROR_TPL_DISCOVER_STORE_DETAILS="Template Discover install: Failed to store template details."
 628  JLIB_INSTALLER_ERROR_TPL_REFRESH_MANIFEST_CACHE="Template Refresh manifest cache: Failed to store template details."
 629  JLIB_INSTALLER_ERROR_TPL_UNINSTALL_ERRORUNKOWNEXTENSION="Template Uninstall: Unknown Extension."
 630  JLIB_INSTALLER_ERROR_TPL_UNINSTALL_INVALID_CLIENT="Template Uninstall: Invalid client."
 631  JLIB_INSTALLER_ERROR_TPL_UNINSTALL_INVALID_NOTFOUND_MANIFEST="Template Uninstall: Manifest file invalid or not found."
 632  JLIB_INSTALLER_ERROR_TPL_UNINSTALL_PARENT_TEMPLATE="Template Uninstall: Can't remove parent template. Please remove all children templates first."
 633  JLIB_INSTALLER_ERROR_TPL_UNINSTALL_TEMPLATE_DEFAULT="Template Uninstall: Can't remove default template."
 634  JLIB_INSTALLER_ERROR_TPL_UNINSTALL_TEMPLATE_DIRECTORY="Template Uninstall: Folder does not exist, can't remove files."
 635  JLIB_INSTALLER_ERROR_TPL_UNINSTALL_TEMPLATE_ID_EMPTY="Template Uninstall: Template ID is empty, can't uninstall files."
 636  JLIB_INSTALLER_ERROR_TPL_UNINSTALL_WARNCORETEMPLATE="Template Uninstall: Trying to uninstall a core template: %s"
 637  JLIB_INSTALLER_ERROR_UNINSTALL_LOCKED_EXTENSION="Extension Uninstall: Cannot uninstall a locked extension."
 638  JLIB_INSTALLER_ERROR_UNINSTALL_PROTECTED_EXTENSION="Extension Uninstall: Cannot uninstall a protected extension."
 639  JLIB_INSTALLER_ERROR_UNKNOWN_CLIENT_TYPE="Unknown Client Type [%s]"
 640  JLIB_INSTALLER_ERROR_UNKNOWN_EXTENSION="Extension Uninstall: Unknown Extension."
 641  JLIB_INSTALLER_FAILED_TO_PURGE_UPDATES="Failed to clear updates."
 642  JLIB_INSTALLER_FILE_ERROR_MOVE="Error on moving file %s"
 643  JLIB_INSTALLER_INCORRECT_SEQUENCE="Downgrading from version %1$s to version %2$s is not allowed."
 644  JLIB_INSTALLER_INSTALL="Install"
 645  JLIB_INSTALLER_MINIMUM_JOOMLA="You don't have the minimum Joomla version requirement of J%s"
 646  JLIB_INSTALLER_MINIMUM_PHP="Your server doesn't meet the minimum PHP version requirement of %s"
 647  JLIB_INSTALLER_NOT_ERROR="If the error is related to the installation of TinyMCE language files it has no effect on the installation of the language(s). Some language packs created prior to Joomla! 3.2.0 may try to install separate TinyMCE language files. As these are now included in the core they no longer need to be installed."
 648  JLIB_INSTALLER_NOTICE_LANG_RESET_USERS="Language set to Default for %d users."
 649  JLIB_INSTALLER_NOTICE_LANG_RESET_USERS_1="Language set to Default for the user."
 650  JLIB_INSTALLER_PURGED_UPDATES="Cleared updates."
 651  JLIB_INSTALLER_SQL_BEGIN="Start of SQL updates."
 652  JLIB_INSTALLER_SQL_BEGIN_SCHEMA="The current database version (schema) is %s."
 653  JLIB_INSTALLER_SQL_END="End of SQL updates."
 654  JLIB_INSTALLER_SQL_END_NOT_COMPLETE="End of SQL updates - INCOMPLETE."
 655  JLIB_INSTALLER_UNINSTALL="Uninstall"
 656  JLIB_INSTALLER_UPDATE="Update"
 657  JLIB_INSTALLER_UPDATE_LOG_QUERY="Ran query from file %1$s. Query text: %2$s."
 658  JLIB_INSTALLER_WARNING_UNABLE_TO_INSTALL_CONTENT_LANGUAGE="Unable to create a content language for %s language: %s"
 659  
 660  JLIB_JS_AJAX_ERROR_CONNECTION_ABORT="A connection abort has occurred while fetching the JSON data."
 661  JLIB_JS_AJAX_ERROR_NO_CONTENT="No content was returned."
 662  JLIB_JS_AJAX_ERROR_OTHER="An error has occurred while fetching the JSON data: HTTP %s status code."
 663  JLIB_JS_AJAX_ERROR_PARSE="A parse error has occurred while processing the following JSON data:<br><code style=\"color:inherit;white-space:pre-wrap;padding:0;margin:0;border:0;background:inherit;\">%s</code>"
 664  JLIB_JS_AJAX_ERROR_TIMEOUT="A timeout has occurred while fetching the JSON data."
 665  
 666  JLIB_LANGUAGE_ERROR_CANNOT_LOAD_METADATA="Could not load %s metadata from %s."
 667  JLIB_LANGUAGE_ERROR_CANNOT_LOAD_METAFILE="Could not load %s language XML file from %s."
 668  
 669  JLIB_LOGIN_AUTHORISATION="Your access has been authorised."
 670  JLIB_LOGIN_DENIED="Your access has been denied."
 671  JLIB_LOGIN_EXPIRED="Your authentication has expired."
 672  
 673  JLIB_MAIL_FUNCTION_DISABLED="The mail() function has been disabled and the mail can't be sent."
 674  JLIB_MAIL_FUNCTION_OFFLINE="The mail function has been disabled by an administrator."
 675  JLIB_MAIL_INVALID_EMAIL_SENDER="Invalid email sender: %s"
 676  
 677  JLIB_MEDIA_ERROR_UPLOAD_INPUT="Unable to upload file."
 678  JLIB_MEDIA_ERROR_WARNFILENAME="File name must only have alphanumeric characters and no spaces."
 679  JLIB_MEDIA_ERROR_WARNFILETOOLARGE="This file is too large to upload."
 680  JLIB_MEDIA_ERROR_WARNFILETYPE="This file type is not supported."
 681  JLIB_MEDIA_ERROR_WARNIEXSS="Possible IE XSS Attack found."
 682  JLIB_MEDIA_ERROR_WARNINVALID_IMG="Not a valid image."
 683  JLIB_MEDIA_ERROR_WARNINVALID_MIME="Invalid mime type detected."
 684  JLIB_MEDIA_ERROR_WARNINVALID_MIMETYPE="Illegal mime type detected: %s"
 685  JLIB_MEDIA_ERROR_WARNNOTADMIN="Uploaded file is not an image file and you do not have permission."
 686  
 687  JLIB_NO_EDITOR_PLUGIN_PUBLISHED="Unable to display an editor because no editor plugin is published."
 688  
 689  JLIB_PLUGIN_ERROR_LOADING_PLUGINS="Error loading Plugins: %s"
 690  JLIB_REGISTRY_EXCEPTION_LOAD_FORMAT_CLASS="Unable to load format class."
 691  
 692  JLIB_RULES_ACTION="Action"
 693  JLIB_RULES_ALLOWED="Allowed"
 694  JLIB_RULES_ALLOWED_ADMIN="Allowed (Super User)"
 695  JLIB_RULES_ALLOWED_INHERITED="Allowed (Inherited)"
 696  JLIB_RULES_CALCULATED_SETTING="Calculated Setting"
 697  JLIB_RULES_CONFLICT="Conflict"
 698  JLIB_RULES_DATABASE_FAILURE="Failed storing the data to the database."
 699  JLIB_RULES_DENIED="Denied"
 700  JLIB_RULES_GROUP="%s"
 701  JLIB_RULES_GROUPS="Groups"
 702  JLIB_RULES_INHERIT="Inherit"
 703  JLIB_RULES_INHERITED="Inherited"
 704  JLIB_RULES_NOT_ALLOWED="Not Allowed"
 705  JLIB_RULES_NOT_ALLOWED_ADMIN_CONFLICT="Conflict"
 706  JLIB_RULES_NOT_ALLOWED_DEFAULT="Not Allowed (Default)"
 707  JLIB_RULES_NOT_ALLOWED_INHERITED="Not Allowed (Inherited)"
 708  JLIB_RULES_NOT_ALLOWED_LOCKED="Not Allowed (Locked)"
 709  JLIB_RULES_NOT_SET="Not Set"
 710  JLIB_RULES_NOTICE_RECALCULATE_GROUP_CHILDS_PERMISSIONS="Permissions changed in a group with child groups. Save or reload to recalculate the child groups permissions."
 711  JLIB_RULES_NOTICE_RECALCULATE_GROUP_PERMISSIONS="Super User permissions changed. Save or reload to recalculate this group permissions."
 712  JLIB_RULES_REQUEST_FAILURE="Failed sending the data to server."
 713  JLIB_RULES_SAVE_BEFORE_CHANGE_PERMISSIONS="Please save before changing permissions."
 714  JLIB_RULES_SELECT_SETTING="Select New Setting"
 715  JLIB_RULES_SETTING_NOTES="If you change the setting, it will apply to this and all child groups, components and content. Note that <em><strong>Denied</strong></em> will overrule any inherited setting and also the setting in any child group, component or content. In the case of a setting conflict, <em><strong>Deny</strong></em> will take precedence. <em><strong>Not Set</strong></em> is equivalent to <em><strong>Denied</strong></em> but can be changed in child groups, components and content."
 716  JLIB_RULES_SETTING_NOTES_ITEM="If you change the setting, it will apply to this item. Note that:<br><em><strong>Inherited</strong></em> means that the permissions from global configuration, parent group and category will be used.<br><em><strong>Denied</strong></em> 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 item.<br><em><strong>Allowed</strong></em> means that the group being edited will be able to take this action for this item (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 <em><strong>Not Allowed (Inherited)</strong></em> under Calculated Settings)."
 717  JLIB_RULES_SETTINGS_DESC="Expand for notes about setting the permissions."
 718  
 719  JLIB_STEMMER_INVALID_STEMMER="Invalid stemmer type %s"
 720  
 721  JLIB_UNKNOWN="Unknown"
 722  JLIB_UPDATER_ERROR_COLLECTION_FOPEN="The PHP allow_url_fopen setting is disabled. This setting must be enabled for the updater to work."
 723  JLIB_UPDATER_ERROR_COLLECTION_OPEN_URL="Update: :Collection: Could not open %s"
 724  JLIB_UPDATER_ERROR_COLLECTION_PARSE_URL="Update: :Collection: Could not parse %s"
 725  JLIB_UPDATER_ERROR_EXTENSION_OPEN_URL="Update: :Extension: Could not open %s"
 726  JLIB_UPDATER_ERROR_EXTENSION_PARSE_URL="Update: :Extension: Could not parse %s"
 727  JLIB_UPDATER_ERROR_OPEN_UPDATE_SITE="Update: Could not open update site #%d &quot;%s&quot;, URL: %s"
 728  JLIB_USER_ERROR_AUTHENTICATION_FAILED_LOAD_PLUGIN="JAuthentication: :authenticate: Failed to load plugin: %s"
 729  JLIB_USER_ERROR_AUTHENTICATION_LIBRARIES="JAuthentication: :__construct: Could not load authentication libraries."
 730  JLIB_USER_ERROR_BIND_ARRAY="Unable to bind array to user object."
 731  JLIB_USER_ERROR_CANNOT_CHANGE_OWN_GROUPS="A user is not allowed to change permissions of their own group(s)."
 732  JLIB_USER_ERROR_CANNOT_CHANGE_OWN_PARENT_GROUPS="A user is not allowed to change permissions of their own group(s) parent group(s)."
 733  JLIB_USER_ERROR_CANNOT_CHANGE_SUPER_USER="A user is not allowed to change permissions of a Super User group."
 734  JLIB_USER_ERROR_CANNOT_DEMOTE_SELF="You can't remove your own Super User permissions."
 735  JLIB_USER_ERROR_CANNOT_REUSE_PASSWORD="You can't reuse your current password, please enter a new password."
 736  JLIB_USER_ERROR_ID_NOT_EXISTS="JUser: :_load: User %s does not exist."
 737  JLIB_USER_ERROR_NOT_SUPERADMIN="Only users with Super User permissions can change other Super User user accounts."
 738  JLIB_USER_ERROR_PASSWORD_NOT_MATCH="Passwords do not match. Please re-enter password."
 739  JLIB_USER_ERROR_UNABLE_TO_FIND_USER="Unable to find a user with given activation string."
 740  JLIB_USER_ERROR_UNABLE_TO_LOAD_USER="Unable to find a user with the ID: %s"
 741  JLIB_USER_EXCEPTION_ACCESS_USERGROUP_INVALID="User group does not exist."
 742  JLIB_UTIL_ERROR_APP_INSTANTIATION="Application Startup Error."
 743  JLIB_UTIL_ERROR_CONNECT_DATABASE="JDatabase: :getInstance: Could not connect to database <br>joomla.library: %1$s - %2$s"
 744  JLIB_UTIL_ERROR_DOMIT="DommitDocument is deprecated. Use DomDocument instead."
 745  JLIB_UTIL_ERROR_LOADING_FEED_DATA="Error loading feed data."
 746  JLIB_UTIL_ERROR_XML_LOAD="Failed loading XML file."


Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer