[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/installation/language/en-GB/ -> joomla.ini (source)

   1  ; Joomla! Project
   2  ; (C) 2005 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  ; Fatal error page
   7  ; These will be processed by the JavaScript Build
   8  BUILD_FATAL_HEADER="Sorry, there was a problem we could not recover from."
   9  BUILD_FATAL_LANGUAGE="English GB"
  10  BUILD_FATAL_TEXT="The server returned a \"{{statusCode_statusText}}\""
  11  BUILD_FATAL_URL_TEXT="Help me resolve this"
  12  
  13  ; Build incomplete error page
  14  ; These will be processed by the JavaScript Build
  15  BUILD_INCOMPLETE_HEADER="Environment Setup Incomplete"
  16  BUILD_INCOMPLETE_LANGUAGE="English GB"
  17  BUILD_INCOMPLETE_TEXT="It looks like you are trying to run Joomla! from our git repository. To do so requires you to complete a couple of extra steps first."
  18  BUILD_INCOMPLETE_URL_TEXT="More Details"
  19  
  20  ; No XML PHP error page
  21  ; These will be processed by the JavaScript Build
  22  BUILD_NOXML_HEADER="Sorry, your PHP is missing a vital library"
  23  BUILD_NOXML_LANGUAGE="English GB"
  24  BUILD_NOXML_TEXT="Your host needs to use PHP with support for the XML library to run this version of Joomla!"
  25  BUILD_NOXML_URL_TEXT="Help me resolve this"
  26  
  27  ; Minimum PHP error page
  28  ; These will be processed by the JavaScript Build
  29  BUILD_MIN_PHP_ERROR_HEADER="Sorry, your PHP version is not supported."
  30  BUILD_MIN_PHP_ERROR_LANGUAGE="English GB"
  31  BUILD_MIN_PHP_ERROR_TEXT="Your host needs to use PHP version {{phpversion}} or newer to run this version of Joomla."
  32  BUILD_MIN_PHP_ERROR_URL_TEXT="Help me resolve this"
  33  
  34  ; Main Config
  35  INSTL_SELECT_INSTALL_LANG="Select Installation Language"
  36  INSTL_SELECT_LANGUAGE_TITLE="Select Language"
  37  INSTL_SETUP_LOGIN_DATA="Setup Login Data"
  38  INSTL_WARNJAVASCRIPT="Warning! JavaScript must be enabled for proper installation of Joomla."
  39  INSTL_WARNJSON="Your PHP installation needs to have JSON enabled for Joomla to be installed!"
  40  
  41  ; Precheck view
  42  INSTL_DATABASE_SUPPORT="Database Support:"
  43  INSTL_JSON_SUPPORT_AVAILABLE="JSON Support"
  44  INSTL_MB_LANGUAGE_IS_DEFAULT="MB Language is Default"
  45  INSTL_MB_STRING_OVERLOAD_OFF="MB String Overload Off"
  46  INSTL_NOTICE_DATABASE_SUPPORT="No supported databases were found."
  47  INSTL_NOTICE_JSON_SUPPORT_AVAILABLE="Your PHP installation needs to have JSON enabled for Joomla to be installed!"
  48  INSTL_NOTICE_MBLANG_NOTDEFAULT="PHP mbstring language is not set to neutral. This can be set locally by entering <strong>php_value mbstring.language neutral</strong> in your <code>.htaccess</code> file."
  49  INSTL_NOTICE_MBSTRING_OVERLOAD_OFF="PHP mbstring function overload is set. This can be turned off locally by entering <strong>php_value mbstring.func_overload 0</strong> in your <code>.htaccess</code> file."
  50  INSTL_NOTICE_PARSE_INI_FILE_AVAILABLE="The required php functions <code>parse_ini_file</code> and <code>parse_ini_string</code> are disabled on your server."
  51  INSTL_NOTICE_XML_SUPPORT="XML Support is not available. This should be enabled by default in php but Ubuntu users may need to install this by doing <code>sudo apt-get install php-xml</code> followed by web server restart."
  52  INSTL_NOTICE_ZLIB_COMPRESSION_SUPPORT="Zlib compression is not set. This can be turned on locally by entering <strong>zlib.output_compression = On</strong> in your <code>php.ini</code> file."
  53  INSTL_PARSE_INI_FILE_AVAILABLE="INI Parser Support"
  54  INSTL_PRECHECK_ACTUAL="Actual"
  55  INSTL_PRECHECK_DESC="If any of these items are not supported then please take actions to correct them.<br>You can't install Joomla until your setup meets these requirements."
  56  INSTL_PRECHECK_DIRECTIVE="Directive"
  57  INSTL_PRECHECK_RECOMMENDED="Recommended"
  58  INSTL_PRECHECK_RECOMMENDED_SETTINGS_DESC="These settings are recommended for PHP to ensure full compatibility with Joomla."
  59  INSTL_PRECHECK_RECOMMENDED_SETTINGS_TITLE="Recommended settings:"
  60  INSTL_PRECHECK_TITLE="Pre-Installation Check"
  61  INSTL_XML_SUPPORT="XML Support"
  62  INSTL_ZLIB_COMPRESSION_SUPPORT="Zlib Compression Support"
  63  
  64  ; Database view
  65  INSTL_DATABASE="Database Configuration"
  66  INSTL_DATABASE_ENCRYPTION_CA_LABEL="Path to CA File"
  67  INSTL_DATABASE_ENCRYPTION_CERT_LABEL="Path to Certificate File"
  68  INSTL_DATABASE_ENCRYPTION_CIPHER_LABEL="Supported Cipher Suite (optional)"
  69  INSTL_DATABASE_ENCRYPTION_KEY_LABEL="Path to Private Key File"
  70  INSTL_DATABASE_ENCRYPTION_MODE_LABEL="Connection Encryption"
  71  INSTL_DATABASE_ENCRYPTION_MODE_VALUE_NONE="Default (server controlled)"
  72  INSTL_DATABASE_ENCRYPTION_MODE_VALUE_ONE_WAY="One-way authentication"
  73  INSTL_DATABASE_ENCRYPTION_MODE_VALUE_TWO_WAY="Two-way authentication"
  74  INSTL_DATABASE_ENCRYPTION_MSG_CONN_NOT_ENCRYPT="You have selected to use database connection encryption, and a connection could be established, but it was not encrypted. The reason might be that the database server is configured to fall back to an unencrypted connection in case of bad encryption parameters. Either check and correct the database encryption parameters, or change field \"Connection Encryption\" back to \"Default (server controlled)\"."
  75  INSTL_DATABASE_ENCRYPTION_MSG_FILE_FIELD_BAD="The file entered in field \"%s\" does not exist or is not accessible."
  76  INSTL_DATABASE_ENCRYPTION_MSG_FILE_FIELD_EMPTY="Field \"%s\" is empty or doesn't contain a valid path."
  77  INSTL_DATABASE_ENCRYPTION_MSG_LOCALHOST="You have entered \"localhost\" as host name. Connecting to the database with connection encryption might fail with this. Either change \"localhost\" to \"127.0.0.1\" or \"::1\" or a different host name, or change field \"Connection Encryption\" back to \"Default (server controlled)\"."
  78  INSTL_DATABASE_ENCRYPTION_MSG_SRV_NOT_SUPPORTS="The database server doesn't support connection encryption. Either enable TLS (often called SSL in docs) support on your database server, or change field \"Connection Encryption\" back to \"Default (server controlled)\"."
  79  INSTL_DATABASE_ENCRYPTION_VERIFY_SERVER_CERT_LABEL="Verify Server Certificate"
  80  INSTL_DATABASE_ERROR_POSTGRESQL_QUERY="PostgreSQL database query failed."
  81  INSTL_DATABASE_HOST_DESC="Enter the host name, usually \"localhost\" or a name provided by your host."
  82  INSTL_DATABASE_HOST_IS_NOT_LOCALHOST_CREATE_FILE="We were not able to create the file. Please manually create a file named \"%1$s\" and upload it to the \"%2$s\" folder of your Joomla site. Then select \"%3$s\" to continue."
  83  INSTL_DATABASE_HOST_IS_NOT_LOCALHOST_DELETE_FILE="To confirm that you are the owner of this website please delete the file named \"%1$s\" that has been created in the \"%2$s\" folder of your Joomla site. Then select \"%3$s\" to continue."
  84  INSTL_DATABASE_HOST_IS_NOT_LOCALHOST_GENERAL_MESSAGE="You are trying to use a database host which is not on your local server. For security reasons, you need to verify the ownership of your web hosting account. <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">Please read the documentation</a> for more information."
  85  INSTL_DATABASE_HOST_LABEL="Host Name"
  86  INSTL_DATABASE_NAME_DESC="Enter the database name."
  87  INSTL_DATABASE_NAME_LABEL="Database Name"
  88  INSTL_DATABASE_NAME_MSG_MYSQL="The database name is invalid. It must not contain the following characters: \ /"
  89  INSTL_DATABASE_NAME_MSG_POSTGRES="The database name is invalid. It must start with a letter, followed by alphanumeric characters."
  90  INSTL_DATABASE_NO_SCHEMA="No database schema exists for this database type."
  91  INSTL_DATABASE_PASSWORD_DESC="Either a password you created or a password provided by your host."
  92  INSTL_DATABASE_PREFIX_DESC="Enter a table prefix or use the randomly generated one."
  93  INSTL_DATABASE_PREFIX_MSG="The table prefix must start with a letter, optionally be followed by alphanumeric characters and by an underscore"
  94  INSTL_DATABASE_RESPONSE_ERROR="The installation process failed."
  95  INSTL_DATABASE_TYPE_DESC="Select the database type."
  96  INSTL_DATABASE_USER_DESC="Either a username you created or a username provided by your host."
  97  INSTL_DATABASE_VALIDATION_ERROR="Check your database credentials, database type, database name or hostname. If you have MySQL 8 installed then please read this <a href=\"https://docs.joomla.org/Special:MyLanguage/Joomla_and_MySQL_8#Workaround_to_get_Joomla_working_with_MySQL_8\" target=\"_blank\" rel=\"noopener noreferrer\">wiki</a> for more information."
  98  
  99  INSTL_CONNECT_DB="Setup Database Connection"
 100  INSTL_INSTALL_JOOMLA="Install Joomla"
 101  
 102  ; Site View
 103  INSTL_ADMIN_EMAIL_DESC="Enter the email address of the website Super User."
 104  INSTL_ADMIN_PASSWORD_DESC="Set the password for your Super User account."
 105  INSTL_ADMIN_PASSWORD_LENGTH="Enter at least 12 characters."
 106  INSTL_ADMIN_USER_DESC="Enter the real name of your Super User."
 107  INSTL_ADMIN_USERNAME_DESC="Set the username for your Super User account."
 108  INSTL_LOGIN_DATA="Login Data"
 109  INSTL_SETUP_SITE_NAME="Setup Site Name"
 110  INSTL_SITE="Main Configuration"
 111  INSTL_SITE_DEVMODE_LABEL="We detected development mode"
 112  INSTL_SITE_NAME_DESC="Enter the name of your Joomla site."
 113  
 114  ; Complete view
 115  INSTL_COMPLETE_ERROR_FOLDER_DELETE="The \"%s\" folder could not be deleted. Please manually delete the folder."
 116  INSTL_COMPLETE_REMOVE_FOLDER="Remove \"%s\" folder"
 117  INSTL_COMPLETE_CONGRAT="Congratulations!"
 118  INSTL_COMPLETE_TITLE="Congratulations! Your Joomla site is ready."
 119  INSTL_COMPLETE_SITE_BTN="Open Site"
 120  INSTL_COMPLETE_ADMIN_BTN="Open Administrator"
 121  INSTL_COMPLETE_FINAL="Installation is Complete"
 122  INSTL_COMPLETE_FINAL_DESC="Your Joomla installation is now complete and ready to use."
 123  INSTL_COMPLETE_ADD_EXTRA_LANGUAGE="Install Additional Languages"
 124  INSTL_REMOVE_INST_FOLDER="Are you sure you want to delete? Confirming will permanently delete the \"%s\" folder."
 125  
 126  ; Languages view
 127  INSTL_LANGUAGES="Install Additional Languages"
 128  INSTL_LANGUAGES_COLUMN_HEADER_LANGUAGE="Language"
 129  INSTL_LANGUAGES_COLUMN_HEADER_LANGUAGE_SELECT="Select Language"
 130  INSTL_LANGUAGES_COLUMN_HEADER_LANGUAGE_TAG="Language Tag"
 131  INSTL_LANGUAGES_COLUMN_HEADER_VERSION="Version"
 132  INSTL_LANGUAGES_DESC="The Joomla interface is available in several languages. Choose your preferred languages by choosing the checkboxes and then install them by selecting the \"Install Selected Languages\" button.<br>Note: This operation will take about 10 seconds to download and install each language. To avoid timeouts please select no more than 3 languages to install."
 133  INSTL_LANGUAGES_MESSAGE_PLEASE_WAIT="This operation will take up to 10 seconds per language to complete<br>Please wait while we download and install the languages &hellip;"
 134  INSTL_LANGUAGES_NO_LANGUAGE_SELECTED="No languages have been selected to be installed."
 135  INSTL_LANGUAGES_SELECTED="Install Selected Languages"
 136  INSTL_LANGUAGES_WARNING_NO_INTERNET="Joomla was unable to connect to the languages server. Please finish the installation process."
 137  INSTL_LANGUAGES_WARNING_NO_INTERNET2="Note: You will be able to install languages later using the Joomla Administrator."
 138  INSTL_LANGUAGES_WARNING_BACK_BUTTON="Return to last installation step"
 139  
 140  ; Default language view
 141  INSTL_DEFAULTLANGUAGE_ADMINISTRATOR="Default Administrator language"
 142  INSTL_DEFAULTLANGUAGE_ADMIN_COULDNT_SET_DEFAULT="Joomla was unable to set the language as default. English will be used as the default language for the Backend Administrator."
 143  INSTL_DEFAULTLANGUAGE_ADMIN_SET_DEFAULT="Joomla has set %s as your default ADMINISTRATOR language."
 144  INSTL_DEFAULTLANGUAGE_COLUMN_HEADER_SELECT="Select"
 145  INSTL_DEFAULTLANGUAGE_COLUMN_HEADER_LANGUAGE="Language"
 146  INSTL_DEFAULTLANGUAGE_COLUMN_HEADER_TAG="Tag"
 147  INSTL_DEFAULTLANGUAGE_COULD_NOT_DOWNLOAD_PACKAGE="Joomla failed to download or unpack the language pack from: %s"
 148  INSTL_DEFAULTLANGUAGE_COULD_NOT_INSTALL_LANGUAGE="Joomla was unable to install the %s language."
 149  INSTL_DEFAULTLANGUAGE_DESC="Joomla has installed the following languages. Please select your desired default language for the <strong>Joomla Administrator</strong>."
 150  INSTL_DEFAULTLANGUAGE_DESC_FRONTEND="Joomla has installed the following languages. Please select your desired default language for the <strong>Joomla Frontend</strong>."
 151  INSTL_DEFAULTLANGUAGE_FRONTEND="Default Site language"
 152  INSTL_DEFAULTLANGUAGE_FRONTEND_COULDNT_SET_DEFAULT="Joomla was unable to set the language as default. English will be used as the default language for the Frontend SITE."
 153  INSTL_DEFAULTLANGUAGE_FRONTEND_SET_DEFAULT="Joomla has set %s as your default SITE language."
 154  INSTL_DEFAULTLANGUAGE_SET_DEFAULT_LANGUAGE="Set default language"
 155  INSTL_DEFAULTLANGUAGE_TRY_LATER="You will be able to install it later using the Joomla Administrator."
 156  
 157  INSTL_DEFAULTLANGUAGE_NATIVE_LANGUAGE_NAME="English (UK)" ; IMPORTANT NOTE FOR TRANSLATORS: Do not literally translate this line, instead add the localised name of the language. For example Spanish will be EspaƱol
 158  
 159  ; Database Model
 160  INSTL_DATABASE_COULD_NOT_CONNECT="Could not connect to the database. Connector returned error message: %s"
 161  INSTL_DATABASE_COULD_NOT_CREATE_DATABASE="The installer could not connect to the specified database and was unable to create the database. Please verify your settings and if necessary manually create your database."
 162  INSTL_DATABASE_COULD_NOT_REFRESH_MANIFEST_CACHE="Could not refresh manifest cache for extension: %s"
 163  INSTL_DATABASE_ERROR_BACKINGUP="Some errors occurred in backing up the database."
 164  INSTL_DATABASE_ERROR_CREATE="An error occurred while trying to create the database %s.<br>The user may not have enough privileges to create a database. The required database may need to be created separately before you can install Joomla"
 165  INSTL_DATABASE_ERROR_DELETE="Some errors occurred deleting the database."
 166  INSTL_DATABASE_ERROR_READING_SQL_FILE="Could not read SQL file."
 167  INSTL_DATABASE_FIELD_VALUE_BACKUP="Backup"
 168  INSTL_DATABASE_FIELD_VALUE_REMOVE="Remove"
 169  INSTL_DATABASE_FILE_DOES_NOT_EXIST="File %s does not exist."
 170  INSTL_DATABASE_FIX_LOWERCASE="The table prefix must be lowercase for PostgreSQL."
 171  INSTL_DATABASE_FIX_TOO_LONG="The MySQL table prefix must be a maximum of 15 characters."
 172  INSTL_DATABASE_INVALID_DB_DETAILS="The database details provided are incorrect and/or empty."
 173  INSTL_DATABASE_INVALID_MARIADB_VERSION="You need MariaDB %1$s or higher to continue the installation. Your version is: %2$s"
 174  INSTL_DATABASE_INVALID_MYSQL_VERSION="You need MySQL %1$s or higher to continue the installation. Your version is: %2$s"
 175  INSTL_DATABASE_INVALID_MYSQLI_VERSION="You need MySQL %1$s or higher to continue the installation. Your version is: %2$s"
 176  INSTL_DATABASE_INVALID_PGSQL_VERSION="You need PostgreSQL %1$s or higher to continue the installation. Your version is: %2$s"
 177  INSTL_DATABASE_INVALID_POSTGRESQL_VERSION="You need PostgreSQL %1$s or higher to continue the installation. Your version is: %2$s"
 178  INSTL_DATABASE_INVALID_TYPE="Please select the database type."
 179  INSTL_DATABASE_NAME_INVALID_CHAR="No MySQL identifier can have a NULL ASCII(0x00)."
 180  INSTL_DATABASE_NAME_INVALID_SPACES="MySQL database names and table names may not begin or end with spaces."
 181  INSTL_DATABASE_NAME_TOO_LONG="The MySQL database name must be a maximum of 64 characters."
 182  
 183  ; Controllers
 184  INSTL_COOKIES_NOT_ENABLED="Cookies do not appear to be enabled on your browser client. You will not be able to install the application with this feature disabled. Alternatively, there could also be a problem with the server's <strong>session.save_path</strong>. If this is the case, please consult your hosting provider if you don't know how to check or fix this yourself."
 185  INSTL_HEADER_ERROR="Error"
 186  
 187  ; Helpers
 188  INSTL_PAGE_TITLE="Joomla Installer"
 189  
 190  ; Configuration model
 191  INSTL_ERROR_CONNECT_DB="Could not connect to the database. Connector returned number: %d."
 192  INSTL_STD_OFFLINE_MSG="This site is down for maintenance.<br>Please check back again soon."
 193  
 194  ; Languages model
 195  INSTL_ERROR_INVALID_URL="Invalid URL"
 196  
 197  ; Others
 198  INSTL_CONFPROBLEM="Your configuration file or folder is not writable or there was a problem creating the configuration file. You will have to upload the following code by hand. Select in the text area to highlight all of the code and then paste into a new text file. Name this file 'configuration.php' and upload it to your site root folder."
 199  INSTL_DISPLAY_ERRORS="Display Errors"
 200  INSTL_ERROR="Error"
 201  INSTL_ERROR_DB="Some errors occurred while populating the database: %s."
 202  INSTL_ERROR_INITIALISE_SCHEMA="Can't initialise database schema."
 203  INSTL_EXTENSION_AVAILABLE="%s Available"
 204  INSTL_FILE_UPLOADS="File Uploads"
 205  INSTL_GNU_GPL_LICENSE="GNU General Public License"
 206  INSTL_HELP_LINK="Help installing Joomla"
 207  INSTL_NOTICE_NEEDSTOBEWRITABLE="You can still continue the installation if you repair the permissions."
 208  INSTL_OUTPUT_BUFFERING="Output Buffering"
 209  INSTL_PHP_VERSION="PHP Version"
 210  INSTL_PHP_VERSION_NEWER="PHP Version >= %s"
 211  INSTL_PROCESS_BUSY="Process is in progress. Please wait &hellip;"
 212  INSTL_SESSION_AUTO_START="Session Auto Start"
 213  INSTL_WRITABLE="Insufficient permission to create %s."
 214  INSTL_ZIP_SUPPORT_AVAILABLE="Native ZIP support"
 215  
 216  ; Global strings
 217  JADMINISTRATOR="Administrator"
 218  JEMAIL="Email"
 219  JERROR="Error"
 220  JERROR_LAYOUT_ERROR_HAS_OCCURRED_WHILE_PROCESSING_YOUR_REQUEST="An error has occurred while processing your request."
 221  JGLOBAL_ISFREESOFTWARE="%s is free software released under the %s."
 222  JGLOBAL_LANGUAGE_VERSION_NOT_PLATFORM="Language pack does not match this Joomla version. Some strings may be missing and will be displayed in English."
 223  JGLOBAL_SELECT_AN_OPTION="Select an option"
 224  JGLOBAL_SELECT_NO_RESULTS_MATCH="No results match"
 225  JGLOBAL_SELECT_SOME_OPTIONS="Select some options"
 226  JHIDEPASSWORD="Hide Password"
 227  JINVALID_TOKEN="The most recent request was denied because it had an invalid security token. Please refresh the page and try again."
 228  JINVALID_TOKEN_NOTICE="The security token did not match. The request was aborted to prevent any security breach. Please try again."
 229  JNEXT="Next"
 230  JNO="No"
 231  JNOTICE="Notice"
 232  JOFF="Off"
 233  JON="On"
 234  JPREVIOUS="Previous"
 235  JSHOWPASSWORD="Show Password"
 236  JSITE="Site"
 237  JSKIP="Skip"
 238  JUSERNAME="Username"
 239  JYES="Yes"
 240  
 241  ; Framework strings necessary when no lang pack is available
 242  JLIB_DATABASE_ERROR_CONNECT_MYSQL="Could not connect to MySQL."
 243  JLIB_DATABASE_ERROR_DATABASE="A Database error occurred."
 244  JLIB_DATABASE_ERROR_LOAD_DATABASE_DRIVER="Unable to load Database Driver: %s."
 245  JLIB_DATABASE_ERROR_VALID_MAIL="The email address you entered is invalid. Please enter another email address."
 246  JLIB_ENVIRONMENT_SESSION_EXPIRED="Your session has expired, please reload the page."
 247  JLIB_FILESYSTEM_ERROR_PATH_IS_NOT_A_FOLDER="%1$s: Path is not a folder. Path: %2$s"
 248  JLIB_FORM_FIELD_INVALID="Invalid field:&#160;"
 249  JLIB_FORM_VALIDATE_FIELD_INVALID="Invalid field: %s"
 250  JLIB_FORM_VALIDATE_FIELD_REQUIRED="Field required: %s"
 251  JLIB_INSTALLER_ABORT="Aborting language installation: %s"
 252  JLIB_INSTALLER_ABORT_CREATE_DIRECTORY="Extension %1$s: Failed to create folder: %2$s"
 253  JLIB_INSTALLER_ABORT_NOINSTALLPATH="Install path does not exist."
 254  JLIB_INSTALLER_ABORT_PACK_INSTALL_ERROR_EXTENSION="Package %1$s: There was an error installing an extension: %2$s."
 255  JLIB_INSTALLER_ABORT_PACK_INSTALL_NO_FILES="Package %s: There were no files to install!"
 256  JLIB_INSTALLER_ERROR_DOWNLOAD_SERVER_CONNECT="Error connecting to the server: %s"
 257  JLIB_INSTALLER_ERROR_FAIL_COPY_FILE="JInstaller: :Install: Failed to copy file %1$s to %2$s."
 258  JLIB_INSTALLER_INSTALL="Install"
 259  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."
 260  JLIB_INSTALLER_WARNING_UNABLE_TO_INSTALL_CONTENT_LANGUAGE="Unable to create a content language for %s language: %s."
 261  JLIB_UPDATER_ERROR_COLLECTION_FOPEN="The PHP allow_url_fopen setting is disabled. This setting must be enabled for the updater to work."
 262  JLIB_UPDATER_ERROR_COLLECTION_OPEN_URL="Update: :Collection: Could not open %s"
 263  JLIB_UPDATER_ERROR_COLLECTION_PARSE_URL="Update: :Collection: Could not parse %s"
 264  JLIB_UPDATER_ERROR_OPEN_UPDATE_SITE="Update: Could not open update site #%d &quot;%s&quot;, URL: %s."
 265  JLIB_UTIL_ERROR_CONNECT_DATABASE="JDatabase: :getInstance: Could not connect to database <br>joomla.library: %1$s - %2$s."
 266  
 267  ; Strings for the language debugger
 268  JDEBUG_LANGUAGE_FILES_IN_ERROR="Parsing errors in language files"
 269  JDEBUG_LANGUAGE_UNTRANSLATED_STRING="Untranslated strings"
 270  JNONE="None"
 271  
 272  ; Necessary for errors
 273  ADMIN_EMAIL="Administrator Email"
 274  ADMIN_PASSWORD="Administrator Password"
 275  SITE_NAME="Site Name"
 276  
 277  ; Database types (allows for a more descriptive label than the internal name)
 278  MYSQL="MySQL (PDO)"
 279  MYSQLI="MySQLi"
 280  ORACLE="Oracle"
 281  PGSQL="PostgreSQL (PDO)"
 282  POSTGRESQL="PostgreSQL"
 283  SQLITE="SQLite"
 284  
 285  ; Javascript message titles
 286  ERROR="Error"
 287  MESSAGE="Message"
 288  NOTICE="Notice"
 289  WARNING="Warning"
 290  
 291  ; Javascript ajax error messages
 292  JLIB_JS_AJAX_ERROR_CONNECTION_ABORT="A connection abort has occurred while fetching the JSON data."
 293  JLIB_JS_AJAX_ERROR_NO_CONTENT="No content was returned."
 294  JLIB_JS_AJAX_ERROR_OTHER="An error has occurred while fetching the JSON data: HTTP %d status code."
 295  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>"
 296  JLIB_JS_AJAX_ERROR_TIMEOUT="A timeout has occurred while fetching the JSON data."
 297  
 298  ; Field password messages
 299  JFIELD_PASSWORD_INDICATE_COMPLETE="Password accepted"
 300  JFIELD_PASSWORD_INDICATE_INCOMPLETE="Password doesn't meet the site's requirements."
 301  JFIELD_PASSWORD_SPACES_IN_PASSWORD="Password must not have spaces at the beginning or end."
 302  JFIELD_PASSWORD_TOO_LONG="Password is too long. Passwords must be less than 100 characters."
 303  JFIELD_PASSWORD_TOO_SHORT_N="Password is too short. Passwords must have at least %d characters."
 304  
 305  ; Javascript Form Validation Messages
 306  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."
 307  JLIB_FORM_FIELD_INVALID_VALUE="This value is not valid."
 308  JLIB_FORM_FIELD_REQUIRED_CHECK="One of the options must be selected."
 309  JLIB_FORM_FIELD_REQUIRED_VALUE="Please fill in this field."


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