XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence du fichier install.php

Espaces de nommage

 installer
 

Variables

const SHOW_HIDE_HELP 'Show/hide help text'
 
const LICENSE_NOT_WRITEABLE 'License file "%s" is NOT writable!'
 
const LICENSE_IS_WRITEABLE '%s License is writable.'
 
const SERVER_API 'Server API'
 
const PHP_EXTENSION '%s extension'
 
const CHAR_ENCODING 'Character encoding'
 
const XML_PARSING 'XML parsing'
 
const REQUIREMENTS 'Requirements'
 
const _PHP_VERSION 'PHP version'
 
const RECOMMENDED_SETTINGS 'Recommended settings'
 
const RECOMMENDED_EXTENSIONS 'Recommended extensions'
 
const SETTING_NAME 'Setting name'
 
const RECOMMENDED 'Recommended'
 
const CURRENT 'Current'
 
const RECOMMENDED_EXTENSIONS_MSG 'These extensions are not required for normal use, but may be necessary to explore some specific features (like the multi-language or RSS support). Thus, it is recommended to have them installed.'
 
const NONE 'None'
 
const SUCCESS 'Success'
 
const WARNING 'Warning'
 
const FAILED 'Failed'
 
const XOOPS_INSTALL_WIZARD 'XOOPS Installation Wizard'
 
const LANGUAGE_SELECTION 'Language selection'
 
const LANGUAGE_SELECTION_TITLE 'Select your language'
 
const INTRODUCTION 'Introduction'
 
const INTRODUCTION_TITLE 'Welcome to the XOOPS Installation Wizard'
 
const CONFIGURATION_CHECK 'Configuration check'
 
const CONFIGURATION_CHECK_TITLE 'Checking your server configuration'
 
const PATHS_SETTINGS 'Paths settings'
 
const PATHS_SETTINGS_TITLE 'Paths settings'
 
const DATABASE_CONNECTION 'Database connection'
 
const DATABASE_CONNECTION_TITLE 'Database connection'
 
const DATABASE_CONFIG 'Database configuration'
 
const DATABASE_CONFIG_TITLE 'Database configuration'
 
const CONFIG_SAVE 'Save Configuration'
 
const CONFIG_SAVE_TITLE 'Saving your system configuration'
 
const TABLES_CREATION 'Tables creation'
 
const TABLES_CREATION_TITLE 'Database tables creation'
 
const INITIAL_SETTINGS 'Initial settings'
 
const INITIAL_SETTINGS_TITLE 'Please enter your initial settings'
 
const DATA_INSERTION 'Data insertion'
 
const DATA_INSERTION_TITLE 'Saving your settings to the database'
 
const WELCOME 'Welcome'
 
const WELCOME_TITLE 'Welcome to your XOOPS site'
 
const XOOPS_PATHS 'XOOPS Physical paths'
 
const XOOPS_URLS 'Web locations'
 
const XOOPS_ROOT_PATH_LABEL 'XOOPS documents root physical path'
 
const XOOPS_ROOT_PATH_HELP 'Physical path to the XOOPS documents (served) directory WITHOUT trailing slash'
 
const XOOPS_LIB_PATH_LABEL 'XOOPS library directory'
 
const XOOPS_LIB_PATH_HELP 'Physical path to the XOOPS library directory WITHOUT trailing slash, for forward compatibility. Locate the folder out of ' . XOOPS_ROOT_PATH_LABEL . ' to make it secure.'
 
const XOOPS_DATA_PATH_LABEL 'XOOPS data files directory'
 
const XOOPS_DATA_PATH_HELP 'Physical path to the XOOPS data files (writable) directory WITHOUT trailing slash, for forward compatibility. Locate the folder out of ' . XOOPS_ROOT_PATH_LABEL . ' to make it secure.'
 
const XOOPS_URL_LABEL 'Website location (URL)'
 
const XOOPS_URL_HELP 'Main URL that will be used to access your XOOPS installation'
 
const LEGEND_CONNECTION 'Server connection'
 
const LEGEND_DATABASE 'Database'
 
const DB_HOST_LABEL 'Server hostname'
 
const DB_HOST_HELP 'Hostname of the database server. If you are unsure, <em>localhost</em> works in most cases'
 
const DB_USER_LABEL 'User name'
 
