aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add tags on entries viewThomas Citharel2016-06-231-0/+1
| | | | Should be tested on old browsers
* Display a message when saving an entry failedJeremy Benoist2016-06-231-0/+1
| | | | | When saving an entry fail because of database error we previously just returned `false`. Now we got an error in the log and the displayed notice to the user is updated too.
* Add unread filter to entries pagesDaniel Bartram2016-06-231-0/+1
| | | | Add the ability to filter for unread pages in the filters menu.
* Improve English translationPoorchop2016-05-231-11/+11
|
* Fix translation for validatorsNicolas Lœuillet2016-05-071-7/+0
| | | | Fix #2003
* Fix internal settingsNicolas Lœuillet2016-04-091-1/+1
| | | | Fix #1867: remove download_picture setting and manage show_printlink in material theme
* Documentation about wallabag APINicolas Lœuillet2016-04-061-0/+1
|
* Fix Archive page title translationNicolas Lœuillet2016-04-041-1/+1
|
* Add reading time translationJeremy Benoist2016-03-211-0/+7
|
* Translation typosJeremy Benoist2016-03-201-3/+3
| | | | Fix #1793
* Add missing developer pageJeremy Benoist2016-03-201-0/+51
|
* Convert french translationJeremy Benoist2016-03-201-3/+1
|
* Add flashes messagesJeremy Benoist2016-03-201-0/+34
|
* Convert english translation fileJeremy Benoist2016-03-201-0/+334
- convert english translation to translate key - remove baggy template for login (never used since user isn't logged in and it'll use the default theme: material) - fix tests about text in response (now checking translation key instead of translated text) - remove all ugly `<div class="hidden">{{ form_rest(form) }}</div>`