mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-02-15 07:51:14 -05:00
153 lines
6.3 KiB
PHP
153 lines
6.3 KiB
PHP
<?php
|
|
|
|
/******************************************************************************
|
|
* Each entry of that file can be associated with a comment to indicate its *
|
|
* state. When there is no comment, it means the entry is fully translated. *
|
|
* The recognized comments are (comment matching is case-insensitive): *
|
|
* + TODO: the entry has never been translated. *
|
|
* + DIRTY: the entry has been translated but needs to be updated. *
|
|
* + IGNORE: the entry does not need to be translated. *
|
|
* When a comment is not recognized, it is discarded. *
|
|
******************************************************************************/
|
|
|
|
return array(
|
|
'action' => array(
|
|
'finish' => 'Complete installation',
|
|
'fix_errors_before' => 'Please all fix errors before continuing to the next step.',
|
|
'keep_install' => 'Keep previous configuration',
|
|
'next_step' => 'Go to the next step',
|
|
'reinstall' => 'Reinstall FreshRSS',
|
|
),
|
|
'bdd' => array(
|
|
'_' => 'Database',
|
|
'conf' => array(
|
|
'_' => 'Database configuration',
|
|
'ko' => 'Verify your database configuration.',
|
|
'ok' => 'Database configuration has been saved.',
|
|
),
|
|
'host' => 'Host',
|
|
'password' => 'Database password',
|
|
'prefix' => 'Table prefix',
|
|
'type' => 'Type of database',
|
|
'username' => 'Database username',
|
|
),
|
|
'check' => array(
|
|
'_' => 'Checks',
|
|
'already_installed' => 'We have detected that FreshRSS is already installed!',
|
|
'cache' => array(
|
|
'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permission.',
|
|
'ok' => 'Permissions on the cache directory are good.',
|
|
),
|
|
'ctype' => array(
|
|
'nok' => 'Cannot find the required library for character type checking (php-ctype).',
|
|
'ok' => 'You have the required library for character type checking (ctype).',
|
|
),
|
|
'curl' => array(
|
|
'nok' => 'Cannot find the required cURL library (php-curl package).',
|
|
'ok' => 'You have the required cURL library.',
|
|
),
|
|
'data' => array(
|
|
'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permission.',
|
|
'ok' => 'Permissions on the data directory are good.',
|
|
),
|
|
'dom' => array(
|
|
'nok' => 'Cannot find the required library to browse the DOM.',
|
|
'ok' => 'You have the required library to browse the DOM.',
|
|
),
|
|
'favicons' => array(
|
|
'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permission.',
|
|
'ok' => 'Permissions on the favicons directory are good.',
|
|
),
|
|
'fileinfo' => array(
|
|
'nok' => 'Cannot find the recommended PHP fileinfo library (fileinfo package).',
|
|
'ok' => 'You have the recommended PHP fileinfo library (fileinfo package).',
|
|
),
|
|
'files' => 'File installation',
|
|
'intl' => array(
|
|
'nok' => 'Cannot find the recommended library php-intl for internationalisation.',
|
|
'ok' => 'You have the recommended library php-intl for internationalisation.',
|
|
),
|
|
'json' => array(
|
|
'nok' => 'Cannot find the required library to parse JSON.',
|
|
'ok' => 'You have the required library to parse JSON.',
|
|
),
|
|
'mbstring' => array(
|
|
'nok' => 'Cannot find the recommended library mbstring for Unicode.',
|
|
'ok' => 'You have the recommended library mbstring for Unicode.',
|
|
),
|
|
'pcre' => array(
|
|
'nok' => 'Cannot find the required library for regular expressions (php-pcre).',
|
|
'ok' => 'You have the required library for regular expressions (PCRE).',
|
|
),
|
|
'pdo-mysql' => array(
|
|
'nok' => 'Cannot find the required PDO driver for MySQL/MariaDB.',
|
|
),
|
|
'pdo-pgsql' => array(
|
|
'nok' => 'Cannot find the required PDO driver for PostgreSQL.',
|
|
),
|
|
'pdo-sqlite' => array(
|
|
'nok' => 'Cannot find the PDO driver for SQLite.',
|
|
'ok' => 'You have the PDO driver for SQLite.',
|
|
),
|
|
'pdo' => array(
|
|
'nok' => 'Cannot find PDO or one of the supported drivers (pdo_sqlite, pdo_pgsql, pdo_mysql).',
|
|
'ok' => 'You have PDO and at least one of the supported drivers (pdo_sqlite, pdo_pgsql, pdo_mysql).',
|
|
),
|
|
'php' => array(
|
|
'_' => 'PHP installation',
|
|
'nok' => 'Your PHP version is %s but FreshRSS requires at least version %s.',
|
|
'ok' => 'Your PHP version (%s) is compatible with FreshRSS.',
|
|
),
|
|
'reload' => 'Check again',
|
|
'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.',
|
|
'ok' => 'Permissions on the temp directory are good.',
|
|
),
|
|
'tokens' => array(
|
|
'nok' => 'Check permissions on <em>./data/tokens</em> directory. HTTP server must have write permission',
|
|
'ok' => 'Permissions on the tokens directory are good.',
|
|
),
|
|
'unknown_process_username' => 'unknown',
|
|
'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.',
|
|
'ok' => 'Permissions on the users directory are good.',
|
|
),
|
|
'xml' => array(
|
|
'nok' => 'Cannot find the required library to parse XML.',
|
|
'ok' => 'You have the required library to parse XML.',
|
|
),
|
|
'zip' => array(
|
|
'nok' => 'Cannot find the recommended extension for ZIP (php-zip package).',
|
|
'ok' => 'You have the recommended extension for ZIP (php-zip package).',
|
|
),
|
|
),
|
|
'conf' => array(
|
|
'_' => 'General configuration',
|
|
'ok' => 'General configuration has been saved.',
|
|
),
|
|
'congratulations' => 'Congratulations!',
|
|
'default_user' => array(
|
|
'_' => 'Username of the default user',
|
|
'max_char' => 'maximum 16 alphanumeric characters',
|
|
),
|
|
'fix_errors_before' => 'Please fix errors before continuing to the next step.',
|
|
'javascript_is_better' => 'FreshRSS is more pleasant with JavaScript enabled',
|
|
'js' => array(
|
|
'confirm_reinstall' => 'You will lose your previous configuration by reinstalling FreshRSS. Are you sure you want to continue?',
|
|
),
|
|
'language' => array(
|
|
'_' => 'Language',
|
|
'choose' => 'Choose a language for FreshRSS',
|
|
'defined' => 'Language has been defined.',
|
|
),
|
|
'missing_applied_migrations' => 'Something went wrong; you should create an empty file <em>%s</em> manually.',
|
|
'ok' => 'The installation process was successful.',
|
|
'session' => array(
|
|
'nok' => 'The web server seems to be incorrectly configured for cookies required for PHP sessions!',
|
|
),
|
|
'step' => 'step %d',
|
|
'steps' => 'Steps',
|
|
'this_is_the_end' => 'This is the end',
|
|
'title' => 'Installation · FreshRSS',
|
|
);
|