const DB_USER_HELP 'Name of the user account that will be used to connect to the database server'
 
const DB_PASS_LABEL 'Password'
 
const DB_PASS_HELP 'Password of your database user account'
 
const DB_NAME_LABEL 'Database name'
 
const DB_NAME_HELP 'The name of database on the host. The installer will attempt to create the database if not exist'
 
const DB_CHARSET_LABEL 'Database character set'
 
const DB_CHARSET_HELP 'MySQL includes character set support that enables you to store data using a variety of character sets and perform comparisons according to a variety of collations.'
 
const DB_COLLATION_LABEL 'Database collation'
 
const DB_COLLATION_HELP 'A collation is a set of rules for comparing characters in a character set.'
 
const DB_PREFIX_LABEL 'Table prefix'
 
const DB_PREFIX_HELP 'This prefix will be added to all new tables created to avoid name conflicts in the database. If you are unsure, just keep the default'
 
const DB_PCONNECT_LABEL 'Use persistent connection'
 
const DB_PCONNECT_HELP "Default is 'No'. Leave it blank if you are unsure"
 
const DB_DATABASE_LABEL 'Database'
 
const LEGEND_ADMIN_ACCOUNT 'Administrator account'
 
const ADMIN_LOGIN_LABEL 'Admin login'
 
const ADMIN_EMAIL_LABEL 'Admin e-mail'
 
const ADMIN_PASS_LABEL 'Admin password'
 
const ADMIN_CONFIRMPASS_LABEL 'Confirm password'
 
const BUTTON_PREVIOUS 'Previous'
 
const BUTTON_NEXT 'Continue'
 
const XOOPS_FOUND '%s found'
 
const CHECKING_PERMISSIONS 'Checking file and directory permissions...'
 
const IS_NOT_WRITABLE '%s is NOT writable.'
 
const IS_WRITABLE '%s is writable.'
 
const XOOPS_PATH_FOUND 'Path found.'
 
const XOOPS_TABLES_FOUND 'The XOOPS system tables already exist in your database.'
 
const XOOPS_TABLES_CREATED 'XOOPS system tables have been created.'
 
const SAVED_MAINFILE 'Settings saved'
 
const SAVED_MAINFILE_MSG 'The installer has saved the specified settings to <em>mainfile.php</em> and <em>secure.php</em>.'
 
const DATA_ALREADY_INSERTED 'XOOPS data found in database.'
 
const DATA_INSERTED 'Initial data has been inserted into database.'
 
const DATABASE_CREATED 'Database %s created!'
 
const TABLE_NOT_CREATED 'Unable to create table %s'
 
const TABLE_CREATED 'Table %s created.'
 
const ROWS_INSERTED '%d entries inserted to table %s.'
 
const ROWS_FAILED 'Failed inserting %d entries to table %s.'
 
const TABLE_ALTERED 'Table %s updated.'
 
const TABLE_NOT_ALTERED 'Failed updating table %s.'
 
const TABLE_DROPPED 'Table %s dropped.'
 
const TABLE_NOT_DROPPED 'Failed deleting table %s.'
 
const ERR_COULD_NOT_ACCESS 'Could not access the specified folder. Please verify that it exists and is readable by the server.'
 
const ERR_NO_XOOPS_FOUND 'No XOOPS installation could be found in the specified folder.'
 
const ERR_INVALID_EMAIL 'Invalid Email'
 
const ERR_REQUIRED 'Information is required.'
 
const ERR_PASSWORD_MATCH 'The two passwords do not match'
 
const ERR_NEED_WRITE_ACCESS 'The server must be given write access to the following files and folders<br>(i.e. <em>chmod 775 directory_name</em> on a UNIX/LINUX server)<br>If they are not available or not created correctly, please create manually and set proper permissions.'
 
const ERR_NO_DATABASE 'Could not create database. Contact the server administrator for details.'
 
const ERR_NO_DBCONNECTION 'Could not connect to the database server.'
 
const ERR_WRITING_CONSTANT 'Failed writing constant %s.'
 
const ERR_COPY_MAINFILE 'Could not copy the distribution file to %s'
 
const ERR_WRITE_MAINFILE 'Could not write into %s. Please check the file permission and try again.'
 
const ERR_READ_MAINFILE 'Could not open %s for reading'
 
