Files
FreshRSS/app/i18n/pl/install.php
berumuron cc6c529562 tec: Remove data/do-install.txt (#3555)
* Remove file data/do-install.txt

This file was painful during update because we had to remember to delete
it each time. It added a security issue by allowing an attacker to
reinstall FreshRSS during the update process.

The (more powerful) file data/applied_migrations.txt has been introduced
in 8619cf6fa to replace do-install.txt. We had to wait for at least one
release in order to make sure existing instances of FreshRSS created the
migration file. It should be ok now.

* Replace i18n install.not_deleted key

* Update documentation to update FreshRSS
2021-03-26 19:41:33 +01:00

124 lines
6.4 KiB
PHP

<?php
return array(
'action' => array(
'finish' => 'Complete installation', // TODO - Translation
'fix_errors_before' => 'Please all fix errors before continuing to the next step.', // TODO - Translation
'keep_install' => 'Keep previous configuration', // TODO - Translation
'next_step' => 'Go to the next step', // TODO - Translation
'reinstall' => 'Reinstall FreshRSS', // TODO - Translation
),
'auth' => array(
'form' => 'Web form (traditional, requires JavaScript)', // TODO - Translation
'http' => 'HTTP (for advanced users with HTTPS)', // TODO - Translation
'none' => 'None (dangerous)', // TODO - Translation
'password_form' => 'Password<br /><small>(for the Web-form login method)</small>', // TODO - Translation
'password_format' => 'At least 7 characters', // TODO - Translation
'type' => 'Authentication method', // TODO - Translation
),
'bdd' => array(
'_' => 'Database', // TODO - Translation
'conf' => array(
'_' => 'Database configuration', // TODO - Translation
'ko' => 'Verify your database configuration.', // TODO - Translation
'ok' => 'Database configuration has been saved.', // TODO - Translation
),
'host' => 'Host', // TODO - Translation
'password' => 'Database password', // TODO - Translation
'prefix' => 'Table prefix', // TODO - Translation
'type' => 'Type of database', // TODO - Translation
'username' => 'Database username', // TODO - Translation
),
'check' => array(
'_' => 'Checks', // TODO - Translation
'already_installed' => 'We have detected that FreshRSS is already installed!', // TODO - Translation
'cache' => array(
'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permissions.',
'ok' => 'Permissions on the cache directory are good.', // TODO - Translation
),
'ctype' => array(
'nok' => 'Cannot find the required library for character type checking (php-ctype).', // TODO - Translation
'ok' => 'You have the required library for character type checking (ctype).', // TODO - Translation
),
'curl' => array(
'nok' => 'Cannot find the cURL library (php-curl package).', // TODO - Translation
'ok' => 'You have the cURL library.', // TODO - Translation
),
'data' => array(
'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permissions.',
'ok' => 'Permissions on the data directory are good.', // TODO - Translation
),
'dom' => array(
'nok' => 'Cannot find the required library to browse the DOM.', // TODO - Translation
'ok' => 'You have the required library to browse the DOM.', // TODO - Translation
),
'favicons' => array(
'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permissions.',
'ok' => 'Permissions on the favicons directory are good.', // TODO - Translation
),
'fileinfo' => array(
'nok' => 'Cannot find the PHP fileinfo library (fileinfo package).', // TODO - Translation
'ok' => 'You have the fileinfo library.', // TODO - Translation
),
'json' => array(
'nok' => 'Cannot find the recommended library to parse JSON.', // TODO - Translation
'ok' => 'You have the recommended library to parse JSON.', // TODO - Translation
),
'mbstring' => array(
'nok' => 'Cannot find the recommended library mbstring for Unicode.', // TODO - Translation
'ok' => 'You have the recommended library mbstring for Unicode.', // TODO - Translation
),
'pcre' => array(
'nok' => 'Cannot find the required library for regular expressions (php-pcre).', // TODO - Translation
'ok' => 'You have the required library for regular expressions (PCRE).', // TODO - Translation
),
'pdo' => array(
'nok' => 'Cannot find PDO or one of the supported drivers (pdo_mysql, pdo_sqlite, pdo_pgsql).', // TODO - Translation
'ok' => 'You have PDO and at least one of the supported drivers (pdo_mysql, pdo_sqlite, pdo_pgsql).', // TODO - Translation
),
'php' => array(
'nok' => 'Your PHP version is %s, but FreshRSS requires at least version %s.', // TODO - Translation
'ok' => 'Your PHP version, %s, is compatible with FreshRSS.', // TODO - Translation
),
'tmp' => array(
'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permissions.', // TODO - Translation
'ok' => 'Permissions on the temp directory are good.', // TODO - Translation
),
'unknown_process_username' => 'unknown', // TODO - Translation
'users' => array(
'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permissions.', // TODO - Translation
'ok' => 'Permissions on the users directory are good.', // TODO - Translation
),
'xml' => array(
'nok' => 'Cannot find the required library to parse XML.', // TODO - Translation
'ok' => 'You have the required library to parse XML.', // TODO - Translation
),
),
'conf' => array(
'_' => 'General configuration', // TODO - Translation
'ok' => 'General configuration has been saved.', // TODO - Translation
),
'congratulations' => 'Congratulations!', // TODO - Translation
'default_user' => 'Username of the default user <small>(maximum 16 alphanumeric characters)</small>', // TODO - Translation
'delete_articles_after' => 'Remove articles after', // TODO - Translation
'fix_errors_before' => 'Please fix errors before continuing to the next step.', // TODO - Translation
'javascript_is_better' => 'FreshRSS is more pleasant with JavaScript enabled', // TODO - Translation
'js' => array(
'confirm_reinstall' => 'You will lose your previous configuration by reinstalling FreshRSS. Are you sure you want to continue?', // TODO - Translation
),
'language' => array(
'_' => 'Language', // TODO - Translation
'choose' => 'Choose a language for FreshRSS', // TODO - Translation
'defined' => 'Language has been defined.', // TODO - Translation
),
'missing_applied_migrations' => 'Something went wrong; you should create an empty file <em>%s</em> manually.', // TODO - Translation
'ok' => 'The installation process was successful.', // TODO - Translation
'session' => array(
'nok' => 'The web server seems to be incorrectly configured for cookies required for PHP sessions!', // TODO - Translation
),
'step' => 'step %d', // TODO - Translation
'steps' => 'Steps', // TODO - Translation
'this_is_the_end' => 'This is the end', // TODO - Translation
'title' => 'Installation · FreshRSS', // TODO - Translation
);