aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3060 from wallabag/search-usersThomas Citharel2017-05-0412-69/+93
|\ | | | | Search & paginate users
| * Merged list and search methodsNicolas Lœuillet2017-05-0212-82/+70
| |
| * Add filter to users management pageThomas Citharel2017-05-0212-0/+36
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Merge pull request #3047 from wallabag/add-notmatches-operatorNicolas Lœuillet2017-05-0312-1/+12
|\ \ | |/ |/| Added notmatches operator for tagging rule
| * Added notmatches operator for tagging ruleNicolas Lœuillet2017-04-2012-1/+12
| |
* | Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-05-011-1/+1
|\ \ | |/ |/|
| * Correct create_application en stringÉric Gillet2017-04-291-1/+1
| |
* | Merge pull request #3024 from wallabag/store-dateNicolas Lœuillet2017-04-1812-0/+24
|\ \ | | | | | | Added publication date and author
| * | Added author of articleNicolas Lœuillet2017-04-0912-0/+12
| | |
| * | Added publication dateNicolas Lœuillet2017-04-0512-0/+12
| | |
* | | Removed is_public in Entry edit formNicolas Lœuillet2017-04-1312-12/+0
|/ /
* / Allow to remove all archived entriesThomas Citharel2017-03-3112-0/+24
|/ | | | | | Since we still support fucking SQLite, we need to retrieve all tags & annotations for archived entries before deleting them. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Update Spanish translationngosang2017-02-201-161/+161
|
* Update Spanish translationngosang2017-02-151-113/+113
|
* Merge pull request #2879 from matteocoder/matteocoder-patch-1Nicolas Lœuillet2017-02-141-1/+1
|\ | | | | Fixed typo in "first_steps"
| * Fixed typo in "first_steps"matteocoder2017-01-241-1/+1
| | | | | | Changed "Pimi passi" to "Primi passi
* | fix misspells in polish translationMateusz Rumiński2017-02-061-6/+6
| |
* | Update Oc versionQuent-in2017-02-041-60/+60
| | | | | | I'll be ready for next train
* | Merge pull request #2824 from wallabag/simplify-stringsNicolas Lœuillet2017-02-0212-71/+71
|\ \ | | | | | | Renamed Developer section to API client management
| * | Update polish stringsMateusz Rumiński2017-02-011-5/+5
| | | | | | | | | update missing polish strings
| * | Update german strings.Julian Oster2017-02-011-5/+5
| | |
| * | Renamed Developer section to API client managementNicolas Lœuillet2017-02-0112-71/+71
| | |
* | | Translate missing strings for de-DE.Julian Oster2017-02-011-40/+40
|/ /
* | Removed the small element on reading timeNicolas Lœuillet2016-12-3012-24/+24
| |
* | Merge pull request #2731 from llune/patch-2Nicolas Lœuillet2016-12-301-4/+4
|\ \ | | | | | | Minor typo fix
| * | Minor typo fixllune2016-12-301-4/+4
| |/
* | Updated addons linksNicolas Lœuillet2016-12-0112-2/+14
| |
* | Removed FOSUser attributes removed in alpha4Nicolas Lœuillet2016-11-2812-13/+1
| | | | | | | | See https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Upgrade.md\#200-alpha3-to-200-alpha4
* | Update messages.pl.ymlMateusz Rumiński2016-11-221-28/+28
| | | | | | translate shortcuts section to polish
* | Translations for shortcuts helpNicolas Lœuillet2016-11-2212-0/+360
| |
* | Update messages.pl.ymlMateusz Rumiński2016-11-211-11/+11
| | | | | | missing polish translation added
* | Added testsNicolas Lœuillet2016-11-191-1/+1
| |
* | Added translations and currentRoute parameterNicolas Lœuillet2016-11-1911-0/+33
| |
* | Added a simple search engineNicolas Lœuillet2016-11-191-0/+3
| | | | | | | | Fix #18
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-1924-37/+121
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .editorconfig # docs/de/index.rst # docs/de/user/import.rst # docs/en/index.rst # docs/en/user/configuration.rst # docs/en/user/import.rst # docs/fr/index.rst # docs/fr/user/import.rst # src/Wallabag/CoreBundle/Command/InstallCommand.php # src/Wallabag/CoreBundle/Resources/translations/messages.da.yml # src/Wallabag/CoreBundle/Resources/translations/messages.de.yml # src/Wallabag/CoreBundle/Resources/translations/messages.en.yml # src/Wallabag/CoreBundle/Resources/translations/messages.es.yml # src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml # src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml # src/Wallabag/CoreBundle/Resources/translations/messages.it.yml # src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml # src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml # src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml # src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml # src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml # src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig # web/bundles/wallabagcore/themes/baggy/css/style.min.css # web/bundles/wallabagcore/themes/baggy/js/baggy.min.js # web/bundles/wallabagcore/themes/material/css/style.min.css # web/bundles/wallabagcore/themes/material/js/material.min.js
| * Added help on config screenNicolas Lœuillet2016-11-1724-12/+96
| |
| * Changed display for material themeNicolas Lœuillet2016-11-141-1/+1
| |
| * Changed behavior when we change languageNicolas Lœuillet2016-11-1012-12/+12
| | | | | | | | No need to disconnect to apply the language substitution
| * Removed support website on about pageNicolas Lœuillet2016-11-0912-12/+12
| |
* | Added http_status in Entry entityNicolas Lœuillet2016-11-1812-0/+12
| |
* | Update messages.pl.ymlMateusz Rumiński2016-11-171-3/+3
| | | | | | translate action_mark_as_read section to polish
* | Update messages.en.ymlStrubbl2016-11-161-2/+2
| |
* | Update messages.de.ymlStrubbl2016-11-161-22/+22
| |
* | Added a configuration to define the redirection after archiving an entryNicolas Lœuillet2016-11-1612-0/+48
| | | | | | | | Fix #496
* | Update messages.pl.ymlMateusz Rumiński2016-11-081-5/+5
| | | | | | translate Pinboard importer section to polish
* | Added new tag form in mobile view for Material themeNicolas Lœuillet2016-11-0812-0/+36
| | | | | | | | Fix #2376
* | Update messages.en.ymlStrubbl2016-11-061-1/+1
| | | | | | Instapaper->Pinboard
* | Update messages.de.ymlStrubbl2016-11-061-3/+3
| |
* | Add Pinboard importJeremy Benoist2016-11-0412-0/+69
| |
* | Merge pull request #2541 from wallabag/mruminski-patch-1Jeremy Benoist2016-11-041-5/+5
|\ \ | | | | | | Update messages.pl.yml