const ERR_INVALID_DBCHARSET "The charset '%s' is not supported."
 
const ERR_INVALID_DBCOLLATION "The collation '%s' is not supported."
 
const ERR_CHARSET_NOT_SET 'Default character set is not set for XOOPS database.'
 
const _INSTALL_CHARSET 'UTF-8'
 
const SUPPORT 'Support'
 
const LOGIN 'Authentication'
 
const LOGIN_TITLE 'Authentication'
 
const USER_LOGIN 'Administrator Login'
 
const USERNAME 'Username :'
 
const PASSWORD 'Password :'
 
const ICONV_CONVERSION 'Character set conversion'
 
const ZLIB_COMPRESSION 'Zlib Compression'
 
const IMAGE_FUNCTIONS 'Image functions'
 
const IMAGE_METAS 'Image meta data (exif)'
 
const FILTER_FUNCTIONS 'Filter functions'
 
const ADMIN_EXIST 'The administrator account already exists.'
 
const CONFIG_SITE 'Site configuration'
 
const CONFIG_SITE_TITLE 'Site configuration'
 
const MODULES 'Modules installation'
 
const MODULES_TITLE 'Modules installation'
 
const THEME 'Select theme'
 
const THEME_TITLE 'Select the default theme'
 
const INSTALLED_MODULES 'The following modules have been installed.'
 
const NO_MODULES_FOUND 'No modules found.'
 
const NO_INSTALLED_MODULES 'No module installed.'
 
const THEME_NO_SCREENSHOT 'No screenshot found'
 
const IS_VALOR ' => '
 
const PASSWORD_LABEL 'Password strength'
 
const PASSWORD_DESC 'Password not entered'
 
const PASSWORD_GENERATOR 'Password generator'
 
const PASSWORD_GENERATE 'Generate'
 
const PASSWORD_COPY 'Copy'
 
const PASSWORD_VERY_WEAK 'Very Weak'
 
const PASSWORD_WEAK 'Weak'
 
const PASSWORD_BETTER 'Better'
 
const PASSWORD_MEDIUM 'Medium'
 
const PASSWORD_STRONG 'Strong'
 
const PASSWORD_STRONGEST 'Strongest'
 
const WRITTEN_LICENSE 'Wrote XOOPS %s License Key: <strong>%s</strong>'
 
const CHMOD_CHGRP_REPEAT 'Retry'
 
const CHMOD_CHGRP_IGNORE 'Use Anyway'
 
const CHMOD_CHGRP_ERROR 'Installer may not be able to write the configuration file %1$s.<p>PHP is writing files under user %2$s and group %3$s.<p>The directory %4$s/ has user %5$s and group %6$s'
 
const CURL_HTTP "Client URL Library (cURL)"
 
const XOOPS_COOKIE_DOMAIN_LABEL 'Cookie Domain for the Website'
 
const XOOPS_COOKIE_DOMAIN_HELP 'Domain to set cookies. May be blank, the full host from the URL (www.example.com), or the registered domain without subdomains (example.com) to share across subdomains (www.example.com and blog.example.com.)'
 
const INTL_SUPPORT 'Internationalization functions'
 
const XOOPS_SOURCE_CODE "XOOPS on GitHub"
 
const XOOPS_INSTALLING 'Installing'
 
const XOOPS_ERROR_ENCOUNTERED 'Error'
 
const XOOPS_ERROR_SEE_BELOW 'See below for messages.'
 
const MODULES_AVAILABLE 'Available Modules'
 
const INSTALL_THIS_MODULE 'Add %s'
 

Documentation des variables

◆ _INSTALL_CHARSET

const _INSTALL_CHARSET 'UTF-8'

◆ _PHP_VERSION

const _PHP_VERSION 'PHP version'

◆ ADMIN_CONFIRMPASS_LABEL

const ADMIN_CONFIRMPASS_LABEL 'Confirm password'

◆ ADMIN_EMAIL_LABEL

const ADMIN_EMAIL_LABEL 'Admin e-mail'

◆ ADMIN_EXIST

const ADMIN_EXIST 'The administrator account already exists.'

◆ ADMIN_LOGIN_LABEL

const ADMIN_LOGIN_LABEL 'Admin login'

◆ ADMIN_PASS_LABEL

const ADMIN_PASS_LABEL 'Admin password'

