File: D:/HostingSpaces/PvdBoogaard/indoorski.nl/backup/oude-site/cms/language/en-US/admin.install.ini
; Content Manager Language File
;
; File: admin.install.ini
; Revision: $Rev$
; Contains: All language variables used within the installation of the application
; Things of note:
; - Lines starting with a semi-colon (;) such as this line are comments and are not processed as language variables
; - New language variables are placed at the bottom of the file with each release
; - New sections are marked with: Content Manager NX x.x.x, where the 'x's are the version numbers
InstallIWP = "Install Content Manager"
InstallIntro = "Complete the form below to install Content Manager. Required fields are marked with an asterisk. Move your mouse over the help icons for help."
LicenseKey = "License Key"
Continue = "Continue"
LicenseDetails = "License Details"
MySQLDetails = "MySQL Database Details"
StoreDetails = "Website Details"
DatabaseUserHelp = "The username of the MySQL account that has access to your database, such as \'root\'."
DatabasePasswordHelp = "The password of the MySQL account that has access to your database. This field is optional as not all MySQL accounts have passwords."
DatabaseHostnameHelp = "The server where your MySQL database is located. Most of the time this is simply \'localhost\', however your web host might have a separate database server. If this is the case then type your database hostname here, such as \'db1.myhost.com\'."
DatabaseNameHelp = "The name of your MySQL database, which you should have already created from either your web hosting control panel or the database tool PHPMyAdmin."
DatabaseTablePrefixHelp = "An optional word or phrase that will be prefixed to each table in your MySQL database before they are created.<br /><br />If you have multiple applications installed and are using the same database then you can specify a table prefix to make it easier for you to tell which tables are used by which applications."
LicenseKeyHelp = "Your license key allows you to install Content Manager on one web site. You need to generate your license key from the Interspire client area before you can proceed with the installation wizard. Once you\'ve generated your license key, paste it into this box."
HasDB = "I have already created a MySQL database"
HasNoDB = "I have not created a MySQL database"
WhatIsMySQLDB = "What is a MySQL Database?"
DBHelpText = "A MySQL database is where Content Manager saves your list of articles, blogs, users, etc. You need to create a MySQL database before the installer can continue:<ul><li><a href='javascript:LaunchHelp(480);'>Help on how to create a database in CPanel</a></li><li><a href='javascript:LaunchHelp(674);'>Help on how to create a database in Plesk</a></li><li><a href='javascript:LaunchHelp(775);'>My hosting company runs a different control panel</a></li></ul>"
PermissionsError = "Before you can install Content Manager you need to set the appropriate permissions on the files/folders listed below:"
SettingsInvalidKey = "The license key that you entered is invalid. You can generate your license key from the Interspire client area or purchase one from Interspire.com."
SettingsExpiredKey = "The license key that you entered has expired. You can purchase an updated license key from Interspire.com."
Oops = "Oops. Something Went Wrong..."
DBErr = "The database details you entered are incorrect: %s"
ConfigErr = "The /admin/includes/config.php file couldn't be saved. Please CHMOD it to 646 or 666."
BadPHPVersion = "Your Server is Running an Outdated Version of PHP"
BadMySQLVersion = "Old/Outdated Version of MySQL"
GDRequired = "Your Server Does Not have the PHP-GD Image Library Installed"
GDRequiredMessage = "Content Manager requires the PHP-GD image library to run correctly. The PHP-GD image library is required to automatically generate thumbnail images for templates and author pictures in your wesbite. You will need to ask your web host to install it before installation can continue."
PHPV5Message = "Content Manager requires PHP %s or above to run. You're currently running %s. You will need to ask your web host to upgrade PHP before installation can continue."
MySQLV4Message = "Content Manager requires MySQL %s or above to run. You're currently running %s. You will need to ask your web host to upgrade MySQL before installation can continue."
ServerConfigurationDetails = "Server Configuration Details"
SendServerDetails = "Send anonymous server details to Interspire (recommended)"
ServerDetailsInfo = "-- Server Configuration Details --\n\nIf you tick this box then various details about your web server will be sent back to Interspire anonymously. These details include which versions of PHP and MySQL you\'re running, server operating system, which extensions your server is running, etc.\n\nSending this information back to Interspire helps us to make our software as compatible as possible with as many different server configurations as possible."
WhatWillBeSent = "What will be sent and why?"
UserAccountDetails = "User Account Details"
EmailAddress = "Email Address"
InstallEmailAddressHelp = "Type your email address here. Your email address is used when you need to retrieve or change the password for your user account."
ChooseAPassword = "Choose a Password"
ChooseAPasswordHelp = "Choose a password that you will use to login to the Content Manager control panel. It should be at least 5 characters long."
ConfirmYourPassword = "Confirm Your Password"
ConfirmYourPasswordHelp = "Type your password again. Typing your password twice makes sure you didn\'t misspell your password the first time."
LoginNow = "Login Now"
InstallationCompleted = "Content Manager has been installed successfully. Your control panel username is <b style='font-size:14px; color:#FF5C1B'>admin</b> and your password is <b style='font-size:14px; color:#FF5C1B'>%s</b>."
SitePath = "Web Site Path"
SitePathHelp = "The full path to your website as you would type it into a web browser."
DatabaseSettings = "Database Settings"
DatabaseType = "Database Type"
DatabaseUser = "Database User"
DatabasePassword = "Database Password"
DatabaseHostname = "Database Hostname"
DatabaseName = "Database Name"
DatabaseTablePrefix = "Database Table Prefix"
IWouldLikeTo = "I Would Like To..."
LatestVersionAval = "Latest version available"
YourCurrentVersion = "You are currently running version"
Username = "Username"
; [Auto List Types]
FeaturedWord = "Featured"
Recent = "Recent"
All = "All"
; [Server Validation Errors]
installPHPVersionError = "Your server does not have a supported version of PHP. Your server is running <b>%%currentVersion%%</b> while PHP version <b>%%requiredVersion%%</b> or higher is required for this application."
installMySQLVersionError = "Your server does not have a supported version of MySQL Your server is running <b>%%currentVersion%%</b> while MySQL version <b>%%requiredVersion%%</b> or higher is required for this application."
installMySQLExistsError = "MySQL either is not installed on your server or not configured with PHP. MySQL version <b>%%requiredVersion%%</b> or higher is required for this application."
installXMLWriterNotExists = "The XMLWriter module has not been loaded in PHP. This application requires the XMLWriter module."
installDOMDocumentNotExists = "The DOM module has not been loaded in PHP. This application requires the DOM module."
installSessionFail = "PHP does not appear to have 'session' support set up. 'Sessions' are required for this application to function."
installGDNotExists = "GD support in PHP does not appear to be setup. GD is required for this application to function."
installNoRemoteConnection = "Your server does not have either cURL support or allow URL fopen. Your host needs to install the cURL module or enable 'allow URL fopen' support."
installISSError = "It appears your server is running Microsoft IIS. Your website URLs may not function once the installation proceeds. Your host will need to install a URL rewriting application such as 'ISAPI Rewrite'"
installZeusWarning = "It appears your server is running Zeus Web Server. This application uses special URL rewriting. You will need to contact your host about setting up URL rewrite rules before any of your website URLs will work."
installApacheWarning = "It appears your web server Apache does not have the mod_rewrite module install, or it is not detectable. You will need to contact your host to confirm that mod_rewrite is installed. This is required for this application to function."
; [Server Requirement Labels]
installLabelphpversion = "PHP Version not supported"
installLabelmysqlversion = "MySQL Version not supported"
installLabelmysqlexists = "MySQL doesn't exist"
installLabelxmlwriter = "XMLWriter isn't enabled"
installLabeldomdocument = "DOM isn't enabled"
installLabelsession = "Sessions aren't configured"
installLabelgd = "GD isn't enabled"
; [Installation Form]
LicenseDetails = "License Details"
LicenseKey = "License Key"
LicenseKeyHelp = "Your license key allows you to install {appname} on one web site. You need to generate your license key from the Interspire client area before you can proceed with the installation wizard. Once you\'ve generated your license key, paste it into this box."
StoreDetails = "Website Details"
SiteName = "Web Site Name"
SiteNameHelp = "The name of your web site, which is displayed in various locations across your site."
SitePath = "Web Site Path"
SitePathHelp = "The full path to your website as you would type it into a web browser."
InstallSampleData = ""
InstallSampleDataHelp = ""
UserAccountDetails = "User Account Details"
EmailAddress = "Email Address"
InstallEmailAddressHelp = "Type your email address here. Your email address is used when you need to retrieve or change the password for your user account."
ChooseAPassword = "Choose a Password"
ChooseAPasswordHelp = "Choose a password that you will use to login to the {appname} control panel. It should be at least 5 characters long."
ConfirmYourPassword = "Confirm Your Password"
ConfirmYourPasswordHelp = "Type your password again. Typing your password twice makes sure you didn\'t misspell your password the first time."
MySQLDetails = "MySQL Database Details"
HasDB = "I have already created a MySQL database"
DatabaseUser = "Database User"
DatabaseUserHelp = "The username of the MySQL account that has access to your database, such as \'root\'."
DatabasePassword = "Database Password"
DatabasePasswordHelp = "The password of the MySQL account that has access to your database. This field is optional as not all MySQL accounts have passwords."
DatabaseHostname = "Database Hostname"
DatabaseHostnameHelp = "The server where your MySQL database is located. Most of the time this is simply \'localhost\', however your web host might have a separate database server. If this is the case then type your database hostname here, such as \'db1.myhost.com\'."
DatabaseName = "Database Name"
DatabaseNameHelp = "The name of your MySQL database, which you should have already created from either your web hosting control panel or the database tool PHPMyAdmin."
DatabaseTablePrefix = "Database Table Prefix"
DatabaseTablePrefixHelp = "An optional word or phrase that will be prefixed to each table in your MySQL database before they are created.<br /><br />If you have multiple applications installed and are using the same database then you can specify a table prefix to make it easier for you to tell which tables are used by which applications."
HasNoDB = "I have not created a MySQL database"
WhatIsMySQLDB = "What is a MySQL Database?"
DBHelpText = "A MySQL database is where {appname} saves your list of articles, blogs, users, etc. You need to create a MySQL database before the installer can continue:<ul><li><a href='javascript:LaunchHelp(480);'>Help on how to create a database in CPanel</a></li><li><a href='javascript:LaunchHelp(674);'>Help on how to create a database in Plesk</a></li><li><a href='javascript:LaunchHelp(775);'>My hosting company runs a different control panel</a></li></ul>"
ServerConfigurationDetails = "Server Configuration Details"
SendServerDetails = "Send anonymous server details to Interspire (recommended)"
ServerDetailsInfo = "-- Server Configuration Details --\n\nIf you tick this box then various details about your web server will be sent back to Interspire anonymously. These details include which versions of PHP and MySQL you\'re running, server operating system, which extensions your server is running, etc.\n\nSending this information back to Interspire helps us to make our software as compatible as possible with as many different server configurations as possible."
WhatWillBeSent = "What will be sent and why?"
Continue = "Continue"
InstallIWP = "Install {appname}"
InstallIntro = "Complete the form below to install {appname}. Required fields are marked with an asterisk. Move your mouse over the help icons for help."
AboutContentTypes = "Select what type of content you want on your website. These options can be changed later on and each content type is completely configurable."
InstallContentTypes = "Content Types"
; [File Check Process]
InstallFileCheckInProgress = "Your files are being checked in the background to see if they have been successfully uploaded. You may proceed with filling in the form below."
InstallFileCheckTimeout = "The file check process took too long. Your server may be experiencing high loads or there may be a problem with your internet connection. You may still proceed with the install process but your files have not been checked."
InstallFileCheckServerError = "A server error prevented the file check from being completed. You may still proceed with the install process, but if you experience issues please contact technical support for assistance."
InstallFileCheckErrorsHeader = "The files listed below are missing or corrupt. If you have not modified these files yourself, you should consider re-uploading them and starting the install process again by refreshing this page."
InstallFileCheckErrorsFooter = ""
FileCheckResult_2 = "Modified"
FileCheckResult_4 = "Missing"
; [Form Submission Responses]
DBErr = "The database details you entered are not correct.<br/>MySQL Said: %s"
InstallationCompleted = "{appname} has been installed successfully. Your control panel username is <b style='font-size:14px; color:#FF5C1B'>admin</b> and your password is <b style='font-size:14px; color:#FF5C1B'>%s</b>."
LoginNow = "Login Now"