array(
'finish' => 'Complete installation', // IGNORE
'fix_errors_before' => 'Please all fix errors before continuing to the next step.', // IGNORE
'keep_install' => 'Keep previous configuration', // IGNORE
'next_step' => 'Go to the next step', // IGNORE
'reinstall' => 'Reinstall FreshRSS', // IGNORE
),
'bdd' => array(
'_' => 'Database', // IGNORE
'conf' => array(
'_' => 'Database configuration', // IGNORE
'ko' => 'Verify your database configuration.', // IGNORE
'ok' => 'Database configuration has been saved.', // IGNORE
),
'host' => 'Host', // IGNORE
'password' => 'Database password', // IGNORE
'prefix' => 'Table prefix', // IGNORE
'type' => 'Type of database', // IGNORE
'username' => 'Database username', // IGNORE
),
'check' => array(
'_' => 'Checks', // IGNORE
'already_installed' => 'We have detected that FreshRSS is already installed!', // IGNORE
'cache' => array(
'nok' => 'Check permissions on the %1$s directory for %2$s user. The HTTP server must have write permissions.',
'ok' => 'Permissions on the cache directory are good.', // IGNORE
),
'ctype' => array(
'nok' => 'Cannot find the required library for character type checking (php-ctype).', // IGNORE
'ok' => 'You have the required library for character type checking (ctype).', // IGNORE
),
'curl' => array(
'nok' => 'Cannot find the required cURL library (php-curl package).', // IGNORE
'ok' => 'You have the required cURL library.', // IGNORE
),
'data' => array(
'nok' => 'Check permissions on the %1$s directory for %2$s user. The HTTP server must have write permissions.',
'ok' => 'Permissions on the data directory are good.', // IGNORE
),
'dom' => array(
'nok' => 'Cannot find the required library to browse the DOM.', // IGNORE
'ok' => 'You have the required library to browse the DOM.', // IGNORE
),
'favicons' => array(
'nok' => 'Check permissions on the %1$s directory for %2$s user. The HTTP server must have write permissions.',
'ok' => 'Permissions on the favicons directory are good.', // IGNORE
),
'fileinfo' => array(
'nok' => 'Cannot find the recommended PHP fileinfo library (fileinfo package).', // IGNORE
'ok' => 'You have the recommended PHP fileinfo library (fileinfo package).', // IGNORE
),
'files' => 'File installation', // IGNORE
'intl' => array(
'nok' => 'Cannot find the recommended library php-intl for internationalization.',
'ok' => 'You have the recommended library php-intl for internationalization.',
),
'json' => array(
'nok' => 'Cannot find the required library to parse JSON.', // IGNORE
'ok' => 'You have the required library to parse JSON.', // IGNORE
),
'mbstring' => array(
'nok' => 'Cannot find the recommended library mbstring for Unicode.', // IGNORE
'ok' => 'You have the recommended library mbstring for Unicode.', // IGNORE
),
'pcre' => array(
'nok' => 'Cannot find the required library for regular expressions (php-pcre).', // IGNORE
'ok' => 'You have the required library for regular expressions (PCRE).', // IGNORE
),
'pdo-mysql' => array(
'nok' => 'Cannot find the required PDO driver for MySQL/MariaDB.', // IGNORE
),
'pdo-pgsql' => array(
'nok' => 'Cannot find the required PDO driver for PostgreSQL.', // IGNORE
),
'pdo-sqlite' => array(
'nok' => 'Cannot find the PDO driver for SQLite.', // IGNORE
'ok' => 'You have the PDO driver for SQLite.', // IGNORE
),
'pdo' => array(
'nok' => 'Cannot find PDO or one of the supported drivers (pdo_sqlite, pdo_pgsql, pdo_mysql).', // IGNORE
'ok' => 'You have PDO and at least one of the supported drivers (pdo_sqlite, pdo_pgsql, pdo_mysql).', // IGNORE
),
'php' => array(
'_' => 'PHP installation', // IGNORE
'nok' => 'Your PHP version is %s but FreshRSS requires at least version %s.', // IGNORE
'ok' => 'Your PHP version (%s) is compatible with FreshRSS.', // IGNORE
),
'reload' => 'Check again', // IGNORE
'tmp' => array(
'nok' => 'Check permissions on the %1$s directory for %2$s user. The HTTP server must have write permissions.', // IGNORE
'ok' => 'Permissions on the temp directory are good.', // IGNORE
),
'tokens' => array(
'nok' => 'Check permissions on ./data/tokens directory. HTTP server must have write permission', // IGNORE
'ok' => 'Permissions on the tokens directory are good.', // IGNORE
),
'unknown_process_username' => 'unknown', // IGNORE
'users' => array(
'nok' => 'Check permissions on the %1$s directory for %2$s user. The HTTP server must have write permissions.', // IGNORE
'ok' => 'Permissions on the users directory are good.', // IGNORE
),
'xml' => array(
'nok' => 'Cannot find the required library to parse XML.', // IGNORE
'ok' => 'You have the required library to parse XML.', // IGNORE
),
'zip' => array(
'nok' => 'Cannot find the recommended extension for ZIP (php-zip package).', // IGNORE
'ok' => 'You have the recommended extension for ZIP (php-zip package).', // IGNORE
),
),
'conf' => array(
'_' => 'General configuration', // IGNORE
'ok' => 'General configuration has been saved.', // IGNORE
),
'congratulations' => 'Congratulations!', // IGNORE
'default_user' => array(
'_' => 'Username of the default user', // IGNORE
'max_char' => 'maximum 16 alphanumeric characters', // IGNORE
),
'fix_errors_before' => 'Please fix errors before continuing to the next step.', // IGNORE
'javascript_is_better' => 'FreshRSS is more pleasant with JavaScript enabled', // IGNORE
'js' => array(
'confirm_reinstall' => 'You will lose your previous configuration by reinstalling FreshRSS. Are you sure you want to continue?', // IGNORE
),
'language' => array(
'_' => 'Language', // IGNORE
'choose' => 'Choose a language for FreshRSS', // IGNORE
'defined' => 'Language has been defined.', // IGNORE
),
'missing_applied_migrations' => 'Something went wrong; you should create an empty file %s manually.', // IGNORE
'ok' => 'The installation process was successful.', // IGNORE
'session' => array(
'nok' => 'The web server seems to be incorrectly configured for cookies required for PHP sessions!', // IGNORE
),
'step' => 'step %d', // IGNORE
'steps' => 'Steps', // IGNORE
'this_is_the_end' => 'This is the end', // IGNORE
'title' => 'Installation ยท FreshRSS', // IGNORE
);