◆ BUTTON_NEXT

const BUTTON_NEXT 'Continue'

◆ BUTTON_PREVIOUS

const BUTTON_PREVIOUS 'Previous'

◆ CHAR_ENCODING

const CHAR_ENCODING 'Character encoding'

◆ CHECKING_PERMISSIONS

const CHECKING_PERMISSIONS 'Checking file and directory permissions...'

◆ CHMOD_CHGRP_ERROR

const CHMOD_CHGRP_ERROR 'Installer may not be able to write the configuration file %1$s.<p>PHP is writing files under user %2$s and group %3$s.<p>The directory %4$s/ has user %5$s and group %6$s'

◆ CHMOD_CHGRP_IGNORE

const CHMOD_CHGRP_IGNORE 'Use Anyway'

◆ CHMOD_CHGRP_REPEAT

const CHMOD_CHGRP_REPEAT 'Retry'

◆ CONFIG_SAVE

const CONFIG_SAVE 'Save Configuration'

◆ CONFIG_SAVE_TITLE

const CONFIG_SAVE_TITLE 'Saving your system configuration'

◆ CONFIG_SITE

const CONFIG_SITE 'Site configuration'

◆ CONFIG_SITE_TITLE

const CONFIG_SITE_TITLE 'Site configuration'

◆ CONFIGURATION_CHECK

const CONFIGURATION_CHECK 'Configuration check'

◆ CONFIGURATION_CHECK_TITLE

const CONFIGURATION_CHECK_TITLE 'Checking your server configuration'

◆ CURL_HTTP

const CURL_HTTP "Client URL Library (cURL)"

◆ CURRENT

const CURRENT 'Current'

◆ DATA_ALREADY_INSERTED

const DATA_ALREADY_INSERTED 'XOOPS data found in database.'

◆ DATA_INSERTED

const DATA_INSERTED 'Initial data has been inserted into database.'

◆ DATA_INSERTION

const DATA_INSERTION 'Data insertion'

◆ DATA_INSERTION_TITLE

const DATA_INSERTION_TITLE 'Saving your settings to the database'

◆ DATABASE_CONFIG

const DATABASE_CONFIG 'Database configuration'

◆ DATABASE_CONFIG_TITLE

const DATABASE_CONFIG_TITLE 'Database configuration'

◆ DATABASE_CONNECTION

const DATABASE_CONNECTION 'Database connection'

◆ DATABASE_CONNECTION_TITLE

const DATABASE_CONNECTION_TITLE 'Database connection'

◆ DATABASE_CREATED

const DATABASE_CREATED 'Database %s created!'

◆ DB_CHARSET_HELP

const DB_CHARSET_HELP 'MySQL includes character set support that enables you to store data using a variety of character sets and perform comparisons according to a variety of collations.'

◆ DB_CHARSET_LABEL

const DB_CHARSET_LABEL 'Database character set'

◆ DB_COLLATION_HELP

const DB_COLLATION_HELP 'A collation is a set of rules for comparing characters in a character set.'

◆ DB_COLLATION_LABEL

const DB_COLLATION_LABEL 'Database collation'

◆ DB_DATABASE_LABEL

const DB_DATABASE_LABEL 'Database'

◆ DB_HOST_HELP

const DB_HOST_HELP 'Hostname of the database server. If you are unsure, <em>localhost</em> works in most cases'

◆ DB_HOST_LABEL

const DB_HOST_LABEL 'Server hostname'

◆ DB_NAME_HELP

const DB_NAME_HELP 'The name of database on the host. The installer will attempt to create the database if not exist'

◆ DB_NAME_LABEL

const DB_NAME_LABEL 'Database name'

◆ DB_PASS_HELP

const DB_PASS_HELP 'Password of your database user account'

◆ DB_PASS_LABEL

const DB_PASS_LABEL 'Password'

◆ DB_PCONNECT_HELP

const DB_PCONNECT_HELP "Default is 'No'. Leave it blank if you are unsure"

◆ DB_PCONNECT_LABEL

const DB_PCONNECT_LABEL 'Use persistent connection'

◆ DB_PREFIX_HELP

const DB_PREFIX_HELP 'This prefix will be added to all new tables created to avoid name conflicts in the database. If you are unsure, just keep the default'

◆ DB_PREFIX_LABEL

