aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations
Commit message (Collapse)AuthorAgeFilesLines
* manage assets through npmThomas Citharel2016-06-0911-33/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first draft remote assetic totally work nearly there use at least nodejs > 0.12 use proper version of grunt bump nodejs version for travis update npm workaround for materialize install node 5.0 add grunt-cli baggy theme & cache node modules cache bower & npm make travis build assets on php7 only exclude installing node & npm if not needed & use bash clean & try to make icomoon work on baggy ready config for travis rebase make travis work more travis work impove travis & update deps add missing pixrem deps add module through oddly lost ui updates install latest nodejs add install_dev.sh, link local binaries for npm/bower/grunt ui improvements (mostly baggy) fix travis build no need to install on travis Add unread filter to entries pages Add the ability to filter for unread pages in the filters menu. Add unread filter test to EntryControllerTest Add a new test to the EntryControllerTest collection which checks that only entries which have not been archived (and are treated as "unread") are retrieved. Improve English translation Update FAQ -Fix grammar -Add notes about MTA, firewall, and SELinux Update installation instructions -Fix grammar -Add SELinux section add screenshots of android docu in English Fix the deletion of Tags/Entries relation when delete an entry Fix #2121 Move fixtures to the right place Display a message when saving an entry failed 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. Change ManyToMany between entry & tag Following https://gist.github.com/Ocramius/3121916 Be sure to remove the related entity when removing an entity. Let say you have Entry -> EntryTag -> Tag. If you remove the entry: - before that commit, the EntryTag will stay (at least using SQLite). - with that commit, the related entity is removed Prepare wallabag 2.0.5 enforce older materialize version
* Fix translation for validatorsNicolas Lœuillet2016-05-0722-77/+66
| | | | Fix #2003
* Update messages.it.ymlDaniele Conca2016-05-051-62/+62
| | | other translations added
* Update messages.it.ymlDaniele Conca2016-05-041-131/+131
|
* Create messages.it.ymlDaniele Conca2016-05-031-0/+425
| | | baseline for italian translations (cloned from english)
* Fix indentations in ES translationJeremy Benoist2016-04-241-39/+39
|
* Update messages.es.ymljami72016-04-241-1/+1
|
* Update messages.es.ymljami72016-04-241-98/+98
|
* Update messages.es.ymljami72016-04-161-24/+24
|
* Merge pull request #1823 from wallabag/translation-faNicolas Lœuillet2016-04-101-149/+149
|\ | | | | Translation fa
| * Fix FA translations indentationJeremy Benoist2016-04-101-43/+43
| |
| * Update messages.fa.ymlMasoud Abkenar2016-04-101-149/+149
| |
* | Uncommented translated ES linesJeremy Benoist2016-04-101-9/+9
| | | | | | | | Also, turn yaml lint into a more versbose check
* | Update messages.es.ymljami72016-04-101-6/+6
| | | | | | On line 103, I'm not sure what symbol that is that looks like this (<<) but it looks smaller? Where is that? Should I just copy and paste it? And just to clarity, please look at line 101 too cause I'm not too sure if/how I change the stuff within <...> I stopped mid line in 103 just until I get clarification on this. Thanks.
* | Update messages.es.ymljami72016-04-101-9/+9
|/
* 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-0610-0/+10
|
* Fix Archive page title translationNicolas Lœuillet2016-04-0410-10/+10
|
* Fix quotes for OCJeremy Benoist2016-04-011-6/+6
|
* Fix simple quoteJeremy Benoist2016-04-011-3/+3
|
* Update oc versionQuent-in2016-04-011-194/+194
| | | Complet
* Trad. OccitanQuent-in2016-03-301-0/+424
| | | WIP
* Update messages.es.ymljami72016-03-281-4/+4
|
* Update messages.es.ymljami72016-03-281-10/+10
|
* Fix Indentation problemMateusz Rumiński2016-03-261-15/+15
|
* Update messages.pl.ymlMateusz Rumiński2016-03-251-219/+219
| | | Complete polish translation of messages file
* Complete messages.de.ymlJulian Oster2016-03-241-225/+225
|
* Add reading time translationJeremy Benoist2016-03-219-0/+65
|
* Convert more languagesJeremy Benoist2016-03-2014-1064/+2851
|
* Translation typosJeremy Benoist2016-03-201-3/+3
| | | | Fix #1793
* Add missing developer pageJeremy Benoist2016-03-202-0/+102
|
* Convert french translationJeremy Benoist2016-03-202-269/+346
|
* Add flashes messagesJeremy Benoist2016-03-201-0/+34
|
* Convert english translation fileJeremy Benoist2016-03-202-9/+344
| | | | | | | - 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>`
* Replace slider with selectNicolas Lœuillet2016-03-141-0/+6
|
* Translation and documentationNicolas Lœuillet2016-03-141-0/+1
|
* Merge pull request #1675 from wallabag/v2-create-api-clientNicolas Lœuillet2016-03-081-0/+33
|\ | | | | Ability to create new client for the API
| * Fix translations mistakeJeremy Benoist2016-03-071-5/+5
| | | | | | | | In Material template, move the developer link in the left menu (like in baggy)
| * Translate "how to" pageJeremy Benoist2016-03-071-0/+8
| |
| * Add translationsJeremy Benoist2016-03-051-0/+25
| |
* | french translation & pocketThomas Citharel2016-03-031-0/+2
| |
* | Spanish translationJuanjo Benages2016-03-011-0/+3
| |
* | Spanish translationJuanjo Benages2016-03-011-131/+131
| |
* | Start of the spanish translationJuanjo Benages2016-03-011-0/+242
| |
* | minor typofix + missing quotesgoofy-bz2016-02-291-6/+6
|/ | | Added quotes to be reviewed
* added newlineMorten Juhl-Johansen Zölde-Fejér2016-02-271-1/+2
|
* Adding Danish translations to Wallabag v2Morten Juhl-Johansen Zölde-Fejér2016-02-272-0/+132
|
* Rename CommentBundle with AnnotationBundleNicolas Lœuillet2016-02-261-1/+1
|
* changed french translation from commentaire to annotationThomas Citharel2016-02-261-1/+1
|
* display how much comments there are for an entryThomas Citharel2016-02-261-0/+1
|