aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
Commit message (Collapse)AuthorAgeFilesLines
* Change flash message for queued articlesJeremy Benoist2016-09-131-0/+1
|
* Update import.worker.enabled translationJeremy Benoist2016-09-121-1/+1
|
* Display a message when async is enabledJeremy Benoist2016-09-111-0/+2
|
* Add Readability to Quickstart pageJeremy Benoist2016-09-011-0/+1
|
* Add missing translationsJeremy Benoist2016-09-011-1/+1
|
* Add Readability importJeremy Benoist2016-09-011-0/+4
| | | | Based on the JSON export instead of the API (which will be shutting down by the September 30, 2016)
* Add untagged entriesNicolas Lœuillet2016-08-281-0/+2
| | | | Fix #1631
* Change share entry behaviorNicolas Lœuillet2016-08-231-0/+1
|
* Add translationsNicolas Lœuillet2016-08-231-0/+1
|
* Translations and baggy view for tagsNicolas Lœuillet2016-08-231-0/+1
|
* Merge remote-tracking branch 'origin/master' into 2.1Jeremy Benoist2016-08-221-2/+5
|\
| * Merge pull request #2222 from wallabag/add-date-on-article-viewNicolas Lœuillet2016-08-221-0/+3
| |\ | | | | | | Added creation date and reading time on article view
| | * Display text on baggyJeremy Benoist2016-08-211-0/+1
| | | | | | | | | | | | Instead of using icons (which aren't available) display real text for reading time & creation date
| | * Added creation date and reading time on article viewNicolas Lœuillet2016-08-181-0/+2
| | | | | | | | | | | | Fix #2034
| * | Fixed some translationsNicolas Lœuillet2016-08-181-2/+2
| | |
| * | Replaced favorite word/icon with star oneNicolas Lœuillet2016-08-181-2/+2
| |/ | | | | | | Fix #2041
| * Merge pull request #2122 from wallabag/fix-tags-deletionNicolas Lœuillet2016-05-311-0/+1
| |\ | | | | | | Fix the deletion of Tags/Entries relation when delete an entry
| | * Display a message when saving an entry failedJeremy Benoist2016-05-301-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.
| * | Merge pull request #2052 from danbartram/feature-filter-unreadJeremy Benoist2016-05-271-0/+1
| |\ \ | | |/ | |/| Add unread filter to entries pages
| | * Add unread filter to entries pagesDaniel Bartram2016-05-091-0/+1
| | | | | | | | | | | | Add the ability to filter for unread pages in the filters menu.
* | | Added name on clientThomas Citharel2016-08-221-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | - Fix typos in field name - Added migration for name field in API client table Manually cherry-picked from PR https://github.com/wallabag/wallabag/pull/2171
* | | 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>`