const DB_PREFIX_LABEL 'Table prefix'

◆ DB_USER_HELP

const DB_USER_HELP 'Name of the user account that will be used to connect to the database server'

◆ DB_USER_LABEL

const DB_USER_LABEL 'User name'

◆ ERR_CHARSET_NOT_SET

const ERR_CHARSET_NOT_SET 'Default character set is not set for XOOPS database.'

◆ ERR_COPY_MAINFILE

const ERR_COPY_MAINFILE 'Could not copy the distribution file to %s'

◆ ERR_COULD_NOT_ACCESS

const ERR_COULD_NOT_ACCESS 'Could not access the specified folder. Please verify that it exists and is readable by the server.'

◆ ERR_INVALID_DBCHARSET

const ERR_INVALID_DBCHARSET "The charset '%s' is not supported."

◆ ERR_INVALID_DBCOLLATION

const ERR_INVALID_DBCOLLATION "The collation '%s' is not supported."

◆ ERR_INVALID_EMAIL

const ERR_INVALID_EMAIL 'Invalid Email'

◆ ERR_NEED_WRITE_ACCESS

const ERR_NEED_WRITE_ACCESS 'The server must be given write access to the following files and folders<br>(i.e. <em>chmod 775 directory_name</em> on a UNIX/LINUX server)<br>If they are not available or not created correctly, please create manually and set proper permissions.'

◆ ERR_NO_DATABASE

const ERR_NO_DATABASE 'Could not create database. Contact the server administrator for details.'

◆ ERR_NO_DBCONNECTION

const ERR_NO_DBCONNECTION 'Could not connect to the database server.'

◆ ERR_NO_XOOPS_FOUND

const ERR_NO_XOOPS_FOUND 'No XOOPS installation could be found in the specified folder.'

◆ ERR_PASSWORD_MATCH

const ERR_PASSWORD_MATCH 'The two passwords do not match'

◆ ERR_READ_MAINFILE

const ERR_READ_MAINFILE 'Could not open %s for reading'

◆ ERR_REQUIRED

const ERR_REQUIRED 'Information is required.'

◆ ERR_WRITE_MAINFILE

const ERR_WRITE_MAINFILE 'Could not write into %s. Please check the file permission and try again.'

◆ ERR_WRITING_CONSTANT

const ERR_WRITING_CONSTANT 'Failed writing constant %s.'

◆ FAILED

const FAILED 'Failed'

◆ FILTER_FUNCTIONS

const FILTER_FUNCTIONS 'Filter functions'

◆ ICONV_CONVERSION

const ICONV_CONVERSION 'Character set conversion'

◆ IMAGE_FUNCTIONS

const IMAGE_FUNCTIONS 'Image functions'

◆ IMAGE_METAS

const IMAGE_METAS 'Image meta data (exif)'

◆ INITIAL_SETTINGS

const INITIAL_SETTINGS 'Initial settings'

◆ INITIAL_SETTINGS_TITLE

const INITIAL_SETTINGS_TITLE 'Please enter your initial settings'

◆ INSTALL_THIS_MODULE

const INSTALL_THIS_MODULE 'Add %s'

◆ INSTALLED_MODULES

const INSTALLED_MODULES 'The following modules have been installed.'

◆ INTL_SUPPORT

const INTL_SUPPORT 'Internationalization functions'

◆ INTRODUCTION

const INTRODUCTION 'Introduction'

◆ INTRODUCTION_TITLE

const INTRODUCTION_TITLE 'Welcome to the XOOPS Installation Wizard'

◆ IS_NOT_WRITABLE

const IS_NOT_WRITABLE '%s is NOT writable.'

◆ IS_VALOR

const IS_VALOR ' => '

◆ IS_WRITABLE

const IS_WRITABLE '%s is writable.'

◆ LANGUAGE_SELECTION

const LANGUAGE_SELECTION 'Language selection'

◆ LANGUAGE_SELECTION_TITLE

const LANGUAGE_SELECTION_TITLE 'Select your language'

◆ LEGEND_ADMIN_ACCOUNT

const LEGEND_ADMIN_ACCOUNT 'Administrator account'

◆ LEGEND_CONNECTION

const LEGEND_CONNECTION 'Server connection'

◆ LEGEND_DATABASE

const LEGEND_DATABASE 'Database'

◆ LICENSE_IS_WRITEABLE

const LICENSE_IS_WRITEABLE '%s License is writable.'

◆ LICENSE_NOT_WRITEABLE

const LICENSE_NOT_WRITEABLE 'License file "%s" is NOT writable!'

◆ LOGIN

const LOGIN 'Authentication'

◆ LOGIN_TITLE

const LOGIN_TITLE 'Authentication'

◆ MODULES

const MODULES 'Modules installation'

◆ MODULES_AVAILABLE

const MODULES_AVAILABLE 'Available Modules'

◆ MODULES_TITLE

const MODULES_TITLE 'Modules installation'

◆ NO_INSTALLED_MODULES

const NO_INSTALLED_MODULES 'No module installed.'

◆ NO_MODULES_FOUND

const NO_MODULES_FOUND 'No modules found.'

◆ NONE

const NONE 'None'

◆ PASSWORD

const PASSWORD 'Password :'

◆ PASSWORD_BETTER

const PASSWORD_BETTER 'Better'

◆ PASSWORD_COPY

const PASSWORD_COPY 'Copy'

◆ PASSWORD_DESC

const PASSWORD_DESC 'Password not entered'

◆ PASSWORD_GENERATE

const PASSWORD_GENERATE 'Generate'

◆ PASSWORD_GENERATOR

const PASSWORD_GENERATOR 'Password generator'

◆ PASSWORD_LABEL

const PASSWORD_LABEL 'Password strength'

◆ PASSWORD_MEDIUM

const PASSWORD_MEDIUM 'Medium'

◆ PASSWORD_STRONG

const PASSWORD_STRONG 'Strong'

◆ PASSWORD_STRONGEST

const PASSWORD_STRONGEST 'Strongest'

◆ PASSWORD_VERY_WEAK

const PASSWORD_VERY_WEAK 'Very Weak'

◆ PASSWORD_WEAK

const PASSWORD_WEAK 'Weak'

◆ PATHS_SETTINGS

const PATHS_SETTINGS 'Paths settings'

◆ PATHS_SETTINGS_TITLE

const PATHS_SETTINGS_TITLE 'Paths settings'

◆ PHP_EXTENSION

const PHP_EXTENSION '%s extension'

◆ RECOMMENDED

const RECOMMENDED 'Recommended'

◆ RECOMMENDED_EXTENSIONS

const RECOMMENDED_EXTENSIONS 'Recommended extensions'

◆ RECOMMENDED_EXTENSIONS_MSG

const RECOMMENDED_EXTENSIONS_MSG 'These extensions are not required for normal use, but may be necessary to explore some specific features (like the multi-language or RSS support). Thus, it is recommended to have them installed.'

◆ RECOMMENDED_SETTINGS

const RECOMMENDED_SETTINGS 'Recommended settings'

◆ REQUIREMENTS

const REQUIREMENTS 'Requirements'

◆ ROWS_FAILED

const ROWS_FAILED 'Failed inserting %d entries to table %s.'

◆ ROWS_INSERTED

const ROWS_INSERTED '%d entries inserted to table %s.'

◆ SAVED_MAINFILE

const SAVED_MAINFILE 'Settings saved'

◆ SAVED_MAINFILE_MSG

const SAVED_MAINFILE_MSG 'The installer has saved the specified settings to <em>mainfile.php</em> and <em>secure.php</em>.'

◆ SERVER_API

const SERVER_API 'Server API'

◆ SETTING_NAME

const SETTING_NAME 'Setting name'

◆ SHOW_HIDE_HELP

const SHOW_HIDE_HELP 'Show/hide help text'

◆ SUCCESS

const SUCCESS 'Success'

◆ SUPPORT

const SUPPORT 'Support'

◆ TABLE_ALTERED

const TABLE_ALTERED 'Table %s updated.'

◆ TABLE_CREATED

const TABLE_CREATED 'Table %s created.'

◆ TABLE_DROPPED

const TABLE_DROPPED 'Table %s dropped.'

◆ TABLE_NOT_ALTERED

const TABLE_NOT_ALTERED 'Failed updating table %s.'

◆ TABLE_NOT_CREATED

const TABLE_NOT_CREATED 'Unable to create table %s'

◆ TABLE_NOT_DROPPED

const TABLE_NOT_DROPPED 'Failed deleting table %s.'

◆ TABLES_CREATION

const TABLES_CREATION 'Tables creation'

◆ TABLES_CREATION_TITLE

const TABLES_CREATION_TITLE 'Database tables creation'

◆ THEME

const THEME 'Select theme'

◆ THEME_NO_SCREENSHOT

const THEME_NO_SCREENSHOT 'No screenshot found'

◆ THEME_TITLE

const THEME_TITLE 'Select the default theme'

◆ USER_LOGIN

const USER_LOGIN 'Administrator Login'

◆ USERNAME

const USERNAME 'Username :'

◆ WARNING

const WARNING 'Warning'

◆ WELCOME

const WELCOME 'Welcome'

◆ WELCOME_TITLE

const WELCOME_TITLE 'Welcome to your XOOPS site'

◆ WRITTEN_LICENSE

const WRITTEN_LICENSE 'Wrote XOOPS %s License Key: <strong>%s</strong>'

◆ XML_PARSING

const XML_PARSING 'XML parsing'

◆ XOOPS_COOKIE_DOMAIN_HELP

const XOOPS_COOKIE_DOMAIN_HELP 'Domain to set cookies. May be blank, the full host from the URL (www.example.com), or the registered domain without subdomains (example.com) to share across subdomains (www.example.com and blog.example.com.)'

◆ XOOPS_COOKIE_DOMAIN_LABEL

const XOOPS_COOKIE_DOMAIN_LABEL 'Cookie Domain for the Website'

◆ XOOPS_DATA_PATH_HELP

const XOOPS_DATA_PATH_HELP 'Physical path to the XOOPS data files (writable) directory WITHOUT trailing slash, for forward compatibility. Locate the folder out of ' . XOOPS_ROOT_PATH_LABEL . ' to make it secure.'

◆ XOOPS_DATA_PATH_LABEL

const XOOPS_DATA_PATH_LABEL 'XOOPS data files directory'

◆ XOOPS_ERROR_ENCOUNTERED

const XOOPS_ERROR_ENCOUNTERED 'Error'

◆ XOOPS_ERROR_SEE_BELOW

const XOOPS_ERROR_SEE_BELOW 'See below for messages.'

◆ XOOPS_FOUND

const XOOPS_FOUND '%s found'

◆ XOOPS_INSTALL_WIZARD

const XOOPS_INSTALL_WIZARD 'XOOPS Installation Wizard'

◆ XOOPS_INSTALLING

const XOOPS_INSTALLING 'Installing'

◆ XOOPS_LIB_PATH_HELP

const XOOPS_LIB_PATH_HELP 'Physical path to the XOOPS library directory WITHOUT trailing slash, for forward compatibility. Locate the folder out of ' . XOOPS_ROOT_PATH_LABEL . ' to make it secure.'

◆ XOOPS_LIB_PATH_LABEL

const XOOPS_LIB_PATH_LABEL 'XOOPS library directory'

◆ XOOPS_PATH_FOUND

const XOOPS_PATH_FOUND 'Path found.'

◆ XOOPS_PATHS

const XOOPS_PATHS 'XOOPS Physical paths'

◆ XOOPS_ROOT_PATH_HELP

const XOOPS_ROOT_PATH_HELP 'Physical path to the XOOPS documents (served) directory WITHOUT trailing slash'

◆ XOOPS_ROOT_PATH_LABEL

const XOOPS_ROOT_PATH_LABEL 'XOOPS documents root physical path'

◆ XOOPS_SOURCE_CODE

const XOOPS_SOURCE_CODE "XOOPS on GitHub"

◆ XOOPS_TABLES_CREATED

const XOOPS_TABLES_CREATED 'XOOPS system tables have been created.'

◆ XOOPS_TABLES_FOUND

const XOOPS_TABLES_FOUND 'The XOOPS system tables already exist in your database.'

◆ XOOPS_URL_HELP

const XOOPS_URL_HELP 'Main URL that will be used to access your XOOPS installation'

◆ XOOPS_URL_LABEL

const XOOPS_URL_LABEL 'Website location (URL)'

◆ XOOPS_URLS

const XOOPS_URLS 'Web locations'

◆ ZLIB_COMPRESSION

const ZLIB_COMPRESSION 'Zlib Compression'