aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/it/install.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-02-28 14:07:21 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-02-28 14:07:21 +0100
commit6b19872b1a95113aa491626a64d4c3ff02e2ee00 (patch)
tree2787e3f5363fb9a7a6cd44faafd80b2eeed99dec /app/i18n/it/install.php
parent6a5451116d96f67b73b72a52f2b6f59e25a39f06 (diff)
Install check XML / JSON
https://github.com/FreshRSS/FreshRSS/issues/1094 https://github.com/FreshRSS/FreshRSS/issues/1092
Diffstat (limited to 'app/i18n/it/install.php')
-rw-r--r--app/i18n/it/install.php10
1 files changed, 9 insertions, 1 deletions
diff --git a/app/i18n/it/install.php b/app/i18n/it/install.php
index 3ad22c5e9..8f5300bd5 100644
--- a/app/i18n/it/install.php
+++ b/app/i18n/it/install.php
@@ -51,7 +51,7 @@ return array(
'ok' => 'I permessi sulla cartella data sono corretti.',
),
'dom' => array(
- 'nok' => 'Manca una libreria richiesta per leggere DOM (pacchetto php-xml).',
+ 'nok' => 'Manca una libreria richiesta per leggere DOM.',
'ok' => 'Libreria richiesta per leggere DOM presente.',
),
'favicons' => array(
@@ -62,6 +62,10 @@ return array(
'nok' => 'Per favore verifica che non stai alterando il tuo HTTP REFERER.',
'ok' => 'Il tuo HTTP REFERER riconosciuto corrisponde al tuo server.',
),
+ 'json' => array(
+ 'nok' => 'You lack a recommended library to parse JSON.',
+ 'ok' => 'You have a recommended library to parse JSON.',
+ ),
'minz' => array(
'nok' => 'Manca il framework Minz.',
'ok' => 'Framework Minz presente.',
@@ -87,6 +91,10 @@ return array(
'nok' => 'Verifica i permessi sulla cartella <em>./data/users</em>. Il server HTTP deve avere i permessi per scriverci dentro',
'ok' => 'I permessi sulla cartella users sono corretti.',
),
+ 'xml' => array(
+ 'nok' => 'You lack the required library to parse XML.',
+ 'ok' => 'You have the required library to parse XML.',
+ ),
),
'conf' => array(
'_' => 'Configurazioni generali',