mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2025-12-23 21:47:44 -05:00
Add a distinction between recommended and required extensions. Add check for recommended php-intl extension as follow-up of https://github.com/FreshRSS/FreshRSS/pull/8329#issuecomment-3677686581 Improve related checks such as ZIP. Reduce duplicated translations and tests.
153 lines
6.5 KiB
PHP
153 lines
6.5 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' => 'Acabar l’installacion',
|
||
'fix_errors_before' => 'Mercés de corregir las errors seguentas abans de contunhar.',
|
||
'keep_install' => 'Gardar la configuracion precedenta',
|
||
'next_step' => 'Anar a l’estapa seguenta',
|
||
'reinstall' => 'Reïnstallar FreshRSS',
|
||
),
|
||
'bdd' => array(
|
||
'_' => 'Basa de donadas',
|
||
'conf' => array(
|
||
'_' => 'Configuracion de la basa de donadas',
|
||
'ko' => 'Verificatz las informacions de la basa de donadas.',
|
||
'ok' => 'La configuracion de la basa de donadas es salvagarda.',
|
||
),
|
||
'host' => 'Òste',
|
||
'password' => 'Senhal de la basa de donadas',
|
||
'prefix' => 'Prefixe de tabla',
|
||
'type' => 'Tipe de basa de donadas',
|
||
'username' => 'Nom d’utilizaire de la basa de donadas',
|
||
),
|
||
'check' => array(
|
||
'_' => 'Verificacions',
|
||
'already_installed' => 'Sembla que FreshRSS es ja installat !',
|
||
'cache' => array(
|
||
'nok' => 'Volgatz verificar los dreches sul repertòri <em>%s</em>. Lo servidor HTTP deu poder escriure dedins.',
|
||
'ok' => 'Los dreches sul cache son bons.',
|
||
),
|
||
'ctype' => array(
|
||
'nok' => 'Impossible de trobar una bibliotèca per la verificacion del tipe de caractèrs (php-ctype).',
|
||
'ok' => 'Avètz la bibliotèca per la verificacion del tipe de caractèrs (ctype).',
|
||
),
|
||
'curl' => array(
|
||
'nok' => 'Impossible de trobar la bibliotèca curl ( paquet php-curl).',
|
||
'ok' => 'Avètz la bibliotèca cURL.',
|
||
),
|
||
'data' => array(
|
||
'nok' => 'Volgatz verificar los dreches sul repertòri <em>%s</em>. Lo servidor HTTP deu poder escriure dedins.',
|
||
'ok' => 'Los dreches sul repertòri data son bons.',
|
||
),
|
||
'dom' => array(
|
||
'nok' => 'Impossible de trobar una bibliotèca per percórrer lo DOM.',
|
||
'ok' => 'Avètz la bibliotèca per percórrer lo DOM.',
|
||
),
|
||
'favicons' => array(
|
||
'nok' => 'Volgatz verificar los dreches sul repertòri <em>%s</em>. Lo servidor HTTP deu poder escriure dedins.',
|
||
'ok' => 'Los dreches sul repertòri dels favicons son bons.',
|
||
),
|
||
'fileinfo' => array(
|
||
'nok' => 'Avètz pas PHP fileinfo (paquet fileinfo).',
|
||
'ok' => 'Avètz la bibliotèca fileinfo.',
|
||
),
|
||
'files' => 'Installacion dels fichièrs',
|
||
'intl' => array(
|
||
'nok' => 'Cannot find the recommended library php-intl for internationalisation.', // TODO
|
||
'ok' => 'You have the recommended library php-intl for internationalisation.', // TODO
|
||
),
|
||
'json' => array(
|
||
'nok' => 'Impossible de trobar l’extension recomandada JSON (paquet php-json).',
|
||
'ok' => 'Avètz l’exension recomandada JSON.',
|
||
),
|
||
'mbstring' => array(
|
||
'nok' => 'Impossible de trobar la bibliotèca recomandada mbstring per Unicode.',
|
||
'ok' => 'Avètz la bibliotèca recomandada mbstring per Unicode.',
|
||
),
|
||
'pcre' => array(
|
||
'nok' => 'Impossible de trobar una bibliotèca per las expressions regulara (php-pcre).',
|
||
'ok' => 'Avètz la bibliotèca per las expressions regularas (PCRE).',
|
||
),
|
||
'pdo-mysql' => array(
|
||
'nok' => 'Cannot find the required PDO driver for MySQL/MariaDB.', // TODO
|
||
),
|
||
'pdo-pgsql' => array(
|
||
'nok' => 'Cannot find the required PDO driver for PostgreSQL.', // TODO
|
||
),
|
||
'pdo-sqlite' => array(
|
||
'nok' => 'Cannot find the PDO driver for SQLite.', // TODO
|
||
'ok' => 'You have the PDO driver for SQLite', // TODO
|
||
),
|
||
'pdo' => array(
|
||
'nok' => 'Impossible de trobar PDO o un dels drivers compatibles (pdo_sqlite, pdo_pgsql, pdo_mysql).',
|
||
'ok' => 'Avètz PDO e almens un des drivers compatibles (pdo_sqlite, pdo_pgsql, pdo_mysql).',
|
||
),
|
||
'php' => array(
|
||
'_' => 'Installacion PHP',
|
||
'nok' => 'Vòstra version PHP es la %s más FreshRSS demanda almens la versión %s.',
|
||
'ok' => 'Vòstra version PHP es %s, qu’es compatibla amb FreshRSS.',
|
||
),
|
||
'reload' => 'Revérifier',
|
||
'tmp' => array(
|
||
'nok' => 'Volgatz verificar los dreches sul repertòri <em>%s</em>. Lo servidor HTTP deu poder escriure dedins.',
|
||
'ok' => 'Las permissions sul repertòri temporari son bonas.',
|
||
),
|
||
'tokens' => array(
|
||
'nok' => 'Volgatz verificar los dreches sul repertòri <em>./data/tokens</em>. Lo servidor HTTP deu poder escriure dedins',
|
||
'ok' => 'Los dreches sul repertòri dels getons son bons.',
|
||
),
|
||
'unknown_process_username' => 'desconegut',
|
||
'users' => array(
|
||
'nok' => 'Volgatz verificar los dreches sul repertòri <em>%s</em>. Lo servidor HTTP deu poder escriure dedins.',
|
||
'ok' => 'Los dreches sul repertòri dels utilizaires son bons.',
|
||
),
|
||
'xml' => array(
|
||
'nok' => 'Impossible de trobar una bibliotèca necessària per XML.',
|
||
'ok' => 'Avètz la bibliotèca per percórrer los XML.',
|
||
),
|
||
'zip' => array(
|
||
'nok' => 'Avètz pas l’extension ZIP (paquet php-zip).',
|
||
'ok' => 'Avètz l’exension ZIP.',
|
||
),
|
||
),
|
||
'conf' => array(
|
||
'_' => 'Configuracion generala',
|
||
'ok' => 'La configuracion generala es enregistrada.',
|
||
),
|
||
'congratulations' => 'Òsca !',
|
||
'default_user' => array(
|
||
'_' => 'Nom d’utilizaire per defaut',
|
||
'max_char' => '16 caractèrs alfanumerics maximum',
|
||
),
|
||
'fix_errors_before' => 'Mercés de corregir las errors seguentas abans de contunhar.',
|
||
'javascript_is_better' => 'FreshRSS es mai agradable amb lo JavaScript activat',
|
||
'js' => array(
|
||
'confirm_reinstall' => 'En reïnstallant FreshRSS perdretz la configuracion precedenta. Volètz vertadièrament contunhar ?',
|
||
),
|
||
'language' => array(
|
||
'_' => 'Lenga',
|
||
'choose' => 'Causissètz la lenga per FreshRSS',
|
||
'defined' => 'La lenga es corrèctament definida.',
|
||
),
|
||
'missing_applied_migrations' => 'Quicòm a trucat ; devètz crear un fichièr <em>%s</em> void manualament.',
|
||
'ok' => 'L’installacion s’es corrèctament passada.',
|
||
'session' => array(
|
||
'nok' => 'Sembla que lo servidor web siá pas corrèctament configurat pels cookies per las sessions PHP !',
|
||
),
|
||
'step' => 'etapa %d',
|
||
'steps' => 'Etapas',
|
||
'this_is_the_end' => 'Es la fin',
|
||
'title' => 'Installacion · FreshRSS',
|
||
);
|