|
|
@@ -51,16 +51,16 @@ return array(
|
|
|
'ok' => 'I permessi sulla cartella data sono corretti.',
|
|
|
),
|
|
|
'database-connection' => array(
|
|
|
- 'nok' => 'Database connection error.', // TODO
|
|
|
- 'ok' => 'Database connection is good.', // TODO
|
|
|
+ 'nok' => 'Errore di connessione al database.',
|
|
|
+ 'ok' => 'Connessione al database stabilita.',
|
|
|
),
|
|
|
'database-table' => array(
|
|
|
- 'nok' => 'Database table "%s" is incomplete.', // TODO
|
|
|
- 'ok' => 'Database table "%s" is good.', // TODO
|
|
|
+ 'nok' => 'La tavola del database "%s" è incompleta.',
|
|
|
+ 'ok' => 'La tavola del database "%s" è valida.',
|
|
|
),
|
|
|
'database-tables' => array(
|
|
|
- 'nok' => 'Some database tables are missing.', // TODO
|
|
|
- 'ok' => 'All database tables exist.', // TODO
|
|
|
+ 'nok' => 'Alcune tavole del database sono mancanti.',
|
|
|
+ 'ok' => 'Tutte le tavole del database esistono.',
|
|
|
),
|
|
|
'database-title' => 'Database', // TODO
|
|
|
'dom' => array(
|
|
|
@@ -77,8 +77,8 @@ return array(
|
|
|
),
|
|
|
'files' => 'Installazione files',
|
|
|
'intl' => array(
|
|
|
- 'nok' => 'Cannot find the recommended library php-intl for internationalisation.', // TODO
|
|
|
- 'ok' => 'You have the recommended library php-intl for internationalisation.', // TODO
|
|
|
+ 'nok' => 'Impossibile trovare la libreria di internazionalizzazione php-intl.',
|
|
|
+ 'ok' => 'Disponi della libreria di internazionalizzazione php-intl raccomandata.',
|
|
|
),
|
|
|
'json' => array(
|
|
|
'nok' => 'Manca la libreria consigliata per effettuare la lettura del JSON.',
|
|
|
@@ -93,14 +93,14 @@ return array(
|
|
|
'ok' => 'Libreria richiesta per le regular expressions presente (PCRE).',
|
|
|
),
|
|
|
'pdo-mysql' => array(
|
|
|
- 'nok' => 'Cannot find the required PDO driver for MySQL/MariaDB.', // TODO
|
|
|
+ 'nok' => 'Impossibile trovare il driver PDO necessario per MySQL/MariaDB.',
|
|
|
),
|
|
|
'pdo-pgsql' => array(
|
|
|
- 'nok' => 'Cannot find the required PDO driver for PostgreSQL.', // TODO
|
|
|
+ 'nok' => 'Impossibile trovare il driver PDO necessario per PostgreSQL.',
|
|
|
),
|
|
|
'pdo-sqlite' => array(
|
|
|
- 'nok' => 'Cannot find the PDO driver for SQLite.', // TODO
|
|
|
- 'ok' => 'You have the PDO driver for SQLite.', // TODO
|
|
|
+ 'nok' => 'Impossibile trovare il driver PDO necessario per SQLite.',
|
|
|
+ 'ok' => 'Impossibile trovare il driver PDO necessario per SQLite.',
|
|
|
),
|
|
|
'pdo' => array(
|
|
|
'nok' => 'Manca PDO o uno degli altri driver supportati (pdo_sqlite, pdo_pgsql, pdo_mysql).',
|