aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/fr/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/i18n/fr/index.php')
-rw-r--r--app/i18n/fr/index.php70
1 files changed, 69 insertions, 1 deletions
diff --git a/app/i18n/fr/index.php b/app/i18n/fr/index.php
index afca37ed3..3279543bd 100644
--- a/app/i18n/fr/index.php
+++ b/app/i18n/fr/index.php
@@ -1,5 +1,73 @@
<?php
return array(
-
+ 'about' => array(
+ '_' => 'À propos',
+ 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>',
+ '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://git.gnome.org/browse/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://www.google.com/webfonts/specimen/Open+Sans">Steve Matteson</a>. Les favicons sont récupérés grâce au site <a href="https://getfavicon.appspot.com/">getFavicon</a>. FreshRSS repose sur <a href="https://github.com/marienfressinaud/MINZ">Minz</a>, un framework PHP.',
+ '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="http://projet.idleman.fr/leed/">Leed</a>. Il se veut léger et facile à prendre en main tout en étant un outil puissant et paramétrable.',
+ 'github_or_email' => '<a href="https://github.com/marienfressinaud/FreshRSS/issues">sur Github</a> ou <a href="mailto:dev@marienfressinaud.fr">par courriel</a>',
+ 'lead_developer' => 'Développeur principal',
+ 'license' => 'Licence',
+ 'project_website' => 'Site du projet',
+ 'title' => 'À propos',
+ 'version' => 'Version',
+ 'website' => 'Site Internet',
+ ),
+ 'feed' => array(
+ 'add' => 'Vous pouvez ajouter des flux.',
+ 'empty' => 'Il n’y a aucun article à afficher.',
+ 'rss_of' => 'Flux RSS de %s',
+ 'title' => 'Vos flux RSS',
+ 'title_global' => 'Vue globale',
+ 'title_fav' => 'Vos favoris',
+ ),
+ 'log' => array(
+ '_' => 'Logs',
+ 'clear' => 'Effacer les logs',
+ 'empty' => 'Les logs sont vides.',
+ 'title' => 'Logs',
+ ),
+ 'menu' => array(
+ 'about' => 'À propos de FreshRSS',
+ 'add_query' => 'Créer un filtre',
+ 'before_one_day' => 'Antérieurs à 1 jour',
+ 'before_one_week' => 'Antérieurs à 1 semaine',
+ 'favorites' => 'Favoris (%s)',
+ 'global_view' => 'Vue globale',
+ 'main_stream' => 'Flux principal',
+ 'mark_all_read' => 'Tout marquer comme lu',
+ 'mark_cat_read' => 'Marquer la catégorie comme lue',
+ 'mark_feed_read' => 'Marquer le flux comme lu',
+ 'newer_first' => 'Plus récents en premier',
+ 'non-starred' => 'Afficher tout sauf les favoris',
+ 'normal_view' => 'Vue normale',
+ 'older_first' => 'Plus anciens en premier',
+ 'queries' => 'Filtres utilisateurs',
+ 'read' => 'Afficher les lus',
+ 'reader_view' => 'Vue lecture',
+ 'rss_view' => 'Flux RSS',
+ 'search_short' => 'Rechercher',
+ 'starred' => 'Afficher les favoris',
+ 'stats' => 'Statistiques',
+ 'subscription' => 'Gestion des abonnements',
+ 'unread' => 'Afficher les non lus',
+ ),
+ 'share' => array(
+ '_' => 'Partager',
+ 'blogotext' => 'Blogotext',
+ 'diaspora' => 'Diaspora*',
+ 'email' => 'Courriel',
+ 'facebook' => 'Facebook',
+ 'g+' => 'Google+',
+ 'print' => 'Imprimer',
+ 'shaarli' => 'Shaarli',
+ 'twitter' => 'Twitter',
+ 'wallabag' => 'wallabag',
+ ),
+ 'tag' => array(
+ 'related' => 'Tags associés',
+ ),
);