aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/fr/index.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-01-07 14:59:18 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-01-07 14:59:18 +0100
commit0140448a562b97859be0b9a6e480e1f6aa4d1b1d (patch)
tree02cfb3cc6b4e0e3af8d096c44c8c5bf2c70f7ae8 /app/i18n/fr/index.php
parentbd199c617081f0354576afd09e9427756873afd2 (diff)
Refactor FreshRSS_Share object to be more usable
- FreshRSS_Share is the only object we manipulate - Add a way to register new share options easily - Move some i18n keys from index.php to gen.php See https://github.com/FreshRSS/FreshRSS/issues/730
Diffstat (limited to 'app/i18n/fr/index.php')
-rw-r--r--app/i18n/fr/index.php13
1 files changed, 1 insertions, 12 deletions
diff --git a/app/i18n/fr/index.php b/app/i18n/fr/index.php
index 3279543bd..f9975c593 100644
--- a/app/i18n/fr/index.php
+++ b/app/i18n/fr/index.php
@@ -55,18 +55,7 @@ return array(
'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',
- ),
+ 'share' => 'Partager',
'tag' => array(
'related' => 'Tags associƩs',
),