summaryrefslogtreecommitdiff
path: root/app/i18n/fr/gen.php
AgeCommit message (Collapse)Author
2016-02-21JavaScript popup number bug (percent escaping)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1078 https://github.com/Alkarex/FreshRSS/commit/cc1390fe9454166ee5d638aa01948f791ad7c4fe
2016-02-21JavaScript popup number bugGravatar Alexandre Alapetite
A backslash caused problem. https://github.com/FreshRSS/FreshRSS/issues/1075 https://github.com/FreshRSS/FreshRSS/pull/1078
2016-02-09Adding Turkish languageGravatar hckweb
2016-01-24Translation for Journal du hackerGravatar danc
2015-10-24i18n: ItalianoGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1003
2015-10-24Italian translationGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1003
2015-10-24Update gen.phpGravatar Marco
2015-10-14Add Movim shareGravatar Alexis Degrugillier
See #992
2015-08-29Merge pull request #958 from aledeg/config_uiGravatar Alexandre Alapetite
Add a system configuration page
2015-08-22Add a system configuration pageGravatar Alexis Degrugillier
It allows to modify system configuration from the interface. At the moment, only limits are modifiable. The user limit was removed from the user page and added here along with categories and feeds limits.
2015-08-21Reference other languagesGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/949 https://github.com/FreshRSS/FreshRSS/pull/950
2015-07-22Add title to the account creation pageGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/679
2015-07-22Show indications for username and password formatsGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/679
2015-07-22Fix translationsGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/679
2015-03-27Added Czech to the list in other languages in gen.phpGravatar Tets
2015-02-17Change translationGravatar Alexis Degrugillier
I change the translation for the 3 languages. German has to be checked since I used Google translate to get the translation.
2015-02-14Harmonize share configuration view.Gravatar Alexis Degrugillier
Before, for shares that don't need options, only a button to remove it was visible. It was source of confusion for users. I changed the look of those shares by using the same layout as others (minus the help). As there is no configuration possible for the url, the field is disabled but it is possible to change the name of the share. See #787
2015-01-27Change translation for gen.js.request_failedGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/775
2015-01-22Add German translationGravatar ealdraed
2015-01-18Improve i18n for JavaScriptGravatar Marien Fressinaud
notif_* messages have been moved into feedback array.
2015-01-18Improve behavior when mark as read / favorite failGravatar Marien Fressinaud
If the request fails: - Open a notification to inform user - Remove pending index from the pending_feeds list Fix https://github.com/FreshRSS/FreshRSS/issues/751
2015-01-08Fix Minz_Translate::availableLanguages() methodGravatar Marien Fressinaud
2015-01-08Merge branch 'dev' into 252-extensionsGravatar Marien Fressinaud
Conflicts: app/FreshRSS.php app/Models/Configuration.php app/views/index/index.phtml app/views/index/normal.phtml lib/Minz/Configuration.php lib/Minz/Translate.php lib/lib_rss.php
2015-01-07Refactor FreshRSS_Share object to be more usableGravatar Marien Fressinaud
- 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
2014-12-17Merge branch 'dev' into 252-extensionsGravatar Marien Fressinaud
Conflicts: app/i18n/en/admin.php app/i18n/en/feedback.php app/i18n/en/gen.php app/i18n/fr/admin.php app/i18n/fr/feedback.php app/i18n/fr/gen.php app/views/index/normal.phtml
2014-12-11Fix english i18n files except the conf oneGravatar Marien Fressinaud
2014-12-11Fix french i18n for install + some fixesGravatar Marien Fressinaud
French is finished!
2014-12-11Fix french i18n for last viewsGravatar Marien Fressinaud
2014-12-11Fix french i18n for auth and configure viewsGravatar Marien Fressinaud
2014-12-11Fix i18n for update and user controllersGravatar Marien Fressinaud
2014-12-11Fix i18n for conf, entry, error, feed ControllersGravatar Marien Fressinaud
2014-12-11Fix i18n for auth and category controllersGravatar Marien Fressinaud
2014-12-11Fix i18n for import/exportGravatar Marien Fressinaud
2014-12-11Fix i18n for subscription pagesGravatar Marien Fressinaud
2014-12-11Update i18n for statisticsGravatar Marien Fressinaud
2014-12-11Fix i18n for index ControllerGravatar Marien Fressinaud
Fix strings for: - about page - rss and reader views - fix title of global view
2014-12-11Fix i18n for normal viewGravatar Marien Fressinaud
2014-12-10Fix i18n for logs, pagination and javascript varsGravatar Marien Fressinaud
Logs first to avoid annoying message when refreshing log page
2014-12-10Fix i18n for nav menuGravatar Marien Fressinaud
2014-12-10Fix i18n for aside subscriptionGravatar Marien Fressinaud
2014-12-10Fix i18n for aside_feedGravatar Marien Fressinaud
2014-12-10Fix i18n for header and aside_configureGravatar Marien Fressinaud
2014-12-06Update i18n (extensions)Gravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/252
2014-12-03Add i18n (french) for auto_remove_article #2Gravatar Alwaysin
Reference : #694
2014-12-03Update the i18n system.Gravatar Marien Fressinaud
Follow recommendations from https://github.com/FreshRSS/FreshRSS/issues/334