summaryrefslogtreecommitdiff
path: root/app/i18n
AgeCommit message (Collapse)Author
2014-10-31Merge branch 'dev' into betaGravatar Marien Fressinaud
Conflicts: CHANGELOG README.fr.md README.md app/Controllers/feedController.php app/Controllers/indexController.php app/i18n/en.php app/i18n/fr.php app/views/helpers/view/normal_view.phtml app/views/stats/index.phtml app/views/stats/repartition.phtml constants.php p/scripts/main.js
2014-10-29Update i18n for limit of feedsGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/680
2014-10-29Update i18n for limit of category.Gravatar Marien Fressinaud
2014-10-26Fix i18n stringGravatar Marien Fressinaud
Order has been changed due to a little bug in sort order function.
2014-10-26Update i18nGravatar Marien Fressinaud
- Fix i18n strings - Fix typo profil -> profile See https://github.com/marienfressinaud/FreshRSS/issues/678
2014-10-24Update i18nGravatar Marien Fressinaud
2014-10-20Fix some i18n keysGravatar Marien Fressinaud
2014-10-20Fix i18n (french and english)Gravatar Marien Fressinaud
2014-10-17Fix i18nGravatar Marien Fressinaud
2014-10-17Fix i18nGravatar Marien Fressinaud
2014-10-09Change statistic averageGravatar Alexis Degrugillier
I was using the stats and it feels that the stat average was useless in that form since the line is always at the same position no matter what is the value. So I deleted that line and added the average in the title. It is way more useful this way. I updated some translations both on i18n files and on http://i18n.freshrss.org
2014-10-09Add percent of total on top 10 feedsGravatar Alexis Degrugillier
2014-10-06Update i18n with strings from i18n.freshrss.orgGravatar Marien Fressinaud
No more seperation between normal and install files. I will work on that later!
2014-10-04Add a shortcut to close drop-down listsGravatar Alexis Degrugillier
2014-10-02Merge pull request #642 from aledeg/statsGravatar Marien Fressinaud
Improve statistics
2014-09-30i18n minor spellingGravatar Alexandre Alapetite
2014-09-29Add percent of total on top 10 feedsGravatar Alexis Degrugillier
2014-09-26Remove German language for 0.8 releaseGravatar Marien Fressinaud
2014-09-26Fix i18nGravatar Marien Fressinaud
Fix https://github.com/marienfressinaud/FreshRSS/issues/637
2014-09-24More explicit message when deleting feeds or catsGravatar Marien Fressinaud
Introduce "data-str-confirm" to override default message for confirm actions. Fix https://github.com/marienfressinaud/FreshRSS/issues/625
2014-09-20Entities i18nGravatar Alexandre Alapetite
A few bugs + conversion to Unicode
2014-09-19Details i18nGravatar Marien Fressinaud
2014-09-19Add a message if there is no idle feed (stats)Gravatar Marien Fressinaud
2014-09-19Load $nb/2 articles when reading viewGravatar Marien Fressinaud
Fix https://github.com/marienfressinaud/FreshRSS/commit/7d5e57b35b4eca07417c296c156edb3b88eef90b See https://github.com/marienfressinaud/FreshRSS/issues/559
2014-09-19Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into devGravatar Marien Fressinaud
2014-09-19Improve "no feed to display" boxGravatar Marien Fressinaud
2014-09-19Details i18nGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/618
2014-09-19Few fixes about statisticsGravatar Marien Fressinaud
2014-09-19Coding style (user queries)Gravatar Marien Fressinaud
2014-09-19Add an error message when a query is deprecated.Gravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/625
2014-09-18Refactor code for strict unread message displayGravatar Alexis Degrugillier
Before, when you choose the show unread message option and the hide categories and feeds options, the categories and feeds weren't hidden. Now it is working properly. Before, the unread filter icon was not selected with the previous way of using the constants. Now, the filter is highlighted when selected in strict mode. See #619
2014-09-18Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into devGravatar Marien Fressinaud
2014-09-18Add a link on Persona page to reset auth systemGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/521
2014-09-18Reset auth system: i18n and styleGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/521
2014-09-18Merge pull request #620 from plopoyop/devGravatar Alexandre Alapetite
Ajout d'un timeout pour la notification HTML5
2014-09-18Alignement des =>Gravatar plopoyop
2014-09-18Add timeout option for HTML5 notificationGravatar plopoyop
2014-09-17Misc minor details + a few i18n correctionsGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/618
2014-09-17Test HTTP REFERER in install.phpGravatar Marien Fressinaud
Test is actually basic, we need to use Minz_Request::isRefererFromSameDomain() method to improve checking
2014-09-17Move button to apply update outside the messageGravatar Marien Fressinaud
2014-09-17Coding style + i18nGravatar Marien Fressinaud
Change "Show only unread or read if no unread" into "Adjust showing". It is less explicit but shorter.
2014-09-17Merge branch 'reading-conf' of github.com:aledeg/FreshRSS into ↵Gravatar Marien Fressinaud
aledeg-reading-conf
2014-09-17Show a message to warn about loading divided by 2Gravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/559
2014-09-16Message if last update checking is closeGravatar Marien Fressinaud
last_update.txt is updated even if there is no update If last_update.txt has been modified during last hour, show a message See https://github.com/marienfressinaud/FreshRSS/issues/480#issuecomment-55765373
2014-09-08Check FRESHRSS_PATH is writable.Gravatar Marien Fressinaud
FRESHRSS_PATH needs to be writable before performing update.
2014-09-08Merge branch 'dev' into 411-update-systemGravatar Marien Fressinaud
Conflicts: constants.php
2014-09-06Add a new configuration optionGravatar Alexis Degrugillier
Before, when you selected the option to display only unread articles, it shows read articles if no unread article were found. Now, this option is renamed to include information on fallback behavior and a new option is created to have the "only unread" behavior See #551 It is missing the german translation
2014-09-04Merge pull request #592 from aledeg/more-shortcutsGravatar Alexandre Alapetite
Add shortcuts
2014-09-02Add a first version of i18n for GermanGravatar Marien Fressinaud
All the strings are not completed yet, but it's a good start!
2014-08-27Add configuration for help configurationGravatar Alexis Degrugillier