[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/installation/language/en-AU/ -> 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 AU"
  10  BUILD_FATAL_TEXT="The server returned a \"{{statusCode_statusText}}\""
  11  BUILD_FATAL_URL_TEXT="Help me resolve this"
  12  ; These will be processed by the JavaScript Build
  13  BUILD_INCOMPLETE_HEADER="Environment Setup Incomplete"
  14  BUILD_INCOMPLETE_LANGUAGE="English AU"
  15  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."
  16  BUILD_INCOMPLETE_URL_TEXT="More Details"
  17  ; These will be processed by the JavaScript Build
  18  BUILD_NOXML_HEADER="Sorry, your PHP is missing a vital library"
  19  BUILD_NOXML_LANGUAGE="English AU"
  20  BUILD_NOXML_TEXT="Your host needs to use PHP with support for the XML library to run this version of Joomla!"
  21  BUILD_NOXML_URL_TEXT="Help me resolve this"
  22  ; These will be processed by the JavaScript Build
  23  BUILD_MIN_PHP_ERROR_HEADER="Sorry, your PHP version is not supported."
  24  BUILD_MIN_PHP_ERROR_LANGUAGE="English AU"
  25  BUILD_MIN_PHP_ERROR_TEXT="Your host needs to use PHP version {{phpversion}} or newer to run this version of Joomla."
  26  BUILD_MIN_PHP_ERROR_URL_TEXT="Help me resolve this"
  27  ; Main Config
  28  INSTL_SELECT_INSTALL_LANG="Select Installation Language"
  29  INSTL_SELECT_LANGUAGE_TITLE="Select Language"
  30  INSTL_SETUP_LOGIN_DATA="Setup Login Data"
  31  INSTL_WARNJAVASCRIPT="Warning! JavaScript must be enabled for proper installation of Joomla."
  32  INSTL_WARNJSON="Your PHP installation needs to have JSON enabled for Joomla to be installed!"
  33  ; Precheck view
  34  INSTL_DATABASE_SUPPORT="Database Support:"
  35  INSTL_JSON_SUPPORT_AVAILABLE="JSON Support"
  36  INSTL_MB_LANGUAGE_IS_DEFAULT="MB Language is Default"
  37  INSTL_MB_STRING_OVERLOAD_OFF="MB String Overload Off"
  38  INSTL_NOTICE_DATABASE_SUPPORT="No supported databases were found."
  39  INSTL_NOTICE_JSON_SUPPORT_AVAILABLE="Your PHP installation needs to have JSON enabled for Joomla to be installed!"
  40  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."
  41  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."
  42  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."
  43  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."
  44  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."
  45  INSTL_PARSE_INI_FILE_AVAILABLE="INI Parser Support"
  46  INSTL_PRECHECK_ACTUAL="Actual"
  47  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."
  48  INSTL_PRECHECK_DIRECTIVE="Directive"
  49  INSTL_PRECHECK_RECOMMENDED="Recommended"
  50  INSTL_PRECHECK_RECOMMENDED_SETTINGS_DESC="These settings are recommended for PHP to ensure full compatibility with Joomla."
  51  INSTL_PRECHECK_RECOMMENDED_SETTINGS_TITLE="Recommended settings:"
  52  INSTL_PRECHECK_TITLE="Pre-Installation Check"
  53  INSTL_XML_SUPPORT="XML Support"
  54  INSTL_ZLIB_COMPRESSION_SUPPORT="Zlib Compression Support"
  55  ; Database view
  56  INSTL_DATABASE="Database Configuration"
  57  INSTL_DATABASE_ENCRYPTION_CA_LABEL="Path to CA File"
  58  INSTL_DATABASE_ENCRYPTION_CERT_LABEL="Path to Certificate File"
  59  INSTL_DATABASE_ENCRYPTION_CIPHER_LABEL="Supported Cipher Suite (optional)"
  60  INSTL_DATABASE_ENCRYPTION_KEY_LABEL="Path to Private Key File"
  61  INSTL_DATABASE_ENCRYPTION_MODE_LABEL="Connection Encryption"
  62  INSTL_DATABASE_ENCRYPTION_MODE_VALUE_NONE="Default (server controlled)"
  63  INSTL_DATABASE_ENCRYPTION_MODE_VALUE_ONE_WAY="One-way authentication"
  64  INSTL_DATABASE_ENCRYPTION_MODE_VALUE_TWO_WAY="Two-way authentication"
  65  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)\"."
  66  INSTL_DATABASE_ENCRYPTION_MSG_FILE_FIELD_BAD="The file entered in field \"%s\" does not exist or is not accessible."
  67  INSTL_DATABASE_ENCRYPTION_MSG_FILE_FIELD_EMPTY="Field \"%s\" is empty or doesn't contain a valid path."
  68  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)\"."
  69  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)\"."
  70  INSTL_DATABASE_ENCRYPTION_VERIFY_SERVER_CERT_LABEL="Verify Server Certificate"
  71  INSTL_DATABASE_ERROR_POSTGRESQL_QUERY="PostgreSQL database query failed."
  72  INSTL_DATABASE_HOST_DESC="Enter the host name, usually \"localhost\" or a name provided by your host."
  73  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."
  74  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."
  75  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."
  76  INSTL_DATABASE_HOST_LABEL="Host Name"
  77  INSTL_DATABASE_NAME_DESC="Enter the database name."
  78  INSTL_DATABASE_NAME_LABEL="Database Name"
  79  INSTL_DATABASE_NAME_MSG_MYSQL="The database name is invalid. It must not contain the following characters: \ /"
  80  INSTL_DATABASE_NAME_MSG_POSTGRES="The database name is invalid. It must start with a letter, followed by alphanumeric characters."
  81  INSTL_DATABASE_NO_SCHEMA="No database schema exists for this database type."
  82  INSTL_DATABASE_PASSWORD_DESC="Either a password you created or a password provided by your host."
  83  INSTL_DATABASE_PREFIX_DESC="Enter a table prefix or use the randomly generated one."
  84  INSTL_DATABASE_PREFIX_MSG="The table prefix must start with a letter, optionally be followed by alphanumeric characters and by an underscore"
  85  INSTL_DATABASE_RESPONSE_ERROR="The installation process failed."
  86  INSTL_DATABASE_TYPE_DESC="Select the database type."
  87  INSTL_DATABASE_USER_DESC="Either a username you created or a username provided by your host."
  88  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."
  89  
  90  INSTL_CONNECT_DB="Setup Database Connection"
  91  INSTL_INSTALL_JOOMLA="Install Joomla"
  92  ; Site View
  93  INSTL_ADMIN_EMAIL_DESC="Enter the email address of the website Super User."
  94  INSTL_ADMIN_PASSWORD_DESC="Set the password for your Super User account."
  95  INSTL_ADMIN_PASSWORD_LENGTH="Enter at least 12 characters."
  96  INSTL_ADMIN_USER_DESC="Enter the real name of your Super User."
  97  INSTL_ADMIN_USERNAME_DESC="Set the username for your Super User account."
  98  INSTL_LOGIN_DATA="Login Data"
  99  INSTL_SETUP_SITE_NAME="Setup Site Name"
 100  INSTL_SITE="Main Configuration"
 101  INSTL_SITE_DEVMODE_LABEL="We detected development mode"
 102  INSTL_SITE_NAME_DESC="Enter the name of your Joomla site."
 103  ; Complete view
 104  INSTL_COMPLETE_ERROR_FOLDER_DELETE="The \"%s\" folder could not be deleted. Please manually delete the folder."
 105  INSTL_COMPLETE_REMOVE_FOLDER="Remove \"%s\" folder"
 106  INSTL_COMPLETE_CONGRAT="Congratulations!"
 107  INSTL_COMPLETE_TITLE="Congratulations! Your Joomla site is ready."
 108  INSTL_COMPLETE_SITE_BTN="Open Site"
 109  INSTL_COMPLETE_ADMIN_BTN="Open Administrator"
 110  INSTL_COMPLETE_FINAL="Installation is Complete"
 111  INSTL_COMPLETE_FINAL_DESC="Your Joomla installation is now complete and ready to use."
 112  INSTL_COMPLETE_ADD_EXTRA_LANGUAGE="Install Additional Languages"
 113  INSTL_REMOVE_INST_FOLDER="Are you sure you want to delete? Confirming will permanently delete the \"%s\" folder."
 114  ; Languages view
 115  INSTL_LANGUAGES="Install Additional Languages"
 116  INSTL_LANGUAGES_COLUMN_HEADER_LANGUAGE="Language"
 117  INSTL_LANGUAGES_COLUMN_HEADER_LANGUAGE_SELECT="Select Language"
 118  INSTL_LANGUAGES_COLUMN_HEADER_LANGUAGE_TAG="Language Tag"
 119  INSTL_LANGUAGES_COLUMN_HEADER_VERSION="Version"
 120  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 Next 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."
 121  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 ..."
 122  INSTL_LANGUAGES_NO_LANGUAGE_SELECTED="No languages have been selected to be installed."
 123  INSTL_LANGUAGES_WARNING_NO_INTERNET="Joomla was unable to connect to the languages server. Please finish the installation process."
 124  INSTL_LANGUAGES_WARNING_NO_INTERNET2="Note: You will be able to install languages later using the Joomla Administrator."
 125  INSTL_LANGUAGES_WARNING_BACK_BUTTON="Return to last installation step"
 126  ; Default language view
 127  INSTL_DEFAULTLANGUAGE_ADMINISTRATOR="Default Administrator language"
 128  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."
 129  INSTL_DEFAULTLANGUAGE_ADMIN_SET_DEFAULT="Joomla has set %s as your default ADMINISTRATOR language."
 130  INSTL_DEFAULTLANGUAGE_COLUMN_HEADER_SELECT="Select"
 131  INSTL_DEFAULTLANGUAGE_COLUMN_HEADER_LANGUAGE="Language"
 132  INSTL_DEFAULTLANGUAGE_COLUMN_HEADER_TAG="Tag"
 133  INSTL_DEFAULTLANGUAGE_COULD_NOT_DOWNLOAD_PACKAGE="Joomla failed to download or unpack the language pack from: %s"
 134  INSTL_DEFAULTLANGUAGE_COULD_NOT_INSTALL_LANGUAGE="Joomla was unable to install the %s language."
 135  INSTL_DEFAULTLANGUAGE_DESC="Joomla has installed the following languages. Please select your desired default language for the <strong>Joomla Administrator</strong>."
 136  INSTL_DEFAULTLANGUAGE_DESC_FRONTEND="Joomla has installed the following languages. Please select your desired default language for the <strong>Joomla Frontend</strong>."
 137  INSTL_DEFAULTLANGUAGE_FRONTEND="Default Site language"
 138  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."
 139  INSTL_DEFAULTLANGUAGE_FRONTEND_SET_DEFAULT="Joomla has set %s as your default SITE language."
 140  INSTL_DEFAULTLANGUAGE_SET_DEFAULT_LANGUAGE="Set default language"
 141  INSTL_DEFAULTLANGUAGE_TRY_LATER="You will be able to install it later using the Joomla Administrator."
 142  
 143  INSTL_DEFAULTLANGUAGE_NATIVE_LANGUAGE_NAME="English (AU)" ; 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
 144  ; Database Model
 145  INSTL_DATABASE_COULD_NOT_CONNECT="Could not connect to the database. Connector returned error message: %s"
 146  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."
 147  INSTL_DATABASE_COULD_NOT_REFRESH_MANIFEST_CACHE="Could not refresh manifest cache for extension: %s"
 148  INSTL_DATABASE_ERROR_BACKINGUP="Some errors occurred in backing up the database."
 149  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"
 150  INSTL_DATABASE_ERROR_DELETE="Some errors occurred deleting the database."
 151  INSTL_DATABASE_ERROR_READING_SQL_FILE="Could not read SQL file."
 152  INSTL_DATABASE_FIELD_VALUE_BACKUP="Backup"
 153  INSTL_DATABASE_FIELD_VALUE_REMOVE="Remove"
 154  INSTL_DATABASE_FILE_DOES_NOT_EXIST="File %s does not exist."
 155  INSTL_DATABASE_FIX_LOWERCASE="The table prefix must be lowercase for PostgreSQL."
 156  INSTL_DATABASE_FIX_TOO_LONG="The MySQL table prefix must be a maximum of 15 characters."
 157  INSTL_DATABASE_INVALID_DB_DETAILS="The database details provided are incorrect and/or empty."
 158  INSTL_DATABASE_INVALID_MARIADB_VERSION="You need MariaDB %1$s or higher to continue the installation. Your version is: %2$s"
 159  INSTL_DATABASE_INVALID_MYSQL_VERSION="You need MySQL %1$s or higher to continue the installation. Your version is: %2$s"
 160  INSTL_DATABASE_INVALID_MYSQLI_VERSION="You need MySQL %1$s or higher to continue the installation. Your version is: %2$s"
 161  INSTL_DATABASE_INVALID_PGSQL_VERSION="You need PostgreSQL %1$s or higher to continue the installation. Your version is: %2$s"
 162  INSTL_DATABASE_INVALID_POSTGRESQL_VERSION="You need PostgreSQL %1$s or higher to continue the installation. Your version is: %2$s"
 163  INSTL_DATABASE_INVALID_TYPE="Please select the database type."
 164  INSTL_DATABASE_NAME_INVALID_CHAR="No MySQL identifier can have a NULL ASCII(0x00)."
 165  INSTL_DATABASE_NAME_INVALID_SPACES="MySQL database names and table names may not begin or end with spaces."
 166  INSTL_DATABASE_NAME_TOO_LONG="The MySQL database name must be a maximum of 64 characters."
 167  ; Controllers
 168  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."
 169  INSTL_HEADER_ERROR="Error"
 170  ; Helpers
 171  INSTL_PAGE_TITLE="Joomla Installer"
 172  ; Configuration model
 173  INSTL_ERROR_CONNECT_DB="Could not connect to the database. Connector returned number: %d."
 174  INSTL_STD_OFFLINE_MSG="This site is down for maintenance.<br>Please check back again soon."
 175  ; Others
 176  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."
 177  INSTL_DISPLAY_ERRORS="Display Errors"
 178  INSTL_ERROR="Error"
 179  INSTL_ERROR_DB="Some errors occurred while populating the database: %s."
 180  INSTL_ERROR_INITIALISE_SCHEMA="Can't initialise database schema."
 181  INSTL_EXTENSION_AVAILABLE="%s Available"
 182  INSTL_FILE_UPLOADS="File Uploads"
 183  INSTL_GNU_GPL_LICENSE="GNU General Public License"
 184  INSTL_HELP_LINK="Help installing Joomla"
 185  INSTL_NOTICE_NEEDSTOBEWRITABLE="You can still continue the installation if you repair the permissions."
 186  INSTL_OUTPUT_BUFFERING="Output Buffering"
 187  INSTL_PHP_VERSION="PHP Version"
 188  INSTL_PHP_VERSION_NEWER="PHP Version >= %s"
 189  INSTL_PROCESS_BUSY="Process is in progress. Please wait ..."
 190  INSTL_SESSION_AUTO_START="Session Auto Start"
 191  INSTL_WRITABLE="Insufficient permission to create %s."
 192  INSTL_ZIP_SUPPORT_AVAILABLE="Native ZIP support"
 193  ; Global strings
 194  JADMINISTRATOR="Administrator"
 195  JEMAIL="Email"
 196  JERROR="Error"
 197  JERROR_LAYOUT_ERROR_HAS_OCCURRED_WHILE_PROCESSING_YOUR_REQUEST="An error has occurred while processing your request."
 198  JGLOBAL_ISFREESOFTWARE="%s is free software released under the %s."
 199  JGLOBAL_LANGUAGE_VERSION_NOT_PLATFORM="Language pack does not match this Joomla version. Some strings may be missing and will be displayed in English."
 200  JGLOBAL_SELECT_AN_OPTION="Select an option"
 201  JGLOBAL_SELECT_NO_RESULTS_MATCH="No results match"
 202  JGLOBAL_SELECT_SOME_OPTIONS="Select some options"
 203  JHIDEPASSWORD="Hide Password"
 204  JINVALID_TOKEN="The most recent request was denied because it had an invalid security token. Please refresh the page and try again."
 205  JINVALID_TOKEN_NOTICE="The security token did not match. The request was aborted to prevent any security breach. Please try again."
 206  JNEXT="Next"
 207  JNO="No"
 208  JNOTICE="Notice"
 209  JOFF="Off"
 210  JON="On"
 211  JPREVIOUS="Previous"
 212  JSHOWPASSWORD="Show Password"
 213  JSITE="Site"
 214  JSKIP="Skip"
 215  JUSERNAME="Username"
 216  JYES="Yes"
 217  ; Framework strings necessary when no lang pack is available
 218  JLIB_DATABASE_ERROR_CONNECT_MYSQL="Could not connect to MySQL."
 219  JLIB_DATABASE_ERROR_DATABASE="A Database error occurred."
 220  JLIB_DATABASE_ERROR_LOAD_DATABASE_DRIVER="Unable to load Database Driver: %s."
 221  JLIB_DATABASE_ERROR_VALID_MAIL="The email address you entered is invalid. Please enter another email address."
 222  JLIB_ENVIRONMENT_SESSION_EXPIRED="Your session has expired, please reload the page."
 223  JLIB_FILESYSTEM_ERROR_PATH_IS_NOT_A_FOLDER="%1$s: Path is not a folder. Path: %2$s"
 224  JLIB_FORM_FIELD_INVALID="Invalid field:&#160;"
 225  JLIB_FORM_VALIDATE_FIELD_INVALID="Invalid field: %s"
 226  JLIB_FORM_VALIDATE_FIELD_REQUIRED="Field required: %s"
 227  JLIB_INSTALLER_ABORT="Aborting language installation: %s"
 228  JLIB_INSTALLER_ABORT_CREATE_DIRECTORY="Extension %1$s: Failed to create folder: %2$s"
 229  JLIB_INSTALLER_ABORT_NOINSTALLPATH="Install path does not exist."
 230  JLIB_INSTALLER_ABORT_PACK_INSTALL_ERROR_EXTENSION="Package %1$s: There was an error installing an extension: %2$s."
 231  JLIB_INSTALLER_ABORT_PACK_INSTALL_NO_FILES="Package %s: There were no files to install!"
 232  JLIB_INSTALLER_ERROR_FAIL_COPY_FILE="JInstaller: :Install: Failed to copy file %1$s to %2$s."
 233  JLIB_INSTALLER_INSTALL="Install"
 234  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."
 235  JLIB_INSTALLER_WARNING_UNABLE_TO_INSTALL_CONTENT_LANGUAGE="Unable to create a content language for %s language: %s."
 236  JLIB_UPDATER_ERROR_COLLECTION_FOPEN="The PHP allow_url_fopen setting is disabled. This setting must be enabled for the updater to work."
 237  JLIB_UPDATER_ERROR_COLLECTION_OPEN_URL="Update: :Collection: Could not open %s"
 238  JLIB_UPDATER_ERROR_COLLECTION_PARSE_URL="Update: :Collection: Could not parse %s"
 239  JLIB_UPDATER_ERROR_OPEN_UPDATE_SITE="Update: Could not open update site #%d \"%s\", URL: %s."
 240  JLIB_UTIL_ERROR_CONNECT_DATABASE="JDatabase: :getInstance: Could not connect to database <br>joomla.library: %1$s - %2$s."
 241  ; Strings for the language debugger
 242  JDEBUG_LANGUAGE_FILES_IN_ERROR="Parsing errors in language files"
 243  JDEBUG_LANGUAGE_UNTRANSLATED_STRING="Untranslated strings"
 244  JNONE="None"
 245  ; Necessary for errors
 246  ADMIN_EMAIL="Administrator Email"
 247  ADMIN_PASSWORD="Administrator Password"
 248  SITE_NAME="Site Name"
 249  ; Database types (allows for a more descriptive label than the internal name)
 250  MYSQL="MySQL (PDO)"
 251  MYSQLI="MySQLi"
 252  ORACLE="Oracle"
 253  PGSQL="PostgreSQL (PDO)"
 254  POSTGRESQL="PostgreSQL"
 255  SQLITE="SQLite"
 256  ; Javascript message titles
 257  ERROR="Error"
 258  MESSAGE="Message"
 259  NOTICE="Notice"
 260  WARNING="Warning"
 261  ; Javascript ajax error messages
 262  JLIB_JS_AJAX_ERROR_CONNECTION_ABORT="A connection abort has occurred while fetching the JSON data."
 263  JLIB_JS_AJAX_ERROR_NO_CONTENT="No content was returned."
 264  JLIB_JS_AJAX_ERROR_OTHER="An error has occurred while fetching the JSON data: HTTP %d status code."
 265  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>"
 266  JLIB_JS_AJAX_ERROR_TIMEOUT="A timeout has occurred while fetching the JSON data."
 267  ; Field password messages
 268  JFIELD_PASSWORD_INDICATE_COMPLETE="Password accepted"
 269  JFIELD_PASSWORD_INDICATE_INCOMPLETE="Password doesn't meet the site's requirements."
 270  JFIELD_PASSWORD_SPACES_IN_PASSWORD="Password must not have spaces at the beginning or end."
 271  JFIELD_PASSWORD_TOO_LONG="Password is too long. Passwords must be less than 100 characters."
 272  JFIELD_PASSWORD_TOO_SHORT_N="Password is too short. Passwords must have at least %d characters."
 273  ; Javascript Form Validation Messages
 274  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."
 275  JLIB_FORM_FIELD_INVALID_VALUE="This value is not valid."
 276  JLIB_FORM_FIELD_REQUIRED_CHECK="One of the options must be selected."
 277  JLIB_FORM_FIELD_REQUIRED_VALUE="Please fill in this field."
 278  


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