aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/fr/index.php
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2023-03-12 23:18:11 +0100
committerGravatar GitHub <noreply@github.com> 2023-03-12 23:18:11 +0100
commitce5572d7dd13fce491257cee0f1f1ca69c499a4a (patch)
treef00853f8a3d0fbd70fdb0fe618533fa7c73ba6c7 /app/i18n/fr/index.php
parentb22ea9d3d71272acdad9413344dd0bc77d985d46 (diff)
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 <alexandre@alapetite.fr> * Update app/i18n/en/index.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * Update app/views/index/about.phtml Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/fr/index.php')
-rw-r--r--app/i18n/fr/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/fr/index.php b/app/i18n/fr/index.php
index d8d4cce10..3cff7be46 100644
--- a/app/i18n/fr/index.php
+++ b/app/i18n/fr/index.php
@@ -17,6 +17,7 @@ return array(
'bugs_reports' => 'Rapports de bugs',
'credits' => 'Crédits',
'credits_content' => 'Des éléments de design sont issus du <a href="http://twitter.github.io/bootstrap/">projet Bootstrap</a> bien que FreshRSS n’utilise pas ce framework. Les <a href="https://gitlab.gnome.org/Archive/gnome-icon-theme-symbolic">icônes</a> sont issues du <a href="https://www.gnome.org/">projet GNOME</a>. La police <em>Open Sans</em> utilisée a été créée par <a href="https://fonts.google.com/specimen/Open+Sans">Steve Matteson</a>. FreshRSS repose sur <a href="https://framagit.org/marienfressinaud/MINZ">Minz</a>, un framework PHP.',
+ 'documentation' => 'Documentation', // IGNORE
'freshrss_description' => 'FreshRSS est un agrégateur de flux RSS à auto-héberger à l’image de <a href="http://tontof.net/kriss/feed/">Kriss Feed</a> ou <a href="https://github.com/LeedRSS/Leed">Leed</a>. Il se veut léger et facile à prendre en main tout en étant un outil puissant et paramétrable.',
'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">sur Github</a>',
'license' => 'Licence',