diff options
| author | 2015-01-07 14:59:18 +0100 | |
|---|---|---|
| committer | 2015-01-07 14:59:18 +0100 | |
| commit | 0140448a562b97859be0b9a6e480e1f6aa4d1b1d (patch) | |
| tree | 02cfb3cc6b4e0e3af8d096c44c8c5bf2c70f7ae8 /app/i18n/fr/gen.php | |
| parent | bd199c617081f0354576afd09e9427756873afd2 (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/gen.php')
| -rw-r--r-- | app/i18n/fr/gen.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/i18n/fr/gen.php b/app/i18n/fr/gen.php index bb4478360..d990dad4a 100644 --- a/app/i18n/fr/gen.php +++ b/app/i18n/fr/gen.php @@ -128,6 +128,17 @@ return array( 'nothing_to_load' => 'Fin des articles', 'previous' => 'Précédent', ), + 'share' => array( + 'blogotext' => 'Blogotext', + 'diaspora' => 'Diaspora*', + 'email' => 'Courriel', + 'facebook' => 'Facebook', + 'g+' => 'Google+', + 'print' => 'Imprimer', + 'shaarli' => 'Shaarli', + 'twitter' => 'Twitter', + 'wallabag' => 'wallabag', + ), 'short' => array( 'attention' => 'Attention !', 'blank_to_disable' => 'Laissez vide pour désactiver', |
