From ce5572d7dd13fce491257cee0f1f1ca69c499a4a Mon Sep 17 00:00:00 2001 From: maTh Date: Sun, 12 Mar 2023 23:18:11 +0100 Subject: Improve about page (#5192) * add link to documentation * i18n for documentation * add target="_blank" for website link * show environment, if it is not 'production' * just for admins * fix * Update app/i18n/fr/index.php Co-authored-by: Alexandre Alapetite * Update app/i18n/en/index.php Co-authored-by: Alexandre Alapetite * Update app/views/index/about.phtml Co-authored-by: Alexandre Alapetite --------- Co-authored-by: Alexandre Alapetite --- app/i18n/es/index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/i18n/es') diff --git a/app/i18n/es/index.php b/app/i18n/es/index.php index 610f677ed..83222ba92 100644 --- a/app/i18n/es/index.php +++ b/app/i18n/es/index.php @@ -17,6 +17,7 @@ return array( 'bugs_reports' => 'Informe de fallos', 'credits' => 'Créditos', 'credits_content' => 'Aunque FreshRSS no usa ese entorno, algunos elementos del diseño están obtenidos de Bootstrap. Los Iconos han sido obtenidos del proyecto GNOME. La fuente Open Sans es una creación de Steve Matteson. FreshRSS usa el entorno PHP Minz.', + 'documentation' => 'Documentation', // TODO 'freshrss_description' => 'FreshRSS es un agregador de fuentes RSS de alojamiento privado al estilo de Kriss Feed o Leed. Es una herramienta potente, pero ligera y fácil de usar y configurar.', 'github' => 'en Github', 'license' => 'Licencia', -- cgit v1